MM & Encode fixes
[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 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
32         Log: Rename for 8.3-friendliness.
33      Branch: perl
34            + lib/unicore/PropValueAliases.txt
35            - lib/unicore/PropertyValueAliases.txt
36            ! MANIFEST lib/unicore/README.perl
37 ____________________________________________________________________________
38 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
39         Log: Retract ExtUtils/t/basic.t until it works.
40      Branch: perl
41            - lib/ExtUtils/t/basic.t
42            ! MANIFEST
43 ____________________________________________________________________________
44 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
45         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
46              From: Slaven Rezic <slaven.rezic@berlin.de>
47              Date: 28 Mar 2002 22:27:14 +0100
48              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
49      Branch: perl
50            ! hints/freebsd.sh
51 ____________________________________________________________________________
52 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
53         Log: Interesting... where did this come from?
54              (The Configure change in #15600)
55      Branch: perl
56            ! config_h.SH
57 ____________________________________________________________________________
58 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
59         Log: metaconfig unit change for #15600.
60      Branch: metaconfig/U/perl
61            ! versiononly.U
62 ____________________________________________________________________________
63 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
64         Log: Subject: versiononly should not put `old' versions in inc
65              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66              Date: Fri, 29 Mar 2002 12:53:49 +0100
67              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
68      Branch: perl
69            ! Configure
70 ____________________________________________________________________________
71 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
72         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
73              From: Michael G Schwern <schwern@pobox.com>
74              Date: Fri, 29 Mar 2002 04:12:47 -0500
75              Message-ID: <20020329091247.GA7432@blackrider>
76              
77              (with two nits: (1) change lib/Extutils/Command/MM.pm
78              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
79              @INC to compile.t)
80      Branch: perl
81            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
82            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
83            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
84            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
85            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
86            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
87            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
88            + lib/ExtUtils/t/Problem-Module/Makefile.PL
89            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
90            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
91            + t/lib/MakeMaker/Test/Utils.pm
92            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
93            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
94            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
95            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
96            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
97            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
98            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
99            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
100            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
101            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
102            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
103            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
104            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
105            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
106            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
107            ! t/lib/TieOut.pm
108 ____________________________________________________________________________
109 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
110         Log: Leftovers from Encode 0.99.
111      Branch: perl
112            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
113            - ext/Encode/compile ext/Encode/encode.h
114            - ext/Encode/lib/Encode/CN/2022_CN.pm
115            - ext/Encode/lib/Encode/Details.pod
116 ____________________________________________________________________________
117 [ 15597] By: nick                                  on 2002/03/29  14:03:35
118         Log: Integrate mainline
119      Branch: perlio
120           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
121           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
122           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
123           !> (integrate 130 files)
124 ____________________________________________________________________________
125 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
126         Log: Subject: Another Unicode-3.2-induced doc fix
127              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
128              Date: Fri, 29 Mar 2002 21:45:47 +0900
129              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
130      Branch: perl
131            ! ext/Unicode/Normalize/Normalize.pm
132 ____________________________________________________________________________
133 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
134         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
135              From: Slaven Rezic <slaven.rezic@berlin.de>
136              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
137              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
138      Branch: perl
139            ! reentr.c reentr.pl
140 ____________________________________________________________________________
141 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
142         Log: Subject: [PATCH] Quieting OS X
143              From: Michael G Schwern <schwern@pobox.com>
144              Date: Fri, 29 Mar 2002 05:46:23 -0500
145              Message-ID: <20020329104622.GA9163@blackrider>
146      Branch: perl
147            ! ext/POSIX/t/posix.t t/op/stat.t
148 ____________________________________________________________________________
149 [ 15593] By: ams                                   on 2002/03/29  07:32:22
150         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
151              From: Paul_GreenVOS@vos.stratus.com
152              Date: Fri, 29 Mar 02 0:05 est
153              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
154      Branch: perl
155            ! ext/Time/HiRes/HiRes.xs
156 ____________________________________________________________________________
157 [ 15592] By: ams                                   on 2002/03/29  07:28:29
158         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
159              From: Spider Boardman <spidb@cpan.org>
160              Date: Fri, 29 Mar 2002 00:52:24 -0500
161              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
162      Branch: perl
163            ! op.c t/op/attrs.t
164 ____________________________________________________________________________
165 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
166         Log: It's perlce.
167      Branch: perl
168            ! pod/perldelta.pod
169 ____________________________________________________________________________
170 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
171         Log: MPE/iX tweaks from Mark Bixby.
172      Branch: perl
173            ! ext/Storable/t/lock.t mpeix/relink
174 ____________________________________________________________________________
175 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
176         Log: Upgrade to Encode 1.00, from Dan Kogai.
177              
178              (one nit: bin/enc2xs needed also ../..)
179      Branch: perl
180            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
181            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
182            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
183            ! (edit 104 files)
184 ____________________________________________________________________________
185 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
186         Log: Subject: [PATCH] NEXT LINE --> NEL
187              From: Philip Newton <Philip.Newton@gmx.net>
188              Date: Thu, 28 Mar 2002 21:03:10 +0000
189              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
190      Branch: perl
191            ! lib/charnames.pm lib/charnames.t
192 ____________________________________________________________________________
193 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
194         Log: binmode :bytes, again.
195      Branch: perl
196            ! lib/utf8.t
197 ____________________________________________________________________________
198 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
199         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
200              From: Mark-Jason Dominus <mjd@plover.com>
201              Date: Thu, 28 Mar 2002 10:36:03 -0500
202              Message-ID: <20020328153603.11992.qmail@plover.com>
203      Branch: perl
204            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
205 ____________________________________________________________________________
206 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
207         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
208      Branch: perl
209            ! lib/charnames.pm lib/charnames.t pp_pack.c
210 ____________________________________________________________________________
211 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
212         Log: If expecting UTF-8, probably not expecting UTF-16.
213      Branch: perl
214            ! t/comp/require.t
215 ____________________________________________________________________________
216 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
217         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
218              From: Paul_GreenVOS@vos.stratus.com
219              Date: Thu, 28 Mar 02 8:22 est
220              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
221      Branch: perl
222            ! lib/Time/Local.pm
223 ____________________________________________________________________________
224 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
225         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
226              From: Paul_GreenVOS@vos.stratus.com
227              Date: Thu, 28 Mar 02 7:46 est
228              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
229      Branch: perl
230            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
231 ____________________________________________________________________________
232 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
233         Log: A little bit better error message for \pq, still
234              not good because the script context is not shown.
235      Branch: perl
236            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
237 ____________________________________________________________________________
238 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
239         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
240              From: Jeffrey Friedl <jfriedl@yahoo.com>
241              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
242              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
243      Branch: perl
244            ! sv.c t/op/pat.t
245 ____________________________________________________________________________
246 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
247         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
248              From: Mark-Jason Dominus <mjd@plover.com>
249              Date: Thu, 28 Mar 2002 05:04:40 -0500
250              Message-ID: <20020328100440.22081.qmail@plover.com>
251      Branch: perl
252            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
253 ____________________________________________________________________________
254 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
255         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
256              From: mjd@plover.com
257              Date: 28 Mar 2002 09:22:06 -0000
258              Message-ID: <20020328092206.18833.qmail@plover.com>
259      Branch: perl
260            ! lib/encoding.t
261 ____________________________________________________________________________
262 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
263         Log: Unicode 3.2.0-induced doc tweaks.
264      Branch: perl
265            ! pod/perlretut.pod pod/perlunicode.pod
266 ____________________________________________________________________________
267 [ 15576] By: nick                                  on 2002/03/28  07:40:04
268         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
269      Branch: perlio
270           +> (branch 31 files)
271           !> (integrate 162 files)
272 ____________________________________________________________________________
273 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
274         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
275              From: Paul_GreenVOS@vos.stratus.com
276              Date: Thu, 28 Mar 02 0:16 est
277              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
278      Branch: perl
279            ! ext/POSIX/t/posix.t
280 ____________________________________________________________________________
281 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
282         Log: Subject: Re: Regex-Unicode bugs
283              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
284              Date: Wed, 27 Mar 2002 13:48:06 +0100
285              Message-ID: <20020327134806.C18945@rafael>
286              
287              regmesg.t patch still would be nice.
288      Branch: perl
289            ! regcomp.c
290 ____________________________________________________________________________
291 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
292         Log: Subject: Re: Regex-Unicode bugs
293              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
294              Date: Wed, 27 Mar 2002 12:39:57 +0000
295              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
296      Branch: perl
297            ! pod/perldiag.pod regcomp.c
298 ____________________________________________________________________________
299 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
300         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
301              From: Paul_GreenVOS@vos.stratus.com
302              Date: Wed, 27 Mar 02 23:33 est
303              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
304      Branch: perl
305            ! t/io/fs.t
306 ____________________________________________________________________________
307 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
308         Log: The Official 3.2.0 came out.
309      Branch: perl
310            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
311            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
312            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
313            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
314            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
315            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
316            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
317            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
318            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
319            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
320            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
321            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
322            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
323            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
324            + lib/unicore/lib/UnifiedI.pl
325            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
326 ____________________________________________________________________________
327 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
328         Log: socketpair binmode :bytes.
329      Branch: perl
330            ! ext/Socket/socketpair.t
331 ____________________________________________________________________________
332 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
333         Log: Don't install anything beneath 't' directories.
334      Branch: perl
335            ! installperl
336 ____________________________________________________________________________
337 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
338         Log: More UTF-8 locale sensitivity.
339      Branch: perl
340            ! t/io/utf8.t
341 ____________________________________________________________________________
342 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
343         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
344              From: Stas Bekman <stas@stason.org>
345              Date: Thu, 28 Mar 2002 10:13:45 +0800
346              Message-ID: <3CA27C59.4020209@stason.org>
347              
348              Temp file cleanup.
349      Branch: perl
350            ! lib/Pod/t/pod2html-lib.pl
351 ____________________________________________________________________________
352 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
353         Log: Be compatible also with non-UTF-8 locales.
354      Branch: perl
355            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
356            ! lib/Locale/Language.pod
357 ____________________________________________________________________________
358 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
359         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
360              From: Spider Boardman <spidb@cpan.org>
361              Date: Wed, 27 Mar 2002 20:52:28 -0500
362              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
363      Branch: perl
364            ! cv.h op.c t/op/attrs.t toke.c
365 ____________________________________________________________________________
366 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
367         Log: "Last element".
368      Branch: perl
369            ! pod/perlfunc.pod
370 ____________________________________________________________________________
371 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
372         Log: Subject: Error in perlfunc for "die"
373              From: William R Ward <bill@wards.net>
374              Date: 27 Mar 2002 12:31:32 -0800
375              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
376      Branch: perl
377            ! pod/perlfunc.pod
378 ____________________________________________________________________________
379 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
380         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
381              From: Mark Kvale <kvale@phy.ucsf.edu>
382              Date: Wed, 27 Mar 2002 16:45:37 -0800
383              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
384      Branch: perl
385            ! pod/perlre.pod pod/perlretut.pod
386 ____________________________________________________________________________
387 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
388         Log: Try to handle UTF-8 locales.
389      Branch: perl
390            ! lib/locale.t
391 ____________________________________________________________________________
392 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
393         Log: More binmode :bytes.
394      Branch: perl
395            ! t/io/utf8.t
396 ____________________________________________________________________________
397 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
398         Log: binmode(FH, ":bytes") is the right way, methinks.
399      Branch: perl
400            ! ext/PerlIO/t/encoding.t
401 ____________________________________________________________________________
402 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
403         Log: UTF-8 locale: need to open explicitly for bytes.
404      Branch: perl
405            ! ext/PerlIO/t/encoding.t
406 ____________________________________________________________________________
407 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
408         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
409      Branch: perl
410            ! lib/Locale/Language.pm lib/Locale/Language.pod
411 ____________________________________________________________________________
412 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
413         Log: Warn instead of croak.
414      Branch: perl
415            ! pod/perldiag.pod utf8.c
416 ____________________________________________________________________________
417 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
418         Log: UTF-8 locale: there might already be one UTF-8 discipline.
419      Branch: perl
420            ! lib/open.t
421 ____________________________________________________________________________
422 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
423         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
424              From: "Craig A. Berry" <craigberry@mac.com>
425              Date: Wed, 27 Mar 2002 15:22:13 -0600
426              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
427      Branch: perl
428            ! t/lib/1_compile.t t/lib/compmod.pl
429 ____________________________________________________________________________
430 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
431         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
432              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
433              Date: Wed, 27 Mar 2002 22:35:03 +0100
434              Message-ID: <20020327223503.A678@rafael>
435      Branch: perl
436            ! pod/perlop.pod
437 ____________________________________________________________________________
438 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
439         Log: Start using the Unicode 3.2.0 data (NOTE: still
440              unofficial, but the data is unlikely to change much.
441              Doublecheck when 3.2.0 gets released.)
442      Branch: perl
443            + lib/unicore/PropertyAliases.txt
444            + lib/unicore/PropertyValueAliases.txt
445            ! (edit 129 files)
446 ____________________________________________________________________________
447 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
448         Log: Update Changes.
449      Branch: perl
450            ! Changes patchlevel.h
451 ____________________________________________________________________________
452 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
453         Log: Further fixing for #15549.  Six tests are failing
454              under Solaris with en_US.UTF-8 but those failures seem
455              unrelated to the BOUND problem, will look at them later.
456      Branch: perl
457            ! regexec.c
458 ____________________________________________________________________________
459 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
460         Log: Possible fix for "Orks, Dragons, and Elves":
461              should now build under UTF-8 locales (is building
462              under Solaris en_US.UTF-8 right now).
463      Branch: perl
464            ! Makefile.SH regexec.c
465 ____________________________________________________________________________
466 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
467         Log: Forgotten from #15523.
468      Branch: perl
469            ! lib/Math/BigInt/Calc.pm
470 ____________________________________________________________________________
471 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
472         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
473              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
474              Date: Wed, 27 Mar 2002 13:32:00 +0100
475              Message-ID: <20020327133200.A18945@rafael>
476      Branch: perl
477            ! regcomp.c t/lib/warnings/regcomp
478 ____________________________________________________________________________
479 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
480         Log: Subject: [PATCH] MANIFES --> MANIFEST
481              From: Philip Newton <Philip.Newton@gmx.net>
482              Date: Wed, 27 Mar 2002 10:05:46 +0000
483              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
484              
485              (plus a few tweaks more)
486      Branch: perl
487            ! Porting/check83.pl
488 ____________________________________________________________________________
489 [ 15545] By: nick                                  on 2002/03/27  07:37:36
490         Log: Integrate mainline
491      Branch: perlio
492           +> lib/Math/BigInt/t/with_sub.t
493            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
494            - lib/bignum/t/trace.t
495           !> (integrate 76 files)
496 ____________________________________________________________________________
497 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
498         Log: Obsolete mailing list information.
499      Branch: perl
500            ! README.bs2000 README.os390 README.vmesa
501 ____________________________________________________________________________
502 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
503         Log: More URL "whitespacing".
504      Branch: perl
505            ! README.bs2000 README.hurd README.mpeix README.netware
506            ! README.os390 README.vmesa README.vos README.win32
507            ! pod/perl5004delta.pod pod/perl5005delta.pod
508            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
509            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
510            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
511            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
512            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
513            ! pod/perltodo.pod
514 ____________________________________________________________________________
515 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
516         Log: I like doubleclicking on URLs in pods to select them.
517      Branch: perl
518            ! README.amiga README.epoc README.vos pod/perl561delta.pod
519            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
520            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
521            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
522            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
523            ! pod/perltodo.pod pod/perlvar.pod
524 ____________________________________________________________________________
525 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
526         Log: Regen modlib.
527      Branch: perl
528            ! pod/perlmodlib.pod
529 ____________________________________________________________________________
530 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
531         Log: Update the CPAN sites list.
532      Branch: perl
533            ! pod/perlmodlib.PL pod/perlmodlib.pod
534 ____________________________________________________________________________
535 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
536         Log: Regen modlib, toc.
537      Branch: perl
538            ! pod/perlmodlib.pod pod/perltoc.pod
539 ____________________________________________________________________________
540 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
541         Log: s/rationale/rational/
542      Branch: perl
543            ! lib/Math/BigRat.pm lib/bigrat.pm
544 ____________________________________________________________________________
545 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
546         Log: s/done/esac/
547      Branch: perl
548            ! hints/dec_osf.sh
549 ____________________________________________________________________________
550 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
551         Log: Advertise big* and BigRat.
552      Branch: perl
553            ! pod/perldelta.pod
554 ____________________________________________________________________________
555 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
556         Log: A missing ) in #15527.
557      Branch: perl
558            ! pp_sys.c
559 ____________________________________________________________________________
560 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
561         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
562              From: Tim Jenness <t.jenness@jach.hawaii.edu>
563              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
564              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
565      Branch: perl
566            ! lib/ExtUtils/typemap
567 ____________________________________________________________________________
568 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
569         Log: Subject: Re: Cygwin PerlIO.t failing
570              From: Stas Bekman <stas@stason.org>
571              Date: Wed, 27 Mar 2002 01:34:11 +0800
572              Message-ID: <3CA0B113.1070800@stason.org>
573      Branch: perl
574            ! ext/PerlIO/PerlIO.t
575 ____________________________________________________________________________
576 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
577         Log: Subject: [PATCH] safety check for vms/test.com
578              From: "Craig A. Berry" <craigberry@mac.com>
579              Date: Tue, 26 Mar 2002 12:15:21 -0600
580              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
581      Branch: perl
582            ! vms/test.com
583 ____________________________________________________________________________
584 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
585         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
586              From: PPrymmer@factset.com
587              Date: Tue, 26 Mar 2002 13:04:59 -0500
588              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
589      Branch: perl
590            ! configure.com
591 ____________________________________________________________________________
592 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
593         Log: Subject: [PATCH] Minor typo in test harness
594              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
595              Date: Tue, 26 Mar 2002 17:44:06 -0000
596              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
597      Branch: perl
598            ! t/lib/warnings/perlio
599 ____________________________________________________________________________
600 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
601         Log: Subject: PATCH s2p.PL
602              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
603              Date: Tue, 26 Mar 2002 17:16:46 +0100
604              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
605      Branch: perl
606            ! x2p/s2p.PL
607 ____________________________________________________________________________
608 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
609         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
610      Branch: perl
611            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
612            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
613            ! MANIFEST
614 ____________________________________________________________________________
615 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
616         Log: Avoid and document a weird bug in UNICOS/mk.
617      Branch: perl
618            ! pod/perldelta.pod pp_sys.c
619 ____________________________________________________________________________
620 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
621         Log: Math::BigInt::Lite 0.09, from Tels.
622      Branch: perl
623            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
624            ! MANIFEST
625 ____________________________________________________________________________
626 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
627         Log: For now disable the test in OS/390; it seems to hang,
628              but frustratingly seems to run from command line and
629              from Perl debugger.
630      Branch: perl
631            ! lib/Math/BigInt/t/mbi_rand.t
632 ____________________________________________________________________________
633 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
634         Log: EPOC update from Olaf Flebbe.
635      Branch: perl
636            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
637            ! pod/perlport.pod t/io/fs.t
638 ____________________________________________________________________________
639 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
640         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
641              and bignum 0.11, from Tels.
642      Branch: perl
643            + lib/Math/BigInt/t/with_sub.t
644            - lib/bignum/t/trace.t
645            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
646            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
647            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
648            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
649            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
650            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
651            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
652            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
653            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
654            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
655            ! lib/bignum/t/bigrat.t lib/bigrat.pm
656            ! t/lib/Math/BigInt/Subclass.pm
657 ____________________________________________________________________________
658 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
659         Log: Integrate perlio;
660              
661              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
662              
663              Testcase for crlf spanning buffer boundary
664      Branch: perl
665           +> t/io/crlf.t
666           !> MANIFEST perlio.c
667 ____________________________________________________________________________
668 [ 15521] By: nick                                  on 2002/03/26  15:31:55
669         Log: Testcase for crlf spanning buffer boundary
670      Branch: perlio
671            + t/io/crlf.t
672            ! MANIFEST
673 ____________________________________________________________________________
674 [ 15520] By: nick                                  on 2002/03/26  15:09:52
675         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
676      Branch: perlio
677            ! perlio.c
678 ____________________________________________________________________________
679 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
680         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
681      Branch: perl
682            ! t/lib/1_compile.t
683 ____________________________________________________________________________
684 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
685         Log: Document the Configure (really, awk) glitch in
686              UNICOS/mk.
687      Branch: perl
688            ! pod/perldelta.pod
689 ____________________________________________________________________________
690 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
691         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
692              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
693              Date: Fri, 22 Mar 2002 16:11:28 +0100
694              Message-ID: <3C9B57B0.31936.496399@localhost>
695      Branch: perl
696            ! win32/win32.c
697 ____________________________________________________________________________
698 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
699         Log: Subject: Re: Jarkko likes OOOOs
700              From: "Gerrit P. Haase" <gp@familiehaase.de>
701              Date: Tue, 26 Mar 2002 08:44:02 +0100
702              Message-ID: <40509050505.20020326084402@familiehaase.de>
703      Branch: perl
704            ! t/io/fs.t
705 ____________________________________________________________________________
706 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
707         Log: Subject: [patch utils/perlbug] subject header setting problem      
708              From: Stas Bekman <stas@stason.org>
709              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
710              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
711      Branch: perl
712            ! utils/perlbug.PL
713 ____________________________________________________________________________
714 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
715         Log: Subject: [PATCH] win32/makefile.mk
716              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
717              Date: Tue, 26 Mar 2002 13:56:19 +0100
718              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
719      Branch: perl
720            ! win32/makefile.mk
721 ____________________________________________________________________________
722 [ 15513] By: nick                                  on 2002/03/26  07:17:17
723         Log: Integrate mainline
724      Branch: perlio
725           +> (branch 39 files)
726            - (delete 109 files)
727           !> (integrate 105 files)
728 ____________________________________________________________________________
729 [ 15512] By: nick                                  on 2002/03/26  06:52:42
730         Log: Integrate mainline
731      Branch: perlio
732           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
733           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
734           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
735           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
736           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
737 ____________________________________________________________________________
738 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
739         Log: Installation advice from Robert Spier. 
740      Branch: perl
741            ! INSTALL
742 ____________________________________________________________________________
743 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
744         Log: Stas setting things right.
745      Branch: perl
746            ! ext/PerlIO/PerlIO.t
747 ____________________________________________________________________________
748 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
749         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
750              From: Paul_GreenVOS@vos.stratus.com
751              Date: Mon, 25 Mar 02 23:57 est
752              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
753      Branch: perl
754            ! ext/IO/lib/IO/t/io_unix.t
755 ____________________________________________________________________________
756 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
757         Log: Add threads hints for UNICOS/mk and UNICOS.
758              (I'm just guessing on UNICOS.)
759      Branch: perl
760            ! hints/unicos.sh hints/unicosmk.sh
761 ____________________________________________________________________________
762 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
763         Log: Mention the effect of Unicode keys on hashes.
764      Branch: perl
765            ! pod/perlunicode.pod
766 ____________________________________________________________________________
767 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
768         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
769              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
770              Date: Mon, 25 Mar 2002 17:24:33 -0600
771              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
772      Branch: perl
773            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
774            ! vms/vms_yfix.pl
775 ____________________________________________________________________________
776 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
777         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
778      Branch: perl
779            ! hints/dec_osf.sh
780 ____________________________________________________________________________
781 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
782         Log: The .ucm of Encode are big when uncompressed.
783      Branch: perl
784            ! INSTALL
785 ____________________________________________________________________________
786 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
787         Log: I don't understand what is going on what these
788              news tests, retracting the whole lot.
789      Branch: perl
790            ! ext/PerlIO/PerlIO.t
791 ____________________________________________________________________________
792 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
793         Log: Upgrade to Encode 0.99, from Dan Kogai.
794      Branch: perl
795            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
796            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
797            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
798            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
799            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
800            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
801            + ext/Encode/Encode/ksc5601.ucm
802            + ext/Encode/Encode/macCentEuro.ucm
803            + ext/Encode/Encode/macCroatian.ucm
804            + ext/Encode/Encode/macCyrillic.ucm
805            + ext/Encode/Encode/macDingbats.ucm
806            + ext/Encode/Encode/macGreek.ucm
807            + ext/Encode/Encode/macIceland.ucm
808            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
809            + ext/Encode/Encode/macRumanian.ucm
810            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
811            + ext/Encode/Encode/macTurkish.ucm
812            + ext/Encode/Encode/macUkraine.ucm
813            + ext/Encode/Encode/shiftjis.ucm
814            + ext/Encode/lib/Encode/10646_1.pm
815            + ext/Encode/lib/Encode/CJKConstants.pm
816            + ext/Encode/lib/Encode/CN/2022_CN.pm
817            + ext/Encode/lib/Encode/JP/2022_JP.pm
818            + ext/Encode/lib/Encode/JP/2022_JP1.pm
819            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
820            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
821            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
822            + ext/Encode/ucm2table
823            - (delete 109 files)
824            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
825            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
826            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
827            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
828            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
829            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
830            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
831            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
832            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
833            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
834            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
835            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
836            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
837            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
838            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
839            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
840            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
841            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
842            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
843            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
844            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
845            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
846            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
847            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
848            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
849            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
850            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
851            ! ext/Encode/Makefile.PL ext/Encode/README
852            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
853            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
854            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
855            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
856            ! ext/Encode/lib/Encode/Details.pod
857            ! ext/Encode/lib/Encode/Encoding.pm
858            ! ext/Encode/lib/Encode/Internal.pm
859            ! ext/Encode/lib/Encode/JP/H2Z.pm
860            ! ext/Encode/lib/Encode/JP/JIS.pm
861            ! ext/Encode/lib/Encode/Supported.pod
862            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
863            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
864            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
865            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
866            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
867            ! ext/Encode/t/jisx0212.ref
868 ____________________________________________________________________________
869 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
870         Log: Noise with -w.
871      Branch: perl
872            ! ext/PerlIO/PerlIO.t
873 ____________________________________________________________________________
874 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
875         Log: If no perlio no perlio warnings, either.
876      Branch: perl
877            ! lib/warnings.t
878 ____________________________________________________________________________
879 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
880         Log: ...and put some of the new perlio tests here.
881              The in-memory ones not yet since my poor brain
882              refuses to find the right TODO incantation.
883      Branch: perl
884            ! ext/PerlIO/PerlIO.t
885 ____________________________________________________________________________
886 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
887         Log: Take away the perlio-requiring tests..
888      Branch: perl
889            ! t/io/open.t
890 ____________________________________________________________________________
891 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
892         Log: More correct now, but actually the two new tests
893              need to be moved, since they are perlio-only...
894      Branch: perl
895            ! t/io/open.t
896 ____________________________________________________________________________
897 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
898         Log: More neo-io tests from Stas Bekman.
899      Branch: perl
900            ! t/io/open.t
901 ____________________________________________________________________________
902 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
903         Log: Document the QNX6 sprintf glitch.
904      Branch: perl
905            ! pod/perldelta.pod
906 ____________________________________________________________________________
907 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
908         Log: AmigaOS must use the ixemul directly, since there
909              is no more vfork support.
910      Branch: perl
911            ! hints/amigaos.sh
912 ____________________________________________________________________________
913 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
914         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
915              From: Norton Allen <allen@huarp.harvard.edu>
916              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
917              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
918      Branch: perl
919            ! pp_sys.c
920 ____________________________________________________________________________
921 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
922         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
923              From: Norton Allen <allen@huarp.harvard.edu>
924              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
925              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
926      Branch: perl
927            ! ext/Socket/socketpair.t
928 ____________________________________________________________________________
929 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
930         Log: Clarify the 8.3 rule.
931      Branch: perl
932            ! Porting/check83.pl
933 ____________________________________________________________________________
934 [ 15490] By: nick                                  on 2002/03/25  16:05:07
935         Log: Integrate mainline
936      Branch: perlio
937           +> ext/Encode/lib/Encode/EncFormat.pod
938           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
939            - ext/Encode/lib/EncodeFormat.pod
940           !> (integrate 41 files)
941 ____________________________________________________________________________
942 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
943         Log: Update Changes.
944      Branch: perl
945            ! Changes patchlevel.h
946 ____________________________________________________________________________
947 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
948         Log: Forgotten from #15486.
949      Branch: perl
950            ! perl.c
951 ____________________________________________________________________________
952 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
953         Log: It seems that FreeBSD does not like using Perl's malloc
954              when multithreaded.
955      Branch: perl
956            ! hints/freebsd.sh
957 ____________________________________________________________________________
958 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
959         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
960              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
961              Date: Mon, 25 Mar 2002 11:33:17 +0100
962              Message-ID: <20020325113317.A1410@rafael>
963              
964              Apparently VMS does not do YYDEBUG.
965      Branch: perl
966            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
967 ____________________________________________________________________________
968 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
969         Log: Subject: [PATCH] warnings for perlio + others
970              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
971              Date: Mon, 25 Mar 2002 13:01:44 -0000
972              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
973      Branch: perl
974            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
975            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
976            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
977            ! warnings.pl
978 ____________________________________________________________________________
979 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
980         Log: As verified by Doug MacEachern.
981      Branch: perl
982            ! pod/perldelta.pod
983 ____________________________________________________________________________
984 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
985         Log: MPE/iX update from Mark Bixby.
986      Branch: perl
987            + mpeix/mpeix.c
988            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
989            ! hints/mpeix.sh mpeix/mpeixish.h
990 ____________________________________________________________________________
991 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
992         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
993              From: Nicholas Clark <nick@unfortu.net>
994              Date: Sun, 24 Mar 2002 22:50:06 +0000
995              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
996      Branch: perl
997            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
998 ____________________________________________________________________________
999 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
1000         Log: Subject: [PATCH] fix warning + carp interaction
1001              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
1002              Date: Sun, 24 Mar 2002 23:00:21 -0000
1003              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
1004      Branch: perl
1005            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
1006            ! warnings.pl
1007 ____________________________________________________________________________
1008 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
1009         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
1010              (All the code changes have already been applied earlier.)
1011      Branch: perl
1012            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
1013 ____________________________________________________________________________
1014 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
1015         Log: DB_File: for the core version, no need to specify
1016              a minimum MM version.
1017      Branch: perl
1018            ! ext/DB_File/Makefile.PL
1019 ____________________________________________________________________________
1020 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
1021         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
1022              From: Dave Mitchell <davem@fdgroup.com>
1023              Date: Sun, 24 Mar 2002 22:23:08 +0000
1024              Message-ID: <20020324222308.B21963@fdgroup.com>
1025      Branch: perl
1026            ! pp_pack.c
1027 ____________________________________________________________________________
1028 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
1029         Log: Subject: [PATCH @15450] errno help for VMS
1030              From: "Craig A. Berry" <craigberry@mac.com>
1031              Date: Sun, 24 Mar 2002 16:17:52 -0600
1032              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
1033      Branch: perl
1034            ! ext/POSIX/t/posix.t vms/vms.c
1035 ____________________________________________________________________________
1036 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
1037         Log: Upgrade to Locale::Codes 2.03.
1038      Branch: perl
1039            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
1040            ! lib/Locale/Country.pm
1041 ____________________________________________________________________________
1042 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
1043         Log: metaconfig unit change for #15474.
1044      Branch: metaconfig/U/perl
1045            ! Extensions.U
1046 ____________________________________________________________________________
1047 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
1048         Log: The #15472 said "properly".  Ha!
1049      Branch: perl
1050            ! Configure
1051 ____________________________________________________________________________
1052 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
1053         Log: metaconfig unit change for #15472.
1054      Branch: metaconfig/U/perl
1055            ! Extensions.U
1056 ____________________________________________________________________________
1057 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
1058         Log: Properly scan for the subextensions of Encode
1059              when doing static builds.
1060      Branch: perl
1061            ! Configure
1062 ____________________________________________________________________________
1063 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
1064         Log: Tru64: Document the known odbm failure with static builds.
1065      Branch: perl
1066            ! README.tru64
1067 ____________________________________________________________________________
1068 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
1069         Log: microperl tweaks.
1070      Branch: perl
1071            ! Makefile.micro locale.c util.c
1072 ____________________________________________________________________________
1073 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
1074         Log: metaconfig unit changes for #15468.
1075      Branch: metaconfig
1076            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
1077            ! U/modified/libc.U U/modified/libs.U
1078            ! U/threads/d_pthread_atfork.U
1079 ____________________________________________________________________________
1080 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
1081         Log: Various metaconfig unit cleanup; only one visible change
1082              in Configure, though.
1083      Branch: perl
1084            ! Configure
1085 ____________________________________________________________________________
1086 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
1087         Log: Upgrade to Encode 0.98, from Dan Kogai.
1088      Branch: perl
1089            + ext/Encode/lib/Encode/EncFormat.pod
1090            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
1091            - ext/Encode/lib/EncodeFormat.pod
1092            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
1093            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
1094            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
1095            ! ext/Encode/lib/Encode/Alias.pm
1096            ! ext/Encode/lib/Encode/Details.pod
1097            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1098            ! ext/Encode/lib/Encode/JP/JIS.pm
1099            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1100 ____________________________________________________________________________
1101 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
1102         Log: Integrate perlio;
1103              
1104              Avoid core-dump in Encode with PERLIO=mmap
1105      Branch: perl
1106           !> ext/Encode/Encode.xs
1107 ____________________________________________________________________________
1108 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
1109         Log: In the spirit of #15464.
1110      Branch: perl
1111            ! perl.c sv.c
1112 ____________________________________________________________________________
1113 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
1114         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
1115              From: Michael G Schwern <schwern@pobox.com>
1116              Date: Sun, 24 Mar 2002 02:27:25 -0500
1117              Message-ID: <20020324072725.GA3554@blackrider>
1118      Branch: perl
1119            ! perl.c
1120 ____________________________________________________________________________
1121 [ 15463] By: nick                                  on 2002/03/24  10:24:41
1122         Log: Integrate mainline
1123      Branch: perlio
1124           +> (branch 28 files)
1125            - lib/bigfloat.t lib/bigint.t
1126           !> (integrate 59 files)
1127 ____________________________________________________________________________
1128 [ 15462] By: nick                                  on 2002/03/24  08:59:35
1129         Log: Avoid core-dump in Encode with PERLIO=mmap
1130      Branch: perlio
1131            ! ext/Encode/Encode.xs
1132 ____________________________________________________________________________
1133 [ 15461] By: nick                                  on 2002/03/24  08:58:21
1134         Log: Too many machines doing integrate mainline
1135      Branch: perlio
1136           !> Changes Configure lib/AutoSplit.t
1137           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
1138           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
1139           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
1140           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
1141 ____________________________________________________________________________
1142 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
1143         Log: Retract Math::BigInt::Lite for now, seems to confuse
1144              bignum and bigrat.
1145      Branch: perl
1146            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
1147            ! MANIFEST
1148 ____________________________________________________________________________
1149 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
1150         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
1151              From: "Craig A. Berry" <craigberry@mac.com>
1152              Date: Sat, 23 Mar 2002 23:23:00 -0600
1153              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
1154      Branch: perl
1155            ! configure.com vms/vms.c
1156 ____________________________________________________________________________
1157 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
1158         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
1159              From: Michael G Schwern <schwern@pobox.com>
1160              Date: Sat, 23 Mar 2002 21:32:32 -0500
1161              Message-ID: <20020324023232.GA29972@blackrider>
1162              
1163              (with Russ Allbery's simplifications)
1164      Branch: perl
1165            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
1166 ____________________________________________________________________________
1167 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
1168         Log: Merge Math::BigInt::Lite 0.08, from Tels.
1169      Branch: perl
1170            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
1171            ! MANIFEST
1172 ____________________________________________________________________________
1173 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
1174         Log: Too chatty.
1175      Branch: perl
1176            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
1177 ____________________________________________________________________________
1178 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
1179         Log: Merge bignum 0.10, from Tels.
1180      Branch: perl
1181            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
1182            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
1183            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
1184            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
1185            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
1186            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
1187            ! MANIFEST
1188 ____________________________________________________________________________
1189 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
1190         Log: Rename the Perl 4 tests in preparation of bignum.
1191      Branch: perl
1192            + lib/bigfloatpl.t lib/bigintpl.t
1193            - lib/bigfloat.t lib/bigint.t
1194            ! MANIFEST
1195 ____________________________________________________________________________
1196 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
1197         Log: Merge Math::BigRat 0.04, from Tels.
1198      Branch: perl
1199            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
1200            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
1201            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
1202            + t/lib/Math/BigRat/Test.pm
1203            ! MANIFEST
1204 ____________________________________________________________________________
1205 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
1206         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
1207              From: Dave Mitchell <davem@fdgroup.com>
1208              Date: Sat, 23 Mar 2002 22:27:24 +0000
1209              Message-ID: <20020323222724.A19425@fdgroup.com>
1210      Branch: perl
1211            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
1212 ____________________________________________________________________________
1213 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
1214         Log: Forgotten.
1215      Branch: perl
1216            ! ext/Unicode/Normalize/README
1217 ____________________________________________________________________________
1218 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
1219         Log: Update Changes.
1220      Branch: perl
1221            ! Changes patchlevel.h
1222 ____________________________________________________________________________
1223 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
1224         Log: Subject: perldoc -m [PATCH]
1225              From: "John L. Allen" <allen@grumman.com>
1226              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
1227              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
1228      Branch: perl
1229            ! utils/perldoc.PL
1230 ____________________________________________________________________________
1231 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
1232         Log: Subject: Re: Copious warnings from Sys::Syslog
1233              From: andreas.koenig@anima.de (Andreas J. Koenig)
1234              Date: Sat, 23 Mar 2002 06:47:08 +0100
1235              Message-ID: <m31yebvns3.fsf@anima.de>
1236      Branch: perl
1237            ! ext/Sys/Syslog/Syslog.pm
1238 ____________________________________________________________________________
1239 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
1240         Log: Upgrade to Math::BigInt 1.55, from Tels.
1241      Branch: perl
1242            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
1243            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
1244            + lib/Math/BigInt/t/use_lib4.t
1245            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1246            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
1247            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
1248            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
1249            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
1250            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
1251            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
1252            ! lib/Math/BigInt/t/upgrade.t
1253 ____________________________________________________________________________
1254 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
1255         Log: Upgrade to Encode 0.97, from Dan Kogai.
1256      Branch: perl
1257            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
1258            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
1259            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
1260            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1261            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
1262            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
1263            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
1264            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
1265            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
1266            ! ext/Encode/t/Tcl.t
1267 ____________________________________________________________________________
1268 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
1269         Log: Slight tweaks on #15443.
1270      Branch: perl
1271            ! pod/perlvar.pod
1272 ____________________________________________________________________________
1273 [ 15444] By: nick                                  on 2002/03/23  17:30:42
1274         Log: Integrate mainline
1275      Branch: perlio
1276           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
1277           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
1278           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
1279           !> (integrate 50 files)
1280 ____________________________________________________________________________
1281 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
1282         Log: Subject: patch [bleadperl]: Document %! special variable
1283              From: mjd@plover.com
1284              Date: 23 Mar 2002 18:25:44 -0000
1285              Message-ID: <20020323182544.11741.qmail@plover.com>    
1286      Branch: perl
1287            ! pod/perlvar.pod
1288 ____________________________________________________________________________
1289 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
1290         Log: Since the Encode::JP is unsupported under EBCDIC we
1291              cannot run this test (aliases as such should work fine).
1292      Branch: perl
1293            ! ext/Encode/t/Aliases.t
1294 ____________________________________________________________________________
1295 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
1296         Log: EBCDIC: the sorting order is different under
1297              byte-EBCDIC and Unicode.
1298      Branch: perl
1299            ! t/op/utfhash.t
1300 ____________________________________________________________________________
1301 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
1302         Log: EBCDIC: the character codes are different.
1303      Branch: perl
1304            ! lib/Pod/t/pod2html-lib.pl
1305 ____________________________________________________________________________
1306 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
1307         Log: Purify: #15434 got the test the wrong.
1308              (Is there an approved way of testing "is this an unop"?)
1309      Branch: perl
1310            ! op.c
1311 ____________________________________________________________________________
1312 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
1313         Log: Purify: Array bounds read: could read one character past the end.
1314      Branch: perl
1315            ! pp_pack.c
1316 ____________________________________________________________________________
1317 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
1318         Log: Purify: Array bounds read: reading one byte before the buffer.
1319      Branch: perl
1320            ! util.c
1321 ____________________________________________________________________________
1322 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
1323         Log: Purify: Unitialized memory read.  Too many code paths
1324              to keep track of, I guess.
1325      Branch: perl
1326            ! sv.c
1327 ____________________________________________________________________________
1328 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
1329         Log: Purify: Array bounds write: pre-extend the strxfrm
1330              buffer by a factor of four (suggested maximum by HP-UX;
1331              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
1332              know how portable that is; locale.c uses yet another trick
1333              (not a particularly good trick, I might add))
1334      Branch: perl
1335            ! ext/POSIX/POSIX.xs
1336 ____________________________________________________________________________
1337 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
1338         Log: Purify: Array bounds read: o->op_last was accessed
1339              for unops (via newUNOP() and ck_eof()).
1340              (analysis okay, patch bad: see #15439)
1341      Branch: perl
1342            ! op.c
1343 ____________________________________________________________________________
1344 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
1345         Log: Subject: [PATCH] vms/test.com, File::Find tests
1346              From: "Craig A. Berry" <craigberry@mac.com>
1347              Date: Fri, 22 Mar 2002 16:52:59 -0600
1348              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
1349      Branch: perl
1350            ! vms/test.com
1351 ____________________________________________________________________________
1352 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
1353         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
1354              From: Michael G Schwern <schwern@pobox.com>
1355              Date: Fri, 22 Mar 2002 18:08:19 -0500
1356              Message-ID: <20020322230819.GB16454@blackrider>
1357      Branch: perl
1358            ! ext/Sys/Syslog/Syslog.pm
1359 ____________________________________________________________________________
1360 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
1361         Log: Update the information on Encode.
1362      Branch: perl
1363            ! pod/perldelta.pod
1364 ____________________________________________________________________________
1365 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
1366         Log: Upgrade to Encode 0.96, from Dan Kogai.
1367      Branch: perl
1368            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
1369            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
1370            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
1371            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
1372            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1373            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
1374            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
1375            ! ext/Encode/lib/Encode/Alias.pm
1376            ! ext/Encode/lib/Encode/Encoding.pm
1377            ! ext/Encode/lib/Encode/Internal.pm
1378            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1379 ____________________________________________________________________________
1380 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
1381         Log: Subject: [PATCH] h2xs.t fix for VMS
1382              From: "Craig A. Berry" <craigberry@mac.com>
1383              Date: Fri, 22 Mar 2002 15:47:38 -0600
1384              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
1385      Branch: perl
1386            ! lib/h2xs.t
1387 ____________________________________________________________________________
1388 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
1389         Log: One more pass.
1390      Branch: perl
1391            ! epoc/config.sh
1392 ____________________________________________________________________________
1393 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
1394         Log: Even better version from Olaf Flebbe.
1395      Branch: perl
1396            ! epoc/config.sh pp_sys.c util.c
1397 ____________________________________________________________________________
1398 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
1399         Log: EPOC update from Olaf Flebbe.
1400      Branch: perl
1401            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
1402            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
1403 ____________________________________________________________________________
1404 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
1405         Log: Tweak from John P. Linderman.
1406      Branch: perl
1407            ! pod/perlhack.pod
1408 ____________________________________________________________________________
1409 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
1410         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
1411              From: Stas Bekman <stas@stason.org>
1412              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
1413              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
1414      Branch: perl
1415            ! pod/perlfunc.pod
1416 ____________________________________________________________________________
1417 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
1418         Log: Subject: [PATCH] check sysconf's return value in reentr.c
1419              From: <slaven.rezic@berlin.de>
1420              Date: Fri, 22 Mar 2002 18:30:36 +0100
1421              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
1422              
1423              (plus use 4k instead 2k as the "usual" size)
1424      Branch: perl
1425            ! reentr.c reentr.pl
1426 ____________________________________________________________________________
1427 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
1428         Log: Update Changes.
1429      Branch: perl
1430            ! Changes patchlevel.h
1431 ____________________________________________________________________________
1432 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
1433         Log: Forgot from #15416.
1434      Branch: perl
1435            ! pod/perlfaq3.pod
1436 ____________________________________________________________________________
1437 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
1438         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
1439              From: andreas.koenig@anima.de (Andreas J. Koenig)
1440              Date: Fri, 22 Mar 2002 16:27:51 +0100
1441              Message-ID: <m3n0x0vczs.fsf@anima.de>
1442      Branch: perl
1443            ! pod/perlmodstyle.pod
1444 ____________________________________________________________________________
1445 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
1446         Log: metaconfig unit changes for #15418.
1447      Branch: metaconfig
1448            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1449            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1450            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1451            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1452            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1453            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1454            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1455            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1456            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1457            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1458            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1459            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1460            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1461            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1462            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1463            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1464            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1465            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1466            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1467            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1468            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1469            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1470            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1471            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1472 ____________________________________________________________________________
1473 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
1474         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
1475              Also, there's no i_stdio.
1476      Branch: perl
1477            ! Configure reentr.h reentr.pl
1478 ____________________________________________________________________________
1479 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
1480         Log: Document a known AIX warning.
1481      Branch: perl
1482            ! pod/perldelta.pod
1483 ____________________________________________________________________________
1484 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
1485         Log: Undo #15415, allow the faq people to catch up first.
1486      Branch: perl
1487            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1488 ____________________________________________________________________________
1489 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
1490         Log: FAQ sync.
1491      Branch: perl
1492            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
1493 ____________________________________________________________________________
1494 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
1495         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
1496              From: andreas.koenig@anima.de (Andreas J. Koenig)
1497              Date: Fri, 22 Mar 2002 15:16:19 +0100
1498              Message-ID: <m38z8kwuvg.fsf@anima.de>
1499              
1500              (plus reformat)
1501      Branch: perl
1502            ! pod/perldelta.pod
1503 ____________________________________________________________________________
1504 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
1505         Log: Integrate perlio;
1506              
1507              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
1508              
1509              Check for sanity of UTF-8 keys in hashes
1510      Branch: perl
1511           +> t/op/utfhash.t
1512           !> MANIFEST doio.c
1513 ____________________________________________________________________________
1514 [ 15412] By: nick                                  on 2002/03/22  10:50:53
1515         Log: Check for sanity of UTF-8 keys in hashes
1516              (feel free to add more tests...)
1517      Branch: perlio
1518            + t/op/utfhash.t
1519            ! MANIFEST
1520 ____________________________________________________________________________
1521 [ 15411] By: ams                                   on 2002/03/22  08:36:33
1522         Log: Revert #15200 for backwards compatiblity reasons.
1523      Branch: perl
1524            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
1525            ! pp_ctl.c t/op/override.t
1526 ____________________________________________________________________________
1527 [ 15410] By: nick                                  on 2002/03/22  07:47:41
1528         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
1529              - when (e.g.) STDOUT is char special file and gets IoOFP
1530              created - do _NOT_ pass num_svs as that fopen-s stringified
1531              glob, and not fdopen-s the fd.
1532      Branch: perlio
1533            ! doio.c
1534 ____________________________________________________________________________
1535 [ 15409] By: nick                                  on 2002/03/22  07:19:33
1536         Log: Integrate mainline
1537      Branch: perlio
1538           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
1539           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
1540           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
1541           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
1542           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
1543           +> ext/Encode/lib/Encode/Details.pod
1544           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1545           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
1546           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
1547           +> lib/Pod/t/pod2html-lib.pl
1548            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
1549           !> (integrate 39 files)
1550 ____________________________________________________________________________
1551 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
1552         Log: Win32 tweak from mjd.
1553      Branch: perl
1554            ! lib/Tie/File.pm
1555 ____________________________________________________________________________
1556 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
1557         Log: If Unicode keys are entered to a hash, a bit is turned on.
1558              If the bit is on, when the keys are fetched from the hash
1559              (%h, each %h, keys %h), the Unicodified versions of the keys
1560              are returned if needed.  This solution errs on the size of
1561              over-Unicodifying, the old solution erred on the side of
1562              under-Unicodifying.  As long as the hash keys can be a mix
1563              of byte and Unicode strings, a perfect fit is hard to come by.
1564      Branch: perl
1565            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
1566            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
1567 ____________________________________________________________________________
1568 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
1569         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
1570              From: Mike Guy <mjtg@cam.ac.uk>
1571              Date: Fri, 22 Mar 2002 02:08:20 +0000
1572              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
1573      Branch: perl
1574            ! pod/perldelta.pod
1575 ____________________________________________________________________________
1576 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
1577         Log: PM_SETRE() fallout.
1578      Branch: perl
1579            ! ext/ByteLoader/bytecode.h
1580 ____________________________________________________________________________
1581 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
1582         Log: Subject: [PATCH pod/perlxs.pod] doc fix
1583              From: Stas Bekman <stas@stason.org>
1584              Date: Thu, 21 Mar 2002 18:47:35 +0800
1585              Message-ID: <3C99BA47.9010403@stason.org>
1586      Branch: perl
1587            ! pod/perlxs.pod
1588 ____________________________________________________________________________
1589 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
1590         Log: Subject: [PATCH]
1591              From: Slaven Rezic <slaven.rezic@berlin.de>
1592              Date: 21 Mar 2002 10:19:23 +0100
1593              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
1594              
1595              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
1596      Branch: perl
1597            ! hints/freebsd.sh
1598 ____________________________________________________________________________
1599 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
1600         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
1601              From: Tim Bunce <Tim.Bunce@pobox.com>
1602              Date: Thu, 21 Mar 2002 21:18:05 +0000
1603              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
1604      Branch: perl
1605            ! ext/Storable/Storable.xs
1606 ____________________________________________________________________________
1607 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
1608         Log: Reword the Apache^Wmod_perl bit so that Sarathy
1609              can sleep easier :-)
1610      Branch: perl
1611            ! pod/perldelta.pod
1612 ____________________________________________________________________________
1613 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
1614         Log: It seems that the strange failure (core dump) of
1615              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
1616              (1) using Sun's cc helps
1617              (2) rewriting the ithreads PM_SETRE() to do the
1618              setting in two steps helps
1619              (3) no other platforms have the crash
1620              (4) Tru64's Third Degree sees nothing evil
1621              So we implement (2).
1622      Branch: perl
1623            ! op.h
1624 ____________________________________________________________________________
1625 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
1626         Log: Solaris: default to the SUNwspro cc if it is available.
1627      Branch: perl
1628            ! hints/solaris_2.sh
1629 ____________________________________________________________________________
1630 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
1631         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
1632              does not get fixed in time.
1633      Branch: perl
1634            ! pod/perldelta.pod
1635 ____________________________________________________________________________
1636 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
1637         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
1638              From: Dave Mitchell <davem@fdgroup.com>
1639              Date: Thu, 21 Mar 2002 17:24:40 +0000
1640              Message-ID: <20020321172440.C13683@fdgroup.com>
1641      Branch: perl
1642            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
1643            ! pod/perlapi.pod proto.h sv.h toke.c
1644 ____________________________________________________________________________
1645 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
1646         Log: One more proto escapee.
1647      Branch: perl
1648            ! hints/linux.sh
1649 ____________________________________________________________________________
1650 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
1651         Log: metaconfig unit change for #15394.
1652      Branch: metaconfig/U/perl
1653            ! Checkcc.U
1654 ____________________________________________________________________________
1655 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
1656         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
1657              From: Robin Barker <rmb1@cise.npl.co.uk>
1658              Date: Thu, 21 Mar 2002 17:35:00 GMT
1659              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
1660      Branch: perl
1661            ! Configure
1662 ____________________________________________________________________________
1663 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
1664         Log: Subject: Re: [tests for Pod::Html]
1665              From: Stas Bekman <stas@stason.org>
1666              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
1667              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
1668      Branch: perl
1669            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
1670            - t/pod2html/README
1671            ! MANIFEST lib/Pod/t/pod2html-lib.pl
1672 ____________________________________________________________________________
1673 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
1674         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
1675              From: Stas Bekman <stas@stason.org>
1676              Date: Thu, 21 Mar 2002 18:50:56 +0800
1677              Message-ID: <3C99BB10.50004@stason.org>
1678      Branch: perl
1679            ! ext/Cwd/Cwd.xs
1680 ____________________________________________________________________________
1681 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
1682         Log: Upgrade to Encode 0.95, from Dan Kogai.
1683      Branch: perl
1684            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
1685            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
1686            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
1687            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
1688            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
1689            + ext/Encode/lib/Encode/Details.pod
1690            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1691            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
1692            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
1693            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
1694            ! ext/Encode/Makefile.PL
1695 ____________________________________________________________________________
1696 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
1697         Log: Mention the new syslog try-harder feature.
1698      Branch: perl
1699            ! pod/perldelta.pod
1700 ____________________________________________________________________________
1701 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
1702         Log: metaconfig unit changes for #15388.
1703      Branch: metaconfig
1704            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1705            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1706            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1707            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1708            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1709            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1710            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1711            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1712            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1713            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1714            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1715            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1716            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1717            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1718            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1719            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1720            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1721            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1722            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1723            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1724            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1725            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1726            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1727            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1728 ____________________________________________________________________________
1729 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
1730         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
1731              From: Spider Boardman <spider@web.zk3.dec.com>
1732              Date: Thu, 21 Mar 2002 09:23:45 -0500
1733              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
1734      Branch: perl
1735            ! Configure hints/hpux.sh reentr.pl
1736 ____________________________________________________________________________
1737 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
1738         Log: NetWare diff from C Aditya.
1739      Branch: perl
1740            ! perl.h
1741 ____________________________________________________________________________
1742 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
1743         Log: The htmlview test doesn't work yet.
1744      Branch: perl
1745            + t/pod2html/README
1746            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
1747            ! MANIFEST
1748 ____________________________________________________________________________
1749 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
1750         Log: Placeholder.
1751      Branch: perl
1752            ! MANIFEST
1753 ____________________________________________________________________________
1754 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
1755         Log: Integrate perlio: missing tabs in makefile.mk.
1756      Branch: perl
1757           !> win32/makefile.mk
1758 ____________________________________________________________________________
1759 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
1760         Log: Subject: [tests for Pod::Html]
1761              From: Stas Bekman <stas@stason.org>
1762              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
1763              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
1764      Branch: perl
1765            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
1766            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
1767            + lib/Pod/t/pod2html-lib.pl
1768            ! MANIFEST
1769 ____________________________________________________________________________
1770 [ 15382] By: nick                                  on 2002/03/21  07:21:57
1771         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
1772      Branch: perlio
1773           +> ext/Encode/AUTHORS ext/Encode/Changes
1774           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
1775           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
1776           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
1777           +> ext/I18N/Langinfo/fallback/const-c.inc
1778           +> ext/I18N/Langinfo/fallback/const-xs.inc
1779           +> lib/ExtUtils/t/Constant.t
1780            - ext/Encode/Encode/euc-jp-0212.enc
1781            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
1782            - ext/Encode/t/table.euc ext/Encode/t/table.ref
1783            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
1784           !> (integrate 105 files)
1785 ____________________________________________________________________________
1786 [ 15381] By: nick                                  on 2002/03/21  06:59:57
1787         Log: Restore tabs so dmake will parse file!
1788      Branch: perlio
1789            ! win32/makefile.mk
1790 ____________________________________________________________________________
1791 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
1792         Log: Upgrade to Unicode::Normalize 0.16.
1793      Branch: perl
1794            ! ext/Unicode/Normalize/Changes
1795            ! ext/Unicode/Normalize/Normalize.pm
1796 ____________________________________________________________________________
1797 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
1798         Log: Schwern's wallet is a bit more loose.
1799      Branch: perl
1800            ! t/lib/1_compile.t
1801 ____________________________________________________________________________
1802 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
1803         Log: Subject: [PATCH]
1804              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1805              Date: Wed, 20 Mar 2002 22:56:17 -0000
1806              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
1807              
1808              packWARN also for subdirs.
1809      Branch: perl
1810            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
1811            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
1812            ! win32/win32.c
1813 ____________________________________________________________________________
1814 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
1815         Log: A plan is better.
1816      Branch: perl
1817            ! ext/Encode/t/CJKalias.t
1818 ____________________________________________________________________________
1819 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
1820         Log: Upgrade to Encode 0.94, from Dan Kogai.
1821      Branch: perl
1822            + ext/Encode/lib/Encode/Description.pod
1823            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
1824            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
1825            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
1826            ! ext/Encode/lib/Encode/Encoding.pm
1827            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1828            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
1829            ! ext/Encode/t/CJKalias.t
1830 ____________________________________________________________________________
1831 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
1832         Log: Rats' nest.
1833      Branch: perl
1834            ! hints/solaris_2.sh
1835 ____________________________________________________________________________
1836 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
1837         Log: Rrright.
1838      Branch: perl
1839            ! pod/perlguts.pod
1840 ____________________________________________________________________________
1841 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
1842         Log: Update Changes.
1843      Branch: perl
1844            ! Changes patchlevel.h
1845 ____________________________________________________________________________
1846 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
1847         Log: Reapply #15336.
1848      Branch: perl
1849            ! ext/Encode/lib/Encode/Tcl.pm
1850 ____________________________________________________________________________
1851 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
1852         Log: Upgrade to Encode 0.93, from Dan Kogai.
1853      Branch: perl
1854            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
1855            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
1856            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
1857            ! ext/Encode/README ext/Encode/TW/TW.pm
1858            ! ext/Encode/lib/Encode/CN/HZ.pm
1859            ! ext/Encode/lib/Encode/Encoding.pm
1860            ! ext/Encode/lib/Encode/Internal.pm
1861            ! ext/Encode/lib/Encode/JP/Constants.pm
1862            ! ext/Encode/lib/Encode/JP/H2Z.pm
1863            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1864            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
1865            ! ext/Encode/lib/Encode/Tcl/Escape.pm
1866            ! ext/Encode/lib/Encode/Tcl/Table.pm
1867            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
1868            ! ext/Encode/lib/Encode/iso10646_1.pm
1869            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
1870            ! ext/Encode/t/JP.t
1871 ____________________________________________________________________________
1872 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
1873         Log: Subject: patch for syslog
1874              From: <Nick.Williams@morganstanley.com>
1875              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
1876              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
1877      Branch: perl
1878            ! ext/Sys/Syslog/Syslog.pm
1879 ____________________________________________________________________________
1880 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
1881         Log: Some failure updates.
1882      Branch: perl
1883            ! pod/perldelta.pod
1884 ____________________________________________________________________________
1885 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
1886         Log: Getopt::Long 2.29 from Johan Vromans.
1887      Branch: perl
1888            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
1889 ____________________________________________________________________________
1890 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
1891         Log: Rename ExtUtils.t to Constant.t, as suggested by
1892              Nicholas Clark.
1893      Branch: perl
1894            + lib/ExtUtils/t/Constant.t
1895            - lib/ExtUtils/t/ExtUtils.t
1896            ! MANIFEST
1897 ____________________________________________________________________________
1898 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
1899         Log: Subject: [PATCH] TODO - Make Schwern Poorer
1900              From: Nicholas Clark <nick@unfortu.net>
1901              Date: Tue, 19 Mar 2002 22:50:28 +0000
1902              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
1903      Branch: perl
1904            ! t/lib/1_compile.t
1905 ____________________________________________________________________________
1906 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
1907         Log: Subject: Re: The story of O [PATCH]
1908              From: Richard.Foley@t-online.de (Richard Foley)
1909              Date: Sun, 17 Mar 2002 08:37:26 +0100
1910              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
1911      Branch: perl
1912            ! lib/perl5db.pl
1913 ____________________________________________________________________________
1914 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
1915         Log: Mention the external modules Encode::HanExtra and
1916              PadWalker.
1917      Branch: perl
1918            ! pod/perldelta.pod
1919 ____________________________________________________________________________
1920 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
1921         Log: Subject: [PATCH] List lexicals from debugger
1922              From: Peter Scott <Peter@PSDT.com>
1923              Date: Tue, 19 Mar 2002 12:28:52 -0800
1924              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
1925      Branch: perl
1926            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
1927 ____________________________________________________________________________
1928 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
1929         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
1930              and :encoding(xxx) was errorneously parsed.
1931      Branch: perl
1932            ! lib/open.pm
1933 ____________________________________________________________________________
1934 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
1935         Log: Subject: [PATCH bleadperl] exec.t tweak
1936              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1937              Date: Wed, 20 Mar 2002 01:21:40 +0100
1938              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
1939              
1940              4NT returns 2 as error-code for nonexistant file.
1941      Branch: perl
1942            ! t/op/exec.t
1943 ____________________________________________________________________________
1944 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
1945         Log: minor Tie::File test patch to make win32 happier, from mjd.
1946      Branch: perl
1947            ! lib/Tie/File/t/30_defer.t
1948 ____________________________________________________________________________
1949 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
1950         Log: Subject: [PATCH bleadperl] magic.t tweak
1951              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1952              Date: Wed, 20 Mar 2002 00:39:16 +0100
1953              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
1954      Branch: perl
1955            ! t/op/magic.t
1956 ____________________________________________________________________________
1957 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
1958         Log: Typo fix from Andreas Koenig, plus a tweak.
1959      Branch: perl
1960            ! pod/perlunicode.pod
1961 ____________________________________________________________________________
1962 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
1963         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
1964              in Mandrake 8.2.  Now we need to figure out a way not to
1965              unbreak Apache.
1966      Branch: perl
1967            ! hints/linux.sh
1968 ____________________________________________________________________________
1969 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
1970         Log: Fix for "UTF-8 bug with s///" from Hugo.
1971      Branch: perl
1972            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
1973            ! t/op/pat.t
1974 ____________________________________________________________________________
1975 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
1976         Log: metaconfig unit change for #15354.
1977      Branch: metaconfig
1978            ! U/threads/usethreads.U
1979 ____________________________________________________________________________
1980 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
1981         Log: Installation updates on threads and perlio.
1982      Branch: perl
1983            ! Configure INSTALL
1984 ____________________________________________________________________________
1985 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
1986         Log: Tpo.
1987      Branch: perl
1988            ! pod/perlfaq6.pod
1989 ____________________________________________________________________________
1990 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
1991         Log: Regen modlib and toc.
1992      Branch: perl
1993            ! pod/perlmodlib.pod pod/perltoc.pod
1994 ____________________________________________________________________________
1995 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
1996         Log: Whitespace tweaks.
1997      Branch: perl
1998            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
1999            ! pod/perltodo.pod pod/perlunicode.pod
2000 ____________________________________________________________________________
2001 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
2002         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
2003              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
2004              (And as suggested by Markus Kuhn.)
2005              
2006              While we are at it, document also the case of
2007              mixed hash keys as a known potential troublemaker.
2008              (Since it's locale-related, sometimes.)
2009      Branch: perl
2010            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
2011            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
2012            ! pod/perluniintro.pod
2013 ____________________________________________________________________________
2014 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
2015         Log: Surely a typo.
2016      Branch: perl
2017            ! gv.c
2018 ____________________________________________________________________________
2019 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
2020         Log: Take two.
2021      Branch: perl
2022            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
2023            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
2024 ____________________________________________________________________________
2025 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
2026         Log: Let's try this from scratch.
2027      Branch: perl
2028            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
2029            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
2030 ____________________________________________________________________________
2031 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
2032         Log: I could do this all day...
2033      Branch: perl
2034            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
2035            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
2036 ____________________________________________________________________________
2037 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
2038         Log: Grrr.
2039      Branch: perl
2040            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
2041            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
2042 ____________________________________________________________________________
2043 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
2044         Log: Subject: Re: Nearly OK for cygwin@15318
2045              From: John Peacock <jpeacock@rowman.com>
2046              Date: Tue, 19 Mar 2002 15:58:08 -0500
2047              Message-ID: <3C97A660.3060302@rowman.com>
2048      Branch: perl
2049            ! pod/perlport.pod
2050 ____________________________________________________________________________
2051 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
2052         Log: Subject: Re: Nearly OK for cygwin@15318
2053              From: <slaven.rezic@berlin.de>
2054              Date: Tue, 19 Mar 2002 21:47:49 +0100
2055              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
2056              
2057              Subject: Re: Nearly OK for cygwin@15318
2058              From: <slaven.rezic@berlin.de>
2059              Date: Tue, 19 Mar 2002 21:37:18 +0100
2060              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
2061      Branch: perl
2062            ! pod/perlport.pod t/io/fs.t
2063 ____________________________________________________________________________
2064 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
2065         Log: D'oh.
2066      Branch: perl
2067            + ext/I18N/Langinfo/fallback/const-c.inc
2068            + ext/I18N/Langinfo/fallback/const-xs.inc
2069 ____________________________________________________________________________
2070 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
2071         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
2072              From: Nicholas Clark <nick@unfortu.net>
2073              Date: Tue, 19 Mar 2002 22:37:08 +0000
2074              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
2075              
2076              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
2077              From: Nicholas Clark <nick@ccl4.org>
2078              Date: Tue, 19 Mar 2002 22:39:55 +0000
2079              Message-ID: <20020319223954.G94831@plum.flirble.org>
2080      Branch: perl
2081            - ext/I18N/Langinfo/fallback.xs
2082            ! MANIFEST
2083 ____________________________________________________________________________
2084 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
2085         Log: Text, not binary.
2086      Branch: perl
2087            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
2088            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
2089 ____________________________________________________________________________
2090 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
2091         Log: Subject: Re: perl@15244
2092              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2093              Date: Mon, 18 Mar 2002 17:37:31 +0100
2094              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
2095              
2096              (Goedendag: Dutch whitespace police)
2097      Branch: perl
2098            ! hints/hpux.sh
2099 ____________________________________________________________________________
2100 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
2101         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
2102              From: Nicholas Clark <nick@unfortu.net>
2103              Date: Tue, 19 Mar 2002 21:52:47 +0000
2104              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
2105      Branch: perl
2106            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
2107            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
2108            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
2109            ! ext/Sys/Syslog/Makefile.PL
2110 ____________________________________________________________________________
2111 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
2112         Log: More pathname portability checks.
2113      Branch: perl
2114            ! Porting/check83.pl
2115 ____________________________________________________________________________
2116 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
2117         Log: Begone, Encode::Tcl::Extended.
2118      Branch: perl
2119            ! ext/Encode/lib/Encode/Tcl.pm
2120 ____________________________________________________________________________
2121 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
2122         Log: This is like trying to put the shaving cream
2123              back to the can...
2124      Branch: perl
2125            ! hints/linux.sh
2126 ____________________________________________________________________________
2127 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
2128         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
2129              types of usleep().  Fun, fun. fun.
2130      Branch: perl
2131            ! hints/linux.sh
2132 ____________________________________________________________________________
2133 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
2134         Log: Sarathy's new suggestion for Linux threading flags.
2135      Branch: perl
2136            ! hints/linux.sh
2137 ____________________________________________________________________________
2138 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
2139         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
2140      Branch: perl
2141            - ext/Encode/Encode/euc-jp-0212.ucm
2142            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
2143            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
2144 ____________________________________________________________________________
2145 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
2146         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
2147              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2148              Date: Tue, 19 Mar 2002 00:42:22 +0100
2149              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
2150      Branch: perl
2151            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
2152 ____________________________________________________________________________
2153 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
2154         Log: "+" is not a valid filename character in VMS.
2155      Branch: perl
2156            + ext/Encode/Encode/euc-jp-0212.ucm
2157            - ext/Encode/Encode/euc-jp+0212.ucm
2158            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
2159 ____________________________________________________________________________
2160 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
2161         Log: Update Changes.
2162      Branch: perl
2163            ! Changes patchlevel.h
2164 ____________________________________________________________________________
2165 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
2166         Log: Take away _GNU_SOURCE since that does not seem
2167              to play well with other software (like Apache),
2168              just hint away the WHOAs.
2169      Branch: perl
2170            ! hints/linux.sh
2171 ____________________________________________________________________________
2172 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
2173         Log: metaconfig unit change for #15326.
2174      Branch: metaconfig
2175            ! U/threads/d_crypt_r.U
2176 ____________________________________________________________________________
2177 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
2178         Log: Support crypt_r(const char*,const char*, CRYPTD*).
2179      Branch: perl
2180            ! Configure reentr.h reentr.pl
2181 ____________________________________________________________________________
2182 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
2183         Log: VMS acrobatics from Peter Prymmer.
2184      Branch: perl
2185            ! lib/ExtUtils/t/ExtUtils.t
2186 ____________________________________________________________________________
2187 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
2188         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
2189              From: Stas Bekman <stas@stason.org>
2190              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
2191              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
2192      Branch: perl
2193            ! lib/Pod/Html.pm
2194 ____________________________________________________________________________
2195 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
2196         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
2197              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2198              Date: Tue, 19 Mar 2002 10:49:27 +0100
2199              Message-ID: <20020319104927.C705@rafael>   
2200      Branch: perl
2201            ! ext/B/t/xref.t
2202 ____________________________________________________________________________
2203 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
2204         Log: Integrate perlio;
2205              
2206              Move docs for Encode::valid_utf8 (which does not exist)
2207              to be docs for utf8::valid() (which does).
2208      Branch: perl
2209           !> ext/Encode/Encode.pm lib/utf8.pm
2210 ____________________________________________________________________________
2211 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
2212         Log: Remove Encode::Tcl::Extended, suggested by
2213              SADAHIRO Tomoyuki.
2214      Branch: perl
2215            - ext/Encode/Encode/euc-jp-0212.enc
2216            - ext/Encode/lib/Encode/Tcl/Extended.pm
2217            ! MANIFEST ext/Encode/MANIFEST
2218            ! ext/Encode/lib/Encode/Tcl/Escape.pm
2219            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
2220 ____________________________________________________________________________
2221 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
2222         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
2223      Branch: perl
2224            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
2225            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
2226            + ext/Encode/t/jisx0212.ref
2227            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
2228            - ext/Encode/t/table.ref
2229            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
2230            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
2231            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
2232            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
2233            ! ext/Encode/lib/Encode/CN/HZ.pm
2234            ! ext/Encode/lib/Encode/Encoding.pm
2235            ! ext/Encode/lib/Encode/Internal.pm
2236            ! ext/Encode/lib/Encode/JP/Constants.pm
2237            ! ext/Encode/lib/Encode/JP/H2Z.pm
2238            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
2239            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
2240            ! ext/Encode/lib/Encode/Tcl/Escape.pm
2241            ! ext/Encode/lib/Encode/Tcl/Extended.pm
2242            ! ext/Encode/lib/Encode/Tcl/Table.pm
2243            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2244            ! ext/Encode/lib/Encode/iso10646_1.pm
2245            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2246            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
2247            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
2248 ____________________________________________________________________________
2249 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
2250         Log: constness+signedness nit.
2251      Branch: perl
2252            ! ext/Unicode/Normalize/Normalize.xs
2253 ____________________________________________________________________________
2254 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
2255         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
2256      Branch: perl
2257            ! ext/Unicode/Normalize/Changes
2258            ! ext/Unicode/Normalize/Normalize.pm
2259            ! ext/Unicode/Normalize/Normalize.xs
2260            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
2261            ! ext/Unicode/Normalize/t/func.t
2262 ____________________________________________________________________________
2263 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
2264         Log: Split the ebcdic details to perlebcdic.
2265      Branch: perl
2266            ! pod/perlebcdic.pod pod/perluniintro.pod
2267 ____________________________________________________________________________
2268 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
2269         Log: Be explicit.
2270      Branch: perl
2271            ! pod/perluniintro.pod
2272 ____________________________________________________________________________
2273 [ 15315] By: nick                                  on 2002/03/19  09:24:18
2274         Log: Integrate mainline
2275      Branch: perlio
2276           +> ext/List/Util/t/openhan.t
2277           !> (integrate 53 files)
2278 ____________________________________________________________________________
2279 [ 15314] By: nick                                  on 2002/03/19  07:39:07
2280         Log: Move docs for Encode::valid_utf8 (which does not exist)
2281              to be docs for utf8::valid() (which does).
2282      Branch: perlio
2283            ! ext/Encode/Encode.pm lib/utf8.pm
2284 ____________________________________________________________________________
2285 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
2286         Log: Update the Unicode vs EBCDIC situation.
2287      Branch: perl
2288            ! pod/perlebcdic.pod pod/perluniintro.pod
2289 ____________________________________________________________________________
2290 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
2291         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
2292              From: Robert Spier <rspier@pobox.com>
2293              Date: Mon, 18 Mar 2002 19:22:55 -0800
2294              Message-ID: <15510.44815.383439.823671@rls.cx>
2295      Branch: perl
2296            ! ext/threads/t/end.t
2297 ____________________________________________________________________________
2298 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
2299         Log: UTF-8 walk errors that become visible in EBCDIC.
2300      Branch: perl
2301            ! regexec.c
2302 ____________________________________________________________________________
2303 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
2304         Log: s/regcinclasslen/reginclass/ and remove the old
2305              reginclass since nothing is using it.
2306      Branch: perl
2307            ! embed.fnc embed.h proto.h regexec.c
2308 ____________________________________________________________________________
2309 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
2310         Log: Close the file so it can be (a) removed (b) reopened.
2311      Branch: perl
2312            ! ext/B/t/xref.t
2313 ____________________________________________________________________________
2314 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
2315         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
2316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2317              Date: Mon, 18 Mar 2002 23:14:31 +0100
2318              Message-ID: <20020318231431.A699@rafael>
2319      Branch: perl
2320            ! ext/B/B.xs utf8.c
2321 ____________________________________________________________________________
2322 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
2323         Log: Failed patch hunk reapplied.
2324      Branch: perl
2325            ! lib/Tie/File/t/32_defer_misc.t
2326 ____________________________________________________________________________
2327 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
2328         Log: For DEBUGGING threaded builds.
2329      Branch: perl
2330            ! sv.c
2331 ____________________________________________________________________________
2332 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
2333         Log: AUTHORS update.
2334      Branch: perl
2335            ! AUTHORS
2336 ____________________________________________________________________________
2337 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
2338         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
2339              (Fix from Craig Berry)
2340      Branch: perl
2341            ! pp_sys.c
2342 ____________________________________________________________________________
2343 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
2344         Log: Subject: [PATCH] configure.com home-grown kill() check
2345              From: "Craig A. Berry" <craigberry@mac.com>
2346              Date: Mon, 18 Mar 2002 13:52:59 -0600
2347              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
2348      Branch: perl
2349            ! configure.com
2350 ____________________________________________________________________________
2351 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
2352         Log: Upgrade to Tie::File 0.50.
2353      Branch: perl
2354            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
2355            ! lib/Tie/File/t/32_defer_misc.t
2356 ____________________________________________________________________________
2357 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
2358         Log: AUTHORS updates.
2359      Branch: perl
2360            ! AUTHORS
2361 ____________________________________________________________________________
2362 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
2363         Log: Update Changes.
2364      Branch: perl
2365            ! Changes patchlevel.h
2366 ____________________________________________________________________________
2367 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
2368         Log: OS/390 update.
2369      Branch: perl
2370            ! pod/perldelta.pod
2371 ____________________________________________________________________________
2372 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
2373         Log: Forgot from #15288.
2374      Branch: perl
2375            ! ext/B/B.xs
2376 ____________________________________________________________________________
2377 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
2378         Log: Make regex DEBUGGING faster.
2379      Branch: perl
2380            ! perl.c perl.h regexec.c
2381 ____________________________________________________________________________
2382 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
2383         Log: Undo accidental perl.h part of #15295 (wait for #15297)
2384      Branch: perl
2385            ! perl.h
2386 ____________________________________________________________________________
2387 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
2388         Log: Subject: prefix slip
2389              From: andreas.koenig@anima.de (Andreas J. Koenig)
2390              Date: Mon, 18 Mar 2002 16:24:46 +0100
2391              Message-ID: <m3y9gp3nlt.fsf@anima.de>
2392              
2393              (perl.h part accidental, undone by #15296)
2394      Branch: perl
2395            ! INSTALL perl.h
2396 ____________________________________________________________________________
2397 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
2398         Log: Be tidy.
2399      Branch: perl
2400            ! ext/B/t/xref.t
2401 ____________________________________________________________________________
2402 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
2403         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
2404              From: Spider Boardman <spider@web.zk3.dec.com>
2405              Date: Mon, 18 Mar 2002 10:09:50 -0500
2406              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
2407      Branch: perl
2408            ! README.tru64 hints/dec_osf.sh
2409 ____________________________________________________________________________
2410 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
2411         Log: NetWare tweaks from C Aditya <caditya@novell.com>
2412      Branch: perl
2413            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
2414 ____________________________________________________________________________
2415 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
2416         Log: metaconfig unit change for #15290.
2417      Branch: metaconfig/U/perl
2418            ! perlxv.U
2419 ____________________________________________________________________________
2420 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
2421         Log: Subject: d_nv_preserves_uv_bits
2422              From: Nicholas Clark <nick@unfortu.net>
2423              Date: Thu, 14 Mar 2002 22:24:19 +0000
2424              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
2425      Branch: perl
2426            ! Configure Porting/Glossary Porting/config.sh config_h.SH
2427            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
2428            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
2429            ! win32/config.bc win32/config.gc win32/config.vc
2430            ! win32/config.win64
2431 ____________________________________________________________________________
2432 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
2433         Log: Subject: Re: perl@15244
2434              From: Spider Boardman <spider@web.zk3.dec.com>
2435              Date: Mon, 18 Mar 2002 09:38:55 -0500
2436              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
2437              
2438              (IA64 work.)
2439      Branch: perl
2440            ! hints/hpux.sh perl.h
2441 ____________________________________________________________________________
2442 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
2443         Log: Subject: [PATCH B] B::perlstring()
2444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2445              Date: Sun, 17 Mar 2002 23:06:12 +0100
2446              Message-ID: <20020317230612.A24442@rafael>
2447      Branch: perl
2448            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
2449 ____________________________________________________________________________
2450 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
2451         Log: Subject: [PATCH] another pack "w" thing
2452              From: Nicholas Clark <nick@unfortu.net>
2453              Date: Sat, 16 Mar 2002 21:52:15 +0000
2454              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
2455      Branch: perl
2456            ! pp_pack.c t/op/pack.t
2457 ____________________________________________________________________________
2458 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
2459         Log: More prototypes blindness in Solaris.
2460              (TODO: readdir64_r really needs to be seen.)
2461      Branch: perl
2462            ! hints/solaris_2.sh
2463 ____________________________________________________________________________
2464 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
2465         Log: Integrate perlio;
2466              
2467              Tidy the "does not map" message for non-characters
2468              (e.g. iso-8859-3 "\xA5").
2469      Branch: perl
2470           !> ext/Encode/Encode.xs
2471 ____________________________________________________________________________
2472 [ 15284] By: nick                                  on 2002/03/18  11:00:31
2473         Log: Integrate mainline
2474      Branch: perlio
2475           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
2476           +> lib/Tie/File/t/32_defer_misc.t
2477           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
2478           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
2479           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
2480           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
2481           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
2482           !> reentr.pl regexec.c t/op/pat.t util.c
2483 ____________________________________________________________________________
2484 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
2485         Log: Sync with Scalar-List-Utils-1.07
2486      Branch: perl
2487            + ext/List/Util/t/openhan.t
2488            ! MANIFEST ext/List/Util/ChangeLog
2489            ! ext/List/Util/lib/List/Util.pm
2490            ! ext/List/Util/lib/Scalar/Util.pm
2491 ____________________________________________________________________________
2492 [ 15282] By: nick                                  on 2002/03/18  08:11:28
2493         Log: Tidy the "does not map" message for non-characters
2494              (e.g. iso-8859-3 "\xA5").
2495      Branch: perlio
2496            ! ext/Encode/Encode.xs
2497 ____________________________________________________________________________
2498 [ 15281] By: ams                                   on 2002/03/18  04:44:37
2499         Log: URL fix from MJD.
2500      Branch: perl
2501            ! pod/perlfaq3.pod
2502 ____________________________________________________________________________
2503 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
2504         Log: More prototype calming (really should fix the Configure
2505              protochk, but not at this point in time).
2506      Branch: perl
2507            ! hints/solaris_2.sh
2508 ____________________________________________________________________________
2509 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
2510         Log: return at the wrong side of #endif.
2511      Branch: perl
2512            ! util.c
2513 ____________________________________________________________________________
2514 [ 15278] By: ams                                   on 2002/03/17  23:45:31
2515         Log: Typo fix from Stas Bekman.
2516      Branch: perl
2517            ! pod/perlhack.pod
2518 ____________________________________________________________________________
2519 [ 15277] By: ams                                   on 2002/03/17  23:41:35
2520         Log: Upgrade to Tie::File 0.21.
2521      Branch: perl
2522            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
2523            + lib/Tie/File/t/32_defer_misc.t
2524            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
2525            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
2526            ! lib/Tie/File/t/22_autochomp.t
2527 ____________________________________________________________________________
2528 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
2529         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
2530              character classes use inlined macros instead of the full
2531              function call.
2532      Branch: perl
2533            ! regexec.c
2534 ____________________________________________________________________________
2535 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
2536         Log: Integrate perlio;
2537              
2538              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
2539              
2540              Other :encoding oddities
2541              - we should really pop while we can still make method calls
2542              in case DESTROY does something.
2543              - Provide a no-op DESTROY
2544              - Use SvPV_only() rather than just SvPV_on()
2545      Branch: perl
2546           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2547           !> ext/Encode/lib/Encode/Encoding.pm sv.c
2548 ____________________________________________________________________________
2549 [ 15274] By: nick                                  on 2002/03/17  20:00:12
2550         Log: Other :encoding oddities
2551              - we should really pop while we can still make method calls
2552              in case DESTROY does something.
2553              - Provide a no-op DESTROY
2554              - Use SvPV_only() rather than just SvPV_on()
2555      Branch: perlio
2556            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2557            ! ext/Encode/lib/Encode/Encoding.pm
2558 ____________________________________________________________________________
2559 [ 15273] By: nick                                  on 2002/03/17  19:53:24
2560         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
2561      Branch: perlio
2562            ! sv.c
2563 ____________________________________________________________________________
2564 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
2565         Log: Implement the retry-on-ERANGE for the get*_r().
2566              The buffer will keep doubling until 64k.
2567      Branch: perl
2568            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
2569            ! reentr.h reentr.pl
2570 ____________________________________________________________________________
2571 [ 15271] By: nick                                  on 2002/03/17  17:38:44
2572         Log: Integrate mainline
2573      Branch: perlio
2574           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
2575           +> t/op/pow.t
2576           !> (integrate 28 files)
2577 ____________________________________________________________________________
2578 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
2579         Log: Subject: UTF-8 bug (maybe alreayd known?)
2580              From: andreas.koenig@anima.de (Andreas J. Koenig)
2581              Date: Fri, 08 Mar 2002 16:36:01 +0100
2582              Message-ID: <m3n0xjul5q.fsf@anima.de>
2583      Branch: perl
2584            ! pp_hot.c t/op/pat.t
2585 ____________________________________________________________________________
2586 [ 15269] By: nick                                  on 2002/03/17  09:12:39
2587         Log: Integarate mainline
2588      Branch: perlio
2589           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
2590           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
2591           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
2592           !> (integrate 69 files)
2593 ____________________________________________________________________________
2594 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
2595         Log: Subject: SEGV in s/// and UTF-8
2596              From: andreas.koenig@anima.de (Andreas J. Koenig)
2597              Date: Tue, 12 Mar 2002 00:40:09 +0100
2598              Message-ID: <m3r8mqad2e.fsf@anima.de>
2599      Branch: perl
2600            ! regexec.c t/op/pat.t
2601 ____________________________________________________________________________
2602 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
2603         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
2604              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
2605              which assume that 2**someinteger is accurate.
2606      Branch: perl
2607            + t/op/pow.t
2608            ! MANIFEST pp.c t/test.pl
2609 ____________________________________________________________________________
2610 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
2611         Log: _r-ify config.win64, too.
2612      Branch: perl
2613            ! win32/config.win64
2614 ____________________________________________________________________________
2615 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
2616         Log: Better place to initialize (IRIX cc noticed that
2617              the many "goto defchars" bypass the initialization)
2618      Branch: perl
2619            ! regcomp.c
2620 ____________________________________________________________________________
2621 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
2622         Log: If not building threaded, never mind the threaded prototypes.
2623      Branch: perl
2624            ! Configure reentr.pl
2625 ____________________________________________________________________________
2626 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
2627         Log: metaconfig: If not using threads, not point probing for the
2628              prototypes (since they might be hidden behind many defines
2629              we won't have if not building threaded)
2630      Branch: metaconfig
2631            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2632            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2633            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2634            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2635            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
2636            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
2637            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2638            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
2639            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
2640            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
2641            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
2642            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2643            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2644            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2645            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2646            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2647            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2648            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2649            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2650            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2651            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2652            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2653            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2654            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2655 ____________________________________________________________________________
2656 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
2657         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
2658      Branch: perl
2659            ! hints/freebsd.sh
2660 ____________________________________________________________________________
2661 [ 15261] By: ams                                   on 2002/03/16  18:14:04
2662         Log: Upgrade to Tie::File 0.20.
2663      Branch: perl
2664            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
2665            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
2666            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
2667            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
2668            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
2669            ! lib/Tie/File/t/11_rv_splice_rs.t
2670            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
2671            ! lib/Tie/File/t/16_handle.t
2672 ____________________________________________________________________________
2673 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
2674         Log: There seems to be a trend for the *time_r to be hidden.
2675      Branch: perl
2676            ! hints/irix_6.sh
2677 ____________________________________________________________________________
2678 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
2679         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
2680              From: Stas Bekman <stas@stason.org>
2681              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
2682              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
2683      Branch: perl
2684            ! lib/Pod/Html.pm
2685 ____________________________________________________________________________
2686 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
2687         Log: Subject: [PATCH] Re: dumpvar.pl bug
2688              From: Peter Scott <Peter@PSDT.com>
2689              Date: Fri, 15 Mar 2002 18:19:21 -0800
2690              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
2691      Branch: perl
2692            ! lib/dumpvar.pl lib/perl5db.pl
2693 ____________________________________________________________________________
2694 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
2695         Log: More paranoid _r protochecking.  At least Tru64 and
2696              Linux need additional hinting help to believe that
2697              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
2698              to see what goes bang.
2699      Branch: perl
2700            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
2701            ! reentr.pl
2702 ____________________________________________________________________________
2703 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
2704         Log: metaconfig: more paranoid _r protochecking.
2705      Branch: metaconfig
2706            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2707            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2708            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2709            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2710            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
2711            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
2712            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2713            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
2714            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
2715            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
2716            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
2717            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2718            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2719            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2720            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2721            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2722            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2723            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2724            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2725            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2726            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2727            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2728            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2729            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2730 ____________________________________________________________________________
2731 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
2732         Log: HP-UX gcc 3 warnings found by Sarathy.
2733      Branch: perl
2734            ! regcomp.c sv.c
2735 ____________________________________________________________________________
2736 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
2737         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
2738              From: Slaven Rezic <slaven.rezic@berlin.de>
2739              Date: 16 Mar 2002 15:29:18 +0100
2740              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
2741      Branch: perl
2742            ! pod/perldelta.pod
2743 ____________________________________________________________________________
2744 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
2745         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
2746      Branch: perl
2747            ! Porting/findrfuncs reentr.h reentr.pl
2748 ____________________________________________________________________________
2749 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
2750         Log: UIN32_MAX with borken under HP-UX+gcc
2751      Branch: perl
2752            ! handy.h
2753 ____________________________________________________________________________
2754 [ 15251] By: ams                                   on 2002/03/16  02:38:08
2755         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
2756              *::DESTROY() is deprecated
2757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2758              Date: Thu, 14 Mar 2002 18:39:22 -0500
2759              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
2760              
2761              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
2762              *::DESTROY() is deprecated
2763              From: Dave Mitchell <davem@fdgroup.com>
2764              Date: Fri, 15 Mar 2002 19:22:49 +0000
2765              Message-Id: <20020315192249.A22389@fdgroup.com>
2766      Branch: perl
2767            ! gv.c t/op/method.t
2768 ____________________________________________________________________________
2769 [ 15250] By: ams                                   on 2002/03/16  02:14:41
2770         Log: Plural nit.
2771      Branch: perl
2772            ! pod/perldelta.pod
2773 ____________________________________________________________________________
2774 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
2775         Log: Doesn't make sense to test for protos if the
2776              functions are not to be used (!= functions exist!)
2777              This might be the key (well, a key) to the HP-UX
2778              problems.
2779      Branch: perl
2780            ! reentr.h reentr.pl
2781 ____________________________________________________________________________
2782 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
2783         Log: Typo in #15247.
2784      Branch: perl
2785            ! hints/hpux.sh
2786 ____________________________________________________________________________
2787 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
2788         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
2789              in HP-UX (from H.Merijn Brand)
2790      Branch: perl
2791            ! hints/hpux.sh
2792 ____________________________________________________________________________
2793 [ 15246] By: ams                                   on 2002/03/15  17:53:23
2794         Log: Subject: minor corrections in perldelta.pod
2795              From: mjd@plover.com
2796              Date: 15 Mar 2002 18:48:42 -0000
2797              Message-Id: <20020315184842.13573.qmail@plover.com>
2798      Branch: perl
2799            ! pod/perldelta.pod
2800 ____________________________________________________________________________
2801 [ 15245] By: ams                                   on 2002/03/15  17:37:52
2802         Log: Upgrade to Tie::File 0.19.
2803      Branch: perl
2804            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
2805            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
2806            + lib/Tie/File/t/21_win32.t
2807            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
2808            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
2809            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
2810            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
2811            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
2812            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
2813            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
2814            ! lib/Tie/File/t/17_misc_meth.t
2815 ____________________________________________________________________________
2816 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
2817         Log: Update Changes.
2818      Branch: perl
2819            ! Changes patchlevel.h
2820 ____________________________________________________________________________
2821 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
2822         Log: Forgot from #15241.
2823      Branch: perl
2824            ! win32/config_sh.PL
2825 ____________________________________________________________________________
2826 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
2827         Log: Subject: patch pod/perltodo.pod
2828              From: mjd@plover.com
2829              Date: 15 Mar 2002 15:42:18 -0000
2830              Message-ID: <20020315154218.10163.qmail@plover.com>
2831              
2832              (With s/WANT/Want/)
2833      Branch: perl
2834            ! pod/perltodo.pod
2835 ____________________________________________________________________________
2836 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
2837         Log: Subject: [PATCH bleadperl] (revision 5 undef)
2838              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2839              Date: Fri, 15 Mar 2002 00:39:48 +0100
2840              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
2841      Branch: perl
2842            ! win32/config.bc win32/config.gc win32/config.vc
2843            ! win32/config.win64
2844 ____________________________________________________________________________
2845 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
2846         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
2847              From: Michael G Schwern <schwern@pobox.com>
2848              Date: Thu, 14 Mar 2002 16:39:29 -0500
2849              Message-ID: <20020314213929.GA2912@blackrider>
2850      Branch: perl
2851            ! lib/perl5db.pl
2852 ____________________________________________________________________________
2853 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
2854         Log: Integrate perlio.
2855      Branch: perl
2856           !> embed.fnc ext/Encode/t/JP.t
2857 ____________________________________________________________________________
2858 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
2859         Log: Monster _r patch: try to scan for all known _r variants,
2860              and then use them (under ithreads).  May fail in HP-UX,
2861              and the op/groups is known to be fickle everywhere.  Known
2862              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
2863              warnings in AIX since the first arguments of getnetbyaddr
2864              and getnetbyadd_r are of different types.  Thanks, IBM.)
2865              
2866              In non-Configure platforms deny the existence of any
2867              of the _r thingies.  (Also add the recently introduced
2868              d_tm_* to places it wasn't already in.)
2869              
2870              TODO: the suggested glibc buffer growth retry loop in case
2871              some entries (at least for: gr*, host*) are big.
2872              Forgot win32/config.win64.
2873      Branch: perl
2874            + reentr.c reentr.h reentr.pl
2875            ! Configure MANIFEST Makefile.SH NetWare/Makefile
2876            ! NetWare/config.wc Porting/Glossary Porting/config.sh
2877            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
2878            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
2879            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
2880            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
2881            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
2882            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
2883            ! win32/config.bc win32/config.gc win32/config.vc
2884            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
2885 ____________________________________________________________________________
2886 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
2887         Log: Be more explicit on when is the $! worth anything.
2888      Branch: perl
2889            ! pod/perlvar.pod
2890 ____________________________________________________________________________
2891 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
2892         Log: metaconfig: _r _r we go.
2893      Branch: metaconfig
2894            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2895            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2896            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2897            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2898            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
2899            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
2900            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2901            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
2902            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
2903            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
2904            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
2905            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2906            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2907            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2908            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2909            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2910            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2911            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2912            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2913            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2914            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2915            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2916            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2917            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2918 ____________________________________________________________________________
2919 [ 15235] By: nick                                  on 2002/03/15  07:31:54
2920         Log: Add the binmode()s to make JP.t pass on Win32
2921      Branch: perlio
2922            ! ext/Encode/t/JP.t
2923 ____________________________________________________________________________
2924 [ 15234] By: nick                                  on 2002/03/15  07:20:49
2925         Log: Integrate perlio
2926      Branch: perl
2927           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
2928 ____________________________________________________________________________
2929 [ 15233] By: nick                                  on 2002/03/15  07:18:02
2930         Log: Mark JP.t's data files as binary
2931      Branch: perlio
2932            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
2933 ____________________________________________________________________________
2934 [ 15232] By: nick                                  on 2002/03/15  07:13:38
2935         Log: Integrate mainline
2936      Branch: perlio
2937           +> ext/B/t/xref.t
2938           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
2939           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
2940           !> perl.c t/op/arith.t
2941 ____________________________________________________________________________
2942 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
2943         Log: The section needs to be in the makedepend script
2944              (from Jan-Erik Karlsson).
2945      Branch: perl
2946            ! makedepend.SH
2947 ____________________________________________________________________________
2948 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
2949         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
2950              From: Nicholas Clark <nick@unfortu.net>
2951              Date: Thu, 14 Mar 2002 23:05:23 +0000
2952              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
2953      Branch: perl
2954            ! ext/Safe/safe2.t
2955 ____________________________________________________________________________
2956 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
2957         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
2958              From: "Brent Dax" <brentdax@cpan.org>
2959              Date: Thu, 14 Mar 2002 09:08:41 -0800
2960              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
2961      Branch: perl
2962            ! lib/Pod/Html.pm
2963 ____________________________________________________________________________
2964 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
2965         Log: metaconfig: one round again for the _r.
2966      Branch: metaconfig
2967            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2968            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2969            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2970            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2971            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
2972            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
2973            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2974            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
2975            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
2976            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
2977            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
2978            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2979            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2980            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2981            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2982            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2983            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2984            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2985            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2986            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2987            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2988            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2989            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2990            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2991 ____________________________________________________________________________
2992 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
2993         Log: metaconfig: new round of the _r units.
2994      Branch: metaconfig
2995            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2996            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2997            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2998            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2999            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3000            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3001            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3002            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3003            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3004            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3005            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3006            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3007            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3008            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3009            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3010            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3011            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3012            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3013            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3014            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3015            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3016            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3017            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3018            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3019      Branch: metaconfig/U/perl
3020            + i_crypt.U
3021 ____________________________________________________________________________
3022 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
3023         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
3024              From: Paul_GreenVOS@vos.stratus.com
3025              Date: Tue, 12 Mar 02 19:22 est   
3026              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
3027      Branch: perl
3028            ! lib/Benchmark.t t/op/arith.t
3029 ____________________________________________________________________________
3030 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
3031         Log: Subject: Re: Win32: C:\Program Files
3032              From: "Ken Williams" <ken@mathforum.org>
3033              Date: Wed, 13 Mar 2002 17:50:59 -0600
3034              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
3035              
3036              Add -t to perl -h.
3037      Branch: perl
3038            ! perl.c
3039 ____________________________________________________________________________
3040 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
3041         Log: Extra paranoia from Nick Clark.
3042      Branch: perl
3043            ! ext/Safe/safe2.t
3044 ____________________________________________________________________________
3045 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
3046         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
3047              From: Nicholas Clark <nick@ccl4.org>
3048              Date: Wed, 13 Mar 2002 14:22:50 +0000
3049              Message-ID: <20020313142250.G92566@plum.flirble.org>
3050      Branch: perl
3051            ! ext/Safe/safe2.t
3052 ____________________________________________________________________________
3053 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
3054         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
3055              From: <slaven.rezic@berlin.de>
3056              Date: Tue, 12 Mar 2002 13:03:41 +0100      
3057              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
3058      Branch: perl
3059            ! Makefile.SH
3060 ____________________________________________________________________________
3061 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
3062         Log: Subject: [PATCH] a test for B::Xref
3063              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3064              Date: Wed, 13 Mar 2002 17:18:57 +0100
3065              Message-ID: <20020313171857.F1144@rafael>
3066      Branch: perl
3067            + ext/B/t/xref.t
3068            ! MANIFEST ext/B/B/Xref.pm
3069 ____________________________________________________________________________
3070 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
3071         Log: Subject: [PATCH] Exporter.pm POD fixups
3072              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3073              Date: Wed, 13 Mar 2002 16:21:42 +0100
3074              Message-ID: <20020313162142.A1144@rafael>
3075      Branch: perl
3076            ! lib/Exporter.pm
3077 ____________________________________________________________________________
3078 [ 15219] By: nick                                  on 2002/03/14  07:00:16
3079         Log: Integrate mainline
3080      Branch: perlio
3081           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
3082 ____________________________________________________________________________
3083 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
3084         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
3085              From: Michael G Schwern <schwern@pobox.com>
3086              Date: Wed, 13 Mar 2002 17:43:00 -0500
3087              Message-ID: <20020313224300.GG3311@blackrider>
3088      Branch: perl
3089            ! lib/ExtUtils/MM_VMS.pm
3090 ____________________________________________________________________________
3091 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
3092         Log: Pod tweak.
3093      Branch: perl
3094            ! lib/open.pm
3095 ____________________________________________________________________________
3096 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
3097         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
3098              From: "Craig A. Berry" <craigberry@mac.com>
3099              Date: Wed, 13 Mar 2002 01:44:01 -0600
3100              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
3101      Branch: perl
3102            ! vms/descrip_mms.template
3103 ____________________________________________________________________________
3104 [ 15215] By: nick                                  on 2002/03/13  08:08:36
3105         Log: Integrate mainline.
3106      Branch: perlio
3107           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
3108            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
3109            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
3110            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
3111            - ext/Data/Util/t/Hash.t
3112           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
3113           !> ext/Encode/lib/Encode/CN/HZ.pm
3114           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3115           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
3116           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
3117           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3118           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
3119           !> t/op/override.t toke.c universal.c
3120 ____________________________________________________________________________
3121 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
3122         Log: metaconfig: three guesses.
3123      Branch: metaconfig
3124            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3125            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3126            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3127            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3128            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3129            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3130            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3131            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3132            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3133            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3134            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3135            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3136            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3137            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3138            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3139            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3140            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3141            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3142            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3143            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3144            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3145            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3146            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3147            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3148 ____________________________________________________________________________
3149 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
3150         Log: metaconfig: regen _r units again.
3151      Branch: metaconfig
3152            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3153            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3154            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3155            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3156            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3157            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3158            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3159            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3160            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3161            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3162            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3163            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3164            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3165            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3166            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3167            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3168            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3169            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3170            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3171            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3172            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3173            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3174            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3175            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3176 ____________________________________________________________________________
3177 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
3178         Log: metaconfig: regen _r units.
3179      Branch: metaconfig
3180            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
3181            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3182            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3183            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3184            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3185            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3186            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3187            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3188            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3189            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3190            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3191            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3192            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3193            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3194            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3195            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3196            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3197            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3198            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3199            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3200            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3201            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3202            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3203            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3204            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3205 ____________________________________________________________________________
3206 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
3207         Log: metaconfig unit tweaks.
3208      Branch: metaconfig
3209            + U/threads/d_setprotoent_r.U
3210            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
3211            ! U/threads/d_tmpnam_r.U
3212 ____________________________________________________________________________
3213 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
3214         Log: metaconfig: replace the _r units with autogenerated ones.
3215      Branch: metaconfig
3216            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3217            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
3218            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3219            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
3220            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
3221            + U/threads/d_getprotobyname_r.U
3222            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3223            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
3224            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
3225            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3226            + U/threads/d_setservent_r.U
3227            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
3228            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
3229            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
3230            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
3231            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
3232            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
3233            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
3234            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
3235            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
3236            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3237            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3238            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3239            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
3240            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3241            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
3242            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
3243            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3244            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3245            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3246            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
3247            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
3248            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
3249            ! U/threads/d_ttyname_r.U
3250 ____________________________________________________________________________
3251 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
3252         Log: More known threadsafings.
3253      Branch: perl
3254            ! Porting/findrfuncs
3255 ____________________________________________________________________________
3256 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
3257         Log: Small tweaks.
3258      Branch: perl
3259            ! lib/Internals.t universal.c
3260 ____________________________________________________________________________
3261 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
3262         Log: VERSIONize.
3263      Branch: perl
3264            ! ext/Encode/lib/Encode/CN/HZ.pm
3265            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3266            ! ext/Encode/lib/Encode/JP/JIS.pm
3267 ____________________________________________________________________________
3268 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
3269         Log: Subject: perl datastructure conversion shortcuts for DDD
3270              From: Stas Bekman <stas@stason.org>
3271              Date: Mon, 11 Mar 2002 14:54:31 +0800
3272              Message-ID: <3C8C54A7.5020502@stason.org>
3273      Branch: perl
3274            ! pod/perlhack.pod
3275 ____________________________________________________________________________
3276 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
3277         Log: Regen modlib.
3278      Branch: perl
3279            ! pod/perlmodlib.pod
3280 ____________________________________________________________________________
3281 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
3282         Log: Regen toc.
3283      Branch: perl
3284            ! pod/perltoc.pod
3285 ____________________________________________________________________________
3286 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
3287         Log: Tiny pod tweaks.
3288      Branch: perl
3289            ! lib/Hash/Util.pm
3290 ____________________________________________________________________________
3291 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
3292         Log: perldeltaize Hash::Util.
3293      Branch: perl
3294            ! pod/perldelta.pod
3295 ____________________________________________________________________________
3296 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
3297         Log: Move the readonly interface back to universal.c,
3298              (new name: Internals::SvREADONLY), remove Data::Util,
3299              move Hash::Util to lib, also introduce refcnt interface
3300              (Internals::SvREFCNT).     Make both the new interfaces
3301              to be more sane so that if they set the value, they return
3302              the new value, not the old one.
3303      Branch: perl
3304            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
3305            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
3306            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
3307            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
3308            - ext/Data/Util/t/Hash.t
3309            ! MANIFEST ext/B/t/stash.t universal.c
3310 ____________________________________________________________________________
3311 [ 15200] By: ams                                   on 2002/03/12  15:16:05
3312         Log: Subject: Disambiguate "Can't locate"
3313              From: Mike Guy <mjtg@cam.ac.uk>
3314              Date: Tue, 12 Mar 2002 16:04:23 +0000
3315              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
3316      Branch: perl
3317            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
3318            ! pp_ctl.c t/op/override.t
3319 ____________________________________________________________________________
3320 [ 15199] By: ams                                   on 2002/03/12  15:04:43
3321         Log: Subject: [PATCH] perl/lib/File/stat.t
3322              From: Paul_GreenVOS@vos.stratus.com
3323              Date: Tue, 12 Mar 02 11:00 est
3324              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
3325      Branch: perl
3326            ! lib/File/stat.t
3327 ____________________________________________________________________________
3328 [ 15198] By: ams                                   on 2002/03/12  15:00:44
3329         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
3330              From: Robin Barker <rmb1@cise.npl.co.uk>
3331              Date: Tue, 12 Mar 2002 13:31:58 GMT
3332              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
3333      Branch: perl
3334            ! pod/perlfunc.pod
3335 ____________________________________________________________________________
3336 [ 15197] By: ams                                   on 2002/03/12  14:57:34
3337         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
3338              From: "Clinton A. Pierce" <clintp@geeksalad.org>
3339              Date: Tue, 12 Mar 2002 10:11:53 -0500
3340              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
3341      Branch: perl
3342            ! toke.c
3343 ____________________________________________________________________________
3344 [ 15196] By: nick                                  on 2002/03/12  13:40:35
3345         Log: Integrate mainline
3346      Branch: perlio
3347           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
3348           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
3349           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
3350           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
3351            - t/lib/access.t
3352           !> (integrate 96 files)
3353 ____________________________________________________________________________
3354 [ 15195] By: nick                                  on 2002/03/12  06:08:24
3355         Log: Integrate mainline (a while ago)
3356      Branch: perlio
3357           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
3358           +> ext/Encode/t/TW.t
3359            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
3360            - ext/Encode/lib/Encode/Tcl/HanZi.pm
3361            - ext/I18N/Langinfo/fallback.c
3362           !> (integrate 80 files)
3363 ____________________________________________________________________________
3364 [ 15194] By: ams                                   on 2002/03/12  06:02:20
3365         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
3366              From: Jonathan Stowe <gellyfish@gellyfish.com>
3367              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
3368              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
3369      Branch: perl
3370            ! ext/Encode/CN/Makefile.PL
3371 ____________________________________________________________________________
3372 [ 15193] By: ams                                   on 2002/03/12  05:55:07
3373         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
3374              From: Dave Mitchell <davem@fdgroup.co.uk>
3375              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
3376              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
3377      Branch: perl
3378            ! pod/perlguts.pod
3379 ____________________________________________________________________________
3380 [ 15192] By: ams                                   on 2002/03/12  05:50:08
3381         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
3382              From: Anton Tagunov <tagunov@motor.ru>
3383              Date: Tue, 12 Mar 2002 01:40:58 +0300
3384              Message-Id: <1194068830.20020312014058@motor.ru>
3385              (Applied with tweaks.)
3386      Branch: perl
3387            ! lib/utf8.pm
3388 ____________________________________________________________________________
3389 [ 15191] By: ams                                   on 2002/03/12  05:42:21
3390         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
3391              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3392              Date: Sun, 10 Mar 2002 22:10:15 +0100
3393              Message-Id: <3C8BD9C7.13988.73992D@localhost>
3394      Branch: perl
3395            ! iperlsys.h
3396 ____________________________________________________________________________
3397 [ 15190] By: ams                                   on 2002/03/12  05:38:08
3398         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
3399              From: Anton Tagunov <tagunov@motor.ru>
3400              Date: Mon, 11 Mar 2002 23:27:47 +0300
3401              Message-Id: <19414222180.20020311232747@motor.ru>
3402      Branch: perl
3403            ! pod/perlsub.pod
3404 ____________________________________________________________________________
3405 [ 15189] By: ams                                   on 2002/03/12  05:34:49
3406         Log: Subject: minor patch for comment in utfebcdic.h
3407              From: Anton Tagunov <tagunov@motor.ru>
3408              Date: Tue, 12 Mar 2002 00:20:21 +0300
3409              Message-Id: <13817376786.20020312002021@motor.ru>
3410      Branch: perl
3411            ! utfebcdic.h
3412 ____________________________________________________________________________
3413 [ 15188] By: ams                                   on 2002/03/12  05:32:30
3414         Log: Subject: [PATCH ?] B::Xref improvements
3415              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3416              Date: Mon, 11 Mar 2002 23:32:20 +0100
3417              Message-Id: <20020311233220.A12677@rafael>
3418      Branch: perl
3419            ! ext/B/B/Xref.pm
3420 ____________________________________________________________________________
3421 [ 15187] By: ams                                   on 2002/03/12  05:30:02
3422         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
3423              From: Paul_GreenVOS@vos.stratus.com
3424              Date: Mon, 11 Mar 02 17:23 est
3425              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
3426      Branch: perl
3427            ! lib/ExtUtils/MM_Unix.pm
3428 ____________________________________________________________________________
3429 [ 15186] By: ams                                   on 2002/03/12  05:27:06
3430         Log: Subject: [PATCH] installperl - minor untangle for VOS
3431              From: Paul_GreenVOS@vos.stratus.com
3432              Date: Mon, 11 Mar 02 17:05 est
3433              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
3434      Branch: perl
3435            ! installperl
3436 ____________________________________________________________________________
3437 [ 15185] By: ams                                   on 2002/03/12  05:25:59
3438         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
3439              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3440              Date: Mon, 11 Mar 2002 22:37:39 +0100
3441              Message-Id: <20020311223739.A691@rafael>
3442      Branch: perl
3443            ! ext/B/B/Deparse.pm
3444 ____________________________________________________________________________
3445 [ 15184] By: ams                                   on 2002/03/12  05:20:54
3446         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
3447              From: Michael G Schwern <schwern@pobox.com>
3448              Date: Tue, 12 Mar 2002 01:12:08 -0500
3449              Message-Id: <20020312061208.GD904@blackrider>
3450      Branch: perl
3451            ! hints/netbsd.sh
3452 ____________________________________________________________________________
3453 [ 15183] By: ams                                   on 2002/03/12  04:12:30
3454         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
3455              From: Autrijus Tang <autrijus@autrijus.org>
3456              Date: Tue, 12 Mar 2002 13:05:53 +0800
3457              Message-Id: <20020312050553.GA7864@not.autrijus.org>
3458              (Only doc hunk applied, supplementing #15182.)
3459      Branch: perl
3460            ! ext/Encode/Encode.pm
3461 ____________________________________________________________________________
3462 [ 15182] By: ams                                   on 2002/03/12  04:04:34
3463         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
3464              From: Autrijus Tang <autrijus@autrijus.org>
3465              Date: Tue, 12 Mar 2002 12:56:46 +0800
3466              Message-Id: <20020312045646.GA7689@not.autrijus.org>
3467              (Private mail.)
3468      Branch: perl
3469            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
3470 ____________________________________________________________________________
3471 [ 15181] By: ams                                   on 2002/03/12  03:09:20
3472         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
3473              From: Autrijus Tang <autrijus@autrijus.org>
3474              Date: Tue, 12 Mar 2002 11:55:06 +0800
3475              Message-Id: <20020312035506.GA6946@not.autrijus.org>
3476      Branch: perl
3477            ! ext/Encode/Encode.pm
3478 ____________________________________________________________________________
3479 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
3480         Log: Deypo.
3481      Branch: metaconfig
3482            ! U/threads/d_asctime_r.U
3483 ____________________________________________________________________________
3484 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
3485         Log: FAQ sync.
3486      Branch: perl
3487            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3488            ! pod/perlfaq4.pod pod/perlfaq5.pod
3489 ____________________________________________________________________________
3490 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
3491         Log: The test needs perlio.
3492      Branch: perl
3493            ! lib/open.t
3494 ____________________________________________________________________________
3495 [ 15177] By: ams                                   on 2002/03/11  15:41:08
3496         Log: Subject: perlreftut update
3497              From: Mark-Jason Dominus <mjd@plover.com>
3498              Date: Mon, 11 Mar 2002 11:36:27 -0500
3499              Message-Id: <20020311163627.31020.qmail@plover.com>
3500      Branch: perl
3501            ! pod/perlreftut.pod
3502 ____________________________________________________________________________
3503 [ 15176] By: ams                                   on 2002/03/11  15:35:24
3504         Log: Subject: Minor correction in perlfaq5
3505              From: mjd@plover.com
3506              Date: 11 Mar 2002 16:34:22 -0000
3507              Message-Id: <20020311163422.30963.qmail@plover.com>
3508      Branch: perl
3509            ! pod/perlfaq5.pod
3510 ____________________________________________________________________________
3511 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
3512         Log: number of skipped tests was incorrect
3513      Branch: perl
3514            ! t/op/stat.t
3515 ____________________________________________________________________________
3516 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
3517         Log: remove doubled CRs
3518      Branch: perl
3519            ! win32/Makefile
3520 ____________________________________________________________________________
3521 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
3522         Log: Update Changes.
3523      Branch: perl
3524            ! Changes patchlevel.h
3525 ____________________________________________________________________________
3526 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
3527         Log: Regen toc.
3528      Branch: perl
3529            ! pod/perltoc.pod
3530 ____________________________________________________________________________
3531 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
3532         Log: Add t/CN.t and t/TW.t; re-sort.
3533      Branch: perl
3534            ! ext/Encode/MANIFEST
3535 ____________________________________________________________________________
3536 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
3537         Log: Document what to do if one yearns back to
3538              the old legacy encoding.
3539      Branch: perl
3540            ! lib/encoding.pm
3541 ____________________________________________________________________________
3542 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
3543         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
3544              as general purpose encoding transformation interfaces
3545              since that's not what they are.
3546      Branch: perl
3547            ! lib/utf8.pm pod/perlunicode.pod sv.c
3548 ____________________________________________________________________________
3549 [ 15168] By: ams                                   on 2002/03/11  12:54:16
3550         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
3551              warnings
3552              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3553              Date: Mon, 11 Mar 2002 14:35:22 +0100
3554              Message-Id: <20020311143522.A7431@rafael>
3555      Branch: perl
3556            ! t/lib/warnings/pp_sys
3557 ____________________________________________________________________________
3558 [ 15167] By: ams                                   on 2002/03/11  04:57:20
3559         Log: A little commonsense is better than 1_compile.
3560      Branch: perl
3561            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
3562 ____________________________________________________________________________
3563 [ 15166] By: ams                                   on 2002/03/11  04:53:50
3564         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
3565              From: Michael G Schwern <schwern@pobox.com>
3566              Date: Sun, 10 Mar 2002 13:27:12 -0500
3567              Message-Id: <20020310182712.GC693@blackrider>
3568              
3569              Subject: [PATCH] Hash::Util part 2
3570              From: Michael G Schwern <schwern@pobox.com>
3571              Date: Sun, 10 Mar 2002 15:09:34 -0500
3572              Message-Id: <20020310200934.GB27112@blackrider>
3573              
3574              Subject: [PATCH] Hash::Util MANIFEST correction
3575              From: Michael G Schwern <schwern@pobox.com>
3576              Date: Sun, 10 Mar 2002 16:27:07 -0500
3577              Message-Id: <20020310212707.GF27112@blackrider>
3578              
3579              (Also changes find.t and taint.t, which were looking for access.t)
3580      Branch: perl
3581            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
3582            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
3583            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
3584            + ext/Data/Util/t/Hash.t
3585            - t/lib/access.t
3586            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
3587            ! pod/perldiag.pod pod/perltodo.pod universal.c
3588 ____________________________________________________________________________
3589 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
3590         Log: metaconfig: more thready fixes.
3591      Branch: metaconfig
3592            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
3593            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
3594            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
3595            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
3596            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
3597            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
3598            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3599            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
3600            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
3601 ____________________________________________________________________________
3602 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
3603         Log: Skip obsoleted interfaces.
3604      Branch: perl
3605            ! Porting/findrfuncs
3606 ____________________________________________________________________________
3607 [ 15162] By: ams                                   on 2002/03/11  03:48:14
3608         Log: Typo fixes.
3609      Branch: perl
3610            ! perl.c
3611 ____________________________________________________________________________
3612 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
3613         Log: Upgrade to Locale::Codes 2.02.
3614      Branch: perl
3615            + lib/Locale/Codes/t/rename.t
3616            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
3617            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
3618            ! lib/Locale/Country.pod
3619 ____________________________________________________________________________
3620 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
3621         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
3622              From: Nicholas Clark <nick@unfortu.net>
3623              Date: Sun, 10 Mar 2002 18:17:50 +0000
3624              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
3625              
3626              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
3627              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3628              Date: Sun, 10 Mar 2002 13:53:34 -0800
3629              Message-ID: <eX9i8gzkg26G092yn@efn.org>
3630              
3631              (and reenable the feature in freebsd,
3632              and move the freebsd pr url to perl.c)
3633      Branch: perl
3634            ! hints/freebsd.sh perl.c pod/perldelta.pod
3635 ____________________________________________________________________________
3636 [ 15159] By: ams                                   on 2002/03/11  03:34:13
3637         Log: Subject: [PATCH stash.t] access::readonly is gone
3638              From: Michael G Schwern <schwern@pobox.com>
3639              Date: Sun, 10 Mar 2002 16:18:14 -0500
3640              Message-Id: <20020310211813.GE27112@blackrider>
3641      Branch: perl
3642            ! ext/B/t/stash.t
3643 ____________________________________________________________________________
3644 [ 15158] By: ams                                   on 2002/03/11  03:28:04
3645         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
3646              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3647              Date: Sun, 10 Mar 2002 22:10:15 +0100
3648              Message-Id: <3C8BD9C7.610.7398DD@localhost>
3649      Branch: perl
3650            ! lib/Net/Ping/t/110_icmp_inst.t
3651 ____________________________________________________________________________
3652 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
3653         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
3654              From: Michael G Schwern <schwern@pobox.com>
3655              Date: Sun, 10 Mar 2002 19:22:33 -0500
3656              Message-ID: <20020311002233.GE4927@blackrider>
3657      Branch: perl
3658            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
3659            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
3660            ! lib/Test/Simple/t/fail-more.t
3661 ____________________________________________________________________________
3662 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
3663         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
3664              From: Michael G Schwern <schwern@pobox.com>
3665              Date: Sun, 10 Mar 2002 17:14:10 -0500
3666              Message-ID: <20020310221410.GA4915@blackrider>
3667      Branch: perl
3668            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
3669            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
3670 ____________________________________________________________________________
3671 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
3672         Log: Subject: [PATCH] more warnings tidyup
3673              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3674              Date: Sun, 10 Mar 2002 21:01:39 -0000
3675              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
3676      Branch: perl
3677            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
3678            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
3679            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
3680            ! util.c
3681 ____________________________________________________________________________
3682 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
3683         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
3684              From: Nicholas Clark <nick@unfortu.net>
3685              Date: Sun, 10 Mar 2002 23:21:07 +0000
3686              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
3687      Branch: perl
3688            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
3689            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
3690            ! ext/Encode/TW/Makefile.PL
3691 ____________________________________________________________________________
3692 [ 15153] By: ams                                   on 2002/03/11  03:06:59
3693         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
3694              From: Max Baker <max@warped.org>
3695              Date: Fri, 8 Mar 2002 10:56:19 -0800
3696              Message-Id: <20020308105619.A15039@warped.org>
3697      Branch: perl
3698            ! ext/IO/lib/IO/Socket/INET.pm
3699 ____________________________________________________________________________
3700 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
3701         Log: Subject: [PATCH] spelling correction
3702              From: Nicholas Clark <nick@unfortu.net>
3703              Date: Sun, 10 Mar 2002 18:34:42 +0000
3704              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
3705      Branch: perl
3706            ! pp.c pp_hot.c
3707 ____________________________________________________________________________
3708 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
3709         Log: DG/UX updates from Takis Psarogiannakopoulos.
3710      Branch: perl
3711            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
3712 ____________________________________________________________________________
3713 [ 15150] By: ams                                   on 2002/03/11  03:02:47
3714         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
3715              From: Chris Nandor <pudge@pobox.com>
3716              Date: Mon, 04 Mar 2002 17:48:12 -0500
3717              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
3718      Branch: perl
3719            ! lib/DB.pm lib/perl5db.pl
3720 ____________________________________________________________________________
3721 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
3722         Log: metaconfig unit changes in preparation of reentrancy changes.
3723      Branch: metaconfig
3724            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
3725            + U/threads/d_ttyname_r.U
3726            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
3727            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
3728            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
3729            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
3730            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3731            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
3732            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3733            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
3734            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
3735            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
3736            ! U/threads/d_strerror_r.U
3737 ____________________________________________________________________________
3738 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
3739         Log: Mysterious characters.
3740      Branch: perl
3741            ! utf8.h
3742 ____________________________________________________________________________
3743 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
3744         Log: Unused.
3745      Branch: perl
3746            ! op.c
3747 ____________________________________________________________________________
3748 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
3749         Log: Implement :std subpragma of the open pragma
3750              that makes the standard filehandles to talk in
3751              encodings.  This change set off a weird warning
3752              from op.c, though: disabled it now until someone
3753              who knows what it is about comes along.
3754      Branch: perl
3755            ! lib/open.pm op.c
3756 ____________________________________________________________________________
3757 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
3758         Log: Document the logic of :locale better.
3759      Branch: perl
3760            ! lib/open.pm
3761 ____________________________________________________________________________
3762 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
3763         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
3764              From: Slaven Rezic <slaven.rezic@berlin.de>
3765              Date: 10 Mar 2002 02:49:17 +0100
3766              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
3767      Branch: perl
3768            ! hints/freebsd.sh
3769 ____________________________________________________________________________
3770 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
3771         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
3772              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3773              Date: Sun, 10 Mar 2002 17:08:54 +0900
3774              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
3775      Branch: perl
3776            ! ext/Encode/lib/Encode/Tcl.pm
3777            ! ext/Encode/lib/Encode/Tcl/Escape.pm
3778            ! ext/Encode/lib/Encode/Tcl/Extended.pm
3779            ! ext/Encode/lib/Encode/Tcl/Table.pm
3780 ____________________________________________________________________________
3781 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
3782         Log: The patch does the following:
3783              - Nix the unneccessary diagnostics line
3784              - Quell -w warnings if the first ENV doesn't exist
3785              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
3786              is too baroque and bloated for daily use (and for perl core inclusion).
3787              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
3788              non-fatal.
3789              - Consequently, the ^OPEN bits is set only when needed.
3790      Branch: perl
3791            ! lib/open.pm
3792 ____________________________________________________________________________
3793 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
3794         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
3795      Branch: perl
3796            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
3797 ____________________________________________________________________________
3798 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
3799         Log: Precedence problem.
3800      Branch: perl
3801            ! ext/Socket/socketpair.t
3802 ____________________________________________________________________________
3803 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
3804         Log: Renaming tweaks, and split off the reentrant "superbuffer"
3805              init routine.
3806      Branch: perl
3807            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
3808            ! sv.c util.c
3809 ____________________________________________________________________________
3810 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
3811         Log: The 7-bit jis seems to be the hanging one.
3812      Branch: perl
3813            ! ext/Encode/t/Tcl.t
3814 ____________________________________________________________________________
3815 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
3816         Log: Begone.
3817      Branch: perl
3818            ! ext/Encode/MANIFEST
3819 ____________________________________________________________________________
3820 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
3821         Log: Better fix from Autrijus.
3822      Branch: perl
3823            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
3824            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
3825 ____________________________________________________________________________
3826 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
3827         Log: Not everybody has Encode::HanExtra.
3828      Branch: perl
3829            ! ext/Encode/Encode.pm
3830 ____________________________________________________________________________
3831 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
3832         Log: Decutandpasto.
3833      Branch: perl
3834            ! ext/Encode/lib/Encode/Tcl.pm
3835 ____________________________________________________________________________
3836 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
3837         Log: Subject: [PATCH] Data::Dumper
3838              From: Nicholas Clark <nick@unfortu.net>
3839              Date: Sat, 9 Mar 2002 19:03:54 +0000
3840              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
3841      Branch: perl
3842            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
3843            ! ext/Data/Dumper/t/dumper.t
3844 ____________________________________________________________________________
3845 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
3846         Log: Subject: [PATCH] socketpair.t w/o fork
3847              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3848              Date: Sat, 9 Mar 2002 14:55:11 +0100
3849              Message-ID: <3C8A224F.29578.13691BA@localhost>
3850              
3851              (modified as suggested by Sarathy)
3852      Branch: perl
3853            ! ext/Socket/socketpair.t
3854 ____________________________________________________________________________
3855 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
3856         Log: Subject: [PATCH perldelta] Mention Change 14727
3857              From: Autrijus Tang <autrijus@autrijus.org>
3858              Date: Sat, 9 Mar 2002 23:31:40 +0800
3859              Message-ID: <20020309153140.GA4224@not.autrijus.org>
3860      Branch: perl
3861            ! pod/perldelta.pod
3862 ____________________________________________________________________________
3863 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
3864         Log: Make Encode.pm implicitly load external CJK tables the first
3865              time they're needed (instead of immediately), from Autrijus
3866              Tang.
3867      Branch: perl
3868            ! ext/Encode/Encode.pm
3869 ____________________________________________________________________________
3870 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
3871         Log: Subject: Re: Two questions
3872              From: Nicholas Clark <nick@unfortu.net>
3873              Date: Sat, 9 Mar 2002 12:42:40 +0000
3874              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
3875      Branch: perl
3876            ! Porting/pumpkin.pod
3877 ____________________________________________________________________________
3878 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
3879         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
3880              From: Paul_GreenVOS@vos.stratus.com
3881              Date: Fri, 8 Mar 02 22:34 est
3882              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
3883      Branch: perl
3884            ! pp_sys.c
3885 ____________________________________________________________________________
3886 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
3887         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
3888              From: davem@fdgroup.co.uk
3889              Date: Sat, 9 Mar 2002 00:13:27 GMT
3890              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
3891      Branch: perl
3892            ! dump.c
3893 ____________________________________________________________________________
3894 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
3895         Log: Deglitch from Rafael.
3896      Branch: perl
3897            ! ext/B/t/lint.t
3898 ____________________________________________________________________________
3899 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
3900         Log: Still more portability.
3901      Branch: perl
3902            ! Porting/findrfuncs
3903 ____________________________________________________________________________
3904 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
3905         Log: More portability.
3906      Branch: perl
3907            ! Porting/findrfuncs
3908 ____________________________________________________________________________
3909 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
3910         Log: Shared library paths; running tests manually.
3911      Branch: perl
3912            ! INSTALL
3913 ____________________________________________________________________________
3914 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
3915         Log: Subject: RE: Two questions
3916              From: "Green, Paul" <Paul.Green@stratus.com>
3917              Date: Fri, 8 Mar 2002 17:55:19 -0500
3918              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
3919      Branch: perl
3920            ! Porting/pumpkin.pod
3921 ____________________________________________________________________________
3922 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
3923         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
3924              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
3925      Branch: perl
3926            + ext/B/t/lint.t
3927            ! MANIFEST ext/B/B/Lint.pm
3928 ____________________________________________________________________________
3929 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
3930         Log: metaconfig unit change for #15119.
3931      Branch: metaconfig
3932            ! U/threads/d_pthread_atfork.U
3933 ____________________________________________________________________________
3934 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
3935         Log: In DG/UX finding pthread_atfork requires a true compile,
3936              from Takis Psarogiannakopoulos.
3937      Branch: perl
3938            ! Configure config_h.SH
3939 ____________________________________________________________________________
3940 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
3941         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
3942              From: John Peacock <jpeacock@rowman.com>
3943              Date: Fri, 08 Mar 2002 15:52:41 -0500
3944              Message-ID: <3C892499.4050502@rowman.com>
3945      Branch: perl
3946            ! lib/ExtUtils/xsubpp
3947 ____________________________________________________________________________
3948 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
3949         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
3950              From: "Craig A. Berry" <craigberry@mac.com>
3951              Date: Fri, 08 Mar 2002 15:02:51 -0600
3952              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
3953      Branch: perl
3954            ! t/op/write.t
3955 ____________________________________________________________________________
3956 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
3957         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
3958              From: Paul_GreenVOS@vos.stratus.com
3959              Date: Fri, 8 Mar 02 14:45 est
3960              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
3961      Branch: perl
3962            ! installperl
3963 ____________________________________________________________________________
3964 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
3965         Log: Subject: [PATCH @15109] tm_tm_* for VMS
3966              From: "Craig A. Berry" <craigberry@mac.com>
3967              Date: Fri, 08 Mar 2002 13:07:52 -0600
3968              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
3969      Branch: perl
3970            ! configure.com
3971 ____________________________________________________________________________
3972 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
3973         Log: Detypo.
3974      Branch: perl
3975            ! Changes
3976 ____________________________________________________________________________
3977 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
3978         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
3979      Branch: perl
3980            ! t/op/pat.t
3981 ____________________________________________________________________________
3982 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
3983         Log: HP-UX nm seems to repeat itself.
3984      Branch: perl
3985            ! Porting/findrfuncs
3986 ____________________________________________________________________________
3987 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
3988         Log: Nice porting script from Sarathy.  Well, less nice
3989              in the sense that it shows the looong road ahead.
3990      Branch: perl
3991            + Porting/findrfuncs
3992            ! MANIFEST Porting/makerel
3993 ____________________________________________________________________________
3994 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
3995         Log: Subject: Re: Performance considerations for UTF-8
3996              From: Jarkko Hietaniemi <jhi@iki.fi>
3997              Date: Fri, 8 Mar 2002 18:53:28 +0200
3998              Message-ID: <20020308185328.D640@alpha.hut.fi>
3999              
4000              (put all in perlunicode)
4001      Branch: perl
4002            ! pod/perlunicode.pod
4003 ____________________________________________________________________________
4004 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
4005         Log: Update Changes.
4006      Branch: perl
4007            ! Changes patchlevel.h
4008 ____________________________________________________________________________
4009 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
4010         Log: Subject: Cygwin cygipc support skipped
4011              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
4012              Date: Fri, 8 Mar 2002 16:59:34 +0100
4013              Message-ID: <113694157285.20020308165934@familiehaase.de>
4014      Branch: perl
4015            ! hints/cygwin.sh
4016 ____________________________________________________________________________
4017 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
4018         Log: metaconfig unit change for #15106.
4019      Branch: metaconfig
4020            ! U/compline/d_gconvert.U
4021 ____________________________________________________________________________
4022 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
4023         Log: Subject: Re: [PATCH] tests for Gconvert
4024              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4025              Date: Thu, 07 Mar 2002 16:48:10 -0800
4026              Message-ID: <KpAi8gzkganW092yn@efn.org>
4027      Branch: perl
4028            ! Configure config_h.SH t/base/num.t
4029 ____________________________________________________________________________
4030 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
4031         Log: The new test has some teething problems.
4032      Branch: perl
4033            - ext/B/t/lint.t
4034            ! MANIFEST
4035 ____________________________________________________________________________
4036 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
4037         Log: Subject: [PATCH] B::Lint tests
4038              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4039              Date: Fri, 8 Mar 2002 14:47:19 +0100
4040              Message-ID: <20020308144719.A2663@rafael>
4041      Branch: perl
4042            + ext/B/t/lint.t
4043            ! MANIFEST ext/B/B/Lint.pm
4044 ____________________________________________________________________________
4045 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
4046         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
4047              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
4048              Date: Fri, 8 Mar 2002 13:24:14 GMT
4049              Message-Id: <200203081324.NAA00642@cleo>
4050      Branch: perl
4051            ! hints/powerux.sh
4052 ____________________________________________________________________________
4053 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
4054         Log: Subject: HP has some new models
4055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4056              Date: Fri, 08 Mar 2002 13:07:02 +0100
4057              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
4058      Branch: perl
4059            ! README.hpux
4060 ____________________________________________________________________________
4061 [ 15101] By: ams                                   on 2002/03/08  09:11:40
4062         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
4063              From: Stas Bekman <stas@stason.org>
4064              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
4065              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
4066      Branch: perl
4067            ! pod/perlguts.pod
4068 ____________________________________________________________________________
4069 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
4070         Log: Update Changes
4071      Branch: maint-5.6/macperl
4072            ! macos/Changes
4073 ____________________________________________________________________________
4074 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
4075         Log: Replace macperlbundled with macperldelta
4076      Branch: maint-5.6/macperl
4077            ! macos/macperl/MacPerl.podhelp
4078 ____________________________________________________________________________
4079 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
4080         Log: Comsetic fixes (Thomas Wegner)
4081      Branch: maint-5.6/macperl
4082            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
4083 ____________________________________________________________________________
4084 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
4085         Log: Bump OS version
4086      Branch: maint-5.6/macperl
4087            ! macos/config.sh
4088 ____________________________________________________________________________
4089 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
4090         Log: Thought I deleted this already?
4091      Branch: perl
4092            - ext/I18N/Langinfo/fallback.c
4093 ____________________________________________________________________________
4094 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
4095         Log: perlport updates from Pudge.
4096      Branch: perl
4097            ! pod/perlport.pod
4098 ____________________________________________________________________________
4099 [ 15094] By: ams                                   on 2002/03/08  03:06:03
4100         Log: Nitpick.
4101      Branch: perl
4102            ! MANIFEST
4103 ____________________________________________________________________________
4104 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
4105         Log: Wrong test.
4106      Branch: perl
4107            ! pod/perldelta.pod
4108 ____________________________________________________________________________
4109 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
4110         Log: Integrate change 14064 from macperl to blead.
4111      Branch: perl
4112           !> pod/perlmodinstall.pod pod/perlport.pod
4113 ____________________________________________________________________________
4114 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
4115         Log: Integrate recent perlport changes
4116      Branch: maint-5.6/macperl
4117           !> pod/perlport.pod
4118 ____________________________________________________________________________
4119 [ 15089] By: ams                                   on 2002/03/08  01:54:03
4120         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
4121              minor typo in perlguts.pod
4122              From: Anton Tagunov <tagunov@motor.ru>
4123              Date: Fri, 8 Mar 2002 05:26:59 +0300
4124              Message-Id: <4649821189.20020308052659@motor.ru>
4125      Branch: perl
4126            ! pod/perlguts.pod
4127 ____________________________________________________________________________
4128 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
4129         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"! 
4130              From: Anton Tagunov <tagunov@newmail.ru>
4131              Date: Fri, 8 Mar 2002 04:31:44 +0300
4132              Message-ID: <13946506773.20020308043144@newmail.ru>
4133              
4134              (one test changed)
4135      Branch: perl
4136            ! lib/encoding.t sv.c
4137 ____________________________________________________________________________
4138 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
4139         Log: Subject: [PATCH perldelta] some more deltas
4140              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4141              Date: Thu, 7 Mar 2002 23:13:23 +0100
4142              Message-ID: <20020307231323.A13068@rafael>
4143      Branch: perl
4144            ! pod/perldelta.pod
4145 ____________________________________________________________________________
4146 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
4147         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
4148              From: Paul_GreenVOS@vos.stratus.com
4149              Date: Thu, 7 Mar 02 14:25 est
4150              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
4151      Branch: perl
4152            ! t/io/fs.t
4153 ____________________________________________________________________________
4154 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
4155         Log: As suggested by Anton Tagunov, eq and cmp now obey the
4156              encoding pragma (by remapping their byte argument if the
4157              other argument is in Unicode).  Also fix a bug found by
4158              Anton where ord undef under the encoding pragma would barf.
4159              ([ID 20020307.009] A null pointer dereference with 'use encoding')
4160              Finally, use the nicer form of sv_recode_to_utf8.
4161      Branch: perl
4162            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
4163 ____________________________________________________________________________
4164 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
4165         Log: Retract #14985, #14899, and #14990, following the principles
4166              "Do no harm." and "If it ain't broke, don't fix it."
4167              
4168              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
4169              some, but still broken, and I do not have the extra brain
4170              cells for the EBCDIC backport.  Secondly, the old version
4171              worked both in EBCDIC and non-.  Thirdly, the old version
4172              may be more amenable for the behaviour suggsted by Anton
4173              Tagunov regarding the encoding pragma.
4174      Branch: perl
4175            ! embed.fnc embed.h global.sym proto.h sv.c util.c
4176 ____________________________________________________________________________
4177 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
4178         Log: Long doubles give you long doubles.
4179      Branch: perl
4180            ! t/base/num.t
4181 ____________________________________________________________________________
4182 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
4183         Log: Forgotten deMANIFESTation.
4184      Branch: perl
4185            ! MANIFEST
4186 ____________________________________________________________________________
4187 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
4188         Log: Obsolete unused file, noticed by Dank Kogai.
4189      Branch: perl
4190            - ext/Encode/lib/Encode/JP/Tr.pm
4191 ____________________________________________________________________________
4192 [ 15080] By: ams                                   on 2002/03/07  11:31:46
4193         Log: Subject: [PATCH Changes] Changes should mirror version number
4194              From: Robin Barker <rmb1@cise.npl.co.uk>
4195              Date: Thu, 7 Mar 2002 11:04:24 GMT
4196              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
4197      Branch: perl
4198            ! Porting/pumpkin.pod
4199 ____________________________________________________________________________
4200 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
4201         Log: metaconfig unit change for #15078.
4202      Branch: metaconfig
4203            ! U/compline/d_gconvert.U
4204 ____________________________________________________________________________
4205 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
4206         Log: Subject: Re: [PATCH] tests for Gconvert
4207              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4208              Date: Wed, 06 Mar 2002 20:22:54 -0800
4209              Message-ID: <esuh8gzkg2/b092yn@efn.org>
4210      Branch: perl
4211            ! Configure pod/perldelta.pod t/base/num.t
4212 ____________________________________________________________________________
4213 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
4214         Log: Mac OS X UFS does not do ctime.
4215      Branch: perl
4216            ! pod/perldelta.pod pod/perlport.pod
4217 ____________________________________________________________________________
4218 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
4219         Log: AUTHORS updates.
4220      Branch: perl
4221            ! AUTHORS
4222 ____________________________________________________________________________
4223 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
4224         Log: Continued Chinese puzzles from Autrijus.
4225      Branch: perl
4226            + ext/Encode/t/CN.t ext/Encode/t/TW.t
4227            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
4228 ____________________________________________________________________________
4229 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
4230         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
4231              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4232              Date: Wed, 6 Mar 2002 18:13:51 +0100
4233              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
4234      Branch: perl
4235            ! lib/File/Spec/Win32.pm
4236 ____________________________________________________________________________
4237 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
4238         Log: perlport tweaks.
4239      Branch: perl
4240            ! pod/perlport.pod
4241 ____________________________________________________________________________
4242 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
4243         Log: Subject: Re: [PATCH docs] Re: Bug with -M
4244              From: Michael G Schwern <schwern@pobox.com>
4245              Date: Wed, 6 Mar 2002 16:20:27 -0500
4246              Message-ID: <20020306212027.GC4257@blackrider>
4247      Branch: perl
4248            ! pod/perlfunc.pod pod/perlport.pod
4249 ____________________________________________________________________________
4250 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
4251         Log: perldelta updates.
4252      Branch: perl
4253            ! pod/perldelta.pod
4254 ____________________________________________________________________________
4255 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
4256         Log: 5005threads wasn't even compiling.
4257      Branch: perl
4258            ! perl.c
4259 ____________________________________________________________________________
4260 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
4261         Log: Subject: Re: perl@15047 New format tests for still existing bugs
4262              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4263              Date: Wed, 06 Mar 2002 12:59:29 +0100
4264              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
4265      Branch: perl
4266            ! t/op/write.t
4267 ____________________________________________________________________________
4268 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
4269         Log: Regen Glossary et al.
4270      Branch: perl
4271            ! Porting/Glossary Porting/config.sh Porting/config_H
4272 ____________________________________________________________________________
4273 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
4274         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
4275              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
4276      Branch: perl
4277            ! util.c
4278 ____________________________________________________________________________
4279 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
4280         Log: metaconfig unit change for #15065.
4281      Branch: metaconfig
4282            ! U/compline/i_time.U
4283 ____________________________________________________________________________
4284 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
4285         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
4286      Branch: perl
4287            ! Configure config_h.SH
4288 ____________________________________________________________________________
4289 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
4290         Log: Must remove fallback.c also from here.
4291      Branch: perl
4292            ! MANIFEST
4293 ____________________________________________________________________________
4294 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
4295         Log: Subject: Re: perl@15047 WinCE
4296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4297              Date: Wed, 06 Mar 2002 13:41:30 +0100
4298              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
4299              
4300              Subject: Re: perl@15047 Win32
4301              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4302              Date: Wed, 06 Mar 2002 13:46:02 +0100
4303              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
4304              
4305              Subject: Re: perl@15047 Epoc
4306              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4307              Date: Wed, 06 Mar 2002 13:48:31 +0100
4308              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
4309              
4310              Subject: Re: perl@15047 NetWare
4311              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4312              Date: Wed, 06 Mar 2002 13:55:46 +0100
4313              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
4314      Branch: perl
4315            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
4316            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4317            ! wince/Makefile.ce wince/config.h
4318 ____________________________________________________________________________
4319 [ 15062] By: ams                                   on 2002/03/06  09:26:49
4320         Log: Subject: Re: perl@15047
4321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4322              Date: Wed, 06 Mar 2002 11:25:50 +0100
4323              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
4324      Branch: perl
4325            ! cygwin/perlld.in
4326 ____________________________________________________________________________
4327 [ 15061] By: ams                                   on 2002/03/06  08:44:12
4328         Log: Subject: Re: perl@15047
4329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4330              Date: Wed, 06 Mar 2002 10:38:02 +0100
4331              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
4332      Branch: perl
4333            ! pod/perldelta.pod
4334 ____________________________________________________________________________
4335 [ 15060] By: ams                                   on 2002/03/06  08:30:33
4336         Log: Subject: Update perlhist.pod
4337              From: mjd@plover.com
4338              Date: 6 Mar 2002 07:11:55 -0000
4339              Message-Id: <20020306071155.10240.qmail@plover.com>
4340              
4341              Subject: [PATCH pod/perlvar.pod] $^V => string
4342              From: Stas Bekman <stas@stason.org>
4343              Date: Wed, 06 Mar 2002 14:56:55 +0800
4344              Message-Id: <3C85BDB7.7050700@stason.org>
4345      Branch: perl
4346            ! pod/perlhist.pod pod/perlvar.pod
4347 ____________________________________________________________________________
4348 [ 15059] By: ams                                   on 2002/03/06  04:15:38
4349         Log: Subject: [PATCH] assorted configure.com fix-ups
4350              From: "Craig A. Berry" <craigberry@mac.com>
4351              Date: Tue, 5 Mar 2002 23:11:22 -0600
4352              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
4353      Branch: perl
4354            ! configure.com
4355 ____________________________________________________________________________
4356 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
4357         Log: IRIX failure with long doubles.
4358      Branch: perl
4359            ! t/op/pack.t
4360 ____________________________________________________________________________
4361 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
4362         Log: Make reality and Changes coincide.
4363      Branch: perl
4364            ! Changes
4365 ____________________________________________________________________________
4366 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
4367         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
4368              From: Anton Tagunov <tagunov@motor.ru>
4369              Date: Wed, 6 Mar 2002 02:10:21 +0300
4370              Message-ID: <11152782757.20020306021021@motor.ru>
4371              
4372              (reworded)
4373      Branch: perl
4374            ! pod/perluniintro.pod
4375 ____________________________________________________________________________
4376 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
4377         Log: Subject: [PATCH] B::Lint doesn't work
4378              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4379              Date: Tue, 5 Mar 2002 22:51:18 +0100
4380              Message-ID: <20020305225118.C733@rafael>
4381      Branch: perl
4382            ! ext/B/B/Lint.pm
4383 ____________________________________________________________________________
4384 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
4385         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
4386              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4387              Date: Mon, 04 Mar 2002 16:24:32 -0800
4388              Message-ID: <ABBh8gzkgezX092yn@efn.org>
4389      Branch: perl
4390            ! op.h pp_ctl.c t/op/flip.t
4391 ____________________________________________________________________________
4392 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
4393         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
4394              From: Nicholas Clark <nick@unfortu.net>
4395              Date: Tue, 5 Mar 2002 22:30:49 +0000
4396              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
4397      Branch: perl
4398            ! pod/perldelta.pod
4399 ____________________________________________________________________________
4400 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
4401         Log: Subject: [PATCH] tests for Gconvert
4402              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4403              Date: Tue, 05 Mar 2002 16:35:45 -0800
4404              Message-ID: <hRWh8gzkgONX092yn@efn.org>
4405      Branch: perl
4406            ! t/base/num.t
4407 ____________________________________________________________________________
4408 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
4409         Log: Subject: [PATCH] toplevel Makefile.SH
4410              From: Paul_GreenVOS@vos.stratus.com
4411              Date: Tue, 5 Mar 02 17:34 est
4412              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
4413      Branch: perl
4414            ! Makefile.SH
4415 ____________________________________________________________________________
4416 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
4417         Log: Subject: [PATCH] pointer to perldelta in Changes
4418              From: Chris Nandor <pudge@pobox.com>
4419              Date: Tue, 05 Mar 2002 16:04:50 -0500
4420              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
4421      Branch: perl
4422            ! Changes
4423 ____________________________________________________________________________
4424 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
4425         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
4426              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4427              Date: Tue, 5 Mar 2002 22:26:20 +0100
4428              Message-ID: <20020305222620.A733@rafael>
4429      Branch: perl
4430            ! pod/perldelta.pod
4431 ____________________________________________________________________________
4432 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
4433         Log: Solaris: allow for /usr/bin/df not to exist.
4434              
4435              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
4436              From: Kingpin <mthurn@copper.dulles.tasc.com>
4437              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
4438              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
4439      Branch: perl
4440            ! hints/solaris_2.sh
4441 ____________________________________________________________________________
4442 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
4443         Log: Update Changes.
4444      Branch: perl
4445            ! Changes patchlevel.h
4446 ____________________________________________________________________________
4447 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
4448         Log: Double MANIFESTing.
4449      Branch: perl
4450            ! ext/Encode/MANIFEST
4451 ____________________________________________________________________________
4452 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
4453         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
4454      Branch: perl
4455            - ext/Encode/Encode/7bit-kr.enc
4456            - ext/Encode/lib/Encode/Tcl/HanZi.pm
4457            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
4458 ____________________________________________________________________________
4459 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
4460         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
4461              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4462              Date: Tue, 5 Mar 2002 14:35:57 +0100
4463              Message-ID: <20020305143557.C695@rafael>   
4464      Branch: perl
4465            ! pp_sys.c t/lib/warnings/pp_sys
4466 ____________________________________________________________________________
4467 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
4468         Log: Subject: [PATCH Devel::PPPort]
4469              From: Robin Barker <rmb1@cise.npl.co.uk>
4470              Date: Tue, 5 Mar 2002 13:37:59 GMT
4471              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
4472      Branch: perl
4473            ! ext/Devel/PPPort/Makefile.PL
4474 ____________________________________________________________________________
4475 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
4476         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
4477      Branch: perl
4478            ! ext/Encode/t/Tcl.t
4479 ____________________________________________________________________________
4480 [ 15041] By: nick                                  on 2002/03/05  07:23:58
4481         Log: Integrate mainline (5.7.3)
4482      Branch: perlio
4483           +> ext/Encode/lib/Encode/CN/HZ.pm
4484            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
4485           !> (integrate 54 files)
4486 ____________________________________________________________________________
4487 [ 15040] By: ams                                   on 2002/03/05  05:10:33
4488         Log: Subject: DOC PATCH 5.7.3 (perldelta)
4489              From: mjd@plover.com
4490              Date: 5 Mar 2002 05:35:58 -0000
4491              Message-Id: <20020305053558.31677.qmail@plover.com>
4492      Branch: perl
4493            ! pod/perldelta.pod
4494 ____________________________________________________________________________
4495 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
4496         Log: This is 5.7.3.
4497      Branch: perl
4498            ! patchlevel.h
4499 ____________________________________________________________________________
4500 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
4501         Log: Shoo.
4502      Branch: perl
4503            ! ext/Encode/t/Tcl.t
4504 ____________________________________________________________________________
4505 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
4506         Log: Update Changes.
4507      Branch: perl
4508            ! Changes patchlevel.h
4509 ____________________________________________________________________________
4510 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
4511         Log: Regen perlapi.
4512      Branch: perl
4513            ! pod/perlapi.pod
4514 ____________________________________________________________________________
4515 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
4516         Log: Tie::File doc tweak for Win32 from mjd. 
4517      Branch: perl
4518            ! lib/Tie/File.pm
4519 ____________________________________________________________________________
4520 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
4521         Log: Regen toc.
4522      Branch: perl
4523            ! pod/perltoc.pod
4524 ____________________________________________________________________________
4525 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
4526         Log: Decommission Encode::Tcl HZ testing for now.
4527      Branch: perl
4528            ! ext/Encode/t/Tcl.t
4529 ____________________________________________________________________________
4530 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
4531         Log: Must have a return.
4532      Branch: perl
4533            ! pp_pack.c
4534 ____________________________________________________________________________
4535 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
4536         Log: The very latest win32 score from Jan Dubois.
4537      Branch: perl
4538            ! pod/perldelta.pod
4539 ____________________________________________________________________________
4540 [ 15030] By: ams                                   on 2002/03/05  01:40:01
4541         Log: Subject: [PATCH] README.macos
4542              From: Chris Nandor <pudge@pobox.com>
4543              Date: Mon, 04 Mar 2002 17:37:59 -0500
4544              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
4545      Branch: perl
4546            ! README.macos
4547 ____________________________________________________________________________
4548 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
4549         Log: "The last pieces of Chinese puzzle" from Autrijus.
4550      Branch: perl
4551            + ext/Encode/lib/Encode/CN/HZ.pm
4552            - ext/Encode/Encode/HZ.enc
4553            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
4554            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4555 ____________________________________________________________________________
4556 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
4557         Log: Known test failures updates.
4558      Branch: perl
4559            ! pod/perldelta.pod
4560 ____________________________________________________________________________
4561 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
4562         Log: One more nit from mjd.
4563      Branch: perl
4564            ! lib/Tie/File/t/16_handle.t
4565 ____________________________________________________________________________
4566 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
4567         Log: Upgrade to Tie::File 0.17 from mjd.
4568      Branch: perl
4569            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
4570            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
4571 ____________________________________________________________________________
4572 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
4573         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
4574              From: Nicholas Clark <nick@unfortu.net>
4575              Date: Mon, 4 Mar 2002 23:33:52 +0000
4576              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
4577      Branch: perl
4578            ! pod/perldelta.pod
4579 ____________________________________________________________________________
4580 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
4581         Log: Escapee.
4582      Branch: perl
4583            ! proto.h
4584 ____________________________________________________________________________
4585 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
4586         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
4587              From: Nicholas Clark <nick@unfortu.net>
4588              Date: Mon, 4 Mar 2002 22:48:38 +0000
4589              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
4590      Branch: perl
4591            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
4592            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
4593            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
4594            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
4595            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
4596            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
4597            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
4598 ____________________________________________________________________________
4599 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
4600         Log: Cleaner.
4601      Branch: perl
4602            ! Makefile.SH
4603 ____________________________________________________________________________
4604 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
4605         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
4606              From: Jeffrey Friedl <jfriedl@yahoo.com>
4607              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
4608              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
4609      Branch: perl
4610            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
4611            ! pod/perlvar.pod
4612 ____________________________________________________________________________
4613 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
4614         Log: More Han tweaks from Autrjius Tang: most importantly,
4615              gbk is identical to cp936, so gbk can be removed and
4616              taken care of by an alias.
4617      Branch: perl
4618            - ext/Encode/Encode/gbk.enc
4619            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
4620            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
4621            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
4622            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4623 ____________________________________________________________________________
4624 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
4625         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
4626              From: Nicholas Clark <nick@unfortu.net>
4627              Date: Mon, 4 Mar 2002 22:20:13 +0000
4628              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
4629      Branch: perl
4630            ! pod/perldelta.pod
4631 ____________________________________________________________________________
4632 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
4633         Log: Based on
4634              
4635              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
4636              From: Anton Tagunov <tagunov@motor.ru>
4637              Date: Mon, 4 Mar 2002 21:14:39 +0300
4638              Message-ID: <1814137429.20020304211439@motor.ru>
4639      Branch: perl
4640            ! pod/perlunicode.pod
4641 ____________________________________________________________________________
4642 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
4643         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
4644              From: John Peacock <jpeacock@rowman.com>
4645              Date: Mon, 04 Mar 2002 16:18:42 -0500
4646              Message-ID: <3C83E4B2.3060700@rowman.com>
4647              
4648              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
4649              From: John Peacock <jpeacock@rowman.com>
4650              Date: Mon, 04 Mar 2002 16:42:55 -0500
4651              Message-ID: <3C83EA5F.80303@rowman.com>
4652      Branch: perl
4653            ! lib/ExtUtils/xsubpp pod/perlxs.pod
4654 ____________________________________________________________________________
4655 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
4656         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
4657              From: "Craig A. Berry" <craigberry@mac.com>
4658              Date: Mon, 04 Mar 2002 14:47:59 -0600
4659              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
4660              
4661              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
4662              From: "Craig A. Berry" <craigberry@mac.com>
4663              Date: Mon, 04 Mar 2002 15:04:58 -0600
4664              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
4665      Branch: perl
4666            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
4667 ____________________________________________________________________________
4668 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
4669         Log: metaconfig unit change for #15014.
4670      Branch: metaconfig/U/perl
4671            ! Extensions.U
4672 ____________________________________________________________________________
4673 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
4674         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
4675              of known extensions, where Encode::JP already is.
4676      Branch: perl
4677            ! Configure Porting/config.sh Porting/config_H uconfig.h
4678 ____________________________________________________________________________
4679 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
4680         Log: SJIS, from Dan Kogai.
4681      Branch: perl
4682            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
4683 ____________________________________________________________________________
4684 [ 15012] By: nick                                  on 2002/03/04  17:35:50
4685         Log: Intergrate perlio's Encode/compile
4686      Branch: perl
4687           !> ext/Encode/compile
4688 ____________________________________________________________________________
4689 [ 15011] By: nick                                  on 2002/03/04  17:29:54
4690         Log: Avoid $Id$ cleverness and just have a $VERSION.
4691      Branch: perlio
4692            ! ext/Encode/compile
4693 ____________________________________________________________________________
4694 [ 15010] By: nick                                  on 2002/03/04  17:29:14
4695         Log: Integrate mainline
4696      Branch: perlio
4697           +> lib/Math/BigInt/t/isa.t
4698           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
4699           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
4700           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
4701           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
4702           !> warnings.pl
4703 ____________________________________________________________________________
4704 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
4705         Log: Integrate ext/Encode/compile from perlio.
4706      Branch: perl
4707           !> ext/Encode/compile
4708 ____________________________________________________________________________
4709 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
4710         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
4711              updates not integrated, something odd going on in there.)
4712      Branch: perl
4713           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
4714           !> lib/Tie/File/t/16_handle.t
4715 ____________________________________________________________________________
4716 [ 15007] By: nick                                  on 2002/03/04  17:08:17
4717         Log: Integrate mainline
4718      Branch: perlio
4719           !> AUTHORS Changes Porting/Glossary Porting/config.sh
4720           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
4721           !> pod/perltoc.pod
4722 ____________________________________________________________________________
4723 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
4724         Log: A new M::BI test.
4725      Branch: perl
4726            + lib/Math/BigInt/t/isa.t
4727            ! MANIFEST
4728 ____________________________________________________________________________
4729 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
4730         Log: Subject: VMS test and perldelta update
4731              From: "Craig A. Berry" <craigberry@mac.com>
4732              Date: Mon, 04 Mar 2002 11:03:37 -0600
4733              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
4734      Branch: perl
4735            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
4736 ____________________________________________________________________________
4737 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
4738         Log: Needed for threaded builds.
4739      Branch: perl
4740            ! embed.fnc embed.h
4741 ____________________________________________________________________________
4742 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
4743         Log: Subject: [PATCH] taint + deprecated warnings
4744              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4745              Date: Mon, 4 Mar 2002 16:33:23 -0000
4746              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
4747      Branch: perl
4748            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
4749            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
4750            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
4751 ____________________________________________________________________________
4752 [ 15002] By: nick                                  on 2002/03/04  16:19:06
4753         Log: Win32 tweak
4754      Branch: perlio
4755            ! lib/Tie/File/t/16_handle.t
4756 ____________________________________________________________________________
4757 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
4758         Log: Update Changes.
4759      Branch: perl
4760            ! Changes patchlevel.h
4761 ____________________________________________________________________________
4762 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
4763         Log: AUTHORS updates.
4764      Branch: perl
4765            ! AUTHORS
4766 ____________________________________________________________________________
4767 [ 14999] By: nick                                  on 2002/03/04  15:26:43
4768         Log: Win32 hack
4769      Branch: perlio
4770            ! ext/Encode/compile ext/Encode/t/JP.t
4771 ____________________________________________________________________________
4772 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
4773         Log: Encode doc tweak from Autrijus Tang.
4774      Branch: perl
4775            ! ext/Encode/Encode.pm
4776 ____________________________________________________________________________
4777 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
4778         Log: Regen Glossary et al.  (It seems the #14875 didn't
4779              quite work in removing the double-dot?)
4780      Branch: perl
4781            ! Porting/Glossary Porting/config.sh Porting/config_H
4782 ____________________________________________________________________________
4783 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
4784         Log: Regen toc.
4785      Branch: perl
4786            ! pod/perltoc.pod
4787 ____________________________________________________________________________
4788 [ 14995] By: nick                                  on 2002/03/04  14:42:09
4789         Log: Remove debugging assert
4790      Branch: perlio
4791            ! ext/threads/shared/shared.xs
4792 ____________________________________________________________________________
4793 [ 14994] By: nick                                  on 2002/03/04  14:41:54
4794         Log: Integrate mainline
4795      Branch: perlio
4796           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
4797           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
4798           !> lib/Tie/File/t/15_pushpop.t util.c
4799 ____________________________________________________________________________
4800 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
4801         Log: Han update from Autrijus Tang. 
4802      Branch: perl
4803            ! ext/Encode/Encode.pm
4804 ____________________________________________________________________________
4805 [ 14992] By: nick                                  on 2002/03/04  14:08:38
4806         Log: Integrate mainline - all tests pass - some noise from threads
4807              av_simple (SuSE7.3).
4808      Branch: perlio
4809           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
4810           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
4811           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
4812           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
4813           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
4814           +> lib/Tie/File/t/11_rv_splice_rs.t
4815           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
4816           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
4817           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
4818            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
4819            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
4820            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
4821            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
4822            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
4823            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
4824            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
4825            - lib/Tie/File/15_pushpop.t
4826           !> (integrate 47 files)
4827 ____________________________________________________________________________
4828 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
4829         Log: Missing MANIFESTations.
4830      Branch: perl
4831            ! MANIFEST
4832 ____________________________________________________________________________
4833 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
4834         Log: Attempt at portability.
4835      Branch: perl
4836            ! util.c
4837 ____________________________________________________________________________
4838 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
4839         Log: Needed by #14985.
4840      Branch: perl
4841            ! embed.h global.sym proto.h
4842 ____________________________________________________________________________
4843 [ 14988] By: ams                                   on 2002/03/04  08:59:27
4844         Log: Upgrade to Tie::File 0.16.
4845      Branch: perl
4846            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
4847            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
4848            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
4849            ! lib/Tie/File/t/15_pushpop.t
4850 ____________________________________________________________________________
4851 [ 14987] By: ams                                   on 2002/03/04  08:48:11
4852         Log: Subject: [PATCH @14577] perly-fixer
4853              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4854              Date: Mon, 4 Mar 2002 02:28:51 -0500
4855              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
4856      Branch: perl
4857            ! Makefile.SH perly.fixer
4858 ____________________________________________________________________________
4859 [ 14986] By: ams                                   on 2002/03/04  08:43:37
4860         Log: Subject: [PATCH @14577] xsubpp
4861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4862              Date: Mon, 4 Mar 2002 02:25:52 -0500
4863              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
4864      Branch: perl
4865            ! lib/ExtUtils/xsubpp pod/perlxs.pod
4866 ____________________________________________________________________________
4867 [ 14985] By: ams                                   on 2002/03/04  08:40:46
4868         Log: Subject: [PATCH @14577] sv_cmp and friends
4869              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4870              Date: Mon, 4 Mar 2002 02:31:04 -0500
4871              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
4872      Branch: perl
4873            ! embed.fnc sv.c util.c
4874 ____________________________________________________________________________
4875 [ 14984] By: ams                                   on 2002/03/04  08:16:06
4876         Log: Fix File::Path docs as suggested by Ronald Kimball.
4877      Branch: perl
4878            ! lib/File/Path.pm
4879 ____________________________________________________________________________
4880 [ 14983] By: ams                                   on 2002/03/04  08:11:20
4881         Log: Update perldata fix as suggested by Benjamin Goldberg.
4882      Branch: perl
4883            ! pod/perldata.pod
4884 ____________________________________________________________________________
4885 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
4886         Log: Faulty skip.
4887      Branch: perl
4888            ! ext/DB_File/t/db-recno.t
4889 ____________________________________________________________________________
4890 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
4891         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
4892              From: Anton Tagunov <tagunov@motor.ru>
4893              Date: Mon, 4 Mar 2002 05:41:41 +0300
4894              Message-Id: <7916563907.20020304054141@motor.ru>
4895              
4896              Subject: [ID 20020303.005] Patch perlinicode C API description
4897              From: Anton Tagunov <tagunov@motor.ru>
4898              Date: Mon, 4 Mar 2002 06:08:23 +0300
4899              Message-Id: <2018165510.20020304060823@motor.ru>
4900      Branch: perl
4901            ! lib/utf8.pm pod/perlunicode.pod
4902 ____________________________________________________________________________
4903 [ 14980] By: ams                                   on 2002/03/04  02:19:20
4904         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
4905              From: Anton Tagunov <tagunov@motor.ru>
4906              Date: Mon, 4 Mar 2002 02:17:40 +0300
4907              Message-Id: <1344322124.20020304021740@motor.ru>
4908      Branch: perl
4909            ! pod/perldata.pod
4910 ____________________________________________________________________________
4911 [ 14979] By: ams                                   on 2002/03/04  02:17:54
4912         Log: Subject: RE: [PATCH] RE: DB_File breakage
4913              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4914              Date: Sun, 3 Mar 2002 23:56:31 -0000
4915              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
4916      Branch: perl
4917            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4918            ! ext/DB_File/t/db-recno.t
4919 ____________________________________________________________________________
4920 [ 14978] By: ams                                   on 2002/03/04  02:07:16
4921         Log: Subject: [PATCH] docs for ExtUtils::Manifest
4922              From: Nicholas Clark <nick@unfortu.net>
4923              Date: Sun, 3 Mar 2002 23:29:25 +0000
4924              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
4925      Branch: perl
4926            ! lib/ExtUtils/Manifest.pm
4927 ____________________________________________________________________________
4928 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
4929         Log: Forgot from the M::BI 1.54 update.
4930      Branch: perl
4931            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
4932            ! lib/Math/BigInt/t/upgrade.inc
4933 ____________________________________________________________________________
4934 [ 14976] By: ams                                   on 2002/03/04  02:04:32
4935         Log: Subject: [PATCH] attr
4936              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4937              Date: Sun, 3 Mar 2002 22:09:58 -0000
4938              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
4939      Branch: perl
4940            ! lib/warnings.pm warnings.pl
4941 ____________________________________________________________________________
4942 [ 14975] By: ams                                   on 2002/03/04  02:01:27
4943         Log: Subject: [PATCH] File::Path documentation
4944              From: Colin Meyer <cmeyer@helvella.org>
4945              Date: Sun, 3 Mar 2002 14:54:24 -0800
4946              Message-Id: <20020303145424.A21774@hobart.helvella.org>
4947      Branch: perl
4948            ! lib/File/Path.pm
4949 ____________________________________________________________________________
4950 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
4951         Log: Typo.
4952      Branch: perl
4953            ! lib/Math/BigInt/t/upgrade.t
4954 ____________________________________________________________________________
4955 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
4956         Log: Editing errors.
4957      Branch: perl
4958            ! MANIFEST
4959 ____________________________________________________________________________
4960 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
4961         Log: Upgrade to Math::BigInt 1.54.
4962      Branch: perl
4963            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4964            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4965            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
4966            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
4967            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
4968            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
4969 ____________________________________________________________________________
4970 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
4971         Log: Test tweak from Craig Berry.
4972      Branch: perl
4973            ! lib/Tie/File/t/15_pushpop.t
4974 ____________________________________________________________________________
4975 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
4976         Log: Upgrade to Tie::File 0.15.
4977      Branch: perl
4978            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
4979            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
4980            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
4981            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
4982            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
4983            + lib/Tie/File/t/11_rv_splice_rs.t
4984            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
4985            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
4986            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
4987            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
4988            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
4989            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
4990            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
4991            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
4992            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
4993            - lib/Tie/File/15_pushpop.t
4994            ! MANIFEST lib/Tie/File.pm
4995 ____________________________________________________________________________
4996 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
4997         Log: The EBCDIC gaps apply only to the real A-Z.
4998      Branch: perl
4999            ! ext/B/B/Deparse.pm
5000 ____________________________________________________________________________
5001 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
5002         Log: EBCDIC: deparse \cX correctly.
5003      Branch: perl
5004            ! ext/B/B/Deparse.pm
5005 ____________________________________________________________________________
5006 [ 14967] By: ams                                   on 2002/03/03  18:18:00
5007         Log: Subject: [PATCH] nit in perlsyn.pod
5008              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5009              Date: Sun, 03 Mar 2002 20:16:10 +0100
5010              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
5011      Branch: perl
5012            ! pod/perlsyn.pod
5013 ____________________________________________________________________________
5014 [ 14966] By: ams                                   on 2002/03/03  18:06:32
5015         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
5016              From: Michael G Schwern <schwern@pobox.com>
5017              Date: Sun, 3 Mar 2002 13:33:28 -0500
5018              Message-Id: <20020303183328.GA3296@blackrider>
5019      Branch: perl
5020            ! utils/h2xs.PL
5021 ____________________________________________________________________________
5022 [ 14965] By: ams                                   on 2002/03/03  18:00:03
5023         Log: Subject: [ PATCH ] HP back to default
5024              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5025              Date: Sun, 03 Mar 2002 18:48:34 +0100
5026              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
5027      Branch: perl
5028            ! hints/hpux.sh
5029 ____________________________________________________________________________
5030 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
5031         Log: EBCDIC: special cases of special cases.
5032      Branch: perl
5033            ! t/uni/case.pl
5034 ____________________________________________________________________________
5035 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
5036         Log: EBCDIC: the v-string components cannot exceed 2147483647.
5037      Branch: perl
5038            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
5039 ____________________________________________________________________________
5040 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
5041         Log: Remove the bogus "incorrect case" warning completely.
5042              The problem exists, but the cure, in which ever form
5043              it will be, needs to be something more subtle.
5044      Branch: perl
5045            ! op.c pod/perldiag.pod
5046 ____________________________________________________________________________
5047 [ 14961] By: ams                                   on 2002/03/03  13:39:09
5048         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
5049              From: Mark-Jason Dominus <mjd@plover.com>
5050              Date: Sun, 03 Mar 2002 09:32:16 -0500
5051              Message-Id: <20020303143216.10536.qmail@plover.com>
5052      Branch: perl
5053            ! t/op/tiearray.t
5054 ____________________________________________________________________________
5055 [ 14960] By: nick                                  on 2002/03/03  09:59:59
5056         Log: Integrate mainline
5057      Branch: perlio
5058           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
5059            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
5060            ! ext/Encode/compile
5061           !> (integrate 27 files)
5062 ____________________________________________________________________________
5063 [ 14959] By: ams                                   on 2002/03/03  08:11:34
5064         Log: Fix #14957.
5065      Branch: perl
5066            ! ext/DB_File/t/db-recno.t
5067 ____________________________________________________________________________
5068 [ 14958] By: ams                                   on 2002/03/03  05:51:00
5069         Log: Subject: [PATCH @14577] NL in debugger
5070              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5071              Date: Sat, 2 Mar 2002 05:34:12 -0500
5072              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
5073      Branch: perl
5074            ! lib/perl5db.pl
5075 ____________________________________________________________________________
5076 [ 14957] By: ams                                   on 2002/03/03  05:00:04
5077         Log: Subject: Re: DB_File breakage
5078              From: Schuyler Erle <schuyler@oreilly.com>
5079              Date: Sat, 02 Mar 2002 21:50:30 -0800
5080              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
5081      Branch: perl
5082            ! ext/DB_File/t/db-recno.t
5083 ____________________________________________________________________________
5084 [ 14956] By: ams                                   on 2002/03/03  04:40:08
5085         Log: Subject: [PATCH @14577] Debugging OPs
5086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5087              Date: Sat, 2 Mar 2002 05:49:58 -0500
5088              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
5089      Branch: perl
5090            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
5091            ! pod/perlrun.pod sv.h
5092 ____________________________________________________________________________
5093 [ 14955] By: ams                                   on 2002/03/03  04:34:41
5094         Log: Subject: Tie::Array doc patch
5095              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
5096              Date: Sat, 02 Mar 2002 08:42:56 +0900
5097              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
5098      Branch: perl
5099            ! lib/Tie/Array.pm
5100 ____________________________________________________________________________
5101 [ 14954] By: ams                                   on 2002/03/03  04:23:33
5102         Log: Subject: Re: Smoke 14870
5103              From: Nicholas Clark <nick@unfortu.net>
5104              Date: Sat, 2 Mar 2002 20:00:53 +0000
5105              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
5106      Branch: perl
5107            ! README.hpux
5108 ____________________________________________________________________________
5109 [ 14953] By: ams                                   on 2002/03/03  04:15:49
5110         Log: Subject: RE: VERSION core
5111              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5112              Date: Sat, 2 Mar 2002 22:50:44 -0000
5113              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
5114      Branch: perl
5115            ! t/comp/use.t
5116 ____________________________________________________________________________
5117 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
5118         Log: The #14949 removed this error from non-Win32.
5119      Branch: perl
5120            ! t/lib/warnings/op
5121 ____________________________________________________________________________
5122 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
5123         Log: BeOS back on track.
5124      Branch: perl
5125            ! README.beos
5126 ____________________________________________________________________________
5127 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
5128         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
5129              higher is okay.
5130      Branch: perl
5131            ! ext/POSIX/t/posix.t
5132 ____________________________________________________________________________
5133 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
5134         Log: For now, make "incorrect case" a Win32-only warning.
5135      Branch: perl
5136            ! op.c
5137 ____________________________________________________________________________
5138 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
5139         Log: Demand more before attempting socketpair().
5140      Branch: perl
5141            ! pp_sys.c
5142 ____________________________________________________________________________
5143 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
5144         Log: Remove obsolete hack.
5145      Branch: perl
5146            ! makedepend.SH
5147 ____________________________________________________________________________
5148 [ 14946] By: ams                                   on 2002/03/02  16:00:32
5149         Log: Forgot to delete encode.* from MANIFEST.
5150      Branch: perl
5151            ! MANIFEST
5152 ____________________________________________________________________________
5153 [ 14945] By: ams                                   on 2002/03/02  14:41:03
5154         Log: Delete ex-test output.
5155      Branch: perl
5156            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
5157 ____________________________________________________________________________
5158 [ 14944] By: ams                                   on 2002/03/02  13:54:35
5159         Log: Subject: [PATCH] DB_File 1.803
5160              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5161              Date: Sat, 2 Mar 2002 14:33:32 -0000
5162              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
5163      Branch: perl
5164            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5165            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
5166 ____________________________________________________________________________
5167 [ 14943] By: ams                                   on 2002/03/02  13:43:06
5168         Log: Upgrade to Tie::File 0.14.
5169      Branch: perl
5170            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
5171            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
5172            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
5173 ____________________________________________________________________________
5174 [ 14942] By: nick                                  on 2002/03/02  11:05:53
5175         Log: Integrate mainline
5176      Branch: perlio
5177           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
5178           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
5179           +> ext/Encode/t/table.utf8
5180           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
5181           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
5182           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5183           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
5184           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
5185           !> universal.c utils/perldoc.PL
5186 ____________________________________________________________________________
5187 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
5188         Log: More CJK (just C, really) tables from Autrijus Tang
5189              (originally from iconv, used with permission of Bruno Haible)
5190      Branch: perl
5191            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
5192            + ext/Encode/Encode/iso-ir-165.enc
5193            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
5194            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
5195            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
5196 ____________________________________________________________________________
5197 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
5198         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
5199              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5200              Date: Fri, 1 Mar 2002 15:32:13 -0500
5201              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
5202      Branch: perl
5203            ! utils/perldoc.PL
5204 ____________________________________________________________________________
5205 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
5206         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
5207              From: Schuyler Erle <schuyler@oreilly.com>
5208              Date: Fri, 01 Mar 2002 14:22:19 -0800
5209              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
5210              
5211              Subject: Re: PATCH: "splice() offset past end of array" warning.
5212              From: Mark-Jason Dominus <mjd@plover.com>
5213              Date: Fri, 01 Mar 2002 17:19:49 -0500
5214              Message-ID: <20020301221949.7610.qmail@plover.com>
5215      Branch: perl
5216            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
5217 ____________________________________________________________________________
5218 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
5219         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
5220              From: Mark-Jason Dominus <mjd@plover.com>
5221              Date: Fri, 01 Mar 2002 18:35:35 -0500
5222              Message-ID: <20020301233535.15969.qmail@plover.com>
5223      Branch: perl
5224            ! av.c
5225 ____________________________________________________________________________
5226 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
5227         Log: Subject: RE: VERSION core
5228              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5229              Date: Fri, 1 Mar 2002 23:47:48 -0000
5230              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
5231      Branch: perl
5232            ! pod/perldiag.pod universal.c
5233 ____________________________________________________________________________
5234 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
5235         Log: Update Changes
5236      Branch: maint-5.6/macperl
5237            ! macos/Changes
5238 ____________________________________________________________________________
5239 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
5240         Log: Fix update to resources
5241      Branch: maint-5.6/macperl
5242            ! macos/macperl/MacPerl.r
5243 ____________________________________________________________________________
5244 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
5245         Log: metaconfig unit change for #14930.
5246      Branch: metaconfig
5247            ! U/modified/Init.U
5248 ____________________________________________________________________________
5249 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
5250         Log: Fix debugger to handle Mac OS psedofiles
5251      Branch: maint-5.6/macperl
5252            ! lib/DB.pm lib/perl5db.pl
5253 ____________________________________________________________________________
5254 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
5255         Log: Various fixes from Thomas Wegner
5256      Branch: maint-5.6/macperl
5257            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
5258 ____________________________________________________________________________
5259 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
5260         Log: Some resource updates
5261      Branch: maint-5.6/macperl
5262            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
5263            ! macos/macperl/MacPerl.rsrc
5264 ____________________________________________________________________________
5265 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
5266         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
5267              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5268              Date: Fri, 01 Mar 2002 09:38:59 -0800
5269              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
5270      Branch: perl
5271            ! Configure
5272 ____________________________________________________________________________
5273 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
5274         Log: Add some missing sfio symbols (Alan Fry)
5275      Branch: maint-5.6/macperl
5276            ! macos/macperl.sym
5277 ____________________________________________________________________________
5278 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
5279         Log: Update version and README
5280      Branch: maint-5.6/macperl
5281            ! README.macos macos/MPVersion.r
5282 ____________________________________________________________________________
5283 [ 14926] By: nick                                  on 2002/03/01  15:56:41
5284         Log: Integrate mainline
5285      Branch: perlio
5286           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
5287           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
5288           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
5289           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
5290           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
5291           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
5292           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
5293           +> lib/Tie/File/13_size_rs.t
5294           !> (integrate 80 files)
5295 ____________________________________________________________________________
5296 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
5297         Log: Better advertising.
5298      Branch: perl
5299            ! pod/perldelta.pod pod/perlfaq5.pod
5300 ____________________________________________________________________________
5301 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
5302         Log: Update Changes.
5303      Branch: perl
5304            ! Changes patchlevel.h
5305 ____________________________________________________________________________
5306 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
5307         Log: Lost in the shuffle.
5308      Branch: perl
5309            + lib/Math/BigInt/t/downgrade.t
5310            ! MANIFEST
5311 ____________________________________________________________________________
5312 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
5313         Log: Advertise Tie::File.
5314      Branch: perl
5315            ! pod/perldelta.pod pod/perlfaq5.pod
5316 ____________________________________________________________________________
5317 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
5318         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
5319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5320              Date: Thu, 28 Feb 2002 18:55:48 +0100
5321              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
5322      Branch: perl
5323            ! x2p/walk.c
5324 ____________________________________________________________________________
5325 [ 14920] By: ams                                   on 2002/03/01  09:06:01
5326         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
5327              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5328              Date: Tue, 26 Feb 2002 19:54:31 -0500
5329              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
5330      Branch: perl
5331            ! embed.fnc ext/B/B/Deparse.pm gv.c
5332 ____________________________________________________________________________
5333 [ 14919] By: ams                                   on 2002/03/01  03:03:12
5334         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
5335      Branch: perl
5336            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
5337            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
5338            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
5339            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
5340            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
5341            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
5342            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
5343 ____________________________________________________________________________
5344 [ 14918] By: ams                                   on 2002/03/01  02:36:58
5345         Log: Add Tie::File 0.12 from MJD.
5346      Branch: perl
5347            + lib/Tie/File.pm lib/Tie/File/01_gen.t
5348            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
5349            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
5350            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
5351            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
5352            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
5353            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
5354            ! MANIFEST
5355 ____________________________________________________________________________
5356 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
5357         Log: Encoding name mapping tweaks.
5358      Branch: perl
5359            ! ext/Encode/Encode.pm
5360 ____________________________________________________________________________
5361 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
5362         Log: metaconfig unit change for #14915.
5363      Branch: metaconfig
5364            ! U/modified/Init.U
5365 ____________________________________________________________________________
5366 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
5367         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
5368              From: Paul_GreenVOS@vos.stratus.com
5369              Date: Thu, 28 Feb 02 15:05 est
5370              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
5371      Branch: perl
5372            ! Configure
5373 ____________________________________________________________________________
5374 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
5375         Log: PL_bostr was pointing to the wrong string
5376              (a string left around from the loading of the Unicode \w)
5377              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
5378              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
5379      Branch: perl
5380            ! regexec.c
5381 ____________________________________________________________________________
5382 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
5383         Log: Sync with libnet-1.10
5384      Branch: perl
5385            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
5386            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
5387            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
5388            ! lib/Net/t/netrc.t
5389 ____________________________________________________________________________
5390 [ 14912] By: ams                                   on 2002/02/28  13:02:50
5391         Log: Subject: [PATCH] perldelta.pod fixes
5392              From: Autrijus Tang <autrijus@autrijus.org>
5393              Date: Thu, 28 Feb 2002 21:44:15 +0800
5394              Message-Id: <20020228134415.GB16422@not.autrijus.org>
5395      Branch: perl
5396            ! pod/perldelta.pod
5397 ____________________________________________________________________________
5398 [ 14911] By: ams                                   on 2002/02/28  11:31:44
5399         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
5400              From: Stas Bekman <stas@stason.org>
5401              Date: Mon, 04 Feb 2002 16:18:53 +0800
5402              Message-Id: <3C7E1E5F.1000605@stason.org>
5403              (Applied by hand).
5404      Branch: perl
5405            ! lib/File/Copy.pm
5406 ____________________________________________________________________________
5407 [ 14910] By: ams                                   on 2002/02/28  11:26:47
5408         Log: Subject: [PATCH lib/Pod/Html.pm]
5409              From: Stas Bekman <stas@stason.org>
5410              Date: Thu, 28 Feb 2002 20:05:01 +0800
5411              Message-Id: <3C7E1CED.7000307@stason.org>
5412      Branch: perl
5413            ! lib/Pod/Html.pm
5414 ____________________________________________________________________________
5415 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
5416         Log: Tests for #14908.
5417      Branch: perl
5418            ! t/op/pat.t
5419 ____________________________________________________________________________
5420 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
5421         Log: Make shared hash keys to be \0-terminated:
5422              one possible resolution for
5423              "UTF-8, weird \w behaviour after HASH-KEY-ification"
5424              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
5425              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
5426              The hash keys weren't \0-terminated.  This meant that the EOL ($)
5427              in regmatch() got the nextchr beyond the last character.  Since
5428              the keys were UTF-8, the nextchr was \1, not the usual
5429              string-terminating \0.  Wham, no match.
5430              
5431              I think another possible resolution could be to stop the nextchr
5432              computation in regmatch() from peeking beyond the last character
5433              of the string:
5434              
5435              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
5436      Branch: perl
5437            ! hv.c hv.h
5438 ____________________________________________________________________________
5439 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
5440         Log: Subject: [PATCH] Perl interface to newIO()
5441              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5442              Date: Wed, 27 Feb 2002 20:15:27 -0800
5443              Message-ID: <f7af8gzkgaET092yn@efn.org>
5444      Branch: perl
5445            ! lib/Symbol.pm
5446 ____________________________________________________________________________
5447 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
5448         Log: The "list" part of
5449              
5450              Subject: [PATCH perlop] .. returns a *list* of *integers*
5451              From: Mike Guy <mjtg@cam.ac.uk>
5452              Date: Tue, 26 Feb 2002 18:30:22 +0000
5453              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
5454              
5455              plus few nits.
5456      Branch: perl
5457            ! pod/perlop.pod
5458 ____________________________________________________________________________
5459 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
5460         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
5461              From: Abe Timmerman <abe@ztreet.demon.nl>
5462              Date: Thu, 28 Feb 2002 00:04:06 +0100
5463              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
5464      Branch: perl
5465            ! lib/File/stat.t
5466 ____________________________________________________________________________
5467 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
5468         Log: Integrate from maintperl.
5469      Branch: maint-5.6/macperl
5470           !> doio.c op.c t/io/open.t t/pragma/strict-subs
5471 ____________________________________________________________________________
5472 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
5473         Log: Upgrade to Math::BigInt 1.53.
5474      Branch: perl
5475            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5476            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
5477            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
5478            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
5479            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
5480            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
5481 ____________________________________________________________________________
5482 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
5483         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
5484              From: "Craig A. Berry" <craigberry@mac.com>
5485              Date: Wed, 27 Feb 2002 15:36:38 -0600
5486              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
5487      Branch: perl
5488            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
5489            ! vms/ext/filespec.t
5490 ____________________________________________________________________________
5491 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
5492         Log: Subject: [PATCH] Some minor changes for Cygwin
5493              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
5494              Date: Wed, 27 Feb 2002 22:25:41 +0100
5495              Message-ID: <14296492589.20020227222541@familiehaase.de>
5496      Branch: perl
5497            ! Makefile.SH README.cygwin cygwin/perlld.in
5498 ____________________________________________________________________________
5499 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
5500         Log: Update the UTF-8 explanation table.
5501      Branch: perl
5502            ! pod/perlunicode.pod utf8.h
5503 ____________________________________________________________________________
5504 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
5505         Log: Repatch from Robin Barker: anon subs in C<package;> are
5506              now __ANON__::__ANON__ (should help for mod_perl package
5507              since #12251)
5508      Branch: perl
5509            ! gv.c op.c t/op/runlevel.t toke.c
5510 ____________________________________________________________________________
5511 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
5512         Log: Update Changes.
5513      Branch: perl
5514            ! Changes patchlevel.h
5515 ____________________________________________________________________________
5516 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
5517         Log: perldelta updates.
5518      Branch: perl
5519            ! pod/perldelta.pod
5520 ____________________________________________________________________________
5521 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
5522         Log: Signedness nit.
5523      Branch: perl
5524            ! regexec.c
5525 ____________________________________________________________________________
5526 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
5527         Log: Subject: Re: Smoke 14870
5528              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5529              Date: Wed, 27 Feb 2002 16:48:35 +0100
5530              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
5531              
5532              (with some additional garnish)
5533      Branch: perl
5534            ! README.hpux hints/hpux.sh
5535 ____________________________________________________________________________
5536 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
5537         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
5538              into perl.exp in AIX.
5539      Branch: perl
5540            ! makedef.pl perl.h
5541 ____________________________________________________________________________
5542 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
5543         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
5544              From: Robin Barker <rmb1@cise.npl.co.uk>
5545              Date: Wed, 27 Feb 2002 14:39:35 GMT
5546              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
5547      Branch: perl
5548            ! pod/perlrun.pod
5549 ____________________________________________________________________________
5550 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
5551         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
5552              From: Robin Barker <rmb1@cise.npl.co.uk>
5553              Date: Wed, 27 Feb 2002 12:25:30 GMT
5554              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
5555      Branch: perl
5556            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
5557            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
5558            ! pod/perlunicode.pod pod/perluniintro.pod
5559 ____________________________________________________________________________
5560 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
5561         Log: Only modify LD_LIBRARY_PATH in case there are directories.
5562      Branch: perl
5563            ! hints/dec_osf.sh
5564 ____________________________________________________________________________
5565 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
5566         Log: Subject: [PATCH] perl/hints/vos.sh
5567              From: Paul_GreenVOS@vos.stratus.com
5568              Date: Tue, 26 Feb 02 15:19 est
5569              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
5570      Branch: perl
5571            ! hints/vos.sh
5572 ____________________________________________________________________________
5573 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
5574         Log: Forgot from #14888.
5575      Branch: perl
5576            ! ext/Unicode/Normalize/mkheader
5577 ____________________________________________________________________________
5578 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
5579         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
5580      Branch: perl
5581            ! ext/Unicode/Normalize/Changes
5582            ! ext/Unicode/Normalize/Normalize.pm
5583            ! ext/Unicode/Normalize/Normalize.xs
5584            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
5585            ! ext/Unicode/Normalize/t/test.t
5586 ____________________________________________________________________________
5587 [ 14887] By: ams                                   on 2002/02/26  23:51:52
5588         Log: Subject: Missing diagnostics
5589              From: Simon Glover <scog@roe.ac.uk>
5590              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
5591              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
5592              
5593              Subject: [PATCH] Better wording for the lvalue vec diagnostic
5594              From: Simon Glover <scog@roe.ac.uk>
5595              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
5596              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
5597      Branch: perl
5598            ! doop.c pod/perldiag.pod t/op/vec.t
5599 ____________________________________________________________________________
5600 [ 14886] By: ams                                   on 2002/02/26  15:48:34
5601         Log: Subject: [PATCH] Not OK 5.7.2@14884
5602              From: andreas.koenig@anima.de (Andreas J. Koenig)
5603              Date: Tue, 26 Feb 2002 15:03:55 +0100
5604              Message-Id: <m38z9gfigk.fsf@anima.de>
5605      Branch: perl
5606            ! t/lib/access.t
5607 ____________________________________________________________________________
5608 [ 14885] By: nick                                  on 2002/02/26  13:48:55
5609         Log: Integrate mainline
5610      Branch: perlio
5611           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
5612           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
5613           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
5614            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
5615           !> (integrate 102 files)
5616 ____________________________________________________________________________
5617 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
5618         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
5619              1.1999999999999996, or thereabouts (yes, even sprintf).
5620      Branch: perl
5621            ! t/base/num.t
5622 ____________________________________________________________________________
5623 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
5624         Log: Neither.
5625      Branch: perl
5626            ! pod/perldelta.pod
5627 ____________________________________________________________________________
5628 [ 14882] By: ams                                   on 2002/02/26  08:46:55
5629         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
5630              From: Michael G Schwern <schwern@pobox.com>
5631              Date: Tue, 26 Feb 2002 01:01:28 -0500
5632              Message-Id: <20020226060128.GA2439@blackrider>
5633      Branch: perl
5634            ! hv.c pod/perldiag.pod
5635 ____________________________________________________________________________
5636 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
5637         Log: Subject: [PATCH B::Concise] docs, typos
5638              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5639              Date: Mon, 25 Feb 2002 16:41:16 +0100
5640              Message-ID: <20020225164116.A1054@rafael>
5641      Branch: perl
5642            ! ext/B/B/Concise.pm
5643 ____________________________________________________________________________
5644 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
5645         Log: POSIX: add isatty to @EXPORT_OK, reformat.
5646      Branch: perl
5647            ! ext/POSIX/POSIX.pm
5648 ____________________________________________________________________________
5649 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
5650         Log: If using -Dloclibpth=... the directories need to
5651              be appended to LD_LIBRARY_PATH (and ickily, if those
5652              directories contain a (newer?) libdb.so, we need to
5653              prepend    /usr/shlib to loclibpth).
5654      Branch: perl
5655            ! hints/dec_osf.sh
5656 ____________________________________________________________________________
5657 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
5658         Log: Subject: [PATCH] Perl interface to newIO()
5659              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
5660              Date: Mon, 25 Feb 2002 15:04:57 -0800
5661              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
5662      Branch: perl
5663            ! lib/Symbol.pm lib/Symbol.t
5664 ____________________________________________________________________________
5665 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
5666         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
5667              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
5668              Date: Mon, 25 Feb 2002 21:58:30 +0100
5669              Message-ID: <20020225215830.A744@rafael>
5670      Branch: perl
5671            ! pod/perlvar.pod
5672 ____________________________________________________________________________
5673 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
5674         Log: Big5 tweaks from Autrijus Tang.
5675      Branch: perl
5676            ! ext/Encode/Encode/big5.enc
5677 ____________________________________________________________________________
5678 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
5679         Log: Subject: [PATCH Glossary configpm] cleanups
5680              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5681              Date: Mon, 25 Feb 2002 23:27:15 +0100
5682              Message-ID: <20020225232715.C744@rafael>
5683      Branch: perl
5684            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
5685 ____________________________________________________________________________
5686 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
5687         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
5688              From: Nicholas Clark <nick@unfortu.net>
5689              Date: Mon, 25 Feb 2002 21:53:24 +0000
5690              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
5691      Branch: perl
5692            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
5693            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
5694            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
5695 ____________________________________________________________________________
5696 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
5697         Log: Upgrade to I18N::LangTags 0.27.
5698              (Causes one flipflop back to perl.com URL, must poke Sean.)
5699      Branch: perl
5700            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
5701            ! lib/I18N/LangTags/List.pm
5702 ____________________________________________________________________________
5703 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
5704         Log: Upgrade to Getopt::Long 2.28.
5705      Branch: perl
5706            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
5707            ! lib/Getopt/Long/README
5708 ____________________________________________________________________________
5709 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
5710         Log: No =head.
5711      Branch: perl
5712            ! pod/perlebcdic.pod
5713 ____________________________________________________________________________
5714 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
5715         Log: Update Changes.
5716      Branch: perl
5717            ! Changes patchlevel.h
5718 ____________________________________________________________________________
5719 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
5720         Log: metaconfig unit change for #14868.
5721      Branch: metaconfig
5722            ! U/modified/Chk_MANI.U
5723 ____________________________________________________________________________
5724 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
5725         Log: Some hosts understand split -l 50, some only split -50
5726              (from Paul Eggert).
5727      Branch: perl
5728            ! Configure
5729 ____________________________________________________________________________
5730 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
5731         Log: Subject: Re: [PATCH bleadperl] socketpair.t
5732              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5733              Date: Sun, 24 Feb 2002 10:31:25 +0100
5734              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
5735              
5736              (the pid half only)
5737      Branch: perl
5738            ! win32/win32.c
5739 ____________________________________________________________________________
5740 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
5741         Log: Mention the new pack tricks.
5742      Branch: perl
5743            ! pod/perldelta.pod
5744 ____________________________________________________________________________
5745 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
5746         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
5747              From: Richard.Foley@t-online.de (Richard Foley)
5748              Date: Mon, 25 Feb 2002 13:47:03 +0100
5749              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
5750      Branch: perl
5751            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
5752            ! pod/perldebug.pod pod/perldelta.pod
5753 ____________________________________________________________________________
5754 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
5755         Log: Typo corrections from John P. Linderman.
5756      Branch: perl
5757            ! ext/IPC/SysV/Semaphore.pm
5758 ____________________________________________________________________________
5759 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
5760         Log: Upgrade to Math::BigInt 1.52.
5761      Branch: perl
5762            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5763            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
5764            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
5765            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
5766            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
5767 ____________________________________________________________________________
5768 [ 14862] By: ams                                   on 2002/02/25  10:39:40
5769         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
5770              From: Robin Barker <rmb1@cise.npl.co.uk>
5771              Date: Mon, 25 Feb 2002 11:35:06 GMT
5772              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
5773              
5774              Subject: [PATCH Net/Cmd.pm]
5775              From: Robin Barker <rmb1@cise.npl.co.uk>
5776              Date: Mon, 25 Feb 2002 11:37:06 GMT
5777              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
5778      Branch: perl
5779            ! lib/Cwd.pm lib/Net/Cmd.pm
5780 ____________________________________________________________________________
5781 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
5782         Log: Cut-and-paste errors.
5783      Branch: perl
5784            ! t/op/pat.t
5785 ____________________________________________________________________________
5786 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
5787         Log: EBCDIC: the control characters are not that easy to find.
5788      Branch: perl
5789            ! t/op/pat.t
5790 ____________________________________________________________________________
5791 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
5792         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
5793              From: John Peacock <jpeacock@rowman.com>
5794              Date: Sun, 24 Feb 2002 22:08:28 -0500
5795              Message-ID: <3C79AAAC.6060903@rowman.com>
5796      Branch: perl
5797            ! sv.c
5798 ____________________________________________________________________________
5799 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
5800         Log: SvSetSV() is not returnable, but that's okay since
5801              sv_copypv() returns void.
5802      Branch: perl
5803            ! sv.c
5804 ____________________________________________________________________________
5805 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
5806         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
5807              From: John Peacock <jpeacock@rowman.com>                 
5808              Date: Sun, 24 Feb 2002 16:40:07 -0500
5809              Message-ID: <3C795DB7.40105@rowman.com>               
5810      Branch: perl
5811            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
5812            ! pp_hot.c proto.h sv.c
5813 ____________________________________________________________________________
5814 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
5815         Log: Tiny code cleanup.
5816      Branch: perl
5817            ! regexec.c
5818 ____________________________________________________________________________
5819 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
5820         Log: Use to_uni_fold().
5821      Branch: perl
5822            ! regcomp.c
5823 ____________________________________________________________________________
5824 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
5825         Log: Document the new taint behaviour of exec LIST and
5826              system LIST.
5827      Branch: perl
5828            ! pod/perldelta.pod
5829 ____________________________________________________________________________
5830 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
5831         Log: Subject: [PATCH] Re: taint news
5832              From: Rick Delaney <rick.delaney@rogers.com>             
5833              Date: 24 Feb 2002 11:35:00 -0500
5834              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
5835      Branch: perl
5836            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
5837 ____________________________________________________________________________
5838 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
5839         Log: EBCDIC tweak (native instead of uni) and comment update.
5840      Branch: perl
5841            ! regexec.c
5842 ____________________________________________________________________________
5843 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
5844         Log: Using uninitialized (and wrong) variables is not good.
5845      Branch: perl
5846            ! regcomp.c
5847 ____________________________________________________________________________
5848 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
5849         Log: EBCDIC: this seems to calm the last of the
5850              Malformed UTF-8 warnings.
5851      Branch: perl
5852            ! regcomp.c utf8.c
5853 ____________________________________________________________________________
5854 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
5855         Log: EBCDIC: document using Encode for character conversions.
5856      Branch: perl
5857            ! pod/perlebcdic.pod
5858 ____________________________________________________________________________
5859 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
5860         Log: EBCDIC: disable also Unicode::Collate and
5861              Unicode::Normalize for now.  Real users of
5862              EBCDIC have to decide what they want.
5863      Branch: perl
5864            ! ext/Unicode/Normalize/Normalize.pm
5865            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
5866            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
5867            ! lib/Unicode/Collate/t/test.t
5868 ____________________________________________________________________________
5869 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
5870         Log: AUTHORS updates.
5871      Branch: perl
5872            ! AUTHORS
5873 ____________________________________________________________________________
5874 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
5875         Log: Retract #14571: there may be a better solution than
5876              tweaking the test.
5877      Branch: perl
5878            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
5879 ____________________________________________________________________________
5880 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
5881         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
5882              From: "Craig A. Berry" <craigberry@mac.com> 
5883              Date: Sat, 23 Feb 2002 14:14:35 -0600
5884              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
5885      Branch: perl
5886            ! configure.com
5887 ____________________________________________________________________________
5888 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
5889         Log: metaconfig unit change for #14843.
5890      Branch: metaconfig/U/perl
5891            ! Extensions.U
5892 ____________________________________________________________________________
5893 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
5894         Log: Also Encode/JP needs to be listed explicitly.
5895              (Any other sub-Encode extensions?)
5896      Branch: perl
5897            ! Configure
5898 ____________________________________________________________________________
5899 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
5900         Log: Document known UNICOS/mk deficiency.
5901      Branch: perl
5902            ! pod/perldelta.pod
5903 ____________________________________________________________________________
5904 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
5905         Log: Subject: [PATCH] README mention version 5.0
5906              From: Autrijus Tang <autrijus@autrijus.org>
5907              Date: Sat, 23 Feb 2002 09:35:22 +0800
5908              Message-ID: <20020223013522.GA8694@not.autrijus.org>
5909      Branch: perl
5910            ! README
5911 ____________________________________________________________________________
5912 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
5913         Log: metaconfig unit change for #14839.
5914      Branch: metaconfig
5915            ! U/modified/Signal.U
5916 ____________________________________________________________________________
5917 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
5918         Log: Old hosts like NeXT Classic don't have sort -k,
5919              from Paul Eggert.
5920      Branch: perl
5921            ! Configure
5922 ____________________________________________________________________________
5923 [ 14838] By: ams                                   on 2002/02/22  21:14:29
5924         Log: Minor clarifications as suggested by Anton Tagunov.
5925      Branch: perl
5926            ! pod/perlsyn.pod
5927 ____________________________________________________________________________
5928 [ 14837] By: ams                                   on 2002/02/22  21:07:02
5929         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
5930              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5931              Date: Fri, 22 Feb 2002 23:01:07 +0100
5932              Message-Id: <20020222230107.A15069@rafael>
5933      Branch: perl
5934            ! sv.c t/op/gv.t
5935 ____________________________________________________________________________
5936 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
5937         Log: metaconfig unit change for #14835.
5938      Branch: metaconfig
5939            ! U/modified/Chk_MANI.U
5940 ____________________________________________________________________________
5941 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
5942         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
5943      Branch: perl
5944            ! Configure
5945 ____________________________________________________________________________
5946 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
5947         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
5948              From: Michael G Schwern <schwern@pobox.com>
5949              Date: Fri, 22 Feb 2002 12:10:28 -0500
5950              Message-ID: <20020222171027.GB4181@blackrider>
5951      Branch: perl
5952            ! ext/Encode/compile
5953 ____________________________________________________________________________
5954 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
5955         Log: Update Changes.
5956      Branch: perl
5957            ! Changes patchlevel.h
5958 ____________________________________________________________________________
5959 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
5960         Log: Implement IV/UV/NV/long double pack/unpack with
5961              template letters j/J/F/D (the latter two have been
5962              undocumented aliases of f/d).
5963      Branch: perl
5964            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
5965 ____________________________________________________________________________
5966 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
5967         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
5968              From: Nicholas Clark <nick@unfortu.net>
5969              Date: Fri, 22 Feb 2002 14:01:25 +0000
5970              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
5971      Branch: perl
5972            ! ext/Encode/compile
5973 ____________________________________________________________________________
5974 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
5975         Log: NetWare change from Ananth Kesari.
5976      Branch: perl
5977            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
5978            ! MANIFEST
5979 ____________________________________________________________________________
5980 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
5981         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
5982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5983              Date: Fri, 22 Feb 2002 03:55:13 -0500
5984              Message-ID: <20020222035513.A894@math.ohio-state.edu>
5985      Branch: perl
5986            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
5987 ____________________________________________________________________________
5988 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
5989         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
5990      Branch: perl
5991            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
5992 ____________________________________________________________________________
5993 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
5994         Log: Make measure_struct a file static.
5995      Branch: perl
5996            ! pp_pack.c
5997 ____________________________________________________________________________
5998 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
5999         Log: EBCDIC: someone who knows what they are doing
6000              and whether it is possible at all in the first
6001              place needs to figure these tests out on EBCDIC.
6002              The CJK encodings heavily abuse their knowledge
6003              of ASCII and that may require a translation layer
6004              or four to survive UTF-EBCDIC.
6005      Branch: perl
6006            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
6007 ____________________________________________________________________________
6008 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
6009         Log: croak() needs context.
6010      Branch: perl
6011            ! pp_pack.c
6012 ____________________________________________________________________________
6013 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
6014         Log: Subject: [PATCH @14577] pack with a human face: the sequel
6015              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6016              Date: Thu, 21 Feb 2002 21:33:37 -0500
6017              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
6018      Branch: perl
6019            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
6020            ! proto.h t/op/pack.t
6021 ____________________________________________________________________________
6022 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
6023         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
6024              From: Nicholas Clark <nick@unfortu.net> 
6025              Date: Fri, 22 Feb 2002 00:49:44 +0000
6026              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
6027      Branch: perl
6028            ! ext/Encode/compile
6029 ____________________________________________________________________________
6030 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
6031         Log: Test for #14795.
6032      Branch: perl
6033            ! t/op/pat.t
6034 ____________________________________________________________________________
6035 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
6036         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
6037      Branch: perl
6038            ! t/op/pat.t
6039 ____________________________________________________________________________
6040 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
6041         Log: Subject: [PATCH] next batch of bugfixes
6042              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6043              Date: Thu, 21 Feb 2002 23:54:41 +0100
6044              Message-ID: <20020221235441.A17260@rafael>
6045      Branch: perl
6046            ! ext/B/B/Deparse.pm
6047 ____________________________________________________________________________
6048 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
6049         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)
6050              From: chromatic <chromatic@rmci.net>
6051              Date: Thu, 21 Feb 2002 14:17:35 -0700
6052              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
6053      Branch: perl
6054            ! lib/File/stat.pm lib/File/stat.t
6055 ____________________________________________________________________________
6056 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
6057         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
6058      Branch: perl
6059            ! ext/re/re.xs
6060 ____________________________________________________________________________
6061 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
6062         Log: Upgrade to Math::BigInt 1.51.
6063      Branch: perl
6064            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
6065            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
6066            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
6067            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6068            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
6069            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
6070            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
6071            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
6072            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
6073            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
6074            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
6075            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
6076 ____________________________________________________________________________
6077 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
6078         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
6079              From: "Gerrit P. Haase" <gp@familiehaase.de>
6080              Date: Thu, 21 Feb 2002 21:20:25 +0100
6081              Message-ID: <69510538936.20020221212025@familiehaase.de>
6082      Branch: perl
6083            ! Makefile.SH
6084 ____________________________________________________________________________
6085 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
6086         Log: Subject: [PATCH @14577] grouping in pack/unpack
6087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6088              Date: Thu, 21 Feb 2002 06:06:14 -0500
6089              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
6090      Branch: perl
6091            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
6092            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
6093 ____________________________________________________________________________
6094 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
6095         Log: Subject: [PATCH propose] question about fs.t
6096              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6097              Date: Thu, 21 Feb 2002 15:10:21 +0100
6098              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
6099      Branch: perl
6100            ! t/io/fs.t
6101 ____________________________________________________________________________
6102 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
6103         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
6104              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
6105              Date: Thu, 21 Feb 2002 09:54:28 +0100
6106              Message-ID: <13576559576.20020221095428@familiehaase.de>     
6107      Branch: perl
6108            ! Makefile.SH
6109 ____________________________________________________________________________
6110 [ 14812] By: ams                                   on 2002/02/21  14:59:09
6111         Log: Subject: typo correction
6112              From: mjd@plover.com
6113              Date: 21 Feb 2002 15:43:49 -0000
6114              Message-Id: <20020221154349.22772.qmail@plover.com>
6115      Branch: perl
6116            ! pod/perldebug.pod
6117 ____________________________________________________________________________
6118 [ 14811] By: ams                                   on 2002/02/21  14:02:12
6119         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
6120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6121              Date: Thu, 21 Feb 2002 15:22:22 +0100
6122              Message-Id: <20020221152222.A15095@rafael>
6123      Branch: perl
6124            ! op.h toke.c
6125 ____________________________________________________________________________
6126 [ 14810] By: ams                                   on 2002/02/21  12:45:28
6127         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
6128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6129              Date: Thu, 21 Feb 2002 06:02:48 -0500
6130              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
6131      Branch: perl
6132            ! lib/ExtUtils/Mksymlists.pm makedef.pl
6133 ____________________________________________________________________________
6134 [ 14809] By: nick                                  on 2002/02/21  09:31:08
6135         Log: Integrate mainline
6136      Branch: perlio
6137           +> lib/Pod/t/Select.t
6138           !> (integrate 37 files)
6139 ____________________________________________________________________________
6140 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
6141         Log: metaconfig unit change for #14807.
6142      Branch: metaconfig
6143            ! U/modified/Signal.U
6144 ____________________________________________________________________________
6145 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
6146         Log: Revert #14805, didn't quite work.
6147      Branch: perl
6148            ! Configure config_h.SH
6149 ____________________________________________________________________________
6150 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
6151         Log: metaconfig changes for #14805.
6152      Branch: metaconfig
6153            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
6154 ____________________________________________________________________________
6155 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
6156         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
6157              From: Paul Eggert <eggert@twinsun.com>
6158              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
6159              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
6160      Branch: perl
6161            ! Configure config_h.SH
6162 ____________________________________________________________________________
6163 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
6164         Log: More advice.
6165      Branch: perl
6166            ! README.os390
6167 ____________________________________________________________________________
6168 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
6169         Log: Missing MANIFESTation.
6170      Branch: perl
6171            ! MANIFEST
6172 ____________________________________________________________________________
6173 [ 14802] By: ams                                   on 2002/02/20  22:55:25
6174         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
6175              From: Autrijus Tang <autrijus@autrijus.org>
6176              Date: Thu, 21 Feb 2002 07:13:12 +0800
6177              Message-Id: <20020220231312.GA775@not.autrijus.org>
6178      Branch: perl
6179            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
6180 ____________________________________________________________________________
6181 [ 14801] By: ams                                   on 2002/02/20  22:27:20
6182         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
6183              From: Abe Timmerman <abe@ztreet.demon.nl>
6184              Date: Thu, 21 Feb 2002 00:20:40 +0100
6185              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
6186      Branch: perl
6187            + lib/Pod/t/Select.t
6188 ____________________________________________________________________________
6189 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
6190         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
6191              twice, causing the loop to skip every other character.
6192      Branch: perl
6193            ! utf8.c
6194 ____________________________________________________________________________
6195 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
6196         Log: Better debugging info.
6197      Branch: perl
6198            ! t/uni/case.pl
6199 ____________________________________________________________________________
6200 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
6201         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
6202              From: Nicholas Clark <nick@unfortu.net>
6203              Date: Wed, 20 Feb 2002 22:13:05 +0000
6204              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
6205      Branch: perl
6206            ! ext/Encode/compile
6207 ____________________________________________________________________________
6208 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
6209         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
6210              From: Paul Eggert <eggert@twinsun.com>
6211              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
6212              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
6213      Branch: perl
6214            ! pod/perlhack.pod
6215 ____________________________________________________________________________
6216 [ 14796] By: nick                                  on 2002/02/20  18:15:00
6217         Log: Integrate mainline
6218      Branch: perlio
6219           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
6220           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
6221           +> lib/Locale/Country.pod lib/Locale/Currency.pod
6222           +> lib/Locale/Language.pod lib/Locale/Script.pm
6223           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
6224           +> t/uni/title.t t/uni/upper.t
6225           !> (integrate 41 files)
6226 ____________________________________________________________________________
6227 [ 14795] By: ams                                   on 2002/02/20  17:08:38
6228         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
6229              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6230              Date: Wed, 20 Feb 2002 18:06:59 +0000
6231              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
6232      Branch: perl
6233            ! pp_ctl.c
6234 ____________________________________________________________________________
6235 [ 14794] By: ams                                   on 2002/02/20  16:41:56
6236         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
6237              From: Paul_GreenVOS@vos.stratus.com
6238              Date: Wed, 20 Feb 02 12:21 est
6239              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
6240      Branch: perl
6241            ! Makefile.SH
6242 ____________________________________________________________________________
6243 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
6244         Log: Forgot from #14790.
6245      Branch: perl
6246            ! pp_pack.c
6247 ____________________________________________________________________________
6248 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
6249         Log: Update Changes.
6250      Branch: perl
6251            ! Changes patchlevel.h
6252 ____________________________________________________________________________
6253 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
6254         Log: Integrate change #14778 from maintperl.
6255      Branch: perl
6256            ! t/lib/strict/subs
6257           !> op.c
6258 ____________________________________________________________________________
6259 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
6260         Log: Subject: Re: [ID 20020220.001] pack w with objects
6261              From: Ulrich Pfeifer <upf@de.uu.net>
6262              Date: 20 Feb 2002 11:21:15 +0100
6263              Message-ID: <p5g03wcv38.fsf@de.uu.net>
6264      Branch: perl
6265            ! t/op/pack.t
6266 ____________________________________________________________________________
6267 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
6268         Log: Subject: Re: [PATCH] go faster for Encode's compile
6269              From: Nicholas Clark <nick@unfortu.net> 
6270              Date: Tue, 19 Feb 2002 23:38:36 +0000
6271              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
6272      Branch: perl
6273            ! ext/Encode/compile
6274 ____________________________________________________________________________
6275 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
6276         Log: Regen Glossary.
6277      Branch: perl
6278            ! Porting/Glossary Porting/config.sh Porting/config_H
6279 ____________________________________________________________________________
6280 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
6281         Log: metaconfig unit change for #14786 (not visible yet,
6282              since Glossary needs regenerating)
6283      Branch: metaconfig
6284            ! U/compline/d_gconvert.U
6285 ____________________________________________________________________________
6286 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
6287         Log: Subject: d_Gconvert hints and Glossary
6288              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6289              Date: Tue, 19 Feb 2002 11:55:36 -0800
6290              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
6291      Branch: perl
6292            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
6293            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
6294            ! hints/svr5.sh
6295 ____________________________________________________________________________
6296 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
6297         Log: metaconfig unit changes for #14784.
6298      Branch: metaconfig
6299            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
6300 ____________________________________________________________________________
6301 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
6302         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
6303              From: Paul Eggert <eggert@twinsun.com>              
6304              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
6305              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
6306      Branch: perl
6307            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
6308            ! pod/perlhack.pod
6309 ____________________________________________________________________________
6310 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
6311         Log: metaconfig unit change for #14782.
6312      Branch: metaconfig/U/perl
6313            ! Mksymlinks.U
6314 ____________________________________________________________________________
6315 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
6316         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
6317              From: "Gerrit P. Haase" <gp@familiehaase.de>
6318              Date: Wed, 20 Feb 2002 00:23:29 +0100
6319              Message-ID: <70348722516.20020220002329@familiehaase.de>
6320      Branch: perl
6321            ! Configure
6322 ____________________________________________________________________________
6323 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
6324         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
6325              From: Nicholas Clark <nick@unfortu.net> 
6326              Date: Tue, 19 Feb 2002 19:27:42 +0000
6327              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
6328              
6329              (with modifications)
6330      Branch: perl
6331            ! pod/perlsub.pod
6332 ____________________________________________________________________________
6333 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
6334         Log: NetWare tweak from Ananth Kesari.
6335      Branch: perl
6336            ! lib/ExtUtils/MakeMaker.pm
6337 ____________________________________________________________________________
6338 [ 14779] By: ams                                   on 2002/02/20  06:51:55
6339         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
6340      Branch: perl
6341            ! pod/perlfaq4.pod
6342 ____________________________________________________________________________
6343 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
6344         Log: constant folding on the range operator had the effect of disabling
6345              peephole optimizations in all the siblings of the range OP; the
6346              effect of this was that barewords could escape strictures when
6347              they were hiding in such places
6348      Branch: maint-5.6/perl
6349            ! op.c t/pragma/strict-subs
6350 ____________________________________________________________________________
6351 [ 14777] By: ams                                   on 2002/02/20  00:56:21
6352         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
6353              From: Graham Barr <gbarr@pobox.com>
6354              Date: Tue, 19 Feb 2002 23:08:47 +0000
6355              Message-Id: <20020219230847.G66560@pobox.com>
6356      Branch: perl
6357            ! lib/Time/Local.pm
6358 ____________________________________________________________________________
6359 [ 14776] By: ams                                   on 2002/02/19  17:20:28
6360         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
6361              From: Nicholas Clark <nick@unfortu.net>
6362              Date: Tue, 19 Feb 2002 16:23:22 +0000
6363              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
6364      Branch: perl
6365            ! lib/Tie/Hash.pm
6366 ____________________________________________________________________________
6367 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
6368         Log: Regen doc, regen toc.
6369      Branch: perl
6370            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
6371 ____________________________________________________________________________
6372 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
6373         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
6374              From: Dave Mitchell <davem@fdgroup.co.uk>
6375              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
6376              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
6377      Branch: perl
6378            ! pod/perlsub.pod
6379 ____________________________________________________________________________
6380 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
6381         Log: Detypo.
6382      Branch: perl
6383            ! lib/Tie/Memoize.pm
6384 ____________________________________________________________________________
6385 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
6386         Log: UTF-8 C API doc tweaks.
6387      Branch: perl
6388            ! pod/perlunicode.pod
6389 ____________________________________________________________________________
6390 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
6391         Log: Mention that the case-switchers know about Unicode, too.
6392      Branch: perl
6393            ! pod/perlop.pod
6394 ____________________________________________________________________________
6395 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
6396         Log: Upgrade to Locale::Codes 2.01.
6397      Branch: perl
6398            + lib/Locale/Constants.pod lib/Locale/Country.pod
6399            + lib/Locale/Currency.pod lib/Locale/Language.pod
6400            + lib/Locale/Script.pod
6401            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
6402            ! lib/Locale/Constants.pm lib/Locale/Country.pm
6403            ! lib/Locale/Currency.pm lib/Locale/Language.pm
6404            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
6405 ____________________________________________________________________________
6406 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
6407         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
6408              From: Dave Mitchell <davem@fdgroup.co.uk>
6409              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
6410              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
6411      Branch: perl
6412            ! pod/perlsub.pod
6413 ____________________________________________________________________________
6414 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
6415         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
6416              From: Sam Tregar <sam@tregar.com> 
6417              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
6418              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
6419      Branch: perl
6420            ! sv.h
6421 ____________________________________________________________________________
6422 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
6423         Log: The test requires perlio.
6424      Branch: perl
6425            ! ext/Encode/t/JP.t
6426 ____________________________________________________________________________
6427 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
6428         Log: Misplaced block end.
6429      Branch: perl
6430            ! utf8.c
6431 ____________________________________________________________________________
6432 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
6433         Log: The POSIX extensions are deadly.
6434      Branch: perl
6435            ! regcomp.c
6436 ____________________________________________________________________________
6437 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
6438         Log: Let's not overdo the growth.
6439      Branch: perl
6440            ! pp.c
6441 ____________________________________________________________________________
6442 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
6443         Log: Third time makes the charm.
6444      Branch: perl
6445            ! README.os390
6446 ____________________________________________________________________________
6447 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
6448         Log: Oops.
6449      Branch: perl
6450            ! utf8.c
6451 ____________________________________________________________________________
6452 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
6453         Log: Add back the new casing tests.
6454      Branch: perl
6455            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
6456            ! MANIFEST
6457 ____________________________________________________________________________
6458 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
6459         Log: Prefer special case mappings.
6460      Branch: perl
6461            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
6462            ! lib/unicore/To/Upper.pl lib/unicore/mktables
6463 ____________________________________________________________________________
6464 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
6465         Log: Try special casing first.
6466      Branch: perl
6467            ! utf8.c
6468 ____________________________________________________________________________
6469 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
6470         Log: Not extending enough.
6471      Branch: perl
6472            ! pp.c utf8.h
6473 ____________________________________________________________________________
6474 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
6475         Log: No need to store identity mappings.
6476      Branch: perl
6477            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
6478            ! lib/unicore/mktables
6479 ____________________________________________________________________________
6480 [ 14756] By: ams                                   on 2002/02/18  20:21:17
6481         Log: Forward port #14704 from maint-5.6.
6482      Branch: perl
6483            ! doio.c
6484 ____________________________________________________________________________
6485 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
6486         Log: Regen Changes.
6487      Branch: perl
6488            ! Changes
6489 ____________________________________________________________________________
6490 [ 14754] By: ams                                   on 2002/02/18  19:01:09
6491         Log: Subject: [PATCH] VMS cando_by_name and current process privs
6492              From: "Craig A. Berry" <craigberry@mac.com>
6493              Date: Mon, 18 Feb 2002 14:03:30 -0600
6494              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
6495      Branch: perl
6496            ! vms/vms.c
6497 ____________________________________________________________________________
6498 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
6499         Log: Update Changes.
6500      Branch: perl
6501            ! Changes patchlevel.h
6502 ____________________________________________________________________________
6503 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
6504         Log: What do you know; these tests unearthed nasty problems.
6505              Will resolve those first.
6506      Branch: perl
6507            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
6508            ! MANIFEST
6509 ____________________________________________________________________________
6510 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
6511         Log: Update Changes.
6512      Branch: perl
6513            ! Changes patchlevel.h
6514 ____________________________________________________________________________
6515 [ 14750] By: ams                                   on 2002/02/18  17:36:05
6516         Log: Subject: Re: IO::Poll: Removing Handles
6517              From: Matthew Sachs <matthewg@zevils.com>
6518              Date: Mon, 18 Feb 2002 13:19:01 -0500
6519              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
6520      Branch: perl
6521            ! ext/IO/lib/IO/t/io_poll.t
6522 ____________________________________________________________________________
6523 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
6524         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
6525              From: "Craig A. Berry" <craigberry@mac.com>
6526              Date: Mon, 18 Feb 2002 11:52:21 -0600
6527              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
6528      Branch: perl
6529            ! t/op/alarm.t t/op/glob.t
6530 ____________________________________________________________________________
6531 [ 14748] By: ams                                   on 2002/02/18  15:53:36
6532         Log: s/load_module/Perl_load_module/
6533      Branch: perl
6534            ! gv.c
6535 ____________________________________________________________________________
6536 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
6537         Log: Unused in ASCII, used in EBCDIC.
6538      Branch: perl
6539            ! utf8.c
6540 ____________________________________________________________________________
6541 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
6542         Log: Upgrade to Locale::Codes 2.00.
6543      Branch: perl
6544            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
6545            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
6546            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
6547            ! lib/Locale/Constants.pm lib/Locale/Country.pm
6548            ! lib/Locale/Currency.pm lib/Locale/Language.pm
6549 ____________________________________________________________________________
6550 [ 14745] By: ams                                   on 2002/02/18  15:20:44
6551         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
6552              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6553              Date: Sat, 16 Feb 2002 00:06:01 +0100
6554              Message-Id: <20020216000601.A17249@rafael>
6555      Branch: perl
6556            ! gv.c
6557 ____________________________________________________________________________
6558 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
6559         Log: More Unicode casing checks.
6560      Branch: perl
6561            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
6562            ! MANIFEST
6563 ____________________________________________________________________________
6564 [ 14743] By: ams                                   on 2002/02/18  14:35:38
6565         Log: Subject: IO::Poll: Removing Handles
6566              From: Matthew Sachs <matthewg@zevils.com>
6567              Date: Sun, 17 Feb 2002 04:49:46 -0500
6568              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
6569      Branch: perl
6570            ! ext/IO/lib/IO/Poll.pm
6571 ____________________________________________________________________________
6572 [ 14741] By: ams                                   on 2002/02/18  13:59:48
6573         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
6574              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6575              Date: Mon, 18 Feb 2002 15:41:26 +0100
6576              Message-Id: <20020218154126.A692@rafael>
6577      Branch: perl
6578            ! pp_ctl.c t/op/do.t
6579 ____________________________________________________________________________
6580 [ 14740] By: nick                                  on 2002/02/18  09:09:23
6581         Log: Integrate mainline
6582      Branch: perlio
6583           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
6584           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
6585           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
6586           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
6587           +> ext/Encode/lib/Encode/JP/Constants.pm
6588           +> ext/Encode/lib/Encode/JP/H2Z.pm
6589           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6590           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
6591           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
6592           +> os2/OS2/Process/t/os2_process.t
6593           +> os2/OS2/Process/t/os2_process_kid.t
6594           +> os2/OS2/Process/t/os2_process_text.t
6595            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
6596            - ext/Encode/t/Japanese.t
6597           !> (integrate 47 files)
6598 ____________________________________________________________________________
6599 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
6600         Log: EBCDIC: now the worst seems to be over for
6601              the "Malformed" warnings.  Still a few of them,
6602              and plenty of test failures, but getting better.
6603      Branch: perl
6604            ! regcomp.c utf8.c
6605 ____________________________________________________________________________
6606 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
6607         Log: Upgrade to Net::Ping 2.12.
6608      Branch: perl
6609            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6610            ! lib/Net/Ping/t/110_icmp_inst.t
6611 ____________________________________________________________________________
6612 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
6613         Log: After much rewriting we are now pretty much
6614              back to where we started.
6615      Branch: perl
6616            ! utf8.c
6617 ____________________________________________________________________________
6618 [ 14736] By: ams                                   on 2002/02/18  01:23:00
6619         Log: Subject: [PATCH B::Deparse] two fixes
6620              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6621              Date: Sun, 17 Feb 2002 23:58:59 +0100
6622              Message-Id: <20020217235859.A32513@rafael>
6623      Branch: perl
6624            ! ext/B/B/Deparse.pm
6625 ____________________________________________________________________________
6626 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
6627         Log: Buglet.
6628      Branch: perl
6629            ! ext/Encode/lib/Encode/JP/JIS.pm
6630 ____________________________________________________________________________
6631 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
6632         Log: Clearing up to_utf8_case() continues: this time use
6633              a single return, and EBCDICification for all paths.
6634      Branch: perl
6635            ! utf8.c
6636 ____________________________________________________________________________
6637 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
6638         Log: Small tweaks to get the test running (fix @INC and
6639              do not overwrite the table.utf8 and table.rnd).
6640      Branch: perl
6641            ! ext/Encode/t/JP.t
6642 ____________________________________________________________________________
6643 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
6644         Log: Tiny tweak.
6645      Branch: perl
6646            ! utf8.c
6647 ____________________________________________________________________________
6648 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
6649         Log: Redundant casts.
6650      Branch: perl
6651            ! utf8.c
6652 ____________________________________________________________________________
6653 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
6654         Log: More filename portability tips.
6655      Branch: perl
6656            ! pod/perlport.pod
6657 ____________________________________________________________________________
6658 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
6659         Log: FAQ sync.
6660      Branch: perl
6661            ! pod/perlfaq3.pod pod/perlfaq5.pod
6662 ____________________________________________________________________________
6663 [ 14728] By: ams                                   on 2002/02/17  16:15:09
6664         Log: Subject: podlators 1.21 released
6665              From: Russ Allbery <rra@stanford.edu>
6666              Date: Sat, 16 Feb 2002 21:42:56 -0800
6667              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
6668      Branch: perl
6669            ! lib/Pod/Text/Overstrike.pm
6670 ____________________________________________________________________________
6671 [ 14727] By: sky                                   on 2002/02/17  11:36:52
6672         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
6673              From: Autrijus Tang <autrijus@autrijus.org>
6674              Date: Sun, 17 Feb 2002 19:46:47 +0800
6675              Message-ID: <20020217194647.A1410@not.autrijus.org>
6676      Branch: perl
6677            ! pp_ctl.c t/op/tiehandle.t util.c
6678 ____________________________________________________________________________
6679 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
6680         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
6681              input in native code points, not Unicode.
6682      Branch: perl
6683            ! utf8.c
6684 ____________________________________________________________________________
6685 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
6686         Log: Regen Glossary.
6687      Branch: perl
6688            ! Porting/Glossary Porting/config.sh Porting/config_H
6689 ____________________________________________________________________________
6690 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
6691         Log: The #14715 and #14716 were okay: they just revealed
6692              a bug in the EXACTF matching.
6693      Branch: perl
6694            ! regexec.c utf8.c
6695 ____________________________________________________________________________
6696 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
6697         Log: Retreat, retreat! (retract #14715 and #14716)
6698      Branch: perl
6699            ! utf8.c
6700 ____________________________________________________________________________
6701 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
6702         Log: Encode 0.40, from Dan Kogai.
6703      Branch: perl
6704            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
6705            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
6706            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
6707            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
6708            + ext/Encode/lib/Encode/JP/Constants.pm
6709            + ext/Encode/lib/Encode/JP/H2Z.pm
6710            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6711            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
6712            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
6713            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
6714            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
6715            - ext/Encode/t/Japanese.t
6716            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
6717            ! ext/Encode/t/Encode.t
6718 ____________________________________________________________________________
6719 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
6720         Log: metaconfig unit change for #14720.
6721      Branch: perl
6722            ! Configure
6723 ____________________________________________________________________________
6724 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
6725         Log: Regenerate Configure (small tweaks on Yitzchak's,
6726              main difference being that the preference variables are
6727              called gconvert_...).
6728      Branch: metaconfig
6729            ! U/compline/d_gconvert.U
6730 ____________________________________________________________________________
6731 [ 14719] By: ams                                   on 2002/02/16  14:11:01
6732         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
6733              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6734              Date: Thu, 14 Feb 2002 22:27:33 -0800
6735              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
6736              (Applied by hand.)
6737      Branch: perl
6738            ! Configure
6739 ____________________________________________________________________________
6740 [ 14718] By: ams                                   on 2002/02/16  13:45:28
6741         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
6742              From: Philip Newton <Philip.Newton@gmx.net>
6743              Date: Sat, 16 Feb 2002 10:05:05 +0100
6744              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
6745              (Applied by hand.)
6746      Branch: perl
6747            ! pod/perlport.pod
6748 ____________________________________________________________________________
6749 [ 14717] By: ams                                   on 2002/02/16  04:30:23
6750         Log: Remove dubious test.
6751      Branch: perl
6752            ! t/io/open.t
6753 ____________________________________________________________________________
6754 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
6755         Log: Tiny tweak.
6756      Branch: perl
6757            ! utf8.c
6758 ____________________________________________________________________________
6759 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
6760         Log: Restructure to_utf8_case() for simpler execution paths.
6761      Branch: perl
6762            ! utf8.c
6763 ____________________________________________________________________________
6764 [ 14714] By: ams                                   on 2002/02/16  02:43:59
6765         Log: Absorb #14701 by Sarathy from maint-5.6.
6766      Branch: perl
6767            ! doio.c t/io/open.t
6768 ____________________________________________________________________________
6769 [ 14713] By: ams                                   on 2002/02/16  01:51:27
6770         Log: Subject: [PATCH] VOS patches for perl 5.8
6771              From: Paul_GreenVOS@vos.stratus.com
6772              Date: Fri, 15 Feb 02 17:41 est
6773              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
6774      Branch: perl
6775            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
6776            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6777            ! vos/install_perl.cm
6778 ____________________________________________________________________________
6779 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
6780         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
6781              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6782              Date: Fri, 15 Feb 2002 23:05:44 +0100
6783              Message-ID: <20020215230544.A690@rafael>
6784      Branch: perl
6785            ! ext/B/B/Deparse.pm
6786 ____________________________________________________________________________
6787 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
6788         Log: Add $VERSION.
6789      Branch: perl
6790            ! lib/Tie/Memoize.pm
6791 ____________________________________________________________________________
6792 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
6793         Log: Update Changes.
6794      Branch: perl
6795            ! Changes patchlevel.h
6796 ____________________________________________________________________________
6797 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
6798         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
6799              From: Robin Barker <rmb1@cise.npl.co.uk>
6800              Date: Thu, 14 Feb 2002 19:07:40 GMT
6801              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
6802              
6803              (the hints part only)
6804      Branch: perl
6805            ! hints/solaris_2.sh
6806 ____________________________________________________________________________
6807 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
6808         Log: metaconfig unit changes for #14707.
6809      Branch: metaconfig
6810            ! U/modified/cc.U
6811      Branch: metaconfig/U/perl
6812            ! Checkcc.U
6813 ____________________________________________________________________________
6814 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
6815         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
6816              From: Robin Barker <rmb1@cise.npl.co.uk>
6817              Date: Fri, 15 Feb 2002 12:14:39 GMT
6818              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
6819              
6820              Split checking-for-gcc and checking-for-cc.
6821      Branch: perl
6822            ! Configure
6823 ____________________________________________________________________________
6824 [ 14706] By: ams                                   on 2002/02/15  13:57:15
6825         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
6826              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
6827              Date: 15 Feb 2002 10:53:06 +0200
6828              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
6829      Branch: perl
6830            ! lib/Pod/Html.pm
6831 ____________________________________________________________________________
6832 [ 14705] By: ams                                   on 2002/02/15  08:42:55
6833         Log: Subject: [PATCH @14577] OS/2 tests and more
6834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6835              Date: Fri, 15 Feb 2002 03:56:24 -0500
6836              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
6837      Branch: perl
6838            + os2/OS2/Process/t/os2_process.t
6839            + os2/OS2/Process/t/os2_process_kid.t
6840            + os2/OS2/Process/t/os2_process_text.t
6841            ! MANIFEST configpm hints/os2.sh makedef.pl
6842            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
6843            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
6844            ! os2/os2ish.h
6845 ____________________________________________________________________________
6846 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
6847         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
6848              avoid wasteful PL_fdpid fiddling where that is not warranted;
6849              mostly whitespace fixes
6850              
6851              these were longstanding todo items from:
6852              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
6853      Branch: maint-5.6/perl
6854            ! doio.c
6855 ____________________________________________________________________________
6856 [ 14702] By: nick                                  on 2002/02/15  08:31:41
6857         Log: Integrate mainline
6858      Branch: perlio
6859           +> lib/if.pm lib/if.t
6860           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
6861           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6862           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
6863           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
6864           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
6865           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
6866           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
6867           !> t/lib/warnings/pp_sys
6868 ____________________________________________________________________________
6869 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
6870         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
6871              (and also dies quickly on Windows); this bug crept in as
6872              change#610, a.k.a change#646
6873      Branch: maint-5.6/perl
6874            ! doio.c t/io/open.t
6875 ____________________________________________________________________________
6876 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
6877         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
6878              From: Ville "Skyttä" <ville.skytta@iki.fi>
6879              Date: Wed, 13 Feb 2002 22:29:39 +0200
6880              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
6881      Branch: perl
6882            ! lib/Pod/Html.pm
6883 ____________________________________________________________________________
6884 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
6885         Log: Document and test the C0 and C1.
6886      Branch: perl
6887            ! lib/charnames.pm lib/charnames.t
6888 ____________________________________________________________________________
6889 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
6890         Log: metaconfig unit change for #14697.
6891      Branch: metaconfig
6892            ! U/modified/Init.U
6893 ____________________________________________________________________________
6894 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
6895         Log: Also OS/2 seems to need exe set early.
6896      Branch: perl
6897            ! Configure
6898 ____________________________________________________________________________
6899 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
6900         Log: Document pack U0U.
6901      Branch: perl
6902            ! pod/perluniintro.pod
6903 ____________________________________________________________________________
6904 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
6905         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
6906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6907              Date: Thu, 14 Feb 2002 23:58:00 +0100
6908              Message-ID: <20020214235800.A12901@rafael>
6909      Branch: perl
6910            ! pp_sys.c t/lib/warnings/pp_sys
6911 ____________________________________________________________________________
6912 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
6913         Log: Subject: [PATCH @13746] conditional pragmas
6914              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6915              Date: Mon, 31 Dec 2001 18:18:09 -0500
6916              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
6917      Branch: perl
6918            + lib/if.pm lib/if.t
6919            ! MANIFEST
6920 ____________________________________________________________________________
6921 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
6922         Log: Deparse bug introduced by #14615: the fix is just a workaround,
6923              I suspect there to be another deeper bug, must distill simpler
6924              test case.
6925      Branch: perl
6926            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
6927 ____________________________________________________________________________
6928 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
6929         Log: Integrate perlio; 
6930              
6931              Make dependencies more precise (for nmake)
6932      Branch: perl
6933           !> ext/Encode/EUC_JP/Makefile.PL
6934 ____________________________________________________________________________
6935 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
6936         Log: Just a guess.
6937      Branch: perl
6938            ! lib/Tie/Handle.pm
6939 ____________________________________________________________________________
6940 [ 14690] By: nick                                  on 2002/02/14  16:30:56
6941         Log: Integrate mainline
6942      Branch: perlio
6943           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
6944           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
6945           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
6946           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
6947           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
6948           !> utf8.c
6949 ____________________________________________________________________________
6950 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
6951         Log: Upgrade to Net::Ping 2.11.
6952      Branch: perl
6953            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6954            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
6955            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
6956            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
6957 ____________________________________________________________________________
6958 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
6959         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
6960              From: Robin Barker <rmb1@cise.npl.co.uk>
6961              Date: Wed, 13 Feb 2002 17:37:07 GMT
6962              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
6963              
6964              (updated version of the above)
6965      Branch: perl
6966            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
6967 ____________________________________________________________________________
6968 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
6969         Log: Excise inexact blather.
6970      Branch: perl
6971            ! utf8.c
6972 ____________________________________________________________________________
6973 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
6974         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
6975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6976              Date: Mon, 31 Dec 2001 20:28:46 -0500
6977              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
6978      Branch: perl
6979            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
6980            ! MANIFEST
6981 ____________________________________________________________________________
6982 [ 14685] By: nick                                  on 2002/02/14  14:20:20
6983         Log: Make dependencies more precise (for nmake)
6984      Branch: perlio
6985            ! ext/Encode/EUC_JP/Makefile.PL
6986 ____________________________________________________________________________
6987 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
6988         Log: Subject: [PATCH @13746] tied hashes
6989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
6990              Date: Mon, 31 Dec 2001 19:15:39 -0500
6991              Message-ID: <20011231191539.A46@math.ohio-state.edu>
6992      Branch: perl
6993            ! lib/Tie/Hash.pm pod/perltie.pod
6994 ____________________________________________________________________________
6995 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
6996         Log: Subject: Re: [PATCH] Configure followed by make minitest
6997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6998              Date: Sun, 10 Feb 2002 23:22:05 -0800
6999              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
7000      Branch: perl
7001            ! Makefile.SH
7002 ____________________________________________________________________________
7003 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
7004         Log: Subject: Re: perl@14647
7005              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7006              Date: Mon, 11 Feb 2002 19:30:36 +0100
7007              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
7008      Branch: perl
7009            ! t/op/groups.t
7010 ____________________________________________________________________________
7011 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
7012         Log: Update Changes.
7013      Branch: perl
7014            ! Changes patchlevel.h
7015 ____________________________________________________________________________
7016 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
7017         Log: Integrate perlio;
7018              
7019              Do not lc() the file names before doing dirname() or they don't match.
7020      Branch: perl
7021           !> lib/ExtUtils/t/Installed.t
7022 ____________________________________________________________________________
7023 [ 14679] By: sky                                   on 2002/02/13  12:56:13
7024         Log: rename mutex to make a bit more sense
7025      Branch: perl
7026            ! ext/threads/threads.xs
7027 ____________________________________________________________________________
7028 [ 14678] By: sky                                   on 2002/02/13  12:46:11
7029         Log: Track active threads....
7030      Branch: perl
7031            ! ext/threads/threads.pm ext/threads/threads.xs
7032 ____________________________________________________________________________
7033 [ 14677] By: nick                                  on 2002/02/13  09:30:42
7034         Log: Do not lc() the file names before doing dirname() or they don't match.
7035      Branch: perlio
7036            ! lib/ExtUtils/t/Installed.t
7037 ____________________________________________________________________________
7038 [ 14676] By: sky                                   on 2002/02/13  09:03:37
7039         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
7040              From: Michael G Schwern <schwern@pobox.com>
7041              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
7042              Message-Id: <20020213100017.GA6288@blackrider>
7043      Branch: perl
7044            ! lib/File/Spec/t/rel2abs2rel.t
7045 ____________________________________________________________________________
7046 [ 14675] By: sky                                   on 2002/02/13  09:00:24
7047         Log: Do not propagate END blocks to child threads, test.
7048      Branch: perl
7049            + ext/threads/t/end.t
7050            ! MANIFEST ext/threads/threads.xs
7051 ____________________________________________________________________________
7052 [ 14674] By: nick                                  on 2002/02/13  08:34:55
7053         Log: Integrate mainline
7054      Branch: perlio
7055           +> ext/threads/t/join.t
7056           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
7057           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
7058           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
7059 ____________________________________________________________________________
7060 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
7061         Log: metaconfig unit change for #14672.
7062      Branch: metaconfig
7063            ! U/modified/lns.U
7064 ____________________________________________________________________________
7065 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
7066         Log: $ln is supposed to be already set to $ln + executable suffix
7067              on platforms that need it, from Paul Green.
7068      Branch: perl
7069            ! Configure
7070 ____________________________________________________________________________
7071 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
7072         Log: Subject: New command syntax for 'x' command
7073              From: Mark-Jason Dominus <mjd@plover.com>
7074              Date: Tue, 12 Feb 2002 20:54:01 -0500
7075              Message-ID: <20020213015401.25685.qmail@plover.com>
7076      Branch: perl
7077            ! lib/perl5db.pl pod/perldebug.pod
7078 ____________________________________________________________________________
7079 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
7080         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
7081              From: Mark-Jason Dominus <mjd@plover.com>
7082              Date: Tue, 12 Feb 2002 20:20:42 -0500
7083              Message-ID: <20020213012042.25245.qmail@plover.com>
7084      Branch: perl
7085            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
7086 ____________________________________________________________________________
7087 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
7088         Log: Iteration continues.
7089      Branch: perl
7090            ! utf8.c
7091 ____________________________________________________________________________
7092 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
7093         Log: Duh.
7094      Branch: perl
7095            ! pp_pack.c t/op/length.t
7096 ____________________________________________________________________________
7097 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
7098         Log: Retract #14666.
7099      Branch: perl
7100            ! t/op/lc.t
7101 ____________________________________________________________________________
7102 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
7103         Log: (retracted by #14667)
7104      Branch: perl
7105            ! t/op/lc.t
7106 ____________________________________________________________________________
7107 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
7108         Log: Tiny test script tweaks.
7109      Branch: perl
7110            ! t/uni/fold.t
7111 ____________________________________________________________________________
7112 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
7113         Log: Rewrite the "special mapping" part of to_utf8_case(),
7114              this time with fewer bugs.  (See: The Law of Cybernetic
7115              Entymology.)
7116      Branch: perl
7117            ! utf8.c
7118 ____________________________________________________________________________
7119 [ 14663] By: sky                                   on 2002/02/12  18:26:16
7120         Log: Stop failures if you pass an object, sv_dup might not be the right 
7121              thing to use since I have a feeling we end up cloning far too much. 
7122              (Like the stash for example).... Maybe we need a lightweight sv_dup 
7123              that searches the target for things....
7124              Real fix is another option to perl_clone which controls if you should 
7125              save stashes.
7126      Branch: perl
7127            ! ext/threads/threads.xs
7128 ____________________________________________________________________________
7129 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
7130         Log: Retract #14661.
7131      Branch: perl
7132            ! hints/solaris_2.sh
7133 ____________________________________________________________________________
7134 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
7135         Log: (retracted by #14662)
7136      Branch: perl
7137            ! hints/solaris_2.sh
7138 ____________________________________________________________________________
7139 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
7140         Log: EBCDIC: another "can't happen".
7141      Branch: perl
7142            ! utf8.c
7143 ____________________________________________________________________________
7144 [ 14659] By: sky                                   on 2002/02/12  14:38:21
7145         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
7146      Branch: perl
7147            + ext/threads/t/join.t
7148            ! MANIFEST ext/threads/threads.xs
7149 ____________________________________________________________________________
7150 [ 14658] By: nick                                  on 2002/02/12  13:54:06
7151         Log: Integrate mainline
7152      Branch: perlio
7153           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
7154           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
7155           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
7156 ____________________________________________________________________________
7157 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
7158         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
7159              From: Jan Dubois <JanD@ActiveState.com> 
7160              Date: Tue, 12 Feb 2002 00:56:31 -0800
7161              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
7162      Branch: perl
7163            ! lib/Win32.pod win32/win32.c win32/win32.h
7164 ____________________________________________________________________________
7165 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
7166         Log: Subject: [PATCH] Re: 14654 introduced a bug 
7167              From: Michael G Schwern <schwern@pobox.com> 
7168              Date: Tue, 12 Feb 2002 05:37:36 -0500
7169              Message-ID: <20020212103736.GC14327@blackrider>
7170      Branch: perl
7171            ! lib/File/Spec/t/rel2abs2rel.t
7172 ____________________________________________________________________________
7173 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
7174         Log: More unset installman[13]dir tweaks from chromatic.
7175      Branch: perl
7176            ! lib/ExtUtils/Installed.pm
7177 ____________________________________________________________________________
7178 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
7179         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
7180              From: Michael G Schwern <schwern@pobox.com>
7181              Date: Mon, 11 Feb 2002 12:23:02 -0500
7182              Message-ID: <20020211172302.GD9556@blackrider>
7183      Branch: perl
7184            ! lib/File/Spec/t/rel2abs2rel.t
7185 ____________________________________________________________________________
7186 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
7187         Log: Use `` instead of -| to be a little bit more portable,
7188              from Michael Schwern.
7189      Branch: perl
7190            ! lib/ExtUtils/t/Embed.t
7191 ____________________________________________________________________________
7192 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
7193         Log: EBCDIC: this change for \N{} in particular is now
7194              unnecessary because of the recent more general
7195              pack U change.
7196      Branch: perl
7197            ! toke.c
7198 ____________________________________________________________________________
7199 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
7200         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
7201              From: "Craig A. Berry" <craigberry@mac.com>
7202              Date: Mon, 11 Feb 2002 17:13:47 -0600
7203              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
7204      Branch: perl
7205            ! t/test.pl
7206 ____________________________________________________________________________
7207 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
7208         Log: EBCDIC: pack U bytes change.
7209      Branch: perl
7210            ! t/op/length.t
7211 ____________________________________________________________________________
7212 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
7213         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
7214      Branch: perl
7215            ! t/op/each.t
7216 ____________________________________________________________________________
7217 [ 14648] By: nick                                  on 2002/02/11  16:14:50
7218         Log: Integrate mainline
7219      Branch: perlio
7220           !> Changes Configure Makefile.SH autodoc.pl
7221           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
7222           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
7223           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
7224 ____________________________________________________________________________
7225 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
7226         Log: Update Changes.
7227      Branch: perl
7228            ! Changes patchlevel.h
7229 ____________________________________________________________________________
7230 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
7231         Log: Regen toc.
7232      Branch: perl
7233            ! pod/perltoc.pod
7234 ____________________________________________________________________________
7235 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
7236         Log: Forgot from #14641.
7237      Branch: perl
7238            ! lib/ExtUtils/t/Embed.t
7239 ____________________________________________________________________________
7240 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
7241         Log: A forgotten metaconfig unit.
7242      Branch: metaconfig/U/perl
7243            + i_features.U
7244 ____________________________________________________________________________
7245 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
7246         Log: metaconfig unit changes for #14642.
7247      Branch: metaconfig
7248            + U/modified/lns.U
7249      Branch: metaconfig/U/perl
7250            ! issymlink.U
7251 ____________________________________________________________________________
7252 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
7253         Log: -Dmksymlinks was broken by #14628.
7254      Branch: perl
7255            ! Configure
7256 ____________________________________________________________________________
7257 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
7258         Log: Subject: [PATCH @14577] OS/2 build
7259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7260              Date: Mon, 11 Feb 2002 06:56:41 -0500
7261              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
7262              
7263              (sans the Configure, perlio.sym, and t/op/stat.t parts)
7264      Branch: perl
7265            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
7266            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
7267            ! os2/os2ish.h
7268 ____________________________________________________________________________
7269 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
7270         Log: Integrate perlio;
7271              
7272              Re-structure Japanese encodings - part 1
7273              
7274              Split Japanese encodings - part 2
7275              - build separate .c files with separate 'compile' steps
7276              - overall Japanese.xs / Japanese.pm which loads them
7277              
7278              Add test for Japanese encoding (well euc-jp anyway).
7279              Fix one bug shown by above
7280              Skip test which does not pass yet.
7281              
7282              Patch up the failing multi-byte write case, and un-skip
7283              the test.
7284      Branch: perl
7285           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
7286           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
7287            - ext/Encode/EUC_JP/EUC_JP.pm
7288           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
7289 ____________________________________________________________________________
7290 [ 14639] By: nick                                  on 2002/02/11  11:59:18
7291         Log: Patch up the failing multi-byte write case, and un-skip
7292              the test.
7293      Branch: perlio
7294            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
7295 ____________________________________________________________________________
7296 [ 14638] By: nick                                  on 2002/02/11  10:55:39
7297         Log: Add test for Japanese encoding (well euc-jp anyway).
7298              Fix one bug shown by above
7299              Skip test which does not pass yet.
7300      Branch: perlio
7301            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
7302            + ext/Encode/t/table.ref
7303            ! MANIFEST ext/Encode/Encode.xs
7304 ____________________________________________________________________________
7305 [ 14637] By: nick                                  on 2002/02/11  09:07:04
7306         Log: Split Japanese encodings - part 2
7307              - build separate .c files with separate 'compile' steps
7308              - overall Japanese.xs / Japanese.pm which loads them
7309      Branch: perlio
7310            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
7311 ____________________________________________________________________________
7312 [ 14636] By: nick                                  on 2002/02/11  08:15:42
7313         Log: Re-structure Japanese encodings - part 1
7314      Branch: perlio
7315           +> ext/Encode/EUC_JP/Japanese.pm
7316            - ext/Encode/EUC_JP/EUC_JP.pm
7317            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
7318 ____________________________________________________________________________
7319 [ 14635] By: nick                                  on 2002/02/11  08:05:12
7320         Log: Integrate mainline
7321      Branch: perlio
7322           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
7323           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
7324           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
7325 ____________________________________________________________________________
7326 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
7327         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
7328              From: Mike Guy <mjtg@cam.ac.uk>
7329              Date: Mon, 11 Feb 2002 02:50:42 +0000
7330              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
7331      Branch: perl
7332            ! t/op/arith.t
7333 ____________________________________________________________________________
7334 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
7335         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
7336              Stepping backward in the string would be majorly bad.
7337      Branch: perl
7338            ! regcomp.c
7339 ____________________________________________________________________________
7340 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
7341         Log: The debugger part of
7342              
7343              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
7344              From: Michael G Schwern <schwern@pobox.com> 
7345              Date: Wed, 6 Feb 2002 17:32:12 -0500
7346              Message-ID: <20020206223212.GG1346@blackrider>
7347      Branch: perl
7348            ! lib/perl5db.pl
7349 ____________________________________________________________________________
7350 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
7351         Log: Integrate perlio;
7352              
7353              Borland/Win32 tuning
7354              
7355              Move PerlIO_perlio to layer_syms where it belongs?
7356      Branch: perl
7357           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
7358 ____________________________________________________________________________
7359 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
7360         Log: EBCDIC: the low 256 needs to be shuffled also
7361              in pack/unpack U (this breaks the equivalence
7362              of pack U and v-strings, but I think if someone
7363              has to give, v-strings are a good victim)
7364      Branch: perl
7365            ! pp_pack.c t/op/pack.t
7366 ____________________________________________________________________________
7367 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
7368         Log: metaconfig unit changes for #14628.
7369      Branch: metaconfig/U/perl
7370            ! d_u32align.U issymlink.U
7371 ____________________________________________________________________________
7372 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
7373         Log: Two Configure tweaks; the u32align test was trying
7374              to write into a string literal, the ln -s test was
7375              failing in VOS.
7376      Branch: perl
7377            ! Configure
7378 ____________________________________________________________________________
7379 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
7380         Log: DJGPP tweaks from Laszlo Molnar.
7381      Branch: perl
7382            ! djgpp/djgpp.c lib/File/Spec.pm
7383 ____________________________________________________________________________
7384 [ 14626] By: nick                                  on 2002/02/10  18:36:47
7385         Log: Move PerlIO_perlio to layer_syms where it belongs?
7386      Branch: perlio
7387            ! makedef.pl
7388 ____________________________________________________________________________
7389 [ 14625] By: nick                                  on 2002/02/10  18:02:21
7390         Log: Borland/Win32 tuning
7391      Branch: perlio
7392            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
7393 ____________________________________________________________________________
7394 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
7395         Log: Additional explanation for the [:...:] failure.
7396      Branch: perl
7397            ! pod/perldiag.pod
7398 ____________________________________________________________________________
7399 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
7400         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
7401              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7402              Date: Sun, 10 Feb 2002 13:32:48 +0100
7403              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
7404      Branch: perl
7405            ! makedef.pl
7406 ____________________________________________________________________________
7407 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
7408         Log: Test tweaks from chromatic for cases where there
7409              are no installman1dir or installman3dir.
7410      Branch: perl
7411            ! lib/ExtUtils/t/Installed.t
7412 ____________________________________________________________________________
7413 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
7414         Log: Integrate perlio;
7415              
7416              Nick Clark's tweaks to Encode compile process
7417              1. Use decimal constants to unit string arrays rather than
7418              very long string litterals (latter having possible "\0"
7419              on end issues, and needing ANSI C line splicing).
7420              2. Replace tail-recursion during insert process with itteration.
7421              Nick C sees 12% speedup from these.
7422      Branch: perl
7423           !> ext/Encode/Encode.pm ext/Encode/compile
7424 ____________________________________________________________________________
7425 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
7426         Log: Portability notes: filename characters, character sets.
7427      Branch: perl
7428            ! pod/perlport.pod
7429 ____________________________________________________________________________
7430 [ 14619] By: nick                                  on 2002/02/10  11:06:05
7431         Log: Integrate mainline
7432      Branch: perlio
7433            ! ext/Encode/Encode.pm
7434           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
7435           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
7436           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
7437           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
7438           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
7439 ____________________________________________________________________________
7440 [ 14618] By: nick                                  on 2002/02/10  10:48:15
7441         Log: Nick Clark's tweaks to Encode compile process
7442              1. Use decimal constants to unit string arrays rather than
7443              very long string litterals (latter having possible "\0"
7444              on end issues, and needing ANSI C line splicing).
7445              2. Replace tail-recursion during insert process with itteration.
7446              Nick C sees 12% speedup from these.
7447      Branch: perlio
7448            ! ext/Encode/compile
7449 ____________________________________________________________________________
7450 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
7451         Log: Use the "Unicode 1.0" name field for control characters,
7452              as suggested by Mark Davis.  Note that Unicode 3.2 will
7453              require some more legwork on this because of certain
7454              alternative names.
7455      Branch: perl
7456            ! lib/unicore/Name.pl lib/unicore/mktables
7457 ____________________________________________________________________________
7458 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
7459         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
7460      Branch: perl
7461            ! hints/os390.sh
7462 ____________________________________________________________________________
7463 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
7464         Log: EBCDIC: the non-printable characters are different.
7465      Branch: perl
7466            ! ext/B/B/Deparse.pm
7467 ____________________________________________________________________________
7468 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
7469         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
7470              From: Nicholas Clark <nick@unfortu.net> 
7471              Date: Sat, 9 Feb 2002 22:31:29 +0000
7472              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
7473      Branch: perl
7474            ! t/lib/warnings/pp_hot
7475 ____________________________________________________________________________
7476 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
7477         Log: Subject: [PATCH] Re: Modulus operator inconsistency
7478              From: Nicholas Clark <nick@unfortu.net>
7479              Date: Sat, 9 Feb 2002 21:00:13 +0000
7480              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
7481      Branch: perl
7482            ! op.c t/op/arith.t
7483 ____________________________________________________________________________
7484 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
7485         Log: Use the same escaping mechanism for all the *flags.
7486      Branch: perl
7487            ! lib/ExtUtils/Embed.pm
7488 ____________________________________________________________________________
7489 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
7490         Log: Protect possible parentheses in ccflags, ccdlflags, and
7491              ldflags.  (In OS/390 there are parentheses in ccflags.)
7492      Branch: perl
7493            ! lib/ExtUtils/Embed.pm
7494 ____________________________________________________________________________
7495 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
7496         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
7497              From: Peter Scott <Peter@PSDT.com>
7498              Date: Fri, 08 Feb 2002 19:20:19 -0800
7499              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
7500      Branch: perl
7501            ! lib/perl5db.pl
7502 ____________________________________________________________________________
7503 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
7504         Log: FAQ sync.
7505      Branch: perl
7506            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
7507 ____________________________________________________________________________
7508 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
7509         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
7510              From: Chris Nandor <pudge@pobox.com>
7511              Date: Fri, 08 Feb 2002 16:31:41 -0500
7512              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
7513      Branch: perl
7514            ! cop.h deb.c pp_ctl.c toke.c util.c
7515 ____________________________________________________________________________
7516 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
7517         Log: Redo CopFILE / MacPerl_MPWFIleName patch
7518      Branch: maint-5.6/macperl
7519            ! cop.h deb.c pp_ctl.c toke.c util.c
7520 ____________________________________________________________________________
7521 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
7522         Log: The metaconfig unit change to go with #14605.
7523      Branch: metaconfig/U/perl
7524            ! libperl.U
7525 ____________________________________________________________________________
7526 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
7527         Log: The Configure change to go with #14604.
7528      Branch: perl
7529            ! Configure
7530 ____________________________________________________________________________
7531 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
7532         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
7533              From: Andy Dougherty <doughera@lafayette.edu>
7534              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
7535              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
7536      Branch: perl
7537            ! hints/bsdos.sh
7538 ____________________________________________________________________________
7539 [ 14603] By: nick                                  on 2002/02/08  18:16:09
7540         Log: Integrate mainline
7541      Branch: perlio
7542           +> ext/threads/t/libc.t
7543           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
7544           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
7545 ____________________________________________________________________________
7546 [ 14602] By: sky                                   on 2002/02/08  15:19:15
7547         Log: Start testing for safe localtime functions, TODO, test more functions.
7548      Branch: perl
7549            + ext/threads/t/libc.t
7550            ! MANIFEST
7551 ____________________________________________________________________________
7552 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
7553         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
7554              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7555              Date: Fri, 8 Feb 2002 00:21:07 +0100
7556              Message-ID: <20020208002107.E763@rafael>
7557      Branch: perl
7558            ! doio.c pp_sys.c t/io/argv.t
7559 ____________________________________________________________________________
7560 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
7561         Log: Subject: [PATCH] Configure followed by make minitest
7562              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7563              Date: Wed, 06 Feb 2002 21:35:20 -0800
7564              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
7565      Branch: perl
7566            ! t/op/taint.t t/run/fresh_perl.t
7567 ____________________________________________________________________________
7568 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
7569         Log: Integrate perlio;
7570              
7571              Extract something from yesterdays effort - convert my mail on pad
7572              data structures (incoporating Sarathy's corrections/clarifications)
7573              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
7574      Branch: perl
7575           !> cv.h pod/perlapi.pod pod/perlintern.pod
7576 ____________________________________________________________________________
7577 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
7578         Log: metaconfig unit changes for #14597.
7579      Branch: metaconfig
7580            ! U/modified/Loc.U
7581      Branch: metaconfig/U/perl
7582            ! libperl.U
7583 ____________________________________________________________________________
7584 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
7585         Log: Configure DJGPP tweak from Laszlo Molnar.
7586      Branch: perl
7587            ! Configure
7588 ____________________________________________________________________________
7589 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
7590         Log: DJGPP tweaks from Laszlo Molnar.
7591      Branch: perl
7592            ! djgpp/djgppsed.sh perl.c
7593 ____________________________________________________________________________
7594 [ 14595] By: nick                                  on 2002/02/08  09:19:29
7595         Log: Extract something from yesterdays effort - convert my mail on pad
7596              data structures (incoporating Sarathy's corrections/clarifications)
7597              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
7598      Branch: perlio
7599            ! cv.h pod/perlapi.pod pod/perlintern.pod
7600 ____________________________________________________________________________
7601 [ 14594] By: nick                                  on 2002/02/08  08:34:49
7602         Log: Integrate mainline
7603      Branch: perlio
7604           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
7605           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
7606           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
7607           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
7608           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
7609           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
7610 ____________________________________________________________________________
7611 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
7612         Log: To really skip the test an exit() is needed.
7613      Branch: perl
7614            ! lib/encoding.t
7615 ____________________________________________________________________________
7616 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
7617         Log: More diagnostics from Nicholas Clark.
7618      Branch: perl
7619            ! lib/Benchmark.t
7620 ____________________________________________________________________________
7621 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
7622         Log: In case of failure be more verbose.
7623      Branch: perl
7624            ! t/base/num.t
7625 ____________________________________________________________________________
7626 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
7627         Log: Update Changes
7628      Branch: maint-5.6/macperl
7629            ! macos/Changes
7630 ____________________________________________________________________________
7631 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
7632         Log: Merge AEGizmos library into PPC binary
7633      Branch: maint-5.6/macperl
7634            ! macos/Makefile.mk
7635 ____________________________________________________________________________
7636 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
7637         Log: Add -ansifor for MrCpp options
7638      Branch: maint-5.6/macperl
7639            ! macos/BuildRules.mk
7640 ____________________________________________________________________________
7641 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
7642         Log: Check ownership of CatInfos (MacPerl Bug #494482)
7643      Branch: maint-5.6/macperl
7644            ! macos/ext/Mac/Files/Files.xs
7645 ____________________________________________________________________________
7646 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
7647         Log: Resource updates
7648      Branch: maint-5.6/macperl
7649            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
7650 ____________________________________________________________________________
7651 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
7652         Log: Empty path is ENOENT (MacPerl Bug #512351)
7653      Branch: maint-5.6/macperl
7654            ! macos/macperl/MPAppleEvents.c
7655 ____________________________________________________________________________
7656 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
7657         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
7658      Branch: maint-5.6/macperl
7659            ! macos/macperl/MPAEVTStream.cp
7660 ____________________________________________________________________________
7661 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
7662         Log: macify(ABSTRACT_FROM)
7663      Branch: maint-5.6/macperl
7664            ! macos/lib/ExtUtils/MM_MacOS.pm
7665 ____________________________________________________________________________
7666 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
7667         Log: Use correct Mac filenames in error messages, caller()
7668      Branch: maint-5.6/macperl
7669            ! deb.c pp_ctl.c toke.c util.c
7670 ____________________________________________________________________________
7671 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
7672         Log: Sanity checks to see that the IV/NV and the PV of numeric
7673              scalars stay in sync (unearthed this via the OS/390 gcvt()
7674              brokenness)
7675      Branch: perl
7676            + t/base/num.t
7677            ! MANIFEST
7678 ____________________________________________________________________________
7679 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
7680         Log: Retract the anon leak subpatch of #14418 and #14431
7681              (the latter came into bleadperl as part of #14433).
7682      Branch: perl
7683            ! op.c t/run/fresh_perl.t
7684 ____________________________________________________________________________
7685 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
7686         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
7687              mangles 0.1 to "10".  sprintf() seems more well-behaved.
7688      Branch: perl
7689            ! hints/os390.sh
7690 ____________________________________________________________________________
7691 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
7692         Log: Subject: [PATCH @14557] another Encode fix for VMS
7693              From: "Craig A. Berry" <craigberry@mac.com>
7694              Date: Wed, 06 Feb 2002 14:44:20 -0600
7695              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
7696      Branch: perl
7697            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
7698 ____________________________________________________________________________
7699 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
7700         Log: Integrate perlio;
7701              
7702              One way to avoid OS390 winge about #line directives.
7703      Branch: perl
7704           !> ext/Encode/EUC_JP/Makefile.PL
7705 ____________________________________________________________________________
7706 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
7707         Log: Update Changes.
7708      Branch: perl
7709            ! Changes patchlevel.h
7710 ____________________________________________________________________________
7711 [ 14575] By: nick                                  on 2002/02/06  15:23:24
7712         Log: One way to avoid OS390 winge about #line directives.
7713      Branch: perlio
7714            ! ext/Encode/EUC_JP/Makefile.PL
7715 ____________________________________________________________________________
7716 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
7717         Log: s/Netware/NetWare/
7718      Branch: perl
7719            ! MANIFEST
7720 ____________________________________________________________________________
7721 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
7722         Log: New Netware scripts.
7723      Branch: perl
7724            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
7725            + NetWare/t/NWScripts-Exist.pl
7726            ! MANIFEST
7727 ____________________________________________________________________________
7728 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
7729         Log: EBCDIC: the encoding pragma would need some rethinking,
7730              probably a pass of EBCDIC->Unicode mapping.  For now,
7731              disable it on EBCDIC.
7732      Branch: perl
7733            ! lib/encoding.pm lib/encoding.t
7734 ____________________________________________________________________________
7735 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
7736         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
7737              for the low 256.  Now tweaked the tests, but maybe it's
7738              the module that needs few NATIVE_TO_UNI()s somewhere?
7739      Branch: perl
7740            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
7741 ____________________________________________________________________________
7742 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
7743         Log: Subject: [PATCH utf8.c] format problem
7744              From: Robin Barker <rmb1@cise.npl.co.uk>
7745              Date: Wed, 6 Feb 2002 14:01:43 GMT
7746              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
7747      Branch: perl
7748            ! utf8.c
7749 ____________________________________________________________________________
7750 [ 14569] By: nick                                  on 2002/02/06  09:52:23
7751         Log: Integrate mainline
7752      Branch: perlio
7753           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
7754           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
7755           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
7756           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
7757           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
7758           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
7759 ____________________________________________________________________________
7760 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
7761         Log: EBCDIC: 0x41 is not cricket.
7762      Branch: perl
7763            ! ext/Encode/t/Encode.t
7764 ____________________________________________________________________________
7765 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
7766         Log: NetWare update from Ananth Kesari.
7767      Branch: perl
7768            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
7769            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
7770            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
7771            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
7772            ! NetWare/t/NWScripts.pl makedef.pl
7773 ____________________________________________________________________________
7774 [ 14566] By: sky                                   on 2002/02/05  18:39:13
7775         Log: Subject: Re: File::Spec::rel2abs2rel (?)
7776              From: Michael G Schwern <schwern@pobox.com>
7777              Date: Tue, 5 Feb 2002 13:47:39 -0500
7778              Message-ID: <20020205184739.GB17375@blackrider>
7779      Branch: perl
7780            ! lib/File/Spec/t/rel2abs2rel.t
7781 ____________________________________________________________________________
7782 [ 14565] By: nick                                  on 2002/02/05  17:31:24
7783         Log: Integrate mainline
7784      Branch: perlio
7785           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
7786           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
7787           !> utf8.h
7788 ____________________________________________________________________________
7789 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
7790         Log: Integrate perlio;
7791              
7792              More Encode tweaks:
7793              - make expensive and marginal substring search optional (-O)
7794              - enable -O for ASCII-oid encodings (search space is small)
7795              - add ASCII-oid jis0201 to basic Encode.so
7796              - add some other Japanese encodings to EUC_JP bundle (without -O)
7797      Branch: perl
7798           +> ext/Encode/Encode/jis0201.ucm
7799           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
7800           !> ext/Encode/compile
7801 ____________________________________________________________________________
7802 [ 14563] By: nick                                  on 2002/02/05  16:01:15
7803         Log: More Encode tweaks:
7804              - make expensive and marginal substring search optional (-O)
7805              - enable -O for ASCII-oid encodings (search space is small)
7806              - add ASCII-oid jis0201 to basic Encode.so
7807              - add some other Japanese encodings to EUC_JP bundle (without -O)
7808      Branch: perlio
7809            + ext/Encode/Encode/jis0201.ucm
7810            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
7811            ! ext/Encode/compile
7812 ____________________________________________________________________________
7813 [ 14562] By: sky                                   on 2002/02/05  14:50:36
7814         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
7815      Branch: perl
7816            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
7817 ____________________________________________________________________________
7818 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
7819         Log: EBCDIC: SHARP S is different.
7820      Branch: perl
7821            ! regexec.c utf8.h
7822 ____________________________________________________________________________
7823 [ 14560] By: sky                                   on 2002/02/05  13:49:40
7824         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
7825      Branch: perl
7826            ! t/op/filetest.t
7827 ____________________________________________________________________________
7828 [ 14559] By: sky                                   on 2002/02/05  11:39:24
7829         Log: Add . first to the PATH environment to test that we really
7830              get ./perl and not some other older perl.
7831      Branch: perl
7832            ! lib/File/Spec/t/rel2abs2rel.t
7833 ____________________________________________________________________________
7834 [ 14558] By: sky                                   on 2002/02/05  11:20:21
7835         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...
7836      Branch: perl
7837            ! ext/POSIX/t/posix.t
7838 ____________________________________________________________________________
7839 [ 14557] By: sky                                   on 2002/02/05  10:30:58
7840         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
7841      Branch: perl
7842            ! hints/darwin.sh perl.h
7843 ____________________________________________________________________________
7844 [ 14556] By: nick                                  on 2002/02/05  06:58:52
7845         Log: Integrate mainline
7846      Branch: perlio
7847           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
7848           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
7849           !> lib/File/Find/t/taint.t
7850 ____________________________________________________________________________
7851 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
7852         Log: Integrate change #14439 from maintperl
7853      Branch: maint-5.6/macperl
7854           !> op.c
7855 ____________________________________________________________________________
7856 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
7857         Log: Subject: [PATCH] File::Find tests not cleaning up properly
7858              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7859              Date: Mon, 4 Feb 2002 22:09:07 +0100
7860              Message-ID: <20020204220907.A8288@rafael>
7861      Branch: perl
7862            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
7863 ____________________________________________________________________________
7864 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
7865         Log: Signedness mumblings from Tru64.
7866      Branch: perl
7867            ! ext/Encode/Encode.xs
7868 ____________________________________________________________________________
7869 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
7870         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
7871              From: "Craig A. Berry" <craigberry@mac.com>
7872              Date: Mon, 04 Feb 2002 17:16:00 -0600
7873              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
7874      Branch: perl
7875            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
7876            ! ext/Encode/Encode.xs
7877 ____________________________________________________________________________
7878 [ 14551] By: nick                                  on 2002/02/04  16:00:31
7879         Log: Integrate mainline
7880      Branch: perlio
7881           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
7882           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
7883           !> regcomp.c
7884 ____________________________________________________________________________
7885 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
7886         Log: Update Changes.
7887      Branch: perl
7888            ! Changes patchlevel.h
7889 ____________________________________________________________________________
7890 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
7891         Log: Comment microtweaks.
7892      Branch: perl
7893            ! lib/locale.t
7894 ____________________________________________________________________________
7895 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
7896         Log: Subject: trivial docu patch
7897              From: andreas.koenig@anima.de (Andreas J. Koenig)
7898              Date: 04 Feb 2002 08:15:19 +0100
7899              Message-ID: <m3pu3l7m60.fsf@anima.de>
7900      Branch: perl
7901            ! pod/perluniintro.pod
7902 ____________________________________________________________________________
7903 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
7904         Log: Subject: [PATCH] (??{ }) anomaly
7905              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7906              Date: Sun, 03 Feb 2002 20:21:45 -0800
7907              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
7908      Branch: perl
7909            ! regcomp.c
7910 ____________________________________________________________________________
7911 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
7912         Log: Integrate perlio.
7913              
7914              Carry on where we left off if we have to grow destination
7915              SV during XS encode/decode
7916              
7917              Remove debugging warning, be consistent about API fails.
7918      Branch: perl
7919           !> ext/Encode/Encode.xs
7920 ____________________________________________________________________________
7921 [ 14545] By: nick                                  on 2002/02/03  20:03:38
7922         Log: Remove debugging warning, be consistent about API fails.
7923      Branch: perlio
7924            ! ext/Encode/Encode.xs
7925 ____________________________________________________________________________
7926 [ 14544] By: nick                                  on 2002/02/03  19:47:48
7927         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
7928      Branch: perlio
7929            ! ext/Encode/Encode.xs
7930 ____________________________________________________________________________
7931 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
7932         Log: Subject: PATCH CPAN.pm
7933              From: Mark-Jason Dominus <mjd@plover.com>
7934              Date: Sun, 03 Feb 2002 12:36:36 -0500
7935              Message-ID: <20020203173636.27451.qmail@plover.com>
7936      Branch: perl
7937            ! lib/CPAN.pm
7938 ____________________________________________________________________________
7939 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
7940         Log: Must search further back.
7941      Branch: perl
7942            ! lib/h2xs.t
7943 ____________________________________________________________________________
7944 [ 14541] By: nick                                  on 2002/02/03  18:52:09
7945         Log: Integrate mainline
7946      Branch: perlio
7947           !> (integrate 29 files)
7948 ____________________________________________________________________________
7949 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
7950         Log: EBCDIC: more natification.
7951      Branch: perl
7952            ! regcomp.c
7953 ____________________________________________________________________________
7954 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
7955         Log: Debug noise.
7956      Branch: perl
7957            ! ext/Encode/Encode.xs
7958 ____________________________________________________________________________
7959 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
7960         Log: Integrate perlio;
7961              
7962              Stable intermediate point in Encode cleanup.
7963              :encode(euc-jp) works on Dan's table.euc
7964              Much buffer copying and other silliness remains.
7965      Branch: perl
7966           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
7967           !> ext/Encode/lib/Encode/Encoding.pm
7968 ____________________________________________________________________________
7969 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
7970         Log: Prettify.
7971      Branch: perl
7972            ! lib/unicore/mktables
7973 ____________________________________________________________________________
7974 [ 14536] By: nick                                  on 2002/02/03  17:32:03
7975         Log: Stable intermediate point in Encode cleanup.
7976              :encode(euc-jp) works on Dan's table.euc
7977              Much buffer copying and other silliness remains.
7978      Branch: perlio
7979            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7980            ! ext/Encode/lib/Encode/Encoding.pm
7981 ____________________________________________________________________________
7982 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
7983         Log: EBCDIC: it's much nicer to compare Unicode code points
7984              to Unicode code points.
7985      Branch: perl
7986            ! regexec.c
7987 ____________________________________________________________________________
7988 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
7989         Log: EBCDIC: character classes must remap the low 256.
7990      Branch: perl
7991            ! regcomp.c
7992 ____________________________________________________________________________
7993 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
7994         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
7995      Branch: perl
7996            ! lib/I18N/LangTags/List.pm
7997 ____________________________________________________________________________
7998 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
7999         Log: FAQ sync.
8000      Branch: perl
8001            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
8002            ! pod/perlfaq6.pod pod/perlfaq7.pod
8003 ____________________________________________________________________________
8004 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
8005         Log: Integrate perlio;
8006              
8007              Re-indent Encode.xs
8008              
8009              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
8010              (Mis-feature discovered by Encode.)
8011      Branch: perl
8012           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
8013 ____________________________________________________________________________
8014 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
8015         Log: Subject: [PATCH] lstat FH and -l FH warnings
8016              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8017              Date: Sat, 2 Feb 2002 22:24:54 +0100           
8018              Message-ID: <20020202222454.A11608@rafael>       
8019      Branch: perl
8020            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
8021            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
8022 ____________________________________________________________________________
8023 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
8024         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
8025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8026              Date: Sat, 2 Feb 2002 13:11:01 +0100           
8027              Message-ID: <20020202131101.A722@rafael>               
8028              
8029              Subject: [PATCH t/op/ver.t] another false positive
8030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8031              Date: Sat, 2 Feb 2002 13:38:22 +0100           
8032              Message-ID: <20020202133822.E722@rafael>         
8033              
8034              Subject: [PATCH] t/test.pl:ok() doesn't work
8035              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
8036              Date: Sun, 03 Feb 2002 00:02:38 -0800          
8037              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
8038      Branch: perl
8039            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
8040            ! t/test.pl
8041 ____________________________________________________________________________
8042 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
8043         Log: Subject: [PATCH @13746] OS2::Process's constants
8044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8045              Date: Sat, 2 Feb 2002 01:00:55 -0500           
8046              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
8047      Branch: perl
8048            ! os2/OS2/Process/Makefile.PL
8049 ____________________________________________________________________________
8050 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
8051         Log: Subject: [PATCH @13746] h2xs   
8052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8053              Date: Sat, 2 Feb 2002 00:58:44 -0500           
8054              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
8055      Branch: perl
8056            ! utils/h2xs.PL
8057 ____________________________________________________________________________
8058 [ 14526] By: nick                                  on 2002/02/03  14:54:18
8059         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
8060              (Mis-feature discovered by Encode.)
8061      Branch: perlio
8062            ! sv.c
8063 ____________________________________________________________________________
8064 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
8065         Log: EBCDIC: since #14519 made \N{...} to remap,
8066              the test cannot expect an ASCII code point.
8067      Branch: perl
8068            ! lib/charnames.t
8069 ____________________________________________________________________________
8070 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
8071         Log: Sub-MANIFEST-tweak.
8072      Branch: perl
8073            ! ext/Encode/MANIFEST
8074 ____________________________________________________________________________
8075 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
8076         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
8077              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8078              Date: Fri, 01 Feb 2002 23:51:03 +0900
8079              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
8080      Branch: perl
8081            ! ext/Encode/lib/Encode/Tcl/Escape.pm
8082 ____________________________________________________________________________
8083 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
8084         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
8085              From: Andy Dougherty <doughera@lafayette.edu>
8086              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
8087              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
8088      Branch: perl
8089            ! README.solaris hints/solaris_2.sh
8090 ____________________________________________________________________________
8091 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
8092         Log: EBCDIC: no hope to get the low 256 right in unifolding.
8093      Branch: perl
8094            ! t/uni/fold.t
8095 ____________________________________________________________________________
8096 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
8097         Log: todo entry for missing pack formats.
8098      Branch: perl
8099            ! pod/perltodo.pod
8100 ____________________________________________________________________________
8101 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
8102         Log: EBCDIC: the low 256 \N{...} need to be remapped.
8103      Branch: perl
8104            ! toke.c
8105 ____________________________________________________________________________
8106 [ 14518] By: nick                                  on 2002/02/01  18:32:03
8107         Log: indent -kr -nce and some manual tweaks to match perl style.
8108      Branch: perlio
8109            ! ext/Encode/Encode.xs
8110 ____________________________________________________________________________
8111 [ 14517] By: nick                                  on 2002/02/01  18:20:46
8112         Log: Integrate mainline
8113      Branch: perlio
8114           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
8115           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
8116           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
8117           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
8118           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
8119           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
8120           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
8121 ____________________________________________________________________________
8122 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
8123         Log: Integrate perlio; 
8124              
8125              Minor Encode tweaks:
8126              - move Encode.pm back to top of Encode like normal XS extension
8127              - avoid .def as a file extension (Win32 builds)
8128      Branch: perl
8129            ! MANIFEST
8130           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
8131           !> ext/Encode/Makefile.PL ext/Encode/compile
8132 ____________________________________________________________________________
8133 [ 14515] By: nick                                  on 2002/02/01  16:27:59
8134         Log: Minor Encode tweaks:
8135              - move Encode.pm back to top of Encode like normal XS extension
8136              - avoid .def as a file extension (Win32 builds)
8137      Branch: perlio
8138           +> ext/Encode/Encode.pm
8139            - ext/Encode/lib/Encode.pm
8140            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
8141            ! ext/Encode/Makefile.PL ext/Encode/compile
8142 ____________________________________________________________________________
8143 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
8144         Log: Subject: [PATCH utf8.t] temp file not cleaned up
8145              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8146              Date: Fri, 1 Feb 2002 15:47:46 +0100
8147              Message-ID: <20020201154746.A24079@rafael>
8148      Branch: perl
8149            ! t/io/utf8.t
8150 ____________________________________________________________________________
8151 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
8152         Log: Subject: [PATCH] make "lstat FH" croak
8153              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8154              Date: Fri, 1 Feb 2002 15:12:50 +0100
8155              Message-ID: <20020201151250.A738@rafael>
8156      Branch: perl
8157            ! pod/perldiag.pod pp_sys.c t/op/stat.t
8158 ____________________________________________________________________________
8159 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
8160         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
8161              From: Kay Röpke <kroepke@dolphin-services.de>
8162              Date: Fri, 1 Feb 2002 01:10:43 +0100
8163              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
8164      Branch: perl
8165            ! t/op/stat.t
8166 ____________________________________________________________________________
8167 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
8168         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
8169              I got it in Tru64 + ithreads but only without -g, took
8170              some debugging by printf (which was no fun either since
8171              adding some debug printfs hid the error)
8172      Branch: perl
8173            ! regexec.c utf8.c
8174 ____________________________________________________________________________
8175 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
8176         Log: Subject: Re: [PATCH] perl -V:
8177              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
8178              Date: Thu, 31 Jan 2002 12:10:20 -0800
8179              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
8180              
8181              Subject: Re: [PATCH] perl -V:
8182              From: Michael G Schwern <schwern@pobox.com>
8183              Date: Thu, 31 Jan 2002 16:43:13 -0500
8184              Message-ID: <20020131214313.GH6498@blackrider>
8185      Branch: perl
8186            ! t/run/switches.t
8187 ____________________________________________________________________________
8188 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
8189         Log: #14505 effect.
8190      Branch: perl
8191            ! pod/perluniintro.pod
8192 ____________________________________________________________________________
8193 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
8194         Log: Daniel S. Lewart adopts the Math::Complex.
8195      Branch: perl
8196            ! lib/Math/Complex.pm
8197 ____________________________________________________________________________
8198 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
8199         Log: More Complex DWIMmery.
8200      Branch: perl
8201            ! lib/Math/Complex.pm lib/Math/Complex.t
8202 ____________________________________________________________________________
8203 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
8204         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
8205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8206              Date: Thu, 31 Jan 2002 14:37:52 +0100
8207              Message-ID: <20020131143752.A1452@rafael>
8208      Branch: perl
8209            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
8210 ____________________________________________________________________________
8211 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
8212         Log: Turn the I/O Unicode error by default on, but the
8213              character-generating Unicode error by default off,
8214              as Larry suggested.
8215      Branch: perl
8216            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
8217            ! utf8.c
8218 ____________________________________________________________________________
8219 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
8220         Log: Subject: [PATCH] open.pm minor cleanup
8221              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8222              Date: Thu, 31 Jan 2002 15:03:02 +0100
8223              Message-ID: <20020131150302.C1452@rafael>
8224      Branch: perl
8225            ! lib/open.pm
8226 ____________________________________________________________________________
8227 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
8228         Log: Update Changes.
8229      Branch: perl
8230            ! Changes patchlevel.h
8231 ____________________________________________________________________________
8232 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
8233         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
8234              From: Robin Barker <rmb1@cise.npl.co.uk>
8235              Date: Wed, 30 Jan 2002 11:58:33 GMT
8236              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
8237      Branch: perl
8238            ! lib/CPAN.pm
8239 ____________________________________________________________________________
8240 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
8241         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
8242              re-sort MANIFEST.
8243      Branch: perl
8244            + ext/Encode/Encode.pm
8245            - ext/Encode/lib/Encode.pm
8246            ! MANIFEST ext/Encode/Makefile.PL
8247 ____________________________________________________________________________
8248 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
8249         Log: Integrate perlio;
8250              
8251              Collect some stats during compile process.
8252              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
8253              as one XS - inconclusive - marginal win?
8254              Add some comments to encode.h
8255      Branch: perl
8256           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
8257           !> ext/Encode/encode.h
8258 ____________________________________________________________________________
8259 [ 14499] By: nick                                  on 2002/01/30  09:57:47
8260         Log: Collect some stats during compile process.
8261              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
8262              as one XS - inconclusive - marginal win?
8263              Add some comments to encode.h
8264      Branch: perlio
8265            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
8266            ! ext/Encode/encode.h
8267 ____________________________________________________________________________
8268 [ 14498] By: nick                                  on 2002/01/30  07:27:55
8269         Log: Integrate Jarkko's path/INC tweaks
8270      Branch: perlio
8271           !> ext/Encode/compile
8272 ____________________________________________________________________________
8273 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
8274         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
8275              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8276              Date: Tue, 29 Jan 2002 01:13:09 -0800
8277              Message-ID: <lemV8gzkgu/K092yn@efn.org>
8278      Branch: perl
8279            ! configpm
8280 ____________________________________________________________________________
8281 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
8282         Log: Subject: [PATCH t/op/inccode.t] new test
8283              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8284              Date: Tue, 29 Jan 2002 22:03:45 +0100
8285              Message-ID: <20020129220345.A704@rafael>
8286      Branch: perl
8287            ! t/op/inccode.t
8288 ____________________________________________________________________________
8289 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
8290         Log: EBCDIC: t/op/lc.t now passes.
8291      Branch: perl
8292            ! t/op/lc.t
8293 ____________________________________________________________________________
8294 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
8295         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
8296      Branch: perl
8297            ! utf8.c
8298 ____________________________________________________________________________
8299 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
8300         Log: Must find stuff during build.
8301      Branch: perl
8302            ! ext/Encode/compile
8303 ____________________________________________________________________________
8304 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
8305         Log: Integrate with perlio;
8306              
8307              Basics of a compiled Encode XS extension
8308      Branch: perl
8309           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
8310           +> ext/Encode/Encode/euc-jp.ucm
8311           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
8312           !> ext/Encode/encode.h
8313 ____________________________________________________________________________
8314 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
8315         Log: EBCDIC tweaks-- no new test passes, but getting closer.
8316      Branch: perl
8317            ! utf8.c
8318 ____________________________________________________________________________
8319 [ 14490] By: nick                                  on 2002/01/29  21:20:57
8320         Log: Basics of a compiled Encode XS extension
8321      Branch: perlio
8322            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
8323            + ext/Encode/Encode/euc-jp.ucm
8324            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
8325            ! ext/Encode/encode.h
8326 ____________________________________________________________________________
8327 [ 14489] By: nick                                  on 2002/01/29  18:40:54
8328         Log: Integrate mainline
8329      Branch: perlio
8330           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
8331           +> ext/Encode/lib/Encode/Encoding.pm
8332           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
8333           +> ext/Encode/lib/Encode/Tcl/Escape.pm
8334           +> ext/Encode/lib/Encode/Tcl/Extended.pm
8335           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
8336           +> ext/Encode/lib/Encode/Tcl/Table.pm
8337           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
8338           +> ext/Encode/lib/Encode/iso10646_1.pm
8339           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
8340           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
8341           +> ext/Encode/t/Tcl.t
8342            - ext/Encode.t ext/Encode/Encode.pm
8343            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
8344            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
8345           !> (integrate 33 files)
8346 ____________________________________________________________________________
8347 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
8348         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
8349              From: Richard Clamp <richardc@unixbeard.net>
8350              Date: Mon, 28 Jan 2002 02:17:55 +0000
8351              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
8352      Branch: perl
8353            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
8354 ____________________________________________________________________________
8355 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
8356         Log: OS/390 seems to do length 0 udp reads, Nicholas says
8357              skippage is for now the best cause of action.
8358      Branch: perl
8359            ! ext/Socket/socketpair.t
8360 ____________________________________________________________________________
8361 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
8362         Log: Encode cleanup from Dan Kogai; reworked even further.
8363      Branch: perl
8364            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
8365            + ext/Encode/lib/Encode/Encoding.pm
8366            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
8367            + ext/Encode/lib/Encode/Tcl/Escape.pm
8368            + ext/Encode/lib/Encode/Tcl/Extended.pm
8369            + ext/Encode/lib/Encode/Tcl/HanZi.pm
8370            + ext/Encode/lib/Encode/Tcl/Table.pm
8371            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
8372            + ext/Encode/lib/Encode/iso10646_1.pm
8373            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
8374            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
8375            + ext/Encode/t/Tcl.t
8376            - ext/Encode.t ext/Encode/Encode.pm
8377            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
8378            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
8379            ! MANIFEST ext/Encode/Encode/8859-1.ucm
8380            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
8381            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8382            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8383            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8384            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8385            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8386            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8387            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
8388            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
8389            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
8390            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
8391            ! ext/Encode/compile
8392 ____________________________________________________________________________
8393 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
8394         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
8395      Branch: perl
8396            ! djgpp/djgpp.c perlio.c
8397 ____________________________________________________________________________
8398 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
8399         Log: Prettier printing from Michael Schwern.
8400      Branch: perl
8401            ! t/test.pl
8402 ____________________________________________________________________________
8403 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
8404         Log: Show also the debug and debugcolor as known pragmas.
8405      Branch: perl
8406            ! ext/re/re.pm
8407 ____________________________________________________________________________
8408 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
8409         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
8410              From: "Craig A. Berry" <craigberry@mac.com>
8411              Date: Mon, 28 Jan 2002 16:30:30 -0600
8412              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
8413      Branch: perl
8414            ! ext/B/t/assembler.t
8415 ____________________________________________________________________________
8416 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
8417         Log: metaconfig unit change for #14480.
8418      Branch: metaconfig
8419            ! U/modified/Init.U
8420 ____________________________________________________________________________
8421 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
8422         Log: DJGPP needs to know its exe soon, too.
8423      Branch: perl
8424            ! Configure
8425 ____________________________________________________________________________
8426 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
8427         Log: Round #2 on EBCDICation.
8428      Branch: perl
8429            ! t/op/append.t
8430 ____________________________________________________________________________
8431 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
8432         Log: Integrate perlio;
8433              
8434              Set makefile.mk CCHOME etc. for default locations of MinGW and free
8435              Borland compilers. (Borland builds one or two oddities.)
8436      Branch: perl
8437           !> win32/config.bc win32/makefile.mk
8438 ____________________________________________________________________________
8439 [ 14477] By: nick                                  on 2002/01/28  20:12:31
8440         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
8441              Borland compilers. (Borland builds one or two oddities.)
8442      Branch: perlio
8443            ! win32/config.bc win32/makefile.mk
8444 ____________________________________________________________________________
8445 [ 14476] By: nick                                  on 2002/01/28  18:43:47
8446         Log: Integrate mainline
8447      Branch: perlio
8448           !> Configure hints/hpux.sh
8449 ____________________________________________________________________________
8450 [ 14475] By: nick                                  on 2002/01/28  17:15:12
8451         Log: Integrate mainline
8452      Branch: perlio
8453           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
8454           !> patchlevel.h pp_sys.c t/lib/warnings/perl
8455 ____________________________________________________________________________
8456 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
8457         Log: metaconfig unit change for #14472.
8458      Branch: metaconfig/U/perl
8459            ! d_u32align.U
8460 ____________________________________________________________________________
8461 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
8462         Log: Misunderstood Merijn's patch.
8463      Branch: perl
8464            ! hints/hpux.sh
8465 ____________________________________________________________________________
8466 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
8467         Log: Misapplied Merijn's patch.
8468      Branch: perl
8469            ! Configure
8470 ____________________________________________________________________________
8471 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
8472         Log: Update Changes.
8473      Branch: perl
8474            ! Changes patchlevel.h
8475 ____________________________________________________________________________
8476 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
8477         Log: BeOS has sockets but not true ones.
8478      Branch: perl
8479            ! pp_sys.c
8480 ____________________________________________________________________________
8481 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
8482         Log: metaconfig unit change for #14467.
8483      Branch: metaconfig/U/perl
8484            ! d_u32align.U
8485 ____________________________________________________________________________
8486 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
8487         Log: For some strange reason under the smoke harness the alignment
8488              test hangs in HP-UX 10.20.  So hint it to avoid the test.
8489      Branch: perl
8490            ! hints/hpux.sh
8491 ____________________________________________________________________________
8492 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
8493         Log: Allow d_u32align to be hinted.
8494      Branch: perl
8495            ! Configure
8496 ____________________________________________________________________________
8497 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
8498         Log: The shift key is important.
8499      Branch: perl
8500            ! ext/B/B.xs
8501 ____________________________________________________________________________
8502 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
8503         Log: The "used only once" warnings (from gv_check) come
8504              in pseudorandom hash order-- in EBCDIC the order
8505              is different.  Add a new option that allow the warnings
8506              to come in any order (Paul Marquess).
8507      Branch: perl
8508            ! lib/warnings.t t/lib/warnings/perl
8509 ____________________________________________________________________________
8510 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
8511         Log: Integrate perlio; the 0nothread test failure without threads.
8512      Branch: perl
8513           !> ext/threads/shared/t/0nothread.t
8514 ____________________________________________________________________________
8515 [ 14463] By: nick                                  on 2002/01/28  08:22:36
8516         Log: Integrate mainline
8517      Branch: perlio
8518           !> (integrate 37 files)
8519 ____________________________________________________________________________
8520 [ 14462] By: nick                                  on 2002/01/28  08:09:53
8521         Log: 1st attempt at skipping broke threads case.
8522      Branch: perlio
8523            ! ext/threads/shared/t/0nothread.t
8524 ____________________________________________________________________________
8525 [ 14461] By: nick                                  on 2002/01/28  07:25:58
8526         Log: Skip new threads::shared test unless -Duseithreads
8527      Branch: perlio
8528            ! ext/threads/shared/t/0nothread.t
8529 ____________________________________________________________________________
8530 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
8531         Log: FAQ sync.
8532      Branch: perl
8533            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8534            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8535            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8536            ! pod/perlfaq9.pod
8537 ____________________________________________________________________________
8538 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
8539         Log: Upgrade to podlators 1.20.
8540      Branch: perl
8541            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
8542 ____________________________________________________________________________
8543 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
8544         Log: Retract #14448, a better patch coming up.
8545      Branch: perl
8546            ! lib/Pod/t/basic.t
8547 ____________________________________________________________________________
8548 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
8549         Log: EBCDIC portability.
8550      Branch: perl
8551            ! t/op/append.t
8552 ____________________________________________________________________________
8553 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
8554         Log: Further cygwin installperl tweak from Gerrit P. Haase.
8555      Branch: perl
8556            ! installperl
8557 ____________________________________________________________________________
8558 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
8559         Log: A bug in Bulgarian EBCDIC locale (this sounds like
8560              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
8561              locales failed, too.  The patch works around the bug by
8562              skipping the test, but the real problem may be deeper
8563              (affecting probably only EBCDIC platforms, though):
8564              see the comment in locale.t for more details.
8565      Branch: perl
8566            ! lib/locale.t
8567 ____________________________________________________________________________
8568 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
8569         Log: metaconfig unit change for #14453.
8570      Branch: metaconfig/U/perl
8571            ! libperl.U
8572 ____________________________________________________________________________
8573 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
8574         Log: Subject: Bleadperl on Cygwin today
8575              From: "Gerrit P. Haase" <gp@familiehaase.de>              
8576              Date: Sun, 27 Jan 2002 22:30:41 +0100
8577              Message-ID: <462007239437.20020127223041@familiehaase.de>
8578      Branch: perl
8579            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
8580            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
8581            ! lib/ExtUtils/t/MM_Cygwin.t
8582 ____________________________________________________________________________
8583 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
8584         Log: Unfinished EBCDIC branch.
8585      Branch: perl
8586            ! t/op/ver.t
8587 ____________________________________________________________________________
8588 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
8589         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
8590      Branch: perl
8591            ! ext/B/B.xs ext/B/B/Deparse.pm
8592 ____________________________________________________________________________
8593 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
8594         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
8595              platforms.
8596      Branch: perl
8597            ! ext/B/t/stash.t
8598 ____________________________________________________________________________
8599 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
8600         Log: Apparently no need for EBCDIC exception any more.
8601      Branch: perl
8602            ! ext/B/t/showlex.t
8603 ____________________________________________________________________________
8604 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
8605         Log: (retracted by #14458)
8606              (Russ Allbery) OS/390 is using a high-bit character for ESC,
8607              skip the test for now.  A better fix would be to override
8608              the notion of the platform's escape sequence in the test
8609              of Pod::Text::Termcap.  We may have to apply a filter to
8610              the output to substitute back in the ESC character that
8611              the test expects, but only on OS/390.
8612      Branch: perl
8613            ! lib/Pod/t/basic.t
8614 ____________________________________________________________________________
8615 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
8616         Log: Detypo.
8617      Branch: perl
8618            ! ext/Devel/Peek/Peek.t
8619 ____________________________________________________________________________
8620 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
8621         Log: OS/390 USS has a different idea of the pw* functions.
8622              Also, test the name with eq, not with ==.
8623      Branch: perl
8624            ! lib/User/pwent.t
8625 ____________________________________________________________________________
8626 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
8627         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
8628      Branch: perl
8629            ! doio.c
8630 ____________________________________________________________________________
8631 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
8632         Log: ASCIIisms.
8633      Branch: perl
8634            ! ext/PerlIO/t/encoding.t
8635 ____________________________________________________________________________
8636 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
8637         Log: chr(42) ne '*'  if one is in EBCDIC.
8638      Branch: perl
8639            ! t/op/pack.t
8640 ____________________________________________________________________________
8641 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
8642         Log: Subject: [PATCH] Fix up recent op/stat.t failures
8643              From: Andy Dougherty <doughera@lafayette.edu>
8644              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
8645              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
8646      Branch: perl
8647            ! t/op/stat.t
8648 ____________________________________________________________________________
8649 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
8650         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
8651              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8652              Date: Sun, 27 Jan 2002 15:03:18 +0100
8653              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
8654      Branch: perl
8655            ! lib/ExtUtils/t/Command.t
8656 ____________________________________________________________________________
8657 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
8658         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
8659              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8660              Date: Sun, 27 Jan 2002 14:51:10 +0100
8661              Message-ID: <20020127145110.A16332@rafael>
8662      Branch: perl
8663            ! ext/B/B/Deparse.pm
8664 ____________________________________________________________________________
8665 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
8666         Log: integrate change#14431 from perlio branch (Nick's fix for
8667              change#13474 to be more defensive about looking at pad entries
8668              that may not exist yet)
8669      Branch: maint-5.6/perl
8670            ! op.c
8671 ____________________________________________________________________________
8672 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
8673         Log: Comment to avoid later "cleanups."
8674      Branch: perl
8675            ! lib/ExtUtils/MakeMaker.pm
8676 ____________________________________________________________________________
8677 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
8678         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
8679              instead of just FOO=... cmd ...
8680      Branch: perl
8681            ! Makefile.SH
8682 ____________________________________________________________________________
8683 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
8684         Log: Overquoting bad (in UNIX one would get
8685              Can't open perl script "'-I../lib'": No such file or directory)
8686      Branch: perl
8687            ! lib/Pod/t/Usage.t
8688 ____________________________________________________________________________
8689 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
8690         Log: Integrate perlio;
8691              
8692              "All tests successful" VC6.0 Win32
8693              (Update config.vc to need cppstdin so those tests are skipped...)
8694      Branch: perl
8695           !> win32/config.vc win32/config_H.bc win32/config_H.gc
8696           !> win32/config_H.vc
8697 ____________________________________________________________________________
8698 [ 14434] By: nick                                  on 2002/01/26  22:27:08
8699         Log: "All tests successful" VC6.0 Win32
8700              (Update config.vc to need cppstdin so those tests are skipped...)
8701      Branch: perlio
8702            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8703            ! win32/config_H.vc
8704 ____________________________________________________________________________
8705 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
8706         Log: Integrate perlio;
8707              
8708              1st two tests of File/Find/t/find.t and taint.t were run after 
8709              calling cleanup(). If previous fail had left for_find directory,
8710              but no content in it then cleanup() returned cd'ed to that directory.
8711              So tests failed. Fixed cleanup()-s.
8712              
8713              If we get to sighandler by mistake (no perl handler set) then
8714              warn() and exit() rather than die() - should never happen
8715              but if it does context needed to die is likely to be trashed
8716              as well.
8717              
8718              Win32 signal emulation cleanup.
8719              
8720              Tinkering with thread cleanup mutex-ing - not the problem 
8721              (op.c is) but could have been...
8722              
8723              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
8724              Should really be looked at by someone that knows about pads.
8725              
8726              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
8727              for CRLF line endings.
8728      Branch: perl
8729           !> ext/threads/threads.xs lib/File/Find/t/find.t
8730           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
8731           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
8732 ____________________________________________________________________________
8733 [ 14432] By: nick                                  on 2002/01/26  21:10:38
8734         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
8735              for CRLF line endings.
8736      Branch: perlio
8737            ! lib/Filter/Simple.pm
8738 ____________________________________________________________________________
8739 [ 14431] By: nick                                  on 2002/01/26  21:08:35
8740         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
8741              Should really be looked at by someone that knows about pads.
8742      Branch: perlio
8743            ! op.c
8744 ____________________________________________________________________________
8745 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
8746         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
8747              From: "Craig A. Berry" <craigberry@mac.com>       
8748              Date: Sat, 26 Jan 2002 11:19:44 -0600
8749              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
8750      Branch: perl
8751            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
8752 ____________________________________________________________________________
8753 [ 14429] By: nick                                  on 2002/01/26  18:04:22
8754         Log: Tinkering with thread cleanup mutex-ing - not the problem 
8755              (op.c is) but could have been...
8756      Branch: perlio
8757            ! ext/threads/threads.xs
8758 ____________________________________________________________________________
8759 [ 14428] By: nick                                  on 2002/01/26  18:03:13
8760         Log: Win32 signal emulation cleanup.
8761      Branch: perlio
8762            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
8763 ____________________________________________________________________________
8764 [ 14427] By: nick                                  on 2002/01/26  13:59:33
8765         Log: If we get to sighandler by mistake (no perl handler set) then
8766              warn() and exit() rather than die() - should never happen
8767              but if it does context needed to die is likely to be trashed
8768              as well.
8769      Branch: perlio
8770            ! mg.c
8771 ____________________________________________________________________________
8772 [ 14426] By: nick                                  on 2002/01/26  13:56:23
8773         Log: Integrate mainline
8774      Branch: perlio
8775           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
8776           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
8777           !> t/run/fresh_perl.t
8778 ____________________________________________________________________________
8779 [ 14425] By: nick                                  on 2002/01/26  08:11:33
8780         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
8781              calling cleanup(). If previous fail had left for_find directory,
8782              but no content in it then cleanup() returned cd'ed to that directory.
8783              So tests failed. Fixed cleanup()-s.
8784      Branch: perlio
8785            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
8786 ____________________________________________________________________________
8787 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
8788         Log: Integrate perlio;
8789              
8790              Fix winsystem.t's attempt to build showav.exe to work
8791              with gcc (which writes a.exe unless told with -o ).
8792              Also put in a few more fail-safes to check .exe got
8793              built somehow.
8794              
8795              More Win32 tuning
8796              
8797              Save $! so that other syscalls don't disturb it before
8798              we test it.
8799      Branch: perl
8800           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
8801           !> t/op/winsystem.t
8802 ____________________________________________________________________________
8803 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
8804         Log: Subject: [PATCH] new test in op/universal.t
8805              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8806              Date: Fri, 25 Jan 2002 23:17:33 +0100
8807              Message-ID: <20020125231733.A11733@rafael>
8808      Branch: perl
8809            ! t/op/universal.t
8810 ____________________________________________________________________________
8811 [ 14422] By: nick                                  on 2002/01/25  21:37:03
8812         Log: Save $! so that other syscalls don't disturb it before 
8813              we test it.
8814      Branch: perlio
8815            ! ext/Socket/socketpair.t
8816 ____________________________________________________________________________
8817 [ 14421] By: nick                                  on 2002/01/25  19:05:57
8818         Log: More Win32 tuning
8819      Branch: perlio
8820            ! t/op/stat.t t/op/taint.t
8821 ____________________________________________________________________________
8822 [ 14420] By: nick                                  on 2002/01/25  18:21:42
8823         Log: Fix winsystem.t's attempt to build showav.exe to work 
8824              with gcc (which writes a.exe unless told with -o ).
8825              Also put in a few more fail-safes to check .exe got 
8826              built somehow.
8827      Branch: perlio
8828            ! t/op/winsystem.t
8829 ____________________________________________________________________________
8830 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
8831         Log: Subject: [Patch Encode.xs] calculation of need overflows
8832              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8833              Date: Sat, 26 Jan 2002 00:58:50 +0900
8834              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
8835      Branch: perl
8836            ! ext/Encode/Encode.xs
8837 ____________________________________________________________________________
8838 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
8839         Log: Integrate changes 13474+13478+13584 from maintperl;
8840              anon sub leakage.
8841      Branch: perl
8842            ! op.c t/run/fresh_perl.t
8843 ____________________________________________________________________________
8844 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
8845         Log: Update Changes.
8846      Branch: perl
8847            ! Changes patchlevel.h
8848 ____________________________________________________________________________
8849 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
8850         Log: Integrate perlio; extensive threads and threads::shared work
8851              (note that the below is a chronological list of perlio
8852              check-in entries since the last integrate)
8853              
8854              Nearly-working threads re-structuring. Do not integrate,
8855              submit-ing to get to Win32, and as "off site" backup.
8856              
8857              threads work again on Win32. (Not threads::shared yet)
8858              Submit to see if they do on Linux.
8859              
8860              Add new threads/typemap to MANIFEST
8861              
8862              XS side of new threads::shared designed, coded and compiles,
8863              and mostly commented but is totaly untested.
8864              submit in case anyone wants a preview.
8865              
8866              Miss mg_len == 0 meaning don't Safefree
8867              
8868              Shared scalars working, some shared array ops working.
8869              
8870              Implement recursive lock and use of scope for PL_sharedsv_space,
8871              so now croak() from asserts does not leave locks.
8872              Make hv_simple compile (new prototype for debugging probe).
8873              
8874              thread::shared nearly working again - remaining issue
8875              is references withing shared space.
8876              Added bulk test with no threads involved (for debugging)
8877              Tuned tests to skip those needing _thrcnt
8878              
8879              SvTEMP_off to stop private PV's being stolen and stored in shared space
8880              
8881              Except Win32 from echo tests. (Alarm does not break into connect)
8882              
8883              Expand command line test globs on Win32.
8884              
8885              threads::shared tidy up:
8886              - Add _id() function to shared.xs so we can test refs point at same thing.
8887              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
8888              - Allow no_share to pass if sharing to works despite mis-ordering.
8889              - Change docs of threads to document ->create() (as used in tests),
8890              and not mention "new".
8891              
8892              Linux/NFS hackery was not faking right number of passes.
8893      Branch: perl
8894           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
8895           +> ext/threads/typemap
8896            - ext/threads/threads.h sharedsv.c sharedsv.h
8897            ! NetWare/config_H.wc
8898           !> (integrate 38 files)
8899 ____________________________________________________________________________
8900 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
8901         Log: Subject: Re: perldebguts minor tweaks
8902              From: Joe McMahon <mcmahon@metalab.unc.edu>
8903              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
8904              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
8905      Branch: perl
8906            ! pod/perldebguts.pod
8907 ____________________________________________________________________________
8908 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
8909         Log: metaconfig unit change for #14413.
8910      Branch: metaconfig
8911            ! U/modified/prototype.U
8912 ____________________________________________________________________________
8913 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
8914         Log: Okay, you can come home now, _().
8915      Branch: perl
8916            ! config_h.SH
8917 ____________________________________________________________________________
8918 [ 14412] By: nick                                  on 2002/01/25  11:01:49
8919         Log: Integrate mainline
8920              All but ../lib/Unicode/UCD.t pass.
8921      Branch: perlio
8922           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
8923           +> lib/unicore/CaseFolding.txt
8924           +> lib/unicore/CompositionExclusions.txt
8925           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
8926           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
8927           +> vos/vos.c
8928            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
8929            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
8930            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
8931            - lib/unicore/NamesList.html lib/unicore/PropList.html
8932            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
8933            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
8934            - lib/unicore/rename
8935           !> (integrate 424 files)
8936 ____________________________________________________________________________
8937 [ 14411] By: nick                                  on 2002/01/25  09:45:13
8938         Log: Linux/NFS hackery was not faking right number of passes.
8939      Branch: perlio
8940            ! t/io/fs.t
8941 ____________________________________________________________________________
8942 [ 14410] By: nick                                  on 2002/01/25  09:35:07
8943         Log: threads::shared tidy up:
8944              - Add _id() function to shared.xs so we can test refs point at same thing.
8945              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
8946              - Allow no_share to pass if sharing to works despite mis-ordering.
8947              - Change docs of threads to document ->create() (as used in tests),
8948              and not mention "new".
8949      Branch: perlio
8950            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8951            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
8952            ! ext/threads/threads.pm
8953 ____________________________________________________________________________
8954 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
8955         Log: Subject: perldebguts minor tweaks
8956              From: Joe McMahon <mcmahon@metalab.unc.edu>
8957              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
8958              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
8959      Branch: perl
8960            ! pod/perldebguts.pod
8961 ____________________________________________________________________________
8962 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
8963         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
8964              From: Peter Scott <Peter@PSDT.com>
8965              Date: Thu, 24 Jan 2002 08:51:34 -0800
8966              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
8967      Branch: perl
8968            ! pod/perldebguts.pod
8969 ____________________________________________________________________________
8970 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
8971         Log: Few more paranoia checks for Unicode hash keys.
8972      Branch: perl
8973            ! t/op/each.t
8974 ____________________________________________________________________________
8975 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
8976         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
8977              From: Andy Dougherty <doughera@lafayette.edu>
8978              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
8979              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
8980      Branch: perl
8981            ! t/op/stat.t
8982 ____________________________________________________________________________
8983 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
8984         Log: The
8985              
8986              Subject: Very old debugger UTF-8 bug
8987              From: andreas.koenig@anima.de (Andreas J. Koenig)
8988              Date: 24 Jan 2002 12:45:44 +0100
8989              Message-ID: <m3y9iot1jr.fsf@anima.de>
8990              
8991              still broken, but this should work as a stopgap
8992              measure to stop pp_match accessing naughty data.
8993      Branch: perl
8994            ! pod/perldiag.pod pp_hot.c
8995 ____________________________________________________________________________
8996 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
8997         Log: metaconfig unit change for #14403.
8998      Branch: metaconfig/U/perl
8999            ! d_u32align.U
9000 ____________________________________________________________________________
9001 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
9002         Log: Pacify picky compilers (this time Sun Workshop).
9003      Branch: perl
9004            ! Configure
9005 ____________________________________________________________________________
9006 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
9007         Log: Subject: Very old debugger UTF-8 bug
9008              From: andreas.koenig@anima.de (Andreas J. Koenig)
9009              Date: 24 Jan 2002 12:45:44 +0100
9010              Message-ID: <m3y9iot1jr.fsf@anima.de>
9011      Branch: perl
9012            ! lib/dumpvar.pl
9013 ____________________________________________________________________________
9014 [ 14401] By: nick                                  on 2002/01/24  07:50:38
9015         Log: Expand command line test globs on Win32.
9016      Branch: perlio
9017            ! t/harness
9018 ____________________________________________________________________________
9019 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
9020         Log: Sprinkle some copyrights (use the oldest timestamp to
9021              be found in the repository, which is most often not right,
9022              but at least consistent)
9023      Branch: perl
9024            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
9025            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
9026            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
9027            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
9028            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
9029            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
9030            ! unixish.h xsutils.c
9031 ____________________________________________________________________________
9032 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
9033         Log: Don't crash on Help for long text (bug #506672)
9034      Branch: maint-5.6/macperl
9035            ! macos/macperl/MPHelp.c
9036 ____________________________________________________________________________
9037 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
9038         Log: Fix minor path problem
9039      Branch: maint-5.6/macperl
9040            ! macos/macperl/Droplets/tarzipme.plx
9041 ____________________________________________________________________________
9042 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
9043         Log: Minor text changes
9044      Branch: maint-5.6/macperl
9045            ! macos/Perl.r
9046 ____________________________________________________________________________
9047 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
9048         Log: Bump versions, dates, etc.
9049      Branch: maint-5.6/macperl
9050            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
9051 ____________________________________________________________________________
9052 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
9053         Log: coderefs in @INC and absolute paths
9054      Branch: maint-5.6/macperl
9055            ! embed.h pp_ctl.c proto.h
9056 ____________________________________________________________________________
9057 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
9058         Log: Minor module thingys
9059      Branch: maint-5.6/macperl
9060            ! macos/ext/Mac/Controls/Controls.xs
9061            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
9062            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
9063            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
9064            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
9065            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
9066            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
9067            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
9068            ! macos/ext/Mac/Movies/Movies.xs
9069            ! macos/ext/Mac/Navigation/Navigation.pm
9070            ! macos/ext/Mac/Navigation/Navigation.xs
9071            ! macos/ext/Mac/Notification/Notification.xs
9072            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
9073            ! macos/ext/Mac/Processes/Processes.xs
9074            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
9075            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
9076            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
9077            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
9078            ! macos/ext/Mac/Resources/Resources.pm
9079            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
9080            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
9081            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
9082            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
9083            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
9084 ____________________________________________________________________________
9085 [ 14393] By: nick                                  on 2002/01/23  19:52:19
9086         Log: Except Win32 from echo tests. (Alarm does not break into connect)
9087      Branch: perlio
9088            ! ext/Socket/Socket.t
9089 ____________________________________________________________________________
9090 [ 14392] By: nick                                  on 2002/01/23  19:31:57
9091         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
9092      Branch: perlio
9093            ! ext/threads/shared/shared.xs
9094 ____________________________________________________________________________
9095 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
9096         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
9097      Branch: perl
9098            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
9099            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
9100            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
9101            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
9102            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
9103            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
9104            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
9105            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
9106            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
9107            ! x2p/util.c x2p/util.h x2p/walk.c
9108 ____________________________________________________________________________
9109 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
9110         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
9111              therefore quite probably also obsolete code.
9112      Branch: perl
9113            ! sv.c
9114 ____________________________________________________________________________
9115 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
9116         Log: Update Changes.
9117      Branch: perl
9118            ! Changes patchlevel.h
9119 ____________________________________________________________________________
9120 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
9121         Log: Small update on todo.  Could use a lot more.
9122      Branch: perl
9123            ! pod/perltodo.pod
9124 ____________________________________________________________________________
9125 [ 14387] By: nick                                  on 2002/01/23  14:19:30
9126         Log: thread::shared nearly working again - remaining issue
9127              is references withing shared space.
9128              Added bulk test with no threads involved (for debugging)
9129              Tuned tests to skip those needing _thrcnt
9130      Branch: perlio
9131            + ext/threads/shared/t/0nothread.t
9132            ! MANIFEST ext/threads/shared/shared.pm
9133            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
9134            ! ext/threads/shared/t/hv_refs.t
9135            ! ext/threads/shared/t/hv_simple.t
9136            ! ext/threads/shared/t/sv_simple.t
9137 ____________________________________________________________________________
9138 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
9139         Log: Subject: [ID 20020121.003] perldata doco bug
9140              From: John Stumbles <jstumbles@bluearc.com>
9141              Date: Mon, 21 Jan 2002 14:19:56 -0000
9142              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
9143      Branch: perl
9144            ! pod/perldata.pod
9145 ____________________________________________________________________________
9146 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
9147         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
9148              From: Michael G Schwern <schwern@pobox.com>
9149              Date: Mon, 21 Jan 2002 15:16:42 -0500
9150              Message-ID: <20020121201642.GA6659@blackrider>
9151      Branch: perl
9152            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
9153 ____________________________________________________________________________
9154 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
9155         Log: Subject: [PATCH] Re: eval not catching warnings?
9156              From: abigail@foad.org
9157              Date: Wed, 23 Jan 2002 15:35:47 +0100
9158              Message-ID: <20020123143547.24798.qmail@foad.org>
9159      Branch: perl
9160            ! pod/perlfunc.pod
9161 ____________________________________________________________________________
9162 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
9163         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
9164              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9165              Date: Tue, 22 Jan 2002 17:00:54 -0800            
9166              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
9167      Branch: perl
9168            ! t/run/fresh_perl.t
9169 ____________________________________________________________________________
9170 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
9171         Log: metaconfig unit change for #14381.
9172      Branch: metaconfig/U/perl
9173            ! d_u32align.U
9174 ____________________________________________________________________________
9175 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
9176         Log: HP-UX 10.20 cc pacifying from Merijn.
9177      Branch: perl
9178            ! Configure
9179 ____________________________________________________________________________
9180 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
9181         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
9182              From: "Craig A. Berry" <craigberry@mac.com> 
9183              Date: Tue, 22 Jan 2002 22:14:26 -0600
9184              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
9185      Branch: perl
9186            ! vms/test.com
9187 ____________________________________________________________________________
9188 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
9189         Log: AIX cpp bug: having macro arguments and character constants
9190              "the same" means trouble (here s and 's')
9191              What broke now was 841 and 842 of t/op/pat.t, because of the
9192              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
9193              (note that breakage happened only under cc_r and usethreads+
9194              useithreads)
9195      Branch: perl
9196            ! utf8.h
9197 ____________________________________________________________________________
9198 [ 14378] By: nick                                  on 2002/01/22  20:33:15
9199         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
9200              so now croak() from asserts does not leave locks.
9201              Make hv_simple compile (new prototype for debugging probe).
9202      Branch: perlio
9203            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9204            ! ext/threads/shared/t/hv_simple.t
9205 ____________________________________________________________________________
9206 [ 14377] By: nick                                  on 2002/01/22  17:32:21
9207         Log: Shared scalars working, some shared array ops working.
9208      Branch: perlio
9209            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9210            ! ext/threads/shared/t/sv_refs.t
9211            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
9212 ____________________________________________________________________________
9213 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
9214         Log: Subject: [PATCH] Support truncate() in VOS port
9215              From: Paul_GreenVOS@vos.stratus.com
9216              Date: Mon, 21 Jan 02 23:27 est
9217              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
9218      Branch: perl
9219            + vos/vos.c
9220            ! MANIFEST hints/vos.sh vos/vosish.h
9221 ____________________________________________________________________________
9222 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
9223         Log: metaconfig unit changes for #14374.  Couldn't figure
9224              how to get completely rid of _() (some weird dependency
9225              pulling it in?) so renamed it as PROTO_().
9226      Branch: metaconfig
9227            + U/modified/d_shmat.U U/modified/prototype.U
9228            ! U/protos/d_drand48proto.U
9229      Branch: metaconfig/U/perl
9230            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
9231 ____________________________________________________________________________
9232 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
9233         Log: Get rid of the _() macro since (1) we require ANSI anyway
9234              (2) Other software (GNU) seems to use it and we don't need it,
9235              so let's give it up.
9236      Branch: perl
9237            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9238            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
9239            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
9240            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
9241            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
9242            ! wince/config.h wince/config_H.ce
9243 ____________________________________________________________________________
9244 [ 14373] By: nick                                  on 2002/01/22  10:10:48
9245         Log: Miss mg_len == 0 meaning don't Safefree
9246      Branch: perlio
9247            ! mg.c
9248 ____________________________________________________________________________
9249 [ 14372] By: nick                                  on 2002/01/21  22:34:06
9250         Log: XS side of new threads::shared designed, coded and compiles,
9251              and mostly commented but is totaly untested.
9252              submit in case anyone wants a preview.
9253      Branch: perlio
9254            + ext/threads/shared/typemap
9255            ! MANIFEST ext/threads/shared/shared.pm
9256            ! ext/threads/shared/shared.xs
9257 ____________________________________________________________________________
9258 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
9259         Log: Subject: [BUG] /\_/ an unrecognized escape?
9260              From: Michael G Schwern <schwern@pobox.com>
9261              Date: Mon, 21 Jan 2002 15:22:54 -0500
9262              Message-ID: <20020121202254.GA6731@blackrider>
9263      Branch: perl
9264            ! t/lib/warnings/toke toke.c
9265 ____________________________________________________________________________
9266 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
9267         Log: Undo the renaming of the Unicode data files; the simple
9268              solution being not including the *.html files.  This means
9269              that in the future there is no need for any renamings
9270              (well, assuming that the Consortium doesn't cause any),
9271              and the files are named like they are in the Consortium
9272              website, thus alleviating confusion.
9273      Branch: perl
9274            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
9275            + lib/unicore/CaseFolding.txt
9276            + lib/unicore/CompositionExclusions.txt
9277            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
9278            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
9279            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
9280            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
9281            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
9282            - lib/unicore/NamesList.html lib/unicore/PropList.html
9283            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
9284            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
9285            - lib/unicore/rename
9286            ! (edit 285 files)
9287 ____________________________________________________________________________
9288 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
9289         Log: Update Changes.
9290      Branch: perl
9291            ! Changes patchlevel.h
9292 ____________________________________________________________________________
9293 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
9294         Log: Subject: RE: BCC for Win32 is unhappy @14331
9295              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
9296              Date: Mon, 21 Jan 2002 09:48:40 +0300
9297              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
9298              
9299              (using IV instead of int)
9300      Branch: perl
9301            ! hv.h
9302 ____________________________________________________________________________
9303 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
9304         Log: path_is_absolute() needs a prototype (and maybe
9305              a better name, but that's another story).
9306      Branch: perl
9307            ! embed.fnc embed.h pp_ctl.c proto.h
9308 ____________________________________________________________________________
9309 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
9310         Log: Subject: Re: coderefs in @INC
9311              From: Chris Nandor <pudge@pobox.com>
9312              Date: Thu, 17 Jan 2002 11:26:02 -0500
9313              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
9314      Branch: perl
9315            ! pp_ctl.c
9316 ____________________________________________________________________________
9317 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
9318         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
9319              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9320              Date: Sun, 20 Jan 2002 22:53:56 +0100
9321              Message-ID: <20020120225356.A12093@rafael>
9322      Branch: perl
9323            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
9324            ! t/lib/warnings/9enabled warnings.h warnings.pl
9325 ____________________________________________________________________________
9326 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
9327         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
9328              From: "Craig A. Berry" <craigberry@mac.com>
9329              Date: Sun, 20 Jan 2002 22:49:42 -0600
9330              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
9331      Branch: perl
9332            ! lib/ExtUtils/MakeMaker.pm
9333 ____________________________________________________________________________
9334 [ 14363] By: nick                                  on 2002/01/20  20:38:23
9335         Log: Add new threads/typemap to MANIFEST
9336      Branch: perlio
9337            ! MANIFEST
9338 ____________________________________________________________________________
9339 [ 14362] By: nick                                  on 2002/01/20  20:34:36
9340         Log: Integrate mainline
9341      Branch: perlio
9342           +> lib/Pod/t/Usage.t
9343           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
9344           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
9345           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
9346           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
9347           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
9348           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
9349           !> util.c
9350 ____________________________________________________________________________
9351 [ 14361] By: nick                                  on 2002/01/20  18:51:47
9352         Log: Integrate MANIFEST
9353      Branch: perlio
9354           !> MANIFEST
9355 ____________________________________________________________________________
9356 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
9357         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
9358              From: Paul_GreenVOS@vos.stratus.com
9359              Date: Sat, 19 Jan 02 17:17 est
9360              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
9361              
9362              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
9363              From: Paul_GreenVOS@vos.stratus.com
9364              Date: Sat, 19 Jan 02 17:19 est
9365              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
9366      Branch: perl
9367            ! lib/ExtUtils/t/Command.t
9368 ____________________________________________________________________________
9369 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
9370         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
9371              From: Paul_GreenVOS@vos.stratus.com
9372              Date: Sat, 19 Jan 02 14:30 est
9373              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
9374      Branch: perl
9375            ! lib/AnyDBM_File.t
9376 ____________________________________________________________________________
9377 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
9378         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
9379              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
9380              Date: Sun, 20 Jan 2002 13:51:36 +0100
9381              Message-ID: <20020120135136.A710@rafael>
9382      Branch: perl
9383            ! ext/File/Glob/t/basic.t
9384 ____________________________________________________________________________
9385 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
9386         Log: #14352 deleted ext/threads/threads.h
9387      Branch: perlio
9388            ! MANIFEST
9389 ____________________________________________________________________________
9390 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
9391         Log: Eradicate sharedsv.*
9392      Branch: perlio
9393            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
9394 ____________________________________________________________________________
9395 [ 14355] By: nick                                  on 2002/01/20  11:50:22
9396         Log: threads work again on Win32. (Not threads::shared yet)
9397              Submit to see if they do on Linux.
9398      Branch: perlio
9399            ! ext/threads/shared/shared.xs ext/threads/threads.xs
9400            ! win32/makefile.mk
9401 ____________________________________________________________________________
9402 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
9403         Log: Make also hex() and oct() to croak if their arguments
9404              cannot be downgraded (that is, if they contain wide
9405              characters), just like crypt() does (and use the croak
9406              feature of sv_utf8_downgrade()).
9407      Branch: perl
9408            ! pp.c t/op/oct.t
9409 ____________________________________________________________________________
9410 [ 14353] By: nick                                  on 2002/01/19  22:20:09
9411         Log: Integrate Time/Local and its test
9412      Branch: perlio
9413           !> lib/Time/Local.pm lib/Time/Local.t
9414 ____________________________________________________________________________
9415 [ 14352] By: nick                                  on 2002/01/19  22:17:07
9416         Log: Nearly-working threads re-structuring. Do not integrate,
9417              submit-ing to get to Win32, and as "off site" backup.
9418      Branch: perlio
9419            + ext/threads/typemap
9420            - ext/threads/threads.h sharedsv.c sharedsv.h
9421            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
9422            ! embedvar.h ext/threads/shared/shared.pm
9423            ! ext/threads/shared/shared.xs ext/threads/threads.pm
9424            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
9425            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
9426            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
9427 ____________________________________________________________________________
9428 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
9429         Log: Regen toc.
9430      Branch: perl
9431            ! pod/perltoc.pod
9432 ____________________________________________________________________________
9433 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
9434         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
9435              From: David Dyck <dcd@tc.fluke.com>
9436              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
9437              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
9438      Branch: perl
9439            ! pod/perl5004delta.pod pod/perl5005delta.pod
9440            ! pod/perl561delta.pod pod/perl56delta.pod
9441 ____________________________________________________________________________
9442 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
9443         Log: FAQ sync.
9444      Branch: perl
9445            ! pod/perlfaq1.pod pod/perlfaq2.pod
9446 ____________________________________________________________________________
9447 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
9448         Log: Subject: [PATCH lib/Pod/t/Usage.t]
9449              From: Abe Timmerman <abe@ztreet.demon.nl>
9450              Date: Sat, 19 Jan 2002 19:57:57 +0100
9451              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
9452      Branch: perl
9453            + lib/Pod/t/Usage.t
9454            ! MANIFEST
9455 ____________________________________________________________________________
9456 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
9457         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
9458              From: Paul_GreenVOS@vos.stratus.com
9459              Date: Sat, 19 Jan 02 13:15 est
9460              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
9461      Branch: perl
9462            ! ext/SDBM_File/sdbm.t
9463 ____________________________________________________________________________
9464 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
9465         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
9466      Branch: perl
9467           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
9468           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
9469 ____________________________________________________________________________
9470 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
9471         Log: Alternative Time::Local algorithm that uses matemathical formula
9472              for timegm instead of progressive guessing
9473      Branch: perl
9474            ! lib/Time/Local.pm
9475 ____________________________________________________________________________
9476 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
9477         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
9478              From: Paul_GreenVOS@vos.stratus.com
9479              Date: Sat, 19 Jan 02 11:20 est
9480              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
9481      Branch: perl
9482            ! ext/File/Glob/t/basic.t
9483 ____________________________________________________________________________
9484 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
9485         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
9486              From: Paul_GreenVOS@vos.stratus.com
9487              Date: Fri, 18 Jan 02 22:56 est
9488              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
9489      Branch: perl
9490            ! ext/Cwd/t/cwd.t
9491 ____________________________________________________________________________
9492 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
9493         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
9494              From: Paul_GreenVOS@vos.stratus.com
9495              Date: Fri, 18 Jan 02 22:48 est
9496              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
9497      Branch: perl
9498            ! lib/Time/Local.t
9499 ____________________________________________________________________________
9500 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
9501         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
9502              From: Paul_GreenVOS@vos.stratus.com
9503              Date: Fri, 18 Jan 02 16:22 est
9504              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
9505      Branch: perl
9506            ! ext/Devel/DProf/DProf.t
9507 ____________________________________________________________________________
9508 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
9509         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
9510              From: Tels <perl_dummy@bloodgate.com>
9511              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
9512              Message-Id: <200201182106.XAA19133@taku.hut.fi>
9513      Branch: perl
9514            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
9515 ____________________________________________________________________________
9516 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
9517         Log: Don't do socketpair udp unless you've got all what it takes.
9518      Branch: perl
9519            ! util.c
9520 ____________________________________________________________________________
9521 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
9522         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
9523              From: Tels <perl_dummy@bloodgate.com>
9524              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
9525              Message-Id: <200201182206.AAA15310@taku.hut.fi>
9526      Branch: perl
9527            ! lib/ExtUtils/MM_BeOS.pm
9528 ____________________________________________________________________________
9529 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
9530         Log: metaconfig unit change for #14336.
9531      Branch: metaconfig
9532            ! U/modified/myhostname.U
9533 ____________________________________________________________________________
9534 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
9535         Log: Avoid bare "set", and kiss .uucp goodbye.
9536      Branch: perl
9537            ! Configure
9538 ____________________________________________________________________________
9539 [ 14335] By: nick                                  on 2002/01/18  22:11:42
9540         Log: Split out core of sv_magic() into sv_magicext().
9541              sv_magic provides the extra restictions (no READONLY, only
9542              one of each type, canned set of vtables), and sv_magicext()
9543              does the actual data twiddling.
9544              Also enhances semantics of ->mg_ptr setting via name/namlen
9545              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
9546              scratch area (namlen > 0 && name == NULL).
9547              sv_magicext also returns the MAGIC * it added.
9548              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
9549              
9550              To come sv_unmagicext() - which will remove just one magic
9551              of particular type, and additionaly match against ->mg_ptr,
9552              or the MAGIC * (need to experiment as to which is more natural).
9553      Branch: perlio
9554            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
9555            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
9556 ____________________________________________________________________________
9557 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
9558         Log: Retract #14327 for now, going to the limit seems
9559              to be too much for many platforms.
9560      Branch: perl
9561            ! lib/Time/Local.t
9562 ____________________________________________________________________________
9563 [ 14333] By: nick                                  on 2002/01/18  18:58:33
9564         Log: Integrate mainline
9565      Branch: perlio
9566           !> Changes patchlevel.h
9567 ____________________________________________________________________________
9568 [ 14332] By: nick                                  on 2002/01/18  16:19:06
9569         Log: Integrate mainline
9570      Branch: perlio
9571           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
9572           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
9573            - lib/ExtUtils/inst
9574           !> (integrate 32 files)
9575 ____________________________________________________________________________
9576 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
9577         Log: Update Changes.
9578      Branch: perl
9579            ! Changes patchlevel.h
9580 ____________________________________________________________________________
9581 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
9582         Log: Try to make the connect/read/write timeouting.
9583      Branch: perl
9584            ! ext/Socket/Socket.t
9585 ____________________________________________________________________________
9586 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
9587         Log: Netware Makefile tweak from Ananth Kesari.
9588      Branch: perl
9589            ! NetWare/Makefile
9590 ____________________________________________________________________________
9591 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
9592         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
9593              From: Michael G Schwern <schwern@pobox.com>
9594              Date: Fri, 18 Jan 2002 03:10:27 -0500
9595              Message-ID: <20020118081027.GE7226@blackrider>
9596      Branch: perl
9597            ! lib/File/Find.pm
9598 ____________________________________________________________________________
9599 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
9600         Log: (retracted by #14334)
9601              
9602              Subject: [PATCH] Improving lib/Time/Local.t
9603              From: Paul_GreenVOS@vos.stratus.com        
9604              Date: Thu, 17 Jan 02 22:36 est
9605              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
9606      Branch: perl
9607            ! lib/Time/Local.t
9608 ____________________________________________________________________________
9609 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
9610         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
9611              From: Abe Timmerman <abe@ztreet.demon.nl>  
9612              Date: Fri, 18 Jan 2002 13:18:47 +0100
9613              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
9614      Branch: perl
9615            ! lib/ExtUtils/t/MM_Win32.t
9616 ____________________________________________________________________________
9617 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
9618         Log: Subject: [PATCH] Syncing with bleadperl 
9619              From: Michael G Schwern <schwern@pobox.com> 
9620              Date: Fri, 18 Jan 2002 03:04:33 -0500
9621              Message-ID: <20020118080432.GC7226@blackrider>
9622      Branch: perl
9623            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
9624            - lib/ExtUtils/inst
9625            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
9626            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
9627            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
9628            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
9629            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
9630            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
9631            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
9632            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
9633            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
9634            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
9635            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
9636            ! lib/ExtUtils/testlib.pm
9637 ____________________________________________________________________________
9638 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
9639         Log: Detypo.
9640      Branch: perl
9641            ! AUTHORS
9642 ____________________________________________________________________________
9643 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
9644         Log: Subject: [PATCH] MM check_hints test
9645              From: Michael G Schwern <schwern@pobox.com>
9646              Date: Thu, 17 Jan 2002 20:25:57 -0500
9647              Message-ID: <20020118012557.GE32762@blackrider>
9648      Branch: perl
9649            + lib/ExtUtils/t/hints.t
9650            ! MANIFEST
9651 ____________________________________________________________________________
9652 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
9653         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
9654              From: Michael G Schwern <schwern@pobox.com> 
9655              Date: Thu, 17 Jan 2002 20:12:20 -0500
9656              Message-ID: <20020118011220.GC32762@blackrider>
9657              
9658              (#14317 replaced with this)
9659      Branch: perl
9660            ! lib/ExtUtils/MakeMaker.pm
9661 ____________________________________________________________________________
9662 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
9663         Log: Subject: [PATCH perldiag] overload.pm warnings
9664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9665              Date: Thu, 17 Jan 2002 23:53:49 +0100
9666              Message-ID: <20020117235349.A14530@rafael>
9667      Branch: perl
9668            ! pod/perldiag.pod
9669 ____________________________________________________________________________
9670 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
9671         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
9672              From: Michael G Schwern <schwern@pobox.com>
9673              Date: Thu, 17 Jan 2002 16:35:47 -0500
9674              Message-ID: <20020117213546.GD23830@blackrider>
9675      Branch: perl
9676            ! lib/File/Find.pm
9677 ____________________________________________________________________________
9678 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
9679         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
9680              From: chromatic <chromatic@rmci.net>
9681              Date: Thu, 17 Jan 2002 13:04:22 -0700
9682              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
9683      Branch: perl
9684            ! pod/perltodo.pod
9685 ____________________________________________________________________________
9686 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
9687         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
9688              From: chromatic <chromatic@rmci.net>
9689              Date: Thu, 17 Jan 2002 12:59:04 -0700
9690              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
9691      Branch: perl
9692            ! lib/ExtUtils/t/Mkbootstrap.t
9693 ____________________________________________________________________________
9694 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
9695         Log: (replaced by #14322)
9696              The #14300 broke hints file handling.
9697      Branch: perl
9698            ! lib/ExtUtils/MakeMaker.pm
9699 ____________________________________________________________________________
9700 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
9701         Log: metaconfig unit change for #14315.
9702      Branch: metaconfig/U/perl
9703            ! uselongdbl.U
9704 ____________________________________________________________________________
9705 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
9706         Log: Subject: [PATCH] long doubles
9707              From: Nicholas Clark <nick@unfortu.net>
9708              Date: Thu, 17 Jan 2002 17:06:28 +0000
9709              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
9710      Branch: perl
9711            ! Configure
9712 ____________________________________________________________________________
9713 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
9714         Log: metaconfig unit change for #14313.
9715      Branch: metaconfig
9716            ! U/modified/i_ndbm.U
9717 ____________________________________________________________________________
9718 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
9719         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
9720              From: Andy Dougherty <doughera@lafayette.edu>
9721              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
9722              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
9723      Branch: perl
9724            ! Configure
9725 ____________________________________________________________________________
9726 [ 14312] By: nick                                  on 2002/01/17  21:38:38
9727         Log: Integrate mainline (for ndbm fixes etc.)
9728      Branch: perlio
9729           +> t/run/fresh_perl.t
9730            - t/run/kill_perl.t
9731           !> Changes MANIFEST ext/Opcode/Opcode.xs
9732           !> ext/SDBM_File/sdbm/Makefile.PL
9733           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
9734           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
9735           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
9736           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
9737           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
9738 ____________________________________________________________________________
9739 [ 14311] By: sky                                   on 2002/01/17  21:01:00
9740         Log: Simplify the code that duplicates the threads 
9741              init function and the parameters to the thread by using sv_dup. 
9742              Note,what happens if you pass a shared variable as a parameter?
9743      Branch: perl
9744            ! ext/threads/threads.xs
9745 ____________________________________________________________________________
9746 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
9747         Log: Update Changes.
9748      Branch: perl
9749            ! Changes patchlevel.h
9750 ____________________________________________________________________________
9751 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
9752         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
9753              with fresh_perl_is() and fresh_perl_like().
9754      Branch: perl
9755            + t/run/fresh_perl.t
9756            - t/run/kill_perl.t
9757            ! MANIFEST t/test.pl
9758 ____________________________________________________________________________
9759 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
9760         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
9761              From: Benjamin Goldberg <goldbb2@earthlink.net>
9762              Date: Wed, 09 Jan 2002 21:03:16 -0500
9763              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
9764      Branch: perl
9765            ! ext/Unicode/Normalize/Normalize.pm
9766 ____________________________________________________________________________
9767 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
9768         Log: Retract #14144 as Hugo isn't happy with it.
9769      Branch: perl
9770            ! scope.c t/run/kill_perl.t
9771 ____________________________________________________________________________
9772 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
9773         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
9774              From: Richard Clamp <richardc@unixbeard.net>
9775              Date: Wed, 16 Jan 2002 17:34:31 +0000
9776              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
9777      Branch: perl
9778            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
9779 ____________________________________________________________________________
9780 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
9781         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
9782              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9783              Date: Tue, 15 Jan 2002 21:23:30 +0100
9784              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
9785      Branch: perl
9786            ! ext/Opcode/Opcode.xs
9787 ____________________________________________________________________________
9788 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
9789         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
9790              From: Paul_GreenVOS@vos.stratus.com
9791              Date: Wed, 16 Jan 02 6:42 est
9792              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
9793      Branch: perl
9794            ! t/io/fs.t t/op/crypt.t
9795 ____________________________________________________________________________
9796 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
9797         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
9798              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9799              Date: Wed, 16 Jan 2002 13:43:39 +0100
9800              Message-ID: <20020116134339.A704@rafael>
9801              
9802              (replaces #14302)
9803      Branch: perl
9804            ! mg.c t/lib/warnings/mg
9805 ____________________________________________________________________________
9806 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
9807         Log: (replaced by #14303)
9808              Subject: [PATCH] length of undefined $(digit) should warn
9809              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9810              Date: Tue, 15 Jan 2002 23:02:44 +0100            
9811              Message-ID: <20020115230244.A31786@rafael>     
9812      Branch: perl
9813            ! mg.c t/lib/warnings/mg
9814 ____________________________________________________________________________
9815 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
9816         Log: The non-MakeMaker.pm parts of
9817              
9818              Subject: [PATCH] Re: MM_Beos.pm?
9819              From: Tels <perl_dummy@bloodgate.com>
9820              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
9821              Message-Id: <200201142006.WAA29544@taas.iki.fi>
9822      Branch: perl
9823            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
9824            ! lib/ExtUtils/t/MM_Unix.t
9825 ____________________________________________________________________________
9826 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
9827         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
9828              From: Michael G Schwern <schwern@pobox.com>    
9829              Date: Tue, 15 Jan 2002 20:07:50 -0500            
9830              Message-ID: <20020116010750.GH625@blackrider>  
9831      Branch: perl
9832            ! lib/ExtUtils/MakeMaker.pm
9833 ____________________________________________________________________________
9834 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
9835         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
9836              From: Jeffrey Friedl <jfriedl@yahoo.com>       
9837              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
9838              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
9839      Branch: perl
9840            ! lib/Text/Tabs.pm
9841 ____________________________________________________________________________
9842 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
9843         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
9844              From: "Green, Paul" <Paul.Green@stratus.com>
9845              Date: Tue, 15 Jan 2002 22:28:10 -0500
9846              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
9847      Branch: perl
9848            ! lib/ExtUtils/MM_Unix.pm
9849 ____________________________________________________________________________
9850 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
9851         Log: Integrate perlio; offsetof() is in <stddef.h>
9852      Branch: perl
9853           !> ext/Socket/Socket.xs
9854 ____________________________________________________________________________
9855 [ 14296] By: nick                                  on 2002/01/16  13:02:29
9856         Log: offsetof() is in <stddef.h>
9857      Branch: perlio
9858            ! ext/Socket/Socket.xs
9859 ____________________________________________________________________________
9860 [ 14295] By: nick                                  on 2002/01/16  07:25:29
9861         Log: Integrate mainline
9862      Branch: perlio
9863           +> (branch 262 files)
9864            - (delete 285 files)
9865           !> (integrate 34 files)
9866 ____________________________________________________________________________
9867 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
9868         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
9869              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
9870              Canonical.pl and Exact.pl.
9871      Branch: perl
9872            + (add 259 files)
9873            - (delete 288 files)
9874            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
9875            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
9876            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
9877            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
9878 ____________________________________________________________________________
9879 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
9880         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
9881      Branch: perl
9882            ! ext/Socket/Socket.xs
9883 ____________________________________________________________________________
9884 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
9885         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
9886              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9887              Date: Tue, 15 Jan 2002 21:59:19 +0100
9888              Message-ID: <3C44A637.16602.25EB208@localhost>
9889      Branch: perl
9890            ! embed.fnc embed.h proto.h
9891 ____________________________________________________________________________
9892 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
9893         Log: Duh.  The updated In/*.pl weren't checked in.
9894      Branch: perl
9895            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
9896            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
9897            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
9898            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
9899            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
9900            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
9901            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
9902            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
9903            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
9904            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
9905            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
9906            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
9907            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
9908            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
9909            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
9910            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
9911            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
9912            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
9913            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
9914            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
9915            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
9916            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
9917            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
9918            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
9919            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
9920            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
9921            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
9922            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
9923            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
9924            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
9925            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
9926            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
9927            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
9928            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
9929            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
9930            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
9931            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
9932            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
9933            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
9934            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
9935            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
9936            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
9937            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
9938            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
9939            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
9940            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
9941            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
9942            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
9943 ____________________________________________________________________________
9944 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
9945         Log: Update Changes.
9946      Branch: perl
9947            ! Changes patchlevel.h
9948 ____________________________________________________________________________
9949 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
9950         Log: Jeffrey is trying very hard to avoid working on his
9951              book, it would seem :-) (better naming, better comments
9952              in the files)
9953      Branch: perl
9954            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
9955            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
9956            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
9957            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
9958            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
9959            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
9960            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
9961            - lib/unicore/Is/IDStart.pl
9962            ! (edit 200 files)
9963 ____________________________________________________________________________
9964 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
9965         Log: metaconfig unit changes for #14287.
9966      Branch: metaconfig
9967            + U/modified/Chk_MANI.U
9968            ! U/modified/Extract.U U/modified/Finish.U
9969      Branch: metaconfig/U/perl
9970            ! Extensions.U dlsrc.U
9971 ____________________________________________________________________________
9972 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
9973         Log: Some protection against spaces in directory names.
9974              (Tru64 still has some makedepend problems in such
9975              cases but that looks like Tru64's problem.)
9976      Branch: perl
9977            ! Configure Makefile.SH
9978 ____________________________________________________________________________
9979 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
9980         Log: Should have been in #14285 but I have sausages for fingers.
9981      Branch: perl
9982            + lib/ExtUtils/MM_BeOS.pm
9983 ____________________________________________________________________________
9984 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
9985         Log: MM_BeOS from Tels.
9986      Branch: perl
9987            + lib/ExtUtils/t/MM_BeOS.t
9988            ! MANIFEST
9989 ____________________________________________________________________________
9990 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
9991         Log: Integrate perlio;
9992              
9993              (reintroduce #14251) Slab allocator for ops
9994              - moved the statics to intrpvar.h
9995              - implemented Slab_Free()
9996              - uses PerlMemShared (for now) if distinction exists.
9997              
9998              Slab allocator submit after resolve -ay to keep it!
9999              
10000              Hand merge of non slab allocator stuff
10001              
10002              const-ness fix in savepv's passing of NULL
10003              
10004              Typo in #else branch of PL_SLAB_ALLOC
10005              
10006              Integrate rest of mainline
10007              
10008              Regen embed enable slab for PERL_IMPLICIT_SYS
10009              
10010              Correct name of PL_OP_SLAB_ALLOC
10011              
10012              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
10013              e.g. -Duse64bitint on a 32-bit platform.
10014              Now uses I32 for use-count and is more careful with its casts.
10015      Branch: perl
10016           !> (integrate 28 files)
10017 ____________________________________________________________________________
10018 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
10019         Log: Add Shuck URL
10020      Branch: maint-5.6/macperl
10021            ! macos/macperl/MacPerl.podhelp
10022 ____________________________________________________________________________
10023 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
10024         Log: Remove obsolete docs
10025      Branch: maint-5.6/macperl
10026            ! ext/File/Glob/Glob.pm
10027 ____________________________________________________________________________
10028 [ 14281] By: nick                                  on 2002/01/15  15:08:43
10029         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
10030              e.g. -Duse64bitint on a 32-bit platform.
10031              Now uses I32 for use-count and is more careful with its casts.
10032      Branch: perlio
10033            ! intrpvar.h op.c
10034 ____________________________________________________________________________
10035 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
10036         Log: Update bundled modules.  Yow!
10037      Branch: maint-5.6/macperl
10038            + macos/bundled_ext/Compress/Zlib/constants.h
10039            + macos/bundled_ext/Compress/Zlib/constants.xs
10040            + macos/bundled_ext/Filter/Util/Call/ppport.h
10041            + macos/bundled_ext/Storable/t/compat-0.6.t
10042            + macos/bundled_ext/Storable/t/dump.pl
10043            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
10044            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
10045            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
10046            + macos/bundled_lib/blib/lib/URI/ssh.pm
10047            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
10048            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
10049            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
10050            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
10051            + macos/bundled_lib/t/Filter/Simple/data.t
10052            + macos/bundled_lib/t/Filter/Simple/export.t
10053            + macos/bundled_lib/t/Filter/Simple/filter_only.t
10054            + macos/bundled_lib/t/Filter/Simple/import.t
10055            + macos/bundled_lib/t/NEXT/actual.t
10056            + macos/bundled_lib/t/NEXT/actuns.t
10057            + macos/bundled_lib/t/NEXT/next.t
10058            + macos/bundled_lib/t/NEXT/unseen.t
10059            + macos/bundled_lib/t/libnet/netrc.t
10060            + macos/bundled_lib/t/libwww-perl/base/http.t
10061            + macos/bundled_lib/t/libwww-perl/live/activestate.t
10062            - macos/bundled_ext/Filter/t/FilterTest.pm
10063            - macos/bundled_ext/Storable/t/compat06.t
10064            - macos/bundled_ext/Storable/t/st-dump.pl
10065            - macos/bundled_lib/t/NEXT/test.pl
10066            - macos/bundled_lib/t/libwww-perl/live/google.t
10067            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
10068            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
10069            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
10070            ! macos/bundled_ext/Compress/Zlib/README
10071            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
10072            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
10073            ! macos/bundled_ext/Compress/Zlib/t/examples.t
10074            ! macos/bundled_ext/Filter/Util/Call/Call.pm
10075            ! macos/bundled_ext/Filter/Util/Call/Call.xs
10076            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
10077            ! macos/bundled_ext/Filter/t/call.t
10078            ! macos/bundled_ext/Filter/t/filter-util.pl
10079            ! macos/bundled_ext/Storable/ChangeLog
10080            ! macos/bundled_ext/Storable/README
10081            ! macos/bundled_ext/Storable/Storable.pm
10082            ! macos/bundled_ext/Storable/t/blessed.t
10083            ! macos/bundled_ext/Storable/t/canonical.t
10084            ! macos/bundled_ext/Storable/t/dclone.t
10085            ! macos/bundled_ext/Storable/t/forgive.t
10086            ! macos/bundled_ext/Storable/t/freeze.t
10087            ! macos/bundled_ext/Storable/t/lock.t
10088            ! macos/bundled_ext/Storable/t/overload.t
10089            ! macos/bundled_ext/Storable/t/recurse.t
10090            ! macos/bundled_ext/Storable/t/retrieve.t
10091            ! macos/bundled_ext/Storable/t/store.t
10092            ! macos/bundled_ext/Storable/t/tied.t
10093            ! macos/bundled_ext/Storable/t/tied_hook.t
10094            ! macos/bundled_ext/Storable/t/tied_items.t
10095            ! macos/bundled_ext/Storable/t/utf8.t
10096            ! macos/bundled_lib/blib/lib/File/Sort.pm
10097            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
10098            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
10099            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
10100            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
10101            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
10102            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
10103            ! macos/bundled_lib/blib/lib/LWP.pm
10104            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
10105            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
10106            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
10107            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
10108            ! macos/bundled_lib/blib/lib/Mail/Address.pm
10109            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
10110            ! macos/bundled_lib/blib/lib/Mail/Field.pm
10111            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
10112            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
10113            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
10114            ! macos/bundled_lib/blib/lib/Mail/Header.pm
10115            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
10116            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
10117            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
10118            ! macos/bundled_lib/blib/lib/Mail/Send.pm
10119            ! macos/bundled_lib/blib/lib/Mail/Util.pm
10120            ! macos/bundled_lib/blib/lib/NEXT.pm
10121            ! macos/bundled_lib/blib/lib/Net/Config.pm
10122            ! macos/bundled_lib/blib/lib/Net/Domain.pm
10123            ! macos/bundled_lib/blib/lib/Net/FTP.pm
10124            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
10125            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
10126            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
10127            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
10128            ! macos/bundled_lib/blib/lib/Net/POP3.pm
10129            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
10130            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
10131            ! macos/bundled_lib/blib/lib/Switch.pm
10132            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
10133            ! macos/bundled_lib/blib/lib/URI/Escape.pm
10134            ! macos/bundled_lib/blib/lib/URI/ftp.pm
10135            ! macos/bundled_lib/blib/lib/lwpcook.pod
10136            ! macos/bundled_lib/t/Filter/Simple/filter.t
10137            ! macos/bundled_lib/t/Switch/t/nested.t
10138            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10139            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10140            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
10141            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
10142            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10143            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
10144            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
10145            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
10146            ! macos/bundled_lib/t/libnet/config.t
10147            ! macos/bundled_lib/t/libnet/ftp.t
10148            ! macos/bundled_lib/t/libnet/hostname.t
10149            ! macos/bundled_lib/t/libnet/nntp.t
10150            ! macos/bundled_lib/t/libnet/require.t
10151            ! macos/bundled_lib/t/libnet/smtp.t
10152            ! macos/bundled_lib/t/libwww-perl/base/headers.t
10153            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
10154            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
10155            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
10156            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
10157            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
10158            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
10159            ! macos/bundled_lib/t/libwww-perl/live/validator.t
10160            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
10161 ____________________________________________________________________________
10162 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
10163         Log: Subject: [PATCH] Socket::sockaddr_family
10164              From: Gisle Aas <gisle@ActiveState.com> 
10165              Date: 15 Jan 2002 06:35:28 -0800
10166              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
10167      Branch: perl
10168            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
10169 ____________________________________________________________________________
10170 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
10171         Log: Subject: [PATCH perldiag] Style issue
10172              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10173              Date: Tue, 15 Jan 2002 15:36:30 +0100                
10174              Message-ID: <20020115153630.A11568@rafael>
10175      Branch: perl
10176            ! pod/perldiag.pod
10177 ____________________________________________________________________________
10178 [ 14277] By: nick                                  on 2002/01/15  14:30:51
10179         Log: Correct name of PL_OP_SLAB_ALLOC
10180      Branch: perlio
10181            ! perl.h
10182 ____________________________________________________________________________
10183 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
10184         Log: NetWare tweak from Ananth Kesari.
10185      Branch: perl
10186            ! lib/ExtUtils/MakeMaker.pm
10187 ____________________________________________________________________________
10188 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
10189         Log: Throwback.
10190      Branch: perl
10191            ! MANIFEST
10192 ____________________________________________________________________________
10193 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
10194         Log: A couple of additional character classes from Jeffrey,
10195              hopefully useful in future for internal use for implementing
10196              some special cases of casing.
10197              
10198              Also regenerate once more all the character classes,
10199              now without the timestamp.  A timestamp would be kind of
10200              nice but it's not: having a timestamp in a file means that
10201              even if the effective contents of file really didn't
10202              change, the file looks as if it changed.
10203      Branch: perl
10204            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
10205            + lib/unicore/Is/CombAbov.pl
10206            ! (edit 304 files)
10207 ____________________________________________________________________________
10208 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
10209         Log: Make the test harder.
10210      Branch: perl
10211            ! t/op/pat.t
10212 ____________________________________________________________________________
10213 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
10214         Log: Additional utf8_heavy.pl tweak from Jeffrey.
10215      Branch: perl
10216            ! lib/utf8_heavy.pl
10217 ____________________________________________________________________________
10218 [ 14271] By: nick                                  on 2002/01/15  11:29:47
10219         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
10220      Branch: perlio
10221            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
10222            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
10223 ____________________________________________________________________________
10224 [ 14270] By: nick                                  on 2002/01/15  08:19:08
10225         Log: Integrate rest of mainline
10226      Branch: perlio
10227           !> (integrate 28 files)
10228 ____________________________________________________________________________
10229 [ 14269] By: nick                                  on 2002/01/15  08:02:44
10230         Log: Typo in #else branch of PL_SLAB_ALLOC
10231      Branch: perlio
10232            ! op.c
10233 ____________________________________________________________________________
10234 [ 14268] By: nick                                  on 2002/01/15  07:57:47
10235         Log: const-ness fix in savepv's passing of NULL
10236      Branch: perlio
10237            ! util.c
10238 ____________________________________________________________________________
10239 [ 14267] By: nick                                  on 2002/01/15  07:42:17
10240         Log: Hand merge of non slab allocator stuff
10241      Branch: perlio
10242            ! op.c
10243 ____________________________________________________________________________
10244 [ 14266] By: nick                                  on 2002/01/15  07:39:33
10245         Log: Slab allocator submit after resolve -ay to keep it!
10246      Branch: perlio
10247           !> op.c
10248 ____________________________________________________________________________
10249 [ 14265] By: nick                                  on 2002/01/15  07:05:06
10250         Log: Blind integrate of bulk of mainline.
10251      Branch: perlio
10252           +> (branch 173 files)
10253            - (delete 184 files)
10254           !> (integrate 146 files)
10255 ____________________________________________________________________________
10256 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
10257         Log: Pod nits.
10258      Branch: perl
10259            ! lib/Unicode/UCD.pm pod/perlunicode.pod
10260 ____________________________________________________________________________
10261 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
10262         Log: The Unicode categories doc patch to go with #14254,
10263              from Jeffrey.
10264      Branch: perl
10265            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
10266 ____________________________________________________________________________
10267 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
10268         Log: There isn't going to be perl.third.exe.
10269      Branch: perl
10270            ! Makefile.SH
10271 ____________________________________________________________________________
10272 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
10273         Log: Subject: [PATCH] small coredump correction
10274              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10275              Date: Tue, 15 Jan 2002 00:22:52 +0100
10276              Message-ID: <20020115002252.I691@rafael>
10277      Branch: perl
10278            ! op.c
10279 ____________________________________________________________________________
10280 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
10281         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
10282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10283              Date: Mon, 14 Jan 2002 23:03:04 +0100
10284              Message-ID: <20020114230304.A691@rafael>   
10285              
10286              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
10287              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10288              Date: Mon, 14 Jan 2002 23:18:43 +0100
10289              Message-ID: <20020114231843.E691@rafael>   
10290      Branch: perl
10291            ! pod/perlsub.pod t/op/override.t toke.c
10292 ____________________________________________________________________________
10293 [ 14259] By: nick                                  on 2002/01/14  22:02:49
10294         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
10295              Need to use CopXXXXX macros everywhere and add CopSTASH_free
10296              Add new scope type and add support for it to scope.c and scope stack
10297              dup-er in sv.c. Add savesharedpv().
10298              Also zealous version of Win32's vmem.h to catch all the abuses.
10299              With this t/op/fork.t passes even with zealous checking and 
10300              checker is point a finger at various threads/shared issues.
10301              
10302              PL_curcop->cop_io is still an issue.
10303      Branch: perlio
10304            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
10305            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
10306            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
10307            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
10308            ! win32/vmem.h win32/win32.c win32/win32.h
10309 ____________________________________________________________________________
10310 [ 14258] By: nick                                  on 2002/01/14  20:24:28
10311         Log: Integrate build parts of mainline
10312      Branch: perlio
10313           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
10314           !> lib/ExtUtils/t/MM_Win32.t
10315 ____________________________________________________________________________
10316 [ 14257] By: nick                                  on 2002/01/14  16:10:54
10317         Log: Inverted sense of special-ness of specialCopIO - supposed to 
10318              be true if value is "special" i.e. NOT an SV.
10319      Branch: perlio
10320            ! perlio.h
10321 ____________________________________________________________________________
10322 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
10323         Log: Update Changes.
10324      Branch: perl
10325            ! Changes patchlevel.h
10326 ____________________________________________________________________________
10327 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
10328         Log: Retract #14251 (the op slab allocator from perlio)
10329              until we figure out why 2.2.19 x86 debian gets
10330              a circular sibling chain and therefore hangs in
10331              the Perl_ck_subr() sibling for-loop.
10332      Branch: perl
10333            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
10334            ! perlapi.c perlapi.h proto.h
10335 ____________________________________________________________________________
10336 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
10337         Log: Big mktables rewrite from Jeffrey;
10338              documentation not yet updated.
10339      Branch: perl
10340            + (add 171 files)
10341            - (delete 182 files)
10342            ! (edit 135 files)
10343 ____________________________________________________________________________
10344 [ 14253] By: ams                                   on 2002/01/14  03:15:05
10345         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
10346              From: Michael G Schwern <schwern@pobox.com>
10347              Date: Sun, 13 Jan 2002 21:00:07 -0500
10348              Message-Id: <20020114020007.GB2877@blackrider>
10349      Branch: perl
10350            ! lib/Cwd.pm
10351 ____________________________________________________________________________
10352 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
10353         Log: Subject: Re: Win32 status - progress !
10354              From: Abe Timmerman <abe@ztreet.demon.nl>       
10355              Date: Mon, 14 Jan 2002 02:29:51 +0100
10356              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
10357      Branch: perl
10358            ! lib/ExtUtils/t/MM_Win32.t
10359 ____________________________________________________________________________
10360 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
10361         Log: Integrate perlio.
10362              
10363              Slab allocator for ops
10364              - moved the statics to intrpvar.h
10365              - implemented Slab_Free()
10366              - uses PerlMemShared (for now) if distinction exists.
10367      Branch: perl
10368           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
10369           !> perlapi.c perlapi.h proto.h
10370 ____________________________________________________________________________
10371 [ 14250] By: nick                                  on 2002/01/13  23:22:34
10372         Log: Slab allocator for ops
10373              - moved the statics to intrpvar.h
10374              - implemented Slab_Free()
10375              - uses PerlMemShared (for now) if distinction exists.
10376      Branch: perlio
10377            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
10378            ! perlapi.c perlapi.h proto.h
10379 ____________________________________________________________________________
10380 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
10381         Log: Start a new test category: uni.  Much of t/op/pat
10382              should probably be moved here, but holding on that
10383              until Jeffrey finishes his big mktables rewrite.
10384              Bits and pieces of op/split, op/pack, op/append,
10385              op/join, could probably be moved to respective uni
10386              tests, too.
10387      Branch: perl
10388            + t/uni/fold.t t/uni/sprintf.t
10389            - t/op/unifold.t t/op/unisprintf.t
10390            ! MANIFEST t/TEST t/harness
10391 ____________________________________________________________________________
10392 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
10393         Log: Subject: [PATCH] enable Win32 to build again
10394              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10395              Date: Sun, 13 Jan 2002 21:49:24 +0100
10396              Message-ID: <3C4200E4.15926.23F6131@localhost>
10397              
10398              miniperl.exe.exe does not exe that well.
10399      Branch: perl
10400            ! lib/ExtUtils/MM_Unix.pm
10401 ____________________________________________________________________________
10402 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
10403         Log: Mention some of the load-affected tests.
10404      Branch: perl
10405            ! INSTALL
10406 ____________________________________________________________________________
10407 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
10408         Log: Move the UTF-8 conversion code earlier so that
10409              op/ver is happy.
10410      Branch: perl
10411            ! sv.c t/op/ver.t
10412 ____________________________________________________________________________
10413 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
10414         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
10415              have diverged quite a bit so no updates there.
10416      Branch: perl
10417            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
10418            ! ext/List/Util/lib/List/Util.pm
10419            ! ext/List/Util/lib/Scalar/Util.pm
10420 ____________________________________________________________________________
10421 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
10422         Log: Make the crypt() pickier: if downgrading doesn't work,
10423              croak.
10424      Branch: perl
10425            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
10426 ____________________________________________________________________________
10427 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
10428         Log: Grow the buffer in case Unicode caused size changes
10429              (and it very probably did).
10430      Branch: perl
10431            ! sv.c
10432 ____________________________________________________________________________
10433 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
10434         Log: Future-proofing from Jeffrey Friedl (for conflicting
10435              In* and Is* names).
10436      Branch: perl
10437            ! lib/utf8_heavy.pl
10438 ____________________________________________________________________________
10439 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
10440         Log: Subject: [PATCH] Re: Warning in B.xs
10441              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10442              Date: Sun, 13 Jan 2002 19:39:52 +0100
10443              Message-ID: <3C41E288.20562.1C8C895@localhost>
10444      Branch: perl
10445            ! ext/B/B.xs
10446 ____________________________________________________________________________
10447 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
10448         Log: Subject: Re: lookbehind broken with latest bleedperl
10449              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10450              Date: Sun, 13 Jan 2002 18:06:22 +0000
10451              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
10452      Branch: perl
10453            ! regexec.c t/op/re_tests
10454 ____________________________________________________________________________
10455 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
10456         Log: Subject: [PATCH] more MM_Unix.t tests
10457              From: Tels <perl_dummy@bloodgate.com>
10458              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
10459              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
10460              
10461              Subject: [PATCH] 14220 misunderstood, I bet          
10462              From: andreas.koenig@anima.de (Andreas J. Koenig)
10463              Date: 12 Jan 2002 21:31:58 +0100
10464              Message-ID: <m3k7un8g5d.fsf@anima.de>
10465      Branch: perl
10466            ! lib/ExtUtils/t/MM_Unix.t
10467 ____________________________________________________________________________
10468 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
10469         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
10470              From: Tels <perl_dummy@bloodgate.com>
10471              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
10472              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
10473              
10474              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
10475              From: Tels <perl_dummy@bloodgate.com>
10476              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
10477              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
10478      Branch: perl
10479            ! lib/ExtUtils/MM_Unix.pm
10480 ____________________________________________________________________________
10481 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
10482         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
10483              From: Nicholas Clark <nick@unfortu.net> 
10484              Date: Sun, 13 Jan 2002 15:58:34 +0000
10485              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
10486      Branch: perl
10487            ! lib/Benchmark.t
10488 ____________________________________________________________________________
10489 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
10490         Log: Anton Berezin did more reading and the uid setting story
10491              gets more complex.
10492      Branch: perl
10493            ! pod/perltodo.pod utils/perldoc.PL
10494 ____________________________________________________________________________
10495 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
10496         Log: Integrate perlio;
10497              
10498              Win32 fixes:
10499              - vmem.h hack to handle free-by-wrong-thread after eval "".
10500              - Initialize timerid 
10501      Branch: perl
10502           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
10503 ____________________________________________________________________________
10504 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
10505         Log: Subject: Re: HiRes
10506              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10507              Date: Sun, 13 Jan 2002 10:18:46 +0100
10508              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
10509              
10510              Give up on socketpair in HP-UX.
10511      Branch: perl
10512            ! ext/Socket/socketpair.t
10513 ____________________________________________________________________________
10514 [ 14233] By: nick                                  on 2002/01/13  16:29:30
10515         Log: Integrate mainline
10516      Branch: perlio
10517           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
10518           !> (integrate 46 files)
10519 ____________________________________________________________________________
10520 [ 14232] By: nick                                  on 2002/01/13  15:37:48
10521         Log: Win32 fixes:
10522              - vmem.h hack to handle free-by-wrong-thread after eval "".
10523              - Initialize timerid 
10524      Branch: perlio
10525            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
10526 ____________________________________________________________________________
10527 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
10528         Log: *groan*
10529      Branch: perl
10530            ! t/op/pat.t
10531 ____________________________________________________________________________
10532 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
10533         Log: One more sharp s case found by Jeffrey.
10534      Branch: perl
10535            ! regexec.c t/op/pat.t
10536 ____________________________________________________________________________
10537 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
10538         Log: Comment tweak.
10539      Branch: perl
10540            ! regexec.c
10541 ____________________________________________________________________________
10542 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
10543         Log: Don't bother checking for the Greek special
10544              cases if the node is too short.
10545      Branch: perl
10546            ! regcomp.c
10547 ____________________________________________________________________________
10548 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
10549         Log: Update Changes.
10550      Branch: perl
10551            ! Changes patchlevel.h
10552 ____________________________________________________________________________
10553 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
10554         Log: metaconfig unit change for #14225.
10555      Branch: metaconfig
10556            + U/modified/i_ndbm.U
10557 ____________________________________________________________________________
10558 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
10559         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
10560              From: Jonathan Stowe <gellyfish@gellyfish.com>
10561              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
10562              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
10563      Branch: perl
10564            ! Configure config_h.SH
10565 ____________________________________________________________________________
10566 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
10567         Log: Quick reformat using indent -kr -nce, as requested
10568              by Dan Kogai and suggest by NI-S.
10569      Branch: perl
10570            ! ext/Encode/encengine.c
10571 ____________________________________________________________________________
10572 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
10573         Log: Couple more Unicode lookbehind tests.
10574      Branch: perl
10575            ! t/op/pat.t
10576 ____________________________________________________________________________
10577 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
10578         Log: Sharp S as a special treat for our German UTF-8 testers :-)
10579      Branch: perl
10580            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
10581 ____________________________________________________________________________
10582 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
10583         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
10584              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10585              Date: Sat, 12 Jan 2002 20:37:32 +0100
10586              Message-ID: <3C409E8C.16203.196C2D3@localhost>
10587      Branch: perl
10588            ! ext/B/B/Deparse.pm
10589 ____________________________________________________________________________
10590 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
10591         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
10592              really worth the bits it's printed on?
10593      Branch: perl
10594            ! lib/ExtUtils/t/MM_Unix.t
10595 ____________________________________________________________________________
10596 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
10597         Log: Special treatment for U+03B0 and U+0390 in //i,
10598              this means that we can remove the minlen pessimisations
10599              introduced by the #14096.
10600      Branch: perl
10601            ! pp_hot.c regcomp.c regexec.c
10602 ____________________________________________________________________________
10603 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
10604         Log: Integrate perlio;
10605              
10606              Abstract out the cloning of SvPVX and handle shared pv in a 
10607              safe (if suboptimal) manner. Does not fix op/fork.t :-(
10608              
10609              Win32-ize socketpair test
10610              - Win32 can fork even though $Config{d_fork} is undef
10611              - SOCK_DGRAM does not work - skip those tests.
10612      Branch: perl
10613           !> ext/Socket/socketpair.t sv.c
10614 ____________________________________________________________________________
10615 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
10616         Log: One should first drop the real uid, not the effective uid.
10617              [ID 20020110.003]
10618      Branch: perl
10619            ! utils/perldoc.PL
10620 ____________________________________________________________________________
10621 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
10622         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
10623              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10624              Date: Fri, 11 Jan 2002 23:29:48 +0100
10625              Message-ID: <3C3F756C.4581.2E2A938@localhost>
10626      Branch: perl
10627            + ext/B/C/C.xs ext/B/C/Makefile.PL
10628            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
10629            ! utils/perlcc.PL
10630 ____________________________________________________________________________
10631 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
10632         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
10633              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
10634              Date: Fri, 11 Jan 2002 14:29:30 -0800
10635              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
10636      Branch: perl
10637            ! ext/B/t/concise.t
10638 ____________________________________________________________________________
10639 [ 14214] By: nick                                  on 2002/01/12  12:31:12
10640         Log: Win32-ize socketpair test
10641              - Win32 can fork even though $Config{d_fork} is undef
10642              - SOCK_DGRAM does not work - skip those tests.
10643      Branch: perlio
10644            ! ext/Socket/socketpair.t
10645 ____________________________________________________________________________
10646 [ 14213] By: nick                                  on 2002/01/12  11:46:28
10647         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
10648              safe (if suboptimal) manner. Does not fix op/fork.t :-(
10649      Branch: perlio
10650            ! sv.c
10651 ____________________________________________________________________________
10652 [ 14212] By: ams                                   on 2002/01/12  06:10:52
10653         Log: Subject: [PATCH] More fixes for Stratus VOS
10654              From: "Green, Paul" <Paul.Green@stratus.com>
10655              Date: Fri, 11 Jan 2002 17:30:37 -0500
10656              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
10657      Branch: perl
10658            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
10659 ____________________________________________________________________________
10660 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
10661         Log: Upgrade to CGI.pm 2.80.
10662      Branch: perl
10663            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
10664 ____________________________________________________________________________
10665 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
10666         Log: FAQ sync.
10667      Branch: perl
10668            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10669            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10670            ! pod/perlfaq8.pod
10671 ____________________________________________________________________________
10672 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
10673         Log: This is getting embarrassing.
10674      Branch: perl
10675            ! t/op/pat.t
10676 ____________________________________________________________________________
10677 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
10678         Log: Doc tweaks.
10679      Branch: perl
10680            ! pod/perlunicode.pod
10681 ____________________________________________________________________________
10682 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
10683         Log: Updating the test count is good; also rephrasing
10684              so that there is no ok output containing "not".
10685      Branch: perl
10686            ! t/op/pat.t
10687 ____________________________________________________________________________
10688 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
10689         Log: Andreas is busy :-)
10690      Branch: perl
10691            ! doop.c t/op/unisprintf.t
10692 ____________________________________________________________________________
10693 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
10694         Log: Unicode lookbehind looked bad.
10695      Branch: perl
10696            ! regexec.c t/op/pat.t
10697 ____________________________________________________________________________
10698 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
10699         Log: Garbage collection.
10700      Branch: perl
10701            ! t/run/kill_perl.t
10702 ____________________________________________________________________________
10703 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
10704         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
10705              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10706              Date: Fri, 11 Jan 2002 23:29:48 +0100
10707              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
10708      Branch: perl
10709            ! embed.fnc global.sym makedef.pl
10710 ____________________________________________________________________________
10711 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
10712         Log: Subject: [PATCH] perldelta nit?
10713              From: Robert Spier <rspier@pobox.com>
10714              Date: Fri, 11 Jan 2002 15:19:16 -0800
10715              Message-ID: <15423.29428.164185.251700@rls.cx>
10716      Branch: perl
10717            ! pod/perldelta.pod
10718 ____________________________________________________________________________
10719 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
10720         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
10721              From: Michael G Schwern <schwern@pobox.com>
10722              Date: Fri, 11 Jan 2002 17:08:17 -0500
10723              Message-ID: <20020111220817.GG2838@blackrider>
10724      Branch: perl
10725            ! t/run/kill_perl.t t/test.pl
10726 ____________________________________________________________________________
10727 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
10728         Log: Subject: [PATCH] Correct misleading error message
10729              From: Mike Guy <mjtg@cam.ac.uk>
10730              Date: Fri, 11 Jan 2002 18:36:33 +0000
10731              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
10732              
10733              hash assignment -> anonymous hash
10734      Branch: perl
10735            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
10736 ____________________________________________________________________________
10737 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
10738         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
10739              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10740              Date: Fri, 11 Jan 2002 16:58:14 +0100
10741              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
10742      Branch: perl
10743            ! ext/Unicode/Normalize/mkheader
10744 ____________________________________________________________________________
10745 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
10746         Log: Add a new test for is-sprintf-preserving Unicodeness:
10747              #14194 and an old one from kill_perl.t (I could have used
10748              sprintf.t, but it's format was quite fixed, and I didn't
10749              feel like breaking the format)
10750      Branch: perl
10751            + t/op/unisprintf.t
10752            ! MANIFEST t/run/kill_perl.t
10753 ____________________________________________________________________________
10754 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
10755         Log: Integrate perlio;
10756              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
10757      Branch: perl
10758           !> win32/win32.c
10759 ____________________________________________________________________________
10760 [ 14196] By: nick                                  on 2002/01/11  20:58:20
10761         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
10762              as C runtime seems to get its hands on them even though we said
10763              they were handled.
10764              Still an issue with "die" out of signal handler - get panic: pp_iter
10765      Branch: perlio
10766            ! win32/win32.c
10767 ____________________________________________________________________________
10768 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
10769         Log: Integrate perlio;
10770              A mostly-stable version of "new" Win32 signal/kill support.
10771      Branch: perl
10772           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
10773           !> win32/config.gc win32/config.vc win32/config_H.bc
10774           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
10775           !> win32/makefile.mk win32/win32.c win32/win32.h
10776 ____________________________________________________________________________
10777 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
10778         Log: Fix for
10779              
10780              Subject: UTF-8 sprintf bug in bleadperl
10781              From: andreas.koenig@anima.de (Andreas J. Koenig)
10782              Date: 11 Jan 2002 15:47:15 +0100
10783              Message-ID: <m3vge99c7g.fsf@anima.de>
10784              
10785              I have tests, have just to figure out where to put them
10786              since op/sprintf looks a bit unfriendly for tests of
10787              somewhat freer form.
10788      Branch: perl
10789            ! doop.c sv.c
10790 ____________________________________________________________________________
10791 [ 14193] By: nick                                  on 2002/01/11  18:25:34
10792         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
10793              Builds and passes a few tests.
10794      Branch: perlio
10795           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
10796           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
10797           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
10798           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
10799           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
10800           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
10801           +> t/lib/sample-tests/lone_not_bug
10802           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
10803           +> t/lib/sample-tests/vms_nit
10804           !> (integrate 63 files)
10805 ____________________________________________________________________________
10806 [ 14192] By: nick                                  on 2002/01/11  17:49:39
10807         Log: A mostly-stable version of "new" Win32 signal/kill support.
10808      Branch: perlio
10809            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
10810            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10811            ! win32/config_h.PL win32/makefile.mk win32/win32.c
10812            ! win32/win32.h
10813 ____________________________________________________________________________
10814 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
10815         Log: Update Changes.
10816      Branch: perl
10817            ! Changes patchlevel.h
10818 ____________________________________________________________________________
10819 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
10820         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
10821              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10822              Date: Thu, 10 Jan 2002 18:21:34 -0800
10823              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
10824      Branch: perl
10825            + ext/B/t/concise.t
10826            ! MANIFEST
10827 ____________________________________________________________________________
10828 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
10829         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
10830              necessary in form.t and html.t @INC setups.
10831      Branch: perl
10832            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
10833 ____________________________________________________________________________
10834 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
10835         Log: Yet another twist.
10836      Branch: perl
10837            ! t/test.pl
10838 ____________________________________________________________________________
10839 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
10840         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
10841              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10842              Date: Fri, 11 Jan 2002 13:04:15 +0100      
10843              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
10844      Branch: perl
10845            ! hints/aix.sh
10846 ____________________________________________________________________________
10847 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
10848         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
10849              From: Jonathan Stowe <gellyfish@gellyfish.com> 
10850              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
10851              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
10852      Branch: perl
10853            ! lib/AnyDBM_File.t
10854 ____________________________________________________________________________
10855 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
10856         Log: Arguments were being mangled.
10857      Branch: perl
10858            ! t/test.pl
10859 ____________________________________________________________________________
10860 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
10861         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
10862              From: Jonathan Stowe <gellyfish@gellyfish.com>
10863              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
10864              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
10865      Branch: perl
10866            ! lib/AnyDBM_File.t
10867 ____________________________________________________________________________
10868 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
10869         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
10870              From: Michael G Schwern <schwern@pobox.com> 
10871              Date: Fri, 11 Jan 2002 04:26:27 -0500
10872              Message-ID: <20020111092626.GA16544@blackrider>
10873      Branch: perl
10874            ! t/run/kill_perl.t t/test.pl
10875 ____________________________________________________________________________
10876 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
10877         Log: Subject: [PATCH] Test::Harness 2.01
10878              From: Michael G Schwern <schwern@pobox.com> 
10879              Date: Thu, 10 Jan 2002 21:11:24 -0500
10880              Message-ID: <20020111021123.GA30666@blackrider>
10881      Branch: perl
10882            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
10883            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
10884            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
10885            + lib/Test/Harness/t/nonumbers.t
10886            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
10887            + t/lib/sample-tests/lone_not_bug
10888            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
10889            + t/lib/sample-tests/vms_nit
10890            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
10891            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
10892 ____________________________________________________________________________
10893 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
10894         Log: patch is silly when creating new files: don't run
10895              patch more than once.
10896      Branch: perl
10897            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
10898 ____________________________________________________________________________
10899 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
10900         Log: Forgot from #14179.
10901      Branch: perl
10902            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
10903 ____________________________________________________________________________
10904 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
10905         Log: Subject: [PATCH] is() undef/'' behavior change
10906              From: Michael G Schwern <schwern@pobox.com> 
10907              Date: Fri, 11 Jan 2002 03:35:51 -0500
10908              Message-ID: <20020111083551.GC30666@blackrider>
10909              
10910              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
10911              From: Michael G Schwern <schwern@pobox.com> 
10912              Date: Fri, 11 Jan 2002 03:37:44 -0500
10913              Message-ID: <20020111083744.GD30666@blackrider>
10914      Branch: perl
10915            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
10916            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
10917            ! lib/Pod/t/InputObjects.t lib/blib.t
10918 ____________________________________________________________________________
10919 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
10920         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
10921              From: Michael G Schwern <schwern@pobox.com> 
10922              Date: Thu, 10 Jan 2002 19:56:23 -0500
10923              Message-ID: <20020111005623.GA13192@blackrider>
10924      Branch: perl
10925            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
10926            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
10927            ! lib/Test/Simple.pm lib/Test/Simple/Changes
10928            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
10929            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10930            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
10931            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
10932            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
10933            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
10934            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
10935            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
10936            ! lib/Test/Simple/t/plan_is_noplan.t
10937            ! lib/Test/Simple/t/plan_no_plan.t
10938            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
10939            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
10940            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
10941            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
10942            ! lib/Test/Tutorial.pod
10943 ____________________________________________________________________________
10944 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
10945         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
10946              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
10947              
10948              turns out even the malloc() was never really needed to begin with,
10949              so get rid of it
10950      Branch: perl
10951            ! sv.c
10952 ____________________________________________________________________________
10953 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
10954         Log: Small doc tweaks.
10955      Branch: perl
10956            ! pod/perluniintro.pod
10957 ____________________________________________________________________________
10958 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
10959         Log: support using the CRT's malloc() family of functions instead of
10960              the internal one when ithreads is enabled; allocate large blocks
10961              using VirtualAlloc() since the Heap*() functions may only be tuned
10962              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
10963              
10964              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
10965              also see comments at the top of win32/vmem.h for other options that
10966              can be set
10967      Branch: perl
10968            ! win32/vmem.h
10969 ____________________________________________________________________________
10970 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
10971         Log: Subject: micropatch
10972              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10973              Date: Thu, 10 Jan 2002 18:20:58 +0000
10974              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
10975      Branch: perl
10976            ! regcomp.c
10977 ____________________________________________________________________________
10978 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
10979         Log: Subject: [PATCH] Embed.t on Win32
10980              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10981              Date: Thu, 10 Jan 2002 18:56:21 +0100
10982              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
10983      Branch: perl
10984            ! lib/ExtUtils/t/Embed.t
10985 ____________________________________________________________________________
10986 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
10987         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
10988              From: Gisle Aas <gisle@ActiveState.com>
10989              Date: 10 Jan 2002 08:56:05 -0800
10990              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
10991      Branch: perl
10992            ! toke.c
10993 ____________________________________________________________________________
10994 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
10995         Log: Subject: [PATCH] doc fixes
10996              From: "Brendan O'Dea" <bod@debian.org>
10997              Date: Fri, 11 Jan 2002 03:49:54 +1100
10998              Message-ID: <20020110164954.GA21891@compusol.com.au>
10999      Branch: perl
11000            ! lib/I18N/Collate.pm pod/perlfunc.pod
11001 ____________________________________________________________________________
11002 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
11003         Log: Integrate perlio; More signal hackery.
11004      Branch: perl
11005           !> win32/win32.c
11006 ____________________________________________________________________________
11007 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
11008         Log: No need to show internal encodings, or return them
11009              in random order.
11010      Branch: perl
11011            ! ext/Encode/Encode.pm
11012 ____________________________________________________________________________
11013 [ 14168] By: nick                                  on 2002/01/10  17:33:31
11014         Log: Integrate mainline
11015      Branch: perlio
11016            - ext/Unicode/Normalize/Normalize.pod
11017           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
11018           !> ext/Unicode/Normalize/Makefile.PL
11019           !> ext/Unicode/Normalize/Normalize.pm
11020           !> ext/Unicode/Normalize/Normalize.xs
11021           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
11022           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
11023           !> t/run/kill_perl.t toke.c
11024 ____________________________________________________________________________
11025 [ 14167] By: nick                                  on 2002/01/10  17:08:35
11026         Log: More signal hackery
11027      Branch: perlio
11028            ! win32/win32.c
11029 ____________________________________________________________________________
11030 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
11031         Log: I think we can claim to be supporting Unicode
11032              "loose matching" now.
11033      Branch: perl
11034            ! pod/perlunicode.pod
11035 ____________________________________________________________________________
11036 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
11037         Log: Subject: doc patch
11038              From: mjd@plover.com
11039              Date: 10 Jan 2002 15:12:27 -0000
11040              Message-ID: <20020110151227.14850.qmail@plover.com>
11041      Branch: perl
11042            ! pod/perlrun.pod
11043 ____________________________________________________________________________
11044 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
11045         Log: Subject: Re: [ID 20011223.001] accept leaks memory
11046              From: Andy Dougherty <doughera@lafayette.edu>
11047              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
11048              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
11049      Branch: perl
11050            ! hints/linux.sh
11051 ____________________________________________________________________________
11052 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
11053         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
11054      Branch: perl
11055           !> win32/win32.c
11056 ____________________________________________________________________________
11057 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
11058         Log: Subject: [PATCH] Magic numbers in B::Concise
11059              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
11060              Date: Wed, 9 Jan 2002 23:04:01 -0800
11061              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
11062      Branch: perl
11063            ! ext/B/B/Concise.pm ext/B/O.pm
11064 ____________________________________________________________________________
11065 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
11066         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
11067              From: Gisle Aas <gisle@ActiveState.com>
11068              Date: 09 Jan 2002 21:52:40 -0800
11069              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
11070      Branch: perl
11071            ! t/lib/strict/vars toke.c
11072 ____________________________________________________________________________
11073 [ 14160] By: nick                                  on 2002/01/09  21:29:39
11074         Log: Skeleton coding of more kill() support on Win32.
11075      Branch: perlio
11076            ! win32/win32.c
11077 ____________________________________________________________________________
11078 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
11079         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
11080              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11081              Date: Wed, 9 Jan 2002 23:24:32 +0100
11082              Message-ID: <20020109232432.A692@rafael>
11083      Branch: perl
11084            ! ext/B/B/Deparse.pm
11085 ____________________________________________________________________________
11086 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
11087         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
11088              From: Jonathan Stowe <gellyfish@gellyfish.com>
11089              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
11090              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
11091      Branch: perl
11092            ! t/run/kill_perl.t
11093 ____________________________________________________________________________
11094 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
11095         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
11096              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11097              Date: Wed, 09 Jan 2002 20:16:54 +0000
11098              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
11099      Branch: perl
11100            ! regexec.c
11101 ____________________________________________________________________________
11102 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
11103         Log: Subject: [Patch @14129] fixes Unicode::Normalize
11104              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11105              Date: Thu, 10 Jan 2002 01:08:56 +0900
11106              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
11107      Branch: perl
11108            - ext/Unicode/Normalize/Normalize.pod
11109            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
11110            ! ext/Unicode/Normalize/Normalize.pm
11111            ! ext/Unicode/Normalize/Normalize.xs
11112            ! ext/Unicode/Normalize/mkheader
11113 ____________________________________________________________________________
11114 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
11115         Log: Integrate perlio; (Re-)implement alarm() for Win32.
11116      Branch: perl
11117           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
11118           !> win32/win32iop.h
11119 ____________________________________________________________________________
11120 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
11121         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
11122              From: Nicholas Clark <nick@unfortu.net>
11123              Date: Wed, 9 Jan 2002 17:56:04 +0000
11124              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
11125      Branch: perl
11126            ! t/op/readdir.t
11127 ____________________________________________________________________________
11128 [ 14153] By: nick                                  on 2002/01/09  16:18:57
11129         Log: Integrate mainline
11130      Branch: perlio
11131           +> ext/threads/t/stress_re.t t/op/unifold.t
11132            - lib/unifold.t
11133           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
11134           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
11135           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
11136 ____________________________________________________________________________
11137 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
11138         Log: Update Changes.
11139      Branch: perl
11140            ! Changes patchlevel.h
11141 ____________________________________________________________________________
11142 [ 14151] By: nick                                  on 2002/01/09  14:27:36
11143         Log: (Re-)implement alarm() for Win32.
11144      Branch: perlio
11145            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
11146            ! win32/win32iop.h
11147 ____________________________________________________________________________
11148 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
11149         Log: Thinko.
11150      Branch: perl
11151            ! ext/threads/t/stress_re.t
11152 ____________________________________________________________________________
11153 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
11154         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
11155              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
11156              Date: Wed, 09 Jan 2002 13:37:17 +0000                
11157              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
11158      Branch: perl
11159            ! regexec.c t/op/re_tests
11160 ____________________________________________________________________________
11161 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
11162         Log: Subject: Re: Weird Malformed warning in bleadperl    
11163              From: andreas.koenig@anima.de (Andreas J. Koenig)    
11164              Date: 09 Jan 2002 11:12:37 +0100
11165              Message-ID: <m3itabbzoq.fsf@anima.de>
11166      Branch: perl
11167            ! regexec.c t/op/pat.t
11168 ____________________________________________________________________________
11169 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
11170         Log: Forgot stress_re.t from MANIFEST.
11171      Branch: perl
11172            ! MANIFEST
11173 ____________________________________________________________________________
11174 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
11175         Log: In dumping use isPRINT() instead of isprint() so that locale
11176              does not come into play.
11177      Branch: perl
11178            ! utf8.c
11179 ____________________________________________________________________________
11180 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
11181         Log: Add a threads stress test for regular expressions
11182              (mostly just a modified stress_string.t) and doesn't
11183              test that much of regular expressions, just that $1
11184              doesn't get stomped by competing threads (as it does
11185              in the 5005threads of old).
11186      Branch: perl
11187            + ext/threads/t/stress_re.t
11188            ! MANIFEST
11189 ____________________________________________________________________________
11190 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
11191         Log: (retracted by #14307)
11192              Subject: Re: [ID 20010912.007] substr reference core dump
11193              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11194              Date: Tue, 08 Jan 2002 19:17:50 +0000
11195              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
11196      Branch: perl
11197            ! scope.c t/run/kill_perl.t
11198 ____________________________________________________________________________
11199 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
11200         Log: SANY (. with /s) wasn't happy on Unicode.
11201      Branch: perl
11202            ! regexec.c t/op/pat.t
11203 ____________________________________________________________________________
11204 [ 14142] By: ams                                   on 2002/01/08  22:42:10
11205         Log: Subject: [PATCH] perldebug nit
11206              From: Tels <tels@bloodgate.com>
11207              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
11208      Branch: perl
11209            ! pod/perldebug.pod
11210 ____________________________________________________________________________
11211 [ 14141] By: ams                                   on 2002/01/08  21:32:59
11212         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
11213              From: "Green, Paul" <Paul.Green@stratus.com>
11214              Date: Tue, 8 Jan 2002 17:31:35 -0500
11215              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
11216      Branch: perl
11217            ! Makefile.SH
11218 ____________________________________________________________________________
11219 [ 14140] By: ams                                   on 2002/01/08  21:27:57
11220         Log: Subject: [PATCH] Re: Slight chokage from Deparse
11221              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11222              Date: Tue, 8 Jan 2002 23:04:45 +0100
11223              Message-Id: <20020108230445.A4798@rafael>
11224      Branch: perl
11225            ! ext/B/B/Deparse.pm
11226 ____________________________________________________________________________
11227 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
11228         Log: Subject: [patch] peep() is rude
11229              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
11230              Date: Tue, 08 Jan 2002 19:17:50 +0000            
11231              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
11232      Branch: perl
11233            ! op.c t/run/kill_perl.t
11234 ____________________________________________________________________________
11235 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
11236         Log: unifold is really an op test since it requires
11237              no external modules for its actual testing:
11238              only the unicore CaseFold.txt file, and File::Spec
11239              to portably access that file.
11240      Branch: perl
11241            + t/op/unifold.t
11242            - lib/unifold.t
11243            ! MANIFEST
11244 ____________________________________________________________________________
11245 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
11246         Log: Subject: [patch] save a test 
11247              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11248              Date: Tue, 08 Jan 2002 16:18:47 +0000
11249              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
11250      Branch: perl
11251            ! regcomp.c
11252 ____________________________________________________________________________
11253 [ 14136] By: nick                                  on 2002/01/08  16:11:55
11254         Log: Integrate mainline
11255      Branch: perlio
11256           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
11257           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
11258           !> (integrate 37 files)
11259 ____________________________________________________________________________
11260 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
11261         Log: Subject: Not OK 13843 
11262              From: andreas.koenig@anima.de (Andreas J. Koenig)
11263              Date: 08 Jan 2002 14:12:29 +0100
11264              Message-ID: <m38zb9c7gi.fsf@anima.de>
11265      Branch: perl
11266            ! op.c t/op/subst.t
11267 ____________________________________________________________________________
11268 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
11269         Log: Missed one variant of the fold testing, noticed bu Hugo.
11270      Branch: perl
11271            ! lib/unifold.t
11272 ____________________________________________________________________________
11273 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
11274         Log: Enchance the Storable magic description.
11275      Branch: perl
11276            ! ext/Storable/Storable.pm
11277 ____________________________________________________________________________
11278 [ 14132] By: ams                                   on 2002/01/08  09:16:12
11279         Log: Subject: [PATCH] don't installperl pods
11280              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11281              Date: Tue, 08 Jan 2002 10:36:01 +0100
11282              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
11283      Branch: perl
11284            ! installperl
11285 ____________________________________________________________________________
11286 [ 14131] By: ams                                   on 2002/01/08  03:38:40
11287         Log: Subject: Math-BigInt v1.49 released
11288              From: Tels <perl_dummy@bloodgate.com>
11289              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
11290      Branch: perl
11291            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
11292            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
11293            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11294            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
11295            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
11296            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
11297            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
11298            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11299            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
11300            ! t/lib/Math/BigInt/Subclass.pm
11301 ____________________________________________________________________________
11302 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
11303         Log: A little better comments.
11304      Branch: perl
11305            ! regexec.c
11306 ____________________________________________________________________________
11307 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
11308         Log: No normalization form DNF.
11309      Branch: perl
11310            ! ext/Unicode/Normalize/Normalize.pm
11311 ____________________________________________________________________________
11312 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
11313         Log: Extension nits found by -Wall (several from threads
11314              and threads::shared, but leaving them to Arthur).
11315      Branch: perl
11316            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
11317            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
11318            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
11319            ! ext/Unicode/Normalize/mkheader x2p/str.c
11320 ____________________________________________________________________________
11321 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
11322         Log: Sync up Changes etc.
11323      Branch: maint-5.6/macperl
11324            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
11325 ____________________________________________________________________________
11326 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
11327         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
11328      Branch: maint-5.6/macperl
11329            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
11330 ____________________________________________________________________________
11331 [ 14125] By: ams                                   on 2002/01/07  22:03:22
11332         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
11333              From: Nicholas Clark (sans From field in mail header)
11334              Date: Mon, 7 Jan 2002 16:18:23 +0000
11335              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
11336      Branch: perl
11337            ! lib/Exporter.pm
11338 ____________________________________________________________________________
11339 [ 14124] By: ams                                   on 2002/01/07  21:46:11
11340         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
11341              From: "Green, Paul" <Paul.Green@stratus.com>
11342              Date: Mon, 7 Jan 2002 16:59:38 -0500
11343              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
11344      Branch: perl
11345            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
11346 ____________________________________________________________________________
11347 [ 14123] By: nick                                  on 2002/01/07  18:49:55
11348         Log: Integrate mainline
11349      Branch: perlio
11350           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
11351           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
11352           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
11353           !> regexec.c t/op/re_tests utf8.c utf8.h
11354 ____________________________________________________________________________
11355 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
11356         Log: Update Changes.
11357      Branch: perl
11358            ! Changes patchlevel.h
11359 ____________________________________________________________________________
11360 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
11361         Log: Subject: [PATCH] Correct module name in perldelta*
11362              From: Mike Guy <mjtg@cam.ac.uk>
11363              Date: Mon, 07 Jan 2002 17:02:43 +0000
11364              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
11365      Branch: perl
11366            ! pod/perl561delta.pod pod/perl56delta.pod
11367 ____________________________________________________________________________
11368 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
11369         Log: AUTHORS update.
11370      Branch: perl
11371            ! AUTHORS
11372 ____________________________________________________________________________
11373 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
11374         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
11375      Branch: perl
11376            ! ext/Storable/Storable.pm
11377 ____________________________________________________________________________
11378 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
11379         Log: perldelta updates.
11380      Branch: perl
11381            ! pod/perldelta.pod
11382 ____________________________________________________________________________
11383 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
11384         Log: Document the flags of pv_uni_display().
11385      Branch: perl
11386            ! pod/perlapi.pod utf8.c
11387 ____________________________________________________________________________
11388 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
11389         Log: Forgot from #14115.
11390      Branch: perl
11391            ! t/op/re_tests
11392 ____________________________________________________________________________
11393 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
11394         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
11395              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
11396              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
11397              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
11398      Branch: perl
11399            ! regcomp.c
11400 ____________________________________________________________________________
11401 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
11402         Log: More regex and utf8 debug dumping.
11403      Branch: perl
11404            ! dump.c regcomp.c regexec.c utf8.c utf8.h
11405 ____________________________________________________________________________
11406 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
11407         Log: Unused variable.
11408      Branch: perl
11409            ! regcomp.c
11410 ____________________________________________________________________________
11411 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
11412         Log: Regen toc.
11413      Branch: perl
11414            ! pod/perltoc.pod
11415 ____________________________________________________________________________
11416 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
11417         Log: capitalize correctly, noticed by David Dyck.
11418      Branch: perl
11419            ! lib/sort.pm
11420 ____________________________________________________________________________
11421 [ 14110] By: nick                                  on 2002/01/06  22:05:19
11422         Log: Integrate mainline - threads mended, DB_File sick?
11423      Branch: perlio
11424           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
11425           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11426           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
11427           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
11428           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
11429 ____________________________________________________________________________
11430 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
11431         Log: No need to overqualify.
11432      Branch: perl
11433            ! lib/sort.pm
11434 ____________________________________________________________________________
11435 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
11436         Log: PL_debug_pad wasn't initialized to zeroes which broke
11437              ithreads + DEBUGGING.
11438      Branch: perl
11439            ! sv.c
11440 ____________________________________________________________________________
11441 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
11442         Log: Update Changes.
11443      Branch: perl
11444            ! Changes patchlevel.h
11445 ____________________________________________________________________________
11446 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
11447         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
11448              From: Jonathan Stowe <gellyfish@gellyfish.com>
11449              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
11450              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
11451      Branch: perl
11452            ! pp_sys.c
11453 ____________________________________________________________________________
11454 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
11455         Log: DB_File sync from Paul Marquess.
11456      Branch: perl
11457            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11458            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
11459            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
11460 ____________________________________________________________________________
11461 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
11462         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
11463              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
11464              Date: Sun, 6 Jan 2002 11:44:30 +0100
11465              Message-ID: <3C38389E.7831.493570@localhost>
11466      Branch: perl
11467            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
11468            ! utils/perlcc.PL
11469 ____________________________________________________________________________
11470 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
11471         Log: Tests for #14098.
11472      Branch: perl
11473            ! t/op/lc.t
11474 ____________________________________________________________________________
11475 [ 14102] By: nick                                  on 2002/01/06  11:33:55
11476         Log: Integrate mainline (PPPort still multi-building).
11477      Branch: perlio
11478           +> lib/unifold.t
11479           !> (integrate 30 files)
11480 ____________________________________________________________________________
11481 [ 14101] By: ams                                   on 2002/01/06  04:52:50
11482         Log: Subject: [PATCH] Bad prototype detection now an optional warning
11483              From: Sam Tregar <sam@tregar.com>
11484              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
11485              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
11486      Branch: perl
11487            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
11488            ! t/comp/proto.t toke.c
11489 ____________________________________________________________________________
11490 [ 14100] By: ams                                   on 2002/01/06  01:56:59
11491         Log: Subject: [PATCH] Correct several Stratus VOS build issues
11492              From: "Green, Paul" <Paul.Green@stratus.com>
11493              Date: Sat, 5 Jan 2002 21:30:56 -0500
11494              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
11495      Branch: perl
11496            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
11497 ____________________________________________________________________________
11498 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
11499         Log: Further perl.org URL elaboration from Ask.
11500      Branch: perl
11501            ! pod/perlfaq1.pod pod/perlfaq2.pod
11502 ____________________________________________________________________________
11503 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
11504         Log: The same problem with To{Lower,Title,Upper}
11505              as earlier with ToFold.
11506      Branch: perl
11507            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
11508            ! lib/unicore/To/Upper.pl lib/unicore/mktables
11509 ____________________________________________________________________________
11510 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
11511         Log: Retract #14057 for now; the alarm/setitimer timers
11512              seen to be the same in many systems, which leads into
11513              hangups.
11514      Branch: perl
11515            ! ext/Time/HiRes/HiRes.t
11516 ____________________________________________________________________________
11517 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
11518         Log: Finish up (ha!) the Unicode case folding;
11519              enhance regex dumping code.
11520      Branch: perl
11521            + lib/unifold.t
11522            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
11523            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
11524 ____________________________________________________________________________
11525 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
11526         Log: Use the perl.org news gw instead of the perl.com one
11527              (from Ask).
11528      Branch: perl
11529            ! pod/perlfaq1.pod pod/perlfaq2.pod
11530 ____________________________________________________________________________
11531 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
11532         Log: Zero() wasn't documented.
11533      Branch: perl
11534            ! pod/perlclib.pod
11535 ____________________________________________________________________________
11536 [ 14093] By: ams                                   on 2002/01/05  17:58:35
11537         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
11538              From: Nicholas Clark <nick@unfortu.net>
11539              Date: Sat, 5 Jan 2002 18:55:39 +0000
11540              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
11541      Branch: perl
11542            ! lib/Memoize/t/tie_ndbm.t
11543 ____________________________________________________________________________
11544 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
11545         Log: Also UNICOS/mk has deviant socketpair().
11546      Branch: perl
11547            ! ext/Socket/socketpair.t
11548 ____________________________________________________________________________
11549 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
11550         Log: Ooops.  Retract the regex parts of #14090.
11551      Branch: perl
11552            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
11553 ____________________________________________________________________________
11554 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
11555         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
11556              From: Nicholas Clark <nick@unfortu.net> 
11557              Date: Sat, 5 Jan 2002 18:10:13 +0000
11558              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
11559      Branch: perl
11560            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
11561            ! regcomp.h regexec.c
11562 ____________________________________________________________________________
11563 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
11564         Log: Integrate perlio; a missing aTHX.
11565      Branch: perl
11566           !> op.c
11567 ____________________________________________________________________________
11568 [ 14088] By: nick                                  on 2002/01/05  12:35:01
11569         Log: One missing aTHX_
11570      Branch: perlio
11571            ! op.c
11572 ____________________________________________________________________________
11573 [ 14087] By: nick                                  on 2002/01/05  12:00:48
11574         Log: Raw integrate of mainline - op.c looks dodgy.
11575      Branch: perlio
11576           +> lib/Pod/t/Functions.t t/op/winsystem.t
11577            - lib/File/Spec/NW5.pm t/op/system.t
11578           !> (integrate 77 files)
11579 ____________________________________________________________________________
11580 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
11581         Log: integrate changes from maint-5.6/macperl branch
11582      Branch: maint-5.6/perl
11583           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
11584           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
11585 ____________________________________________________________________________
11586 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
11587         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
11588              found by Marc Lehmann.
11589      Branch: perl
11590            ! pp.c
11591 ____________________________________________________________________________
11592 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
11593         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
11594              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11595              Date: Sat, 5 Jan 2002 00:31:12 +0100
11596              Message-ID: <20020105003112.E1850@rafael>              
11597      Branch: perl
11598            ! t/comp/proto.t
11599 ____________________________________________________________________________
11600 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
11601         Log: A bit of "perl.com" cleanup.
11602      Branch: perl
11603            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
11604            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11605            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
11606            ! pod/perlmodlib.PL pod/perlmodlib.pod
11607 ____________________________________________________________________________
11608 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
11609         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
11610              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11611              Date: Fri, 4 Jan 2002 23:35:19 +0100
11612              Message-ID: <20020104233519.A1850@rafael>
11613      Branch: perl
11614            ! op.c
11615 ____________________________________________________________________________
11616 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
11617         Log: Integrate change #14062 from macperl;
11618              Define setbuf, setvbuf for Mac OS
11619      Branch: perl
11620           !> ext/IO/IO.xs
11621 ____________________________________________________________________________
11622 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
11623         Log: Bump version, update Changes
11624      Branch: maint-5.6/macperl
11625            ! macos/Changes macos/MPVersion.r
11626 ____________________________________________________________________________
11627 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
11628         Log: Add more droplets
11629      Branch: maint-5.6/macperl
11630            + macos/macperl/Droplets/gluedialect.plx
11631            + macos/macperl/Droplets/glueedit.plx
11632            + macos/macperl/Droplets/gluemac.plx
11633            + macos/macperl/Droplets/gluescriptadds.plx
11634            + macos/macperl/Droplets/installme.plx
11635            + macos/macperl/Droplets/show_glue_pods.plx
11636            + macos/macperl/Droplets/tarzipme.plx
11637            + macos/macperl/Droplets/untarzipme.plx
11638 ____________________________________________________________________________
11639 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
11640         Log: Display the native pwd command.
11641      Branch: perl
11642            ! ext/Cwd/t/cwd.t
11643 ____________________________________________________________________________
11644 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
11645         Log: Under Mac OS X /dev/stdout is normally a symlink,
11646              but when running the test it seems to become a socket.
11647              So let's extend our censorship.
11648      Branch: perl
11649            ! t/op/stat.t
11650 ____________________________________________________________________________
11651 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
11652         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
11653      Branch: maint-5.6/macperl
11654            + macos/HandleSocket.cp
11655            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
11656            ! macos/macperl.sym
11657 ____________________________________________________________________________
11658 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
11659         Log: Doc updates
11660      Branch: maint-5.6/macperl
11661            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
11662 ____________________________________________________________________________
11663 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
11664         Log: Update libraries
11665      Branch: maint-5.6/macperl
11666            ! macos/macperl/Makefile.mk
11667 ____________________________________________________________________________
11668 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
11669         Log: Update tests to Mac::StandardFile from StandardFile.pl,
11670              plus other fixes
11671      Branch: maint-5.6/macperl
11672            ! macos/ext/Mac/Menus/t/MenuBar.t
11673            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
11674            ! macos/ext/Mac/Movies/t/PlayMovie.t
11675            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
11676            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
11677            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
11678            ! macos/ext/Mac/Resources/t/Resources.t
11679 ____________________________________________________________________________
11680 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
11681         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
11682      Branch: maint-5.6/macperl
11683            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
11684            ! macos/ext/Mac/Movies/Movies.xs
11685            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
11686            ! macos/ext/Mac/StandardFile/StandardFile.xs
11687            ! macos/ext/Mac/Windows/Windows.xs
11688 ____________________________________________________________________________
11689 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
11690         Log: Updates for Universal Headers 3.4 (forgot one)
11691      Branch: maint-5.6/macperl
11692            ! macos/macperl/MPConsole.cp
11693 ____________________________________________________________________________
11694 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
11695         Log: Updates for Universal Headers 3.4
11696      Branch: maint-5.6/macperl
11697            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
11698            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
11699            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
11700            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
11701            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
11702            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
11703            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
11704            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
11705            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
11706 ____________________________________________________________________________
11707 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
11708         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
11709              from <200112112327.JAA25434@gpo.metropolis.net.au>;
11710              don't crash on quit for 68K (MacPerl Bug #490013)
11711      Branch: maint-5.6/macperl
11712            ! macos/macish.c macos/macperl/MPConsole.cp
11713 ____________________________________________________________________________
11714 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
11715         Log: If we do have socketpair(), make my_socketpair()
11716              just call the real socketpair().  This way we always
11717              have real code behind my_socketpair() and a symbol
11718              corresponding to the my_socketpair in global.sym.
11719      Branch: perl
11720            ! embed.fnc embed.h makedef.pl proto.h util.c
11721 ____________________________________________________________________________
11722 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
11723         Log: Disable sigaction (MacPerl Bug #470321)
11724      Branch: maint-5.6/macperl
11725            ! macos/config.h macos/config.sh
11726 ____________________________________________________________________________
11727 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
11728         Log: Make GUSI resource work (MacPerl Bug #464638)
11729      Branch: maint-5.6/macperl
11730            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
11731            ! macos/macperl/MacPerl.rsrc
11732 ____________________________________________________________________________
11733 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
11734         Log: Make AutoSplit go a little deeper
11735      Branch: maint-5.6/macperl
11736            ! macos/Makefile.mk
11737 ____________________________________________________________________________
11738 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
11739         Log: A few doc updates from bleadperl
11740      Branch: maint-5.6/macperl
11741            ! pod/perlmodinstall.pod pod/perlport.pod
11742 ____________________________________________________________________________
11743 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
11744         Log: Sync up to latest changes from bleadperl
11745      Branch: maint-5.6/macperl
11746            ! lib/File/Find.pm
11747 ____________________________________________________________________________
11748 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
11749         Log: Define setbuf, setvbuf for Mac OS
11750      Branch: maint-5.6/macperl
11751            ! ext/IO/IO.xs
11752 ____________________________________________________________________________
11753 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
11754         Log: Delete by request of Mark-Jason Dominus (change #13676)
11755      Branch: maint-5.6/macperl
11756            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
11757 ____________________________________________________________________________
11758 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
11759         Log: Spread the good word of "env".
11760      Branch: perl
11761            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
11762 ____________________________________________________________________________
11763 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
11764         Log: Till the system tests do something non-Win*, better rename
11765              the test so that people on other platforms don't get confused.
11766              (Not win32system, because assumedly there's win64, too.)
11767      Branch: perl
11768            + t/op/winsystem.t
11769            - t/op/system.t
11770            ! MANIFEST
11771 ____________________________________________________________________________
11772 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
11773         Log: Some tweaks.
11774      Branch: perl
11775            ! lib/Pod/t/Functions.t
11776 ____________________________________________________________________________
11777 [ 14057] By: ams                                   on 2002/01/04  17:40:31
11778         Log: (retracted by #14057)
11779              
11780              Subject: [PATCH] Time/HiRes/HiRes.t
11781              From: Nicholas Clark <nick@unfortu.net>
11782              Date: Fri, 4 Jan 2002 17:28:46 +0000
11783              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
11784      Branch: perl
11785            ! ext/Time/HiRes/HiRes.t
11786 ____________________________________________________________________________
11787 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
11788         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
11789              From: Abe Timmerman <abe@ztreet.demon.nl>
11790              Date: Fri, 04 Jan 2002 18:42:33 +0100
11791              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
11792      Branch: perl
11793            + lib/Pod/t/Functions.t
11794            ! MANIFEST lib/Pod/Functions.pm
11795 ____________________________________________________________________________
11796 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
11797         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
11798              From: "Craig A. Berry" <craigberry@mac.com>
11799              Date: Thu, 3 Jan 2002 17:32:20 -0600
11800              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
11801      Branch: perl
11802            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
11803 ____________________________________________________________________________
11804 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
11805         Log: Document the U+0085, U+2028, and U+2029.
11806      Branch: perl
11807            ! pod/perlre.pod pod/perlretut.pod
11808 ____________________________________________________________________________
11809 [ 14053] By: ams                                   on 2002/01/04  03:27:44
11810         Log: Subject: [PATCH] warn if not CORE::dump
11811              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11812              Date: Thu, 3 Jan 2002 22:04:00 +0100
11813              Message-Id: <20020103220400.A13958@rafael>
11814      Branch: perl
11815            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
11816 ____________________________________________________________________________
11817 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
11818         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
11819      Branch: perl
11820            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
11821 ____________________________________________________________________________
11822 [ 14051] By: ams                                   on 2002/01/04  03:00:12
11823         Log: Subject: [PATCH] File::Compare::VERSION
11824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11825              Date: Thu, 3 Jan 2002 23:42:52 +0100
11826              Message-Id: <20020103234252.G13958@rafael>
11827      Branch: perl
11828            ! lib/File/Compare.pm
11829 ____________________________________________________________________________
11830 [ 14050] By: ams                                   on 2002/01/04  02:58:05
11831         Log: Subject: [PATCH @14042] threads::shared doc
11832              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
11833              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
11834              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
11835      Branch: perl
11836            ! ext/threads/shared/shared.pm
11837 ____________________________________________________________________________
11838 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
11839         Log: #14048 exposed few false positives, to be fixed soonish.
11840      Branch: perl
11841            ! t/op/pat.t
11842 ____________________________________________________________________________
11843 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
11844         Log: Do not add the first characters of multicharacter foldings
11845              into character classes.
11846      Branch: perl
11847            ! regcomp.c
11848 ____________________________________________________________________________
11849 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
11850         Log: A bit of testing for #14046.
11851      Branch: perl
11852            ! t/op/pat.t
11853 ____________________________________________________________________________
11854 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
11855         Log: Allow emitting the foldcased version of "\x{df}", "ss"
11856              (among others, another example would be \x{fb00} -> "ff")
11857      Branch: perl
11858            ! regcomp.c
11859 ____________________________________________________________________________
11860 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
11861         Log: Subject: [PATCH] File::Spec & NetWare
11862              From: Dave Rolsky <autarch@urth.org>
11863              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
11864              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
11865      Branch: perl
11866            - lib/File/Spec/NW5.pm
11867            ! MANIFEST lib/File/Spec.pm
11868 ____________________________________________________________________________
11869 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
11870         Log: FAQ sync (RCS Ids only?)
11871      Branch: perl
11872            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
11873 ____________________________________________________________________________
11874 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
11875         Log: AUTHORs updates.
11876      Branch: perl
11877            ! AUTHORS
11878 ____________________________________________________________________________
11879 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
11880         Log: Update Changes.
11881      Branch: perl
11882            ! Changes patchlevel.h
11883 ____________________________________________________________________________
11884 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
11885         Log: Missed the =head1 additions.
11886      Branch: perl
11887            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
11888            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
11889            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
11890            ! util.c
11891 ____________________________________________________________________________
11892 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
11893         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
11894              From: Robin Barker <rmb1@cise.npl.co.uk>
11895              Date: Thu, 3 Jan 2002 15:26:20 GMT
11896              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
11897      Branch: perl
11898            ! lib/Carp.t lib/Carp/Heavy.pm
11899 ____________________________________________________________________________
11900 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
11901         Log: Subject: [PATCH hv.c] 
11902              From: Robin Barker <rmb1@cise.npl.co.uk>
11903              Date: Thu, 3 Jan 2002 14:49:06 GMT
11904              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
11905              
11906              -Wformat check.
11907      Branch: perl
11908            ! hv.c
11909 ____________________________________________________________________________
11910 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
11911         Log: NetWare tweaks from Ananth Kesari.
11912      Branch: perl
11913            ! NetWare/t/NWScripts.pl lib/File/Find.pm
11914 ____________________________________________________________________________
11915 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
11916         Log: Cast.
11917      Branch: perl
11918            ! regexec.c
11919 ____________________________________________________________________________
11920 [ 14036] By: ams                                   on 2002/01/03  12:12:31
11921         Log: Grammar fix suggested by Gwyn Judd.
11922      Branch: perl
11923            ! pod/perldiag.pod
11924 ____________________________________________________________________________
11925 [ 14035] By: nick                                  on 2002/01/03  09:22:42
11926         Log: More strange perlio != mainline differences where
11927              I have not been.
11928      Branch: perlio
11929           !> hints/unicos.sh hints/unicosmk.sh
11930 ____________________________________________________________________________
11931 [ 14034] By: nick                                  on 2002/01/03  09:19:37
11932         Log: Integrate mainline (including force integrate of
11933              lib/charnames.pm which had got out-of-step)
11934      Branch: perlio
11935           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
11936 ____________________________________________________________________________
11937 [ 14033] By: ams                                   on 2002/01/03  08:24:24
11938         Log: Subject: Not ok 14031: PPPort Makefile.PL
11939              From: andreas.koenig@anima.de (Andreas J. Koenig)
11940              Date: 03 Jan 2002 10:17:46 +0100
11941              Message-Id: <m3sn9n94jp.fsf@anima.de>
11942      Branch: perl
11943            ! ext/Devel/PPPort/Makefile.PL
11944 ____________________________________________________________________________
11945 [ 14032] By: nick                                  on 2002/01/03  08:24:00
11946         Log: Integrate mainline.
11947      Branch: perlio
11948           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
11949           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
11950           !> (integrate 31 files)
11951 ____________________________________________________________________________
11952 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
11953         Log: Off-by-one is my middle name.
11954      Branch: perl
11955            ! regexec.c
11956 ____________________________________________________________________________
11957 [ 14030] By: ams                                   on 2002/01/02  23:56:37
11958         Log: Subject: [PATCH @14015] threads::shared disabling
11959              From: Andy Bussey <andybussey@yahoo.co.uk>
11960              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
11961              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
11962      Branch: perl
11963            + ext/threads/shared/t/no_share.t
11964            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
11965 ____________________________________________________________________________
11966 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
11967         Log: Simon's new perlapi scheme, I hope I got all the pieces.
11968      Branch: perl
11969            + autodoc.pl embed.fnc
11970            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
11971 ____________________________________________________________________________
11972 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
11973         Log: Integrate perlio; more PPPort Makefile source dependence removal
11974      Branch: perl
11975           !> ext/Devel/PPPort/Makefile.PL perl.h
11976 ____________________________________________________________________________
11977 [ 14027] By: ams                                   on 2002/01/02  21:42:50
11978         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
11979              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11980              Date: Wed, 2 Jan 2002 23:09:13 +0100
11981              Message-Id: <20020102230913.A17373@rafael>
11982      Branch: perl
11983            ! pod/perldiag.pod
11984 ____________________________________________________________________________
11985 [ 14026] By: ams                                   on 2002/01/02  21:38:34
11986         Log: Subject: Re: PATCH: lib/Term/Cap.pm
11987              From: Jonathan Stowe <gellyfish@gellyfish.com>
11988              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
11989              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
11990      Branch: perl
11991            ! lib/Term/Cap.pm
11992 ____________________________________________________________________________
11993 [ 14025] By: ams                                   on 2002/01/02  18:34:26
11994         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
11995              From: Sam Tregar <sam@tregar.com>
11996              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
11997              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
11998      Branch: perl
11999            ! pod/perldiag.pod t/comp/proto.t toke.c
12000 ____________________________________________________________________________
12001 [ 14024] By: ams                                   on 2002/01/02  18:16:12
12002         Log: Subject: PATCH: lib/Term/Cap.pm
12003              From: Norton Allen <allen@huarp.harvard.edu>
12004              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
12005              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
12006      Branch: perl
12007            ! lib/Term/Cap.pm
12008 ____________________________________________________________________________
12009 [ 14023] By: ams                                   on 2002/01/02  18:12:31
12010         Log: Subject: PATCH: lib/Cwd.pm for QNX4
12011              From: Norton Allen <allen@huarp.harvard.edu>
12012              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
12013              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
12014      Branch: perl
12015            ! lib/Cwd.pm
12016 ____________________________________________________________________________
12017 [ 14022] By: nick                                  on 2002/01/02  18:01:21
12018         Log: More PPPort Makefile source dependence removal
12019      Branch: perlio
12020            ! ext/Devel/PPPort/Makefile.PL
12021 ____________________________________________________________________________
12022 [ 14021] By: nick                                  on 2002/01/02  17:44:36
12023         Log: Sort out muddle of editing on three machines ...
12024      Branch: perlio
12025           !> Changes MANIFEST cygwin/Makefile.SHs
12026           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
12027           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
12028           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
12029 ____________________________________________________________________________
12030 [ 14020] By: ams                                   on 2002/01/02  17:06:27
12031         Log: Fix misplaced application of #14016.
12032      Branch: perl
12033            ! op.c
12034 ____________________________________________________________________________
12035 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
12036         Log: Integrate perlio; avoid uninit debug_pad.
12037      Branch: perl
12038           !> sv.c
12039 ____________________________________________________________________________
12040 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
12041         Log: makedepend VOS fix from Paul Green.
12042      Branch: perl
12043            ! makedepend.SH
12044 ____________________________________________________________________________
12045 [ 14017] By: nick                                  on 2002/01/02  16:09:43
12046         Log: Avoid un-init perl_debug_pad in clones
12047      Branch: perlio
12048            ! sv.c
12049 ____________________________________________________________________________
12050 [ 14016] By: ams                                   on 2002/01/02  15:58:11
12051         Log: Subject: [PATCH] random crash in B::LISTOP::last
12052              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12053              Date: Wed, 2 Jan 2002 17:37:28 +0100
12054              Message-Id: <3C334558.3906.19CB98D@localhost>
12055      Branch: perl
12056            ! op.c
12057 ____________________________________________________________________________
12058 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
12059         Log: Update Changes.
12060      Branch: perl
12061            ! Changes patchlevel.h
12062 ____________________________________________________________________________
12063 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
12064         Log: One more iteration of the ibcmp_utf8() interface,
12065              hopefully this is a convergent iteration...
12066      Branch: perl
12067            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
12068 ____________________________________________________________________________
12069 [ 14013] By: ams                                   on 2002/01/02  13:43:58
12070         Log: Upgrade to podlators-1.19.
12071      Branch: perl
12072            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
12073            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
12074            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
12075            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
12076            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
12077 ____________________________________________________________________________
12078 [ 14012] By: ams                                   on 2002/01/02  09:48:51
12079         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
12080              From: martyn@inpharmatica.co.uk
12081              Date: Wed, 19 Dec 2001 19:05:00 +0000
12082              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
12083      Branch: perl
12084            ! lib/Pod/Usage.pm
12085 ____________________________________________________________________________
12086 [ 14011] By: nick                                  on 2002/01/02  08:38:18
12087         Log: Integrate mainline
12088      Branch: perlio
12089           !> (integrate 28 files)
12090 ____________________________________________________________________________
12091 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
12092         Log: Make ibcmp_utf8() optionally progress in either string for
12093              as long as it takes and optionally record how far it got.
12094      Branch: perl
12095            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
12096 ____________________________________________________________________________
12097 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
12098         Log: Once more try to get the PPPort Makefile right.
12099      Branch: perl
12100            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
12101 ____________________________________________________________________________
12102 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
12103         Log: -Wall silencing.
12104      Branch: perl
12105            ! utf8.c
12106 ____________________________________________________________________________
12107 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
12108         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
12109              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12110              Date: Tue, 1 Jan 2002 22:45:21 +0100       
12111              Message-ID: <20020101224521.A691@rafael>
12112      Branch: perl
12113            ! ext/B/B/Deparse.pm
12114 ____________________________________________________________________________
12115 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
12116         Log: VOS tweak from Paul Green: VOS has different O_BINARY
12117              and O_TEXT, but VOS always uses LF, never CRLF.
12118      Branch: perl
12119            ! perl.h
12120 ____________________________________________________________________________
12121 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
12122         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
12123      Branch: perl
12124            ! regexec.c utf8.c
12125 ____________________________________________________________________________
12126 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
12127         Log: Now that to_utf8_fold() was fixed.
12128      Branch: perl
12129            ! regcomp.c regexec.c
12130 ____________________________________________________________________________
12131 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
12132         Log: Integrate perlio; experimental binmode() re-coding.
12133      Branch: perl
12134           !> perlio.c
12135 ____________________________________________________________________________
12136 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
12137         Log: Document the to_utf8_*() functions.
12138      Branch: perl
12139            ! embed.pl pod/perlapi.pod utf8.c
12140 ____________________________________________________________________________
12141 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
12142         Log: Better support for multicharacter foldings.
12143              Now all but two of the CaseFold.txt cases work-- but
12144              only when the target string is single-character, more
12145              debugging needed.
12146      Branch: perl
12147            ! regexec.c
12148 ____________________________________________________________________________
12149 [ 14000] By: ams                                   on 2002/01/01  15:59:43
12150         Log: Subject: [PATCH] don't installperl pods
12151              From: Nicholas Clark <nick@unfortu.net>
12152              Date: Tue, 1 Jan 2002 16:44:12 +0000
12153              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
12154      Branch: perl
12155            ! installperl
12156 ____________________________________________________________________________
12157 [ 13999] By: ams                                   on 2002/01/01  14:34:04
12158         Log: Subject: [PATCH] perldiag.pod transposition
12159              From: Nicholas Clark <nick@unfortu.net>
12160              Date: Tue, 1 Jan 2002 15:03:52 +0000
12161              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
12162      Branch: perl
12163            ! pod/perldiag.pod
12164 ____________________________________________________________________________
12165 [ 13998] By: ams                                   on 2002/01/01  13:36:49
12166         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
12167              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12168              Date: Tue, 1 Jan 2002 15:12:36 +0100
12169              Message-Id: <20020101151236.A951@rafael>
12170      Branch: perl
12171            ! pod/perldiag.pod
12172 ____________________________________________________________________________
12173 [ 13997] By: ams                                   on 2002/01/01  13:33:06
12174         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
12175              From: Nicholas Clark <nick@unfortu.net>
12176              Date: Tue, 1 Jan 2002 13:13:17 +0000
12177              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
12178      Branch: perl
12179            ! ext/Socket/socketpair.t
12180 ____________________________________________________________________________
12181 [ 13996] By: ams                                   on 2002/01/01  04:44:28
12182         Log: Subject: [PATCH @13746] Leaner exporter
12183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12184              Date: Mon, 31 Dec 2001 18:16:08 -0500
12185              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
12186      Branch: perl
12187            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
12188 ____________________________________________________________________________
12189 [ 13995] By: ams                                   on 2002/01/01  04:29:44
12190         Log: Subject: [PATCH @13746] h2xs broken
12191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12192              Date: Mon, 31 Dec 2001 17:48:55 -0500
12193              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
12194      Branch: perl
12195            ! utils/h2xs.PL
12196 ____________________________________________________________________________
12197 [ 13994] By: ams                                   on 2002/01/01  04:25:46
12198         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
12199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12200              Date: Mon, 31 Dec 2001 17:42:25 -0500
12201              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
12202      Branch: perl
12203            ! lib/ExtUtils/MM_Unix.pm
12204 ____________________________________________________________________________
12205 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
12206         Log: Rename the variables to be a bit more consistent.
12207      Branch: perl
12208            ! utf8.c
12209 ____________________________________________________________________________
12210 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
12211         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
12212              (found by Jeffrey Friedl)
12213      Branch: perl
12214            ! regexec.c t/op/pat.t utf8.c
12215 ____________________________________________________________________________
12216 [ 13991] By: nick                                  on 2001/12/31  18:08:55
12217         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
12218      Branch: perlio
12219            ! perlio.c
12220 ____________________________________________________________________________
12221 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
12222         Log: Update Changes.
12223      Branch: perl
12224            ! Changes patchlevel.h
12225 ____________________________________________________________________________
12226 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
12227         Log: Less unused ones.
12228      Branch: perl
12229            ! regexec.c
12230 ____________________________________________________________________________
12231 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
12232         Log: Unused variable.
12233      Branch: perl
12234            ! regcomp.c
12235 ____________________________________________________________________________
12236 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
12237         Log: Forgotten file.
12238      Branch: perl
12239            ! MANIFEST
12240 ____________________________________________________________________________
12241 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
12242         Log: Subject: Re: Cygwin: one down one to go 
12243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12244              Date: Mon, 31 Dec 2001 18:34:36 +0100
12245              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
12246      Branch: perl
12247            ! cygwin/Makefile.SHs
12248 ____________________________________________________________________________
12249 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
12250         Log: Add some comments to the recent Unicode case-folding saga.
12251      Branch: perl
12252            ! regcomp.c regexec.c
12253 ____________________________________________________________________________
12254 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
12255         Log: Slight comment tweakage.
12256      Branch: perl
12257            ! ext/I18N/Langinfo/Langinfo.t
12258 ____________________________________________________________________________
12259 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
12260         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
12261      Branch: perl
12262            ! perl.h
12263 ____________________________________________________________________________
12264 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
12265         Log: Subject: [ PATCH] Cygwin: one down one to go
12266              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12267              Date: Mon, 31 Dec 2001 17:03:40 +0100
12268              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
12269      Branch: perl
12270            ! lib/Pod/t/basic.t
12271 ____________________________________________________________________________
12272 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
12273         Log: Tweak the dependencies not to recompile everytime,
12274              as suggested by NI-S.
12275      Branch: perl
12276            ! ext/Devel/PPPort/Makefile.PL
12277 ____________________________________________________________________________
12278 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
12279         Log: Planning still not right.
12280      Branch: perl
12281            ! lib/User/grent.t
12282 ____________________________________________________________________________
12283 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
12284         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
12285              From: Michael G Schwern <schwern@pobox.com>
12286              Date: Sun, 30 Dec 2001 18:07:55 -0500
12287              Message-ID: <20011230230755.GG12840@blackrider>
12288              
12289              (lib/User/grent, really)
12290      Branch: perl
12291            ! lib/User/grent.t
12292 ____________________________________________________________________________
12293 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
12294         Log: Integrate perlio; cleanup, in particular avoid accidental
12295              PerlIO_flush(NULL) if PerlIONext is NULL.
12296      Branch: perl
12297           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
12298 ____________________________________________________________________________
12299 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
12300         Log: Subject: typo in IO::Socket::INET.pm
12301              From: mjd@plover.com
12302              Date: 31 Dec 2001 14:31:10 -0000
12303              Message-ID: <20011231143110.4989.qmail@plover.com>
12304      Branch: perl
12305            ! ext/IO/lib/IO/Socket/INET.pm
12306 ____________________________________________________________________________
12307 [ 13976] By: nick                                  on 2001/12/31  13:56:11
12308         Log: Integrate mainline
12309      Branch: perlio
12310           !> (integrate 29 files)
12311 ____________________________________________________________________________
12312 [ 13975] By: nick                                  on 2001/12/31  12:40:50
12313         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
12314              if PerlIONext is NULL.
12315      Branch: perlio
12316            ! perlio.c perliol.h
12317 ____________________________________________________________________________
12318 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
12319         Log: Subject: Re: [PATCH] Basic bad prototype detection
12320              From: Sam Tregar <sam@tregar.com>
12321              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
12322              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
12323      Branch: perl
12324            ! t/comp/proto.t toke.c
12325 ____________________________________________________________________________
12326 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
12327         Log: Subject: [PATCH] configure.com / scriptdirexp
12328              From: "Craig A. Berry" <craigberry@mac.com>
12329              Date: Sun, 30 Dec 2001 15:47:28 -0600
12330              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
12331      Branch: perl
12332            ! configure.com
12333 ____________________________________________________________________________
12334 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
12335         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
12336              From: Abe Timmerman <abe@ztreet.demon.nl>
12337              Date: Mon, 31 Dec 2001 03:55:27 +0100
12338              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
12339      Branch: perl
12340            ! lib/ExtUtils/t/MM_Win32.t
12341 ____________________________________________________________________________
12342 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
12343         Log: Subject: [PATCH] Basic bad prototype detection
12344              From: Sam Tregar <sam@tregar.com> 
12345              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
12346              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
12347      Branch: perl
12348            ! pod/perldiag.pod t/comp/proto.t toke.c
12349 ____________________________________________________________________________
12350 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
12351         Log: Makefiles are sloppy about the exe suffix
12352              (from Paul Green)
12353      Branch: perl
12354            ! Makefile.SH x2p/Makefile.SH
12355 ____________________________________________________________________________
12356 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
12357         Log: Delay folding until necessary; start of handling
12358              folding into several characters.
12359      Branch: perl
12360            ! regcomp.c regexec.c
12361 ____________________________________________________________________________
12362 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
12363         Log: gcc -Wall dewhine.
12364      Branch: perl
12365            ! regexec.c
12366 ____________________________________________________________________________
12367 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
12368         Log: More Unicode folding tweaks, avoid potential false matches.
12369      Branch: perl
12370            ! regexec.c
12371 ____________________________________________________________________________
12372 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
12373         Log: Make that six wrongs.
12374      Branch: perl
12375            ! regexec.c utf8.c
12376 ____________________________________________________________________________
12377 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
12378         Log: Four wrongs can make a right.
12379      Branch: perl
12380            ! regexec.c utf8.c
12381 ____________________________________________________________________________
12382 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
12383         Log: Fix all the I case foldings as per CaseFold.txt.
12384      Branch: perl
12385            ! regcomp.c regexec.c
12386 ____________________________________________________________________________
12387 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
12388         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
12389      Branch: perl
12390            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
12391            ! regexec.c utf8.c
12392 ____________________________________________________________________________
12393 [ 13962] By: nick                                  on 2001/12/30  18:33:41
12394         Log: Integrate 8.3 fix for PPPort fix
12395      Branch: perlio
12396           +> ext/Devel/PPPort/ppport_h.PL
12397            - ext/Devel/PPPort/ppport.h.PL
12398            ! ext/Devel/PPPort/MANIFEST
12399           !> ext/Devel/PPPort/Makefile.PL
12400 ____________________________________________________________________________
12401 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
12402         Log: Integrate perlio; more win32 stuff:
12403              
12404              A. Use Perl_my_socketpair()
12405              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
12406              load winsock.
12407              C. (In passing) work round fact that $$ is now SvREADONLY
12408              so we need to take special measures to set it during
12409              pseudo-fork.
12410      Branch: perl
12411           !> util.c win32/perlhost.h
12412 ____________________________________________________________________________
12413 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
12414         Log: Fix ppport.h for Unix.
12415      Branch: perl
12416            + ext/Devel/PPPort/ppport_h.PL
12417            - ext/Devel/PPPort/ppport.h.PL
12418            ! MANIFEST ext/Devel/PPPort/Makefile.PL
12419 ____________________________________________________________________________
12420 [ 13959] By: nick                                  on 2001/12/30  16:53:42
12421         Log: Win32 stuff:
12422              A. Use Perl_my_socketpair()
12423              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
12424              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
12425              take special measures to set it during pseudo-fork.
12426      Branch: perlio
12427            ! util.c win32/perlhost.h
12428 ____________________________________________________________________________
12429 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
12430         Log: Integrate perlio; win32 kicking.
12431      Branch: perl
12432           +> ext/Devel/PPPort/ppport.h.PL
12433           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
12434           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
12435           !> proto.h
12436 ____________________________________________________________________________
12437 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
12438         Log: metaconfig unit change for #13956.
12439      Branch: metaconfig
12440            ! U/modified/spitshell.U
12441 ____________________________________________________________________________
12442 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
12443         Log: Must look for cat also in $PATH (noticed by Philip Newton).
12444      Branch: perl
12445            ! Configure
12446 ____________________________________________________________________________
12447 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
12448         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
12449              From: Blair Zajac <blair@orcaware.com>
12450              Date: Sat, 29 Dec 2001 22:37:03 -0800
12451              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
12452      Branch: perl
12453            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
12454 ____________________________________________________________________________
12455 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
12456         Log: Regen files.
12457      Branch: perl
12458            ! embed.h global.sym pod/perlapi.pod uconfig.h
12459 ____________________________________________________________________________
12460 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
12461         Log: Subject: [PATCH] -t without -w 
12462              From: Michael G Schwern <schwern@pobox.com>
12463              Date: Sat, 29 Dec 2001 23:46:25 -0500
12464              Message-ID: <20011230044625.GA14386@blackrider>
12465      Branch: perl
12466            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
12467            ! warnings.pl
12468 ____________________________________________________________________________
12469 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
12470         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
12471              From: Dave Rolsky <autarch@urth.org>               
12472              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
12473              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
12474              
12475              $^O is NetWare, not Netware.
12476      Branch: perl
12477            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
12478 ____________________________________________________________________________
12479 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
12480         Log: Sarathy thinks undoing C++ comments from C++ files
12481              is a bit too zealous.
12482      Branch: perl
12483            ! win32/perlhost.h win32/vmem.h
12484 ____________________________________________________________________________
12485 [ 13950] By: nick                                  on 2001/12/30  14:30:02
12486         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
12487              This gets them into Errno.pm - yet to prove they end up in $!.
12488      Branch: perlio
12489            ! ext/Errno/Errno_pm.PL
12490 ____________________________________________________________________________
12491 [ 13949] By: nick                                  on 2001/12/30  12:02:21
12492         Log: Integrate Cwd muddle
12493      Branch: perlio
12494           !> MANIFEST installperl lib/Cwd.pm
12495 ____________________________________________________________________________
12496 [ 13948] By: nick                                  on 2001/12/30  11:51:40
12497         Log: remove embed.pl duplicates
12498      Branch: perlio
12499            ! embed.h embed.pl global.sym proto.h
12500 ____________________________________________________________________________
12501 [ 13947] By: nick                                  on 2001/12/30  11:35:51
12502         Log: More Cwd tidy up
12503      Branch: perl
12504            ! MANIFEST installperl
12505 ____________________________________________________________________________
12506 [ 13946] By: nick                                  on 2001/12/30  11:12:42
12507         Log: Undo a mess trying Cwd.pm in its ext directory
12508      Branch: perl
12509            + lib/Cwd.pm
12510            - ext/Cwd/Cwd.pm
12511 ____________________________________________________________________________
12512 [ 13945] By: nick                                  on 2001/12/30  10:03:43
12513         Log: Integrate mainline
12514      Branch: perl
12515           +> ext/Cwd/Cwd.pm
12516            - lib/Cwd.pm
12517            ! MANIFEST
12518      Branch: perlio
12519           !> (integrate 45 files)
12520 ____________________________________________________________________________
12521 [ 13944] By: nick                                  on 2001/12/30  09:27:16
12522         Log: "Port" Devel::PPPort to Win32:
12523              - need to set @INC before use in the test
12524              - {} are special to dmake, so use ppport.h.PL
12525              rather than commandline 
12526      Branch: perlio
12527            + ext/Devel/PPPort/ppport.h.PL
12528            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
12529 ____________________________________________________________________________
12530 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
12531         Log: Update Changes.
12532      Branch: perl
12533            ! Changes patchlevel.h
12534 ____________________________________________________________________________
12535 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
12536         Log: Subject: [PATCH] cleaner close on tests, take 2
12537              From: andreas.koenig@anima.de (Andreas J. Koenig)
12538              Date: 29 Dec 2001 21:42:37 +0100
12539              Message-ID: <m33d1tvjuq.fsf@anima.de>
12540              
12541              (the DB_File patches)
12542      Branch: perl
12543            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12544            ! ext/DB_File/t/db-recno.t
12545 ____________________________________________________________________________
12546 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
12547         Log: Integrate perlio; regen'ed config_H.?c
12548      Branch: perl
12549           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12550 ____________________________________________________________________________
12551 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
12552         Log: Subject: [PATCH] cleaner close on tests, take 2             
12553              From: andreas.koenig@anima.de (Andreas J. Koenig)
12554              Date: 29 Dec 2001 21:42:37 +0100
12555              Message-ID: <m33d1tvjuq.fsf@anima.de>
12556              
12557              (except for the three DB_File patch fragments)
12558      Branch: perl
12559            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
12560            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
12561            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
12562            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
12563            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
12564            ! t/op/runlevel.t t/op/write.t t/run/switches.t
12565 ____________________________________________________________________________
12566 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
12567         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
12568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12569              Date: Sat, 29 Dec 2001 20:38:59 +0100
12570              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
12571              
12572              (NetWare tree not touched because it's very //)
12573      Branch: perl
12574            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
12575            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
12576            ! wince/include/errno.h wince/include/netdb.h
12577            ! wince/include/sys/socket.h wince/include/sys/stat.h
12578            ! wince/perllib.c wince/perlmain.c wince/win32.h
12579            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
12580            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
12581 ____________________________________________________________________________
12582 [ 13938] By: nick                                  on 2001/12/29  19:23:32
12583         Log: Integrate mainline (ok linux)
12584      Branch: perlio
12585           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
12586           !> (integrate 33 files)
12587 ____________________________________________________________________________
12588 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
12589         Log: Give up on serious testing of langinfo().  Leave the old
12590              code in place, though.
12591      Branch: perl
12592            ! ext/I18N/Langinfo/Langinfo.t
12593 ____________________________________________________________________________
12594 [ 13936] By: nick                                  on 2001/12/29  18:20:33
12595         Log: Routine regen_config_h - no real differences other than order of crypt 
12596      Branch: perlio
12597            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12598 ____________________________________________________________________________
12599 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
12600         Log: Integrate perlio;
12601              
12602              Define the two socket error numbers in terms of WSAEXXXXX equivalents
12603              
12604              Fudge Config.pm so File::Spec does not croak.
12605      Branch: perl
12606           !> win32/FindExt.pm win32/win32.h
12607 ____________________________________________________________________________
12608 [ 13934] By: nick                                  on 2001/12/29  17:27:50
12609         Log: Fudge Config.pm so File::Spec does not croak.
12610      Branch: perlio
12611            ! win32/FindExt.pm
12612 ____________________________________________________________________________
12613 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
12614         Log: metaconfig unit changes for #13932.
12615      Branch: metaconfig
12616            + U/modified/Init.U
12617            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
12618 ____________________________________________________________________________
12619 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
12620         Log: VOS tweaks from Paul Green.
12621              
12622              The Configure tweaks: the _exe needs to be
12623              set after the init; VOS has fd 3 hardwired to /dev/tty;
12624              the grep/ln/make substitutions really need to stick.
12625      Branch: perl
12626            ! Configure hints/vos.sh perl.h util.c vos/build.cm
12627            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12628            ! vos/config.ga.h vos/vosish.h
12629 ____________________________________________________________________________
12630 [ 13931] By: nick                                  on 2001/12/29  17:00:38
12631         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
12632              (just to get util.c to compile)
12633      Branch: perlio
12634            ! win32/win32.h
12635 ____________________________________________________________________________
12636 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
12637         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
12638              From: coral@eekeek.org
12639              Date: Fri, 28 Dec 2001 19:58:22 -0500      
12640              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
12641      Branch: perl
12642            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
12643            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
12644            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
12645            ! pod/perlunicode.pod pod/perlxs.pod util.c
12646 ____________________________________________________________________________
12647 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
12648         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
12649      Branch: perl
12650            ! t/op/exec.t
12651 ____________________________________________________________________________
12652 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
12653         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
12654              From: Abe Timmerman <abe@ztreet.demon.nl>
12655              Date: Sat, 29 Dec 2001 13:10:06 +0100
12656              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
12657      Branch: perl
12658            + lib/Pod/t/InputObjects.t
12659 ____________________________________________________________________________
12660 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
12661         Log: Integrate perlio;
12662              
12663              Quick fix (after couple of clever fixes failed) for
12664              "accept leaks memory" fail [ID 20011223.001]
12665              
12666              Nick Clark's embed.pl fix for my_socketpair
12667      Branch: perl
12668           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
12669 ____________________________________________________________________________
12670 [ 13926] By: nick                                  on 2001/12/29  15:23:21
12671         Log: Nick Clark's embed.pl fix for my_socketpair
12672      Branch: perlio
12673            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
12674 ____________________________________________________________________________
12675 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
12676         Log: Slight tweaks on the MM_Win32.t.
12677      Branch: perl
12678            ! lib/ExtUtils/t/MM_Win32.t
12679 ____________________________________________________________________________
12680 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
12681         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
12682              From: Abe Timmerman <abe@ztreet.demon.nl>
12683              Date: Sat, 29 Dec 2001 12:51:36 +0100
12684              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
12685      Branch: perl
12686            + lib/ExtUtils/t/MM_Win32.t
12687            ! MANIFEST
12688 ____________________________________________________________________________
12689 [ 13923] By: nick                                  on 2001/12/29  15:12:07
12690         Log: Quick fix (after couple of clever fixes failed) for
12691              "accept leaks memory" fail [ID 20011223.001]
12692      Branch: perlio
12693            ! pp_sys.c
12694 ____________________________________________________________________________
12695 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
12696         Log: Subject: [PATCH] Module names and other nits
12697              From: Autrijus Tang <autrijus@autrijus.org>                 
12698              Date: Sat, 29 Dec 2001 01:59:28 +0800
12699              Message-ID: <20011229015928.A29712@geb.elixus.org>              
12700      Branch: perl
12701            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
12702            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
12703            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
12704            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
12705            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
12706 ____________________________________________________________________________
12707 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
12708         Log: socketpair tweaks from Nicholas Clark.
12709      Branch: perl
12710            ! ext/Socket/socketpair.t util.c
12711 ____________________________________________________________________________
12712 [ 13920] By: nick                                  on 2001/12/29  12:36:21
12713         Log: Integrate mainline
12714      Branch: perlio
12715           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
12716           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
12717           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12718           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
12719           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
12720           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
12721           !> t/op/sysio.t
12722 ____________________________________________________________________________
12723 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
12724         Log: Retract #13917.
12725      Branch: perl
12726            ! doop.c
12727 ____________________________________________________________________________
12728 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
12729         Log: Subject: provisional MakeMaker patch for VMS
12730              From: "Craig A. Berry" <craigberry@mac.com> 
12731              Date: Thu, 27 Dec 2001 22:29:37 -0600
12732              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
12733      Branch: perl
12734            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12735 ____________________________________________________________________________
12736 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
12737         Log: (retracted by #13919)
12738      Branch: perl
12739            ! doop.c
12740 ____________________________________________________________________________
12741 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
12742         Log: metaconfig unit change for #13915.
12743      Branch: metaconfig/U/perl
12744            ! d_u32align.U
12745 ____________________________________________________________________________
12746 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
12747         Log: Remove debris in any case.
12748      Branch: perl
12749            ! Configure
12750 ____________________________________________________________________________
12751 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
12752         Log: Subject: [PATCH] Re: B::walksymtable oddness
12753              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12754              Date: Thu, 27 Dec 2001 19:14:24 +0100
12755              Message-ID: <3C2B7310.861.18820D0@localhost>
12756      Branch: perl
12757            ! ext/B/B.pm
12758 ____________________________________________________________________________
12759 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
12760         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
12761              From: Nicholas Clark <nick@unfortu.net> 
12762              Date: Fri, 28 Dec 2001 00:43:02 +0000
12763              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
12764      Branch: perl
12765            ! ext/Socket/socketpair.t
12766 ____________________________________________________________________________
12767 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
12768         Log: Fast Latin1<->UTF-8 conversion for older Perls.
12769      Branch: perl
12770            ! pod/perluniintro.pod
12771 ____________________________________________________________________________
12772 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
12773         Log: Update Changes.
12774      Branch: perl
12775            ! Changes patchlevel.h
12776 ____________________________________________________________________________
12777 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
12778         Log: More wait status trickery for BeOS.
12779      Branch: perl
12780            ! ext/POSIX/POSIX.xs
12781 ____________________________________________________________________________
12782 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
12783         Log: metaconfig unit change for #13908.
12784      Branch: metaconfig/U/perl
12785            ! d_u32align.U
12786 ____________________________________________________________________________
12787 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
12788         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
12789      Branch: perl
12790            ! Configure
12791 ____________________________________________________________________________
12792 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
12793         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
12794              From: gbarr@monty.mutatus.co.uk
12795              Date: 27 Dec 2001 14:41:36 -0000
12796              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
12797      Branch: perl
12798            ! lib/ExtUtils/t/Embed.t
12799 ____________________________________________________________________________
12800 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
12801         Log: Subject: [PATCH] Re: socketpair emulation
12802              From: Nicholas Clark <nick@unfortu.net> 
12803              Date: Wed, 26 Dec 2001 20:08:14 +0000
12804              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
12805      Branch: perl
12806            ! ext/Socket/socketpair.t
12807 ____________________________________________________________________________
12808 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
12809         Log: Subject: [DOC PATCH] left is right and right is left
12810              From: Philip Newton <Philip.Newton@gmx.net>
12811              Date: Thu, 27 Dec 2001 10:04:17 +0100
12812              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
12813      Branch: perl
12814            ! pod/perlfunc.pod pod/perlport.pod
12815 ____________________________________________________________________________
12816 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
12817         Log: Subject: [PATCH] check return of close
12818              From: andreas.koenig@anima.de (Andreas J. Koenig)            
12819              Date: 27 Dec 2001 09:47:30 +0100
12820              Message-ID: <m3ellhgicd.fsf@anima.de> 
12821              
12822              Subject: [PATCH] improve error reporting
12823              From: andreas.koenig@anima.de (Andreas J. Koenig)            
12824              Date: 27 Dec 2001 09:54:55 +0100
12825              Message-ID: <m3adw5gi00.fsf@anima.de> 
12826              
12827              Subject: [PATCH] check return value of close
12828              From: andreas.koenig@anima.de (Andreas J. Koenig)            
12829              Date: 27 Dec 2001 10:03:55 +0100
12830              Message-ID: <m3666tghl0.fsf@anima.de> 
12831              
12832              Subject: [PATCH] return of close
12833              From: andreas.koenig@anima.de (Andreas J. Koenig)            
12834              Date: 27 Dec 2001 10:22:15 +0100
12835              Message-ID: <m31yhhggqg.fsf@anima.de> 
12836      Branch: perl
12837            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
12838            ! t/io/fflush.t
12839 ____________________________________________________________________________
12840 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
12841         Log: Subject: [PATCH] check return of close
12842              From: andreas.koenig@anima.de (Andreas J. Koenig)            
12843              Date: 27 Dec 2001 09:47:30 +0100
12844              Message-ID: <m3ellhgicd.fsf@anima.de> 
12845      Branch: perl
12846            ! t/base/rs.t
12847 ____________________________________________________________________________
12848 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
12849         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
12850              From: andreas.koenig@anima.de (Andreas J. Koenig)
12851              Date: 27 Dec 2001 09:21:16 +0100
12852              Message-ID: <m3n105gjk3.fsf@anima.de>
12853      Branch: perl
12854            ! t/op/sysio.t
12855 ____________________________________________________________________________
12856 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
12857         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
12858              From: "Gerrit P. Haase" <gp@familiehaase.de>
12859              Date: Thu, 27 Dec 2001 09:23:55 +0100 
12860              Message-ID: <98211521662.20011227092355@familiehaase.de>
12861      Branch: perl
12862            ! lib/ExtUtils/t/MM_Cygwin.t
12863 ____________________________________________________________________________
12864 [ 13900] By: nick                                  on 2001/12/27  11:11:51
12865         Log: Integrate mainline
12866      Branch: perlio
12867           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
12868           +> lib/File/Spec/NW5.pm
12869           !> (integrate 52 files)
12870 ____________________________________________________________________________
12871 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
12872         Log: Replace the awful (most likely generated and not very persistent)
12873              URL with something tangible.
12874      Branch: perl
12875            ! README.hpux
12876 ____________________________________________________________________________
12877 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
12878         Log: Naughty /dev/printer (ls -l, really) of IRIX.
12879      Branch: perl
12880            ! t/op/stat.t
12881 ____________________________________________________________________________
12882 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
12883         Log: Upgrade to Net::Ping 2.10.
12884      Branch: perl
12885            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
12886            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
12887            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
12888            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
12889 ____________________________________________________________________________
12890 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
12891         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
12892              (this showed up in Benchmark.t)
12893      Branch: perl
12894            ! pp_sys.c
12895 ____________________________________________________________________________
12896 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
12897         Log: BeOS updates.
12898      Branch: perl
12899            ! README.beos beos/beos.c
12900 ____________________________________________________________________________
12901 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
12902         Log: Subject: Re: bleadperl doesn't compile
12903              From: "Gerrit P. Haase" <gp@familiehaase.de>
12904              Date: Wed, 26 Dec 2001 21:29:08 +0100
12905              Message-ID: <22168634623.20011226212908@familiehaase.de>
12906              
12907              Cygwin with multiplicity.
12908      Branch: perl
12909            ! perlio.c
12910 ____________________________________________________________________________
12911 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
12912         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
12913              From: Nicholas Clark <nick@ccl4.org>
12914              Date: Wed, 26 Dec 2001 19:07:33 +0000
12915              Message-ID: <20011226190732.J48842@plum.flirble.org>            
12916              
12917              socketpair() (un)signedness nit.
12918      Branch: perl
12919            ! util.c
12920 ____________________________________________________________________________
12921 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
12922         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
12923              From: Nicholas Clark <nick@ccl4.org>
12924              Date: Wed, 26 Dec 2001 19:19:47 +0000
12925              Message-ID: <20011226191946.K48842@plum.flirble.org>
12926              
12927              Use report_evil_fh().
12928      Branch: perl
12929            ! doio.c
12930 ____________________________________________________________________________
12931 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
12932         Log: Bad $? assumptions.
12933      Branch: perl
12934            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
12935 ____________________________________________________________________________
12936 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
12937         Log: Net::Ping isn't going to work much without
12938              the Socket extension; fail more gracefully.
12939      Branch: perl
12940            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12941            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12942            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
12943            ! lib/Net/Ping/t/300_ping_stream.t
12944 ____________________________________________________________________________
12945 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
12946         Log: metaconfig unit change for #13888.
12947      Branch: metaconfig
12948            ! U/modified/Oldconfig.U
12949 ____________________________________________________________________________
12950 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
12951         Log: test -d /system is a bit too generic test for VOS
12952              (false hit in BeOS)
12953      Branch: perl
12954            ! Configure
12955 ____________________________________________________________________________
12956 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
12957         Log: No AF_UNIX in BeOS.
12958      Branch: perl
12959            ! util.c
12960 ____________________________________________________________________________
12961 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
12962         Log: FAQ sync.
12963      Branch: perl
12964            ! pod/perlfaq5.pod
12965 ____________________________________________________________________________
12966 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
12967         Log: Update Changes.
12968      Branch: perl
12969            ! Changes patchlevel.h
12970 ____________________________________________________________________________
12971 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
12972         Log: Make -t equal -tw.
12973      Branch: perl
12974            ! perl.c pod/perlrun.pod
12975 ____________________________________________________________________________
12976 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
12977         Log: Subject: Re: Not OK 13881
12978              From: John Peacock <jpeacock@rowman.com>
12979              Date: Tue, 25 Dec 2001 06:02:12 -0500
12980              Message-ID: <3C285CB4.8040006@rowman.com>
12981      Branch: perl
12982            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
12983 ____________________________________________________________________________
12984 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
12985         Log: Subject: Re: Not OK 13881
12986              From: andreas.koenig@anima.de (Andreas J. Koenig)
12987              Date: 25 Dec 2001 07:33:23 +0100
12988              Message-ID: <m3bsgnajws.fsf@anima.de>
12989      Branch: perl
12990            ! op.c
12991 ____________________________________________________________________________
12992 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
12993         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
12994              From: Mark-Jason Dominus <mjd@plover.com>    
12995              Date: Mon, 24 Dec 2001 18:14:48 -0500
12996              Message-ID: <20011224231448.25826.qmail@plover.com>
12997      Branch: perl
12998            ! op.c t/op/eval.t
12999 ____________________________________________________________________________
13000 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
13001         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
13002              From: Dave Rolsky <autarch@urth.org>
13003              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
13004              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
13005      Branch: perl
13006            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
13007            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
13008            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
13009            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13010            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
13011 ____________________________________________________________________________
13012 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
13013         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
13014              From: Jeffrey Friedl <jfriedl@yahoo.com>
13015              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
13016              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
13017              
13018              The rest of the tests for plus few extras.
13019      Branch: perl
13020            ! t/op/pat.t
13021 ____________________________________________________________________________
13022 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
13023         Log: metaconfig unit change for #13877.
13024      Branch: metaconfig
13025            ! U/modified/Unix.U
13026 ____________________________________________________________________________
13027 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
13028         Log: No-op.
13029      Branch: perl
13030            ! Configure
13031 ____________________________________________________________________________
13032 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
13033         Log: More constant casting.
13034      Branch: perl
13035            ! regexec.c
13036 ____________________________________________________________________________
13037 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
13038         Log: Subject: perlhack.pod 
13039              From: "John P. Linderman" <jpl@research.att.com>
13040              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
13041              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
13042      Branch: perl
13043            ! pod/perlhack.pod
13044 ____________________________________________________________________________
13045 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
13046         Log: File::Find patch patches from Thomas Wegner.
13047      Branch: perl
13048            ! lib/File/Find.pm
13049 ____________________________________________________________________________
13050 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
13051         Log: Subject: Re: socketpair emulation 
13052              From: Nicholas Clark <nick@unfortu.net>                 
13053              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
13054              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
13055      Branch: perl
13056            ! ext/Socket/socketpair.t
13057 ____________________________________________________________________________
13058 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
13059         Log: Must cast constants if they can be quads.
13060      Branch: perl
13061            ! regcomp.c
13062 ____________________________________________________________________________
13063 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
13064         Log: Promote the e/uid to wide enough un/signed integers
13065              and printf them as such.
13066      Branch: perl
13067            ! taint.c
13068 ____________________________________________________________________________
13069 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
13070         Log: metaconfig unit change for #13869.
13071      Branch: metaconfig/U/perl
13072            ! d_u32align.U
13073 ____________________________________________________________________________
13074 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
13075         Log: The U32 alignment test wasn't really working, noticed
13076              by Paul Green.  Now the test works, but this means that
13077              we may see coredumps from the test.   I sure hope MMUless
13078              places don't crash on the test.
13079      Branch: perl
13080            ! Configure
13081 ____________________________________________________________________________
13082 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
13083         Log: metaconfig unit changes for #13867.
13084      Branch: metaconfig
13085            ! U/compline/nblock_io.U U/modified/Unix.U
13086            ! U/modified/spitshell.U
13087 ____________________________________________________________________________
13088 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
13089         Log: More VOS tweaks.
13090      Branch: perl
13091            ! Configure
13092 ____________________________________________________________________________
13093 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
13094         Log: The funky final sigma casefolding.
13095      Branch: perl
13096            ! regcomp.c regexec.c t/op/pat.t utf8.h
13097 ____________________________________________________________________________
13098 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
13099         Log: Update Changes.
13100      Branch: perl
13101            ! Changes patchlevel.h
13102 ____________________________________________________________________________
13103 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
13104         Log: Move the \C and \X to pat.t.
13105      Branch: perl
13106            ! t/op/pat.t t/op/re_tests
13107 ____________________________________________________________________________
13108 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
13109         Log: More logical test ordering.
13110      Branch: perl
13111            ! perl.h
13112 ____________________________________________________________________________
13113 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
13114         Log: Integrate perlio;
13115              
13116              Add at least the "important" PerlIO_xxxx functions to embed.pl
13117              so that they get implicit pTHX_ and we can avoid slow dTHX.
13118              
13119              Put PerlIO stuff inside EXTERN C
13120              
13121              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
13122      Branch: perl
13123           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
13124           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
13125           !> win32/win32.c
13126 ____________________________________________________________________________
13127 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
13128         Log: Even more \X fixing.
13129      Branch: perl
13130            ! regexec.c t/op/pat.t
13131 ____________________________________________________________________________
13132 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
13133         Log: More \X fixing.
13134      Branch: perl
13135            ! regexec.c t/op/pat.t
13136 ____________________________________________________________________________
13137 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
13138         Log: Fix encoding pragma.
13139      Branch: perl
13140            ! regcomp.c
13141 ____________________________________________________________________________
13142 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
13143         Log: Subject: socketpair emulation
13144              From: Nicholas Clark <nick@unfortu.net>
13145              Date: Sat, 22 Dec 2001 18:38:18 +0000
13146              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
13147      Branch: perl
13148            + ext/Socket/socketpair.t
13149            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
13150            ! pp_sys.c proto.h util.c
13151 ____________________________________________________________________________
13152 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
13153         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
13154              From: Jeffrey Friedl <jfriedl@yahoo.com>
13155              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
13156              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
13157              
13158              (partially applied, most of the new tests need to be rethought)
13159      Branch: perl
13160            ! regcomp.c t/op/re_tests
13161 ____________________________________________________________________________
13162 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
13163         Log: Small tweaks.
13164      Branch: perl
13165            ! handy.h regexec.c
13166 ____________________________________________________________________________
13167 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
13168         Log: Unicode casefolding continues.
13169              (lib/encoding.t still failing.)
13170      Branch: perl
13171            ! regexec.c t/op/pat.t
13172 ____________________________________________________________________________
13173 [ 13854] By: nick                                  on 2001/12/22  20:01:27
13174         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
13175      Branch: perlio
13176            ! makedef.pl perlio.h perlio.sym win32/win32.c
13177 ____________________________________________________________________________
13178 [ 13853] By: nick                                  on 2001/12/22  19:58:53
13179         Log: Put PerlIO stuff inside EXTERN C
13180      Branch: perlio
13181            ! embed.pl proto.h
13182 ____________________________________________________________________________
13183 [ 13852] By: nick                                  on 2001/12/22  18:04:34
13184         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
13185              so that they get implicit pTHX_ and we can avoid slow dTHX.
13186      Branch: perlio
13187            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
13188            ! perlio.h pod/perlapi.pod proto.h
13189 ____________________________________________________________________________
13190 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
13191         Log: metaconfig unit change for #13850.
13192      Branch: metaconfig
13193            ! U/modified/Loc.U
13194 ____________________________________________________________________________
13195 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
13196         Log: Rework the make logic (again).
13197      Branch: perl
13198            ! Configure
13199 ____________________________________________________________________________
13200 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
13201         Log: Integrate perlio;
13202              Fix mis-parse of autoloaded usage code by declaring the sub
13203              Correct checking code which Ilya spotted was tripped by CR at EOF.
13204              The CR at EOF fix earlier broke CR at end-of-buffer.
13205      Branch: perl
13206            ! regexec.c
13207           !> ext/POSIX/POSIX.pm perlio.c sv.c
13208 ____________________________________________________________________________
13209 [ 13848] By: nick                                  on 2001/12/22  15:11:17
13210         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
13211              This should be okay for both?
13212      Branch: perlio
13213            ! perlio.c
13214 ____________________________________________________________________________
13215 [ 13847] By: nick                                  on 2001/12/22  12:26:32
13216         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
13217              Also tone down perl -DP tracing of sv_gets.
13218      Branch: perlio
13219            ! perlio.c sv.c
13220 ____________________________________________________________________________
13221 [ 13846] By: nick                                  on 2001/12/22  10:49:27
13222         Log: Fix mis-parse of autoloaded usage code by declaring the sub
13223      Branch: perlio
13224            ! ext/POSIX/POSIX.pm
13225 ____________________________________________________________________________
13226 [ 13845] By: nick                                  on 2001/12/22  10:44:11
13227         Log: Integrate mainline - some fails:
13228              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
13229              -------------------------------------------------------------------------------
13230              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
13231              ../lib/encoding.t                    19    2  10.53%  17-18
13232              op/pat.t                            770    3   0.39%  754-755 757
13233      Branch: perlio
13234           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
13235           !> (integrate 36 files)
13236 ____________________________________________________________________________
13237 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
13238         Log: More Unicode casing fixes.
13239      Branch: perl
13240            ! regexec.c t/op/pat.t
13241 ____________________________________________________________________________
13242 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
13243         Log: Unicode casefolding fixes.
13244      Branch: perl
13245            ! op.c regcomp.c regexec.c t/op/pat.t
13246 ____________________________________________________________________________
13247 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
13248         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
13249              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
13250              Date: Sat, 22 Dec 2001 00:01:29 +0100
13251              Message-ID: <20011222000129.A713@rafael>
13252      Branch: perl
13253            ! ext/B/B/Deparse.pm
13254 ____________________________________________________________________________
13255 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
13256         Log: VOS config from Paul Green.
13257      Branch: perl
13258            ! hints/vos.sh
13259 ____________________________________________________________________________
13260 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
13261         Log: Subject: [PATCH @13746] CreateTTY on OS/2
13262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13263              Date: Fri, 21 Dec 2001 15:59:45 -0500
13264              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
13265      Branch: perl
13266            ! lib/perl5db.pl
13267 ____________________________________________________________________________
13268 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
13269         Log: Subject: [PATCH @13746] uninstalled build of modules broken
13270              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13271              Date: Fri, 21 Dec 2001 15:49:09 -0500
13272              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
13273      Branch: perl
13274            ! lib/ExtUtils/MM_Unix.pm
13275 ____________________________________________________________________________
13276 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
13277         Log: Subject: [PATCH @13746] OS/2 File::* modules
13278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13279              Date: Fri, 21 Dec 2001 15:43:24 -0500
13280              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
13281      Branch: perl
13282            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
13283 ____________________________________________________________________________
13284 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
13285         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
13286              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13287              Date: Fri, 21 Dec 2001 17:29:07 +0100
13288              Message-ID: <3C236353.6625C4C0@alcatel.at>
13289      Branch: perl
13290            ! pod/perltie.pod
13291 ____________________________________________________________________________
13292 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
13293         Log: metaconfig unit changes for #13835
13294      Branch: metaconfig
13295            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
13296            ! U/modified/sh.U
13297 ____________________________________________________________________________
13298 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
13299         Log: Further VOS tweaks: the _exe needs to be introduced
13300              in the very beginning, and the make/gmake needs special
13301              VOS logic.
13302      Branch: perl
13303            ! Configure Makefile.SH
13304 ____________________________________________________________________________
13305 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
13306         Log: Update Changes.
13307      Branch: perl
13308            ! Changes patchlevel.h
13309 ____________________________________________________________________________
13310 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
13311         Log: metaconfig unit change for #13832.
13312      Branch: metaconfig
13313            ! U/modified/spitshell.U
13314 ____________________________________________________________________________
13315 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
13316         Log: Also the search for cat needs to be _exe-aware.
13317      Branch: perl
13318            ! Configure
13319 ____________________________________________________________________________
13320 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
13321         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
13322              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13323              Date: Fri, 21 Dec 2001 14:02:01 +0100
13324              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
13325      Branch: perl
13326            ! ext/B/B/Xref.pm
13327 ____________________________________________________________________________
13328 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
13329         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
13330      Branch: perl
13331            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
13332            ! ext/B/t/assembler.t
13333 ____________________________________________________________________________
13334 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
13335         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
13336              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13337              Date: Fri, 21 Dec 2001 11:15:38 +0100
13338              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
13339      Branch: perl
13340            ! hv.c
13341 ____________________________________________________________________________
13342 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
13343         Log: A plan is good.
13344      Branch: perl
13345            ! ext/re/re.t
13346 ____________________________________________________________________________
13347 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
13348         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
13349              From: chromatic <chromatic@rmci.net>
13350              Date: Thu, 20 Dec 2001 16:16:48 -0700
13351              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
13352      Branch: perl
13353            + ext/re/re.t
13354            ! MANIFEST
13355 ____________________________________________________________________________
13356 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
13357         Log: Synchronize the skippage message.
13358      Branch: perl
13359            ! lib/ExtUtils/t/MM_OS2.t
13360 ____________________________________________________________________________
13361 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
13362         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
13363              From: chromatic <chromatic@rmci.net>
13364              Date: Thu, 20 Dec 2001 16:09:10 -0700
13365              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
13366      Branch: perl
13367            + lib/ExtUtils/t/MM_OS2.t
13368            ! MANIFEST
13369 ____________________________________________________________________________
13370 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
13371         Log: Subject: perlfunc.pod patch re flock via fcntl
13372              From: "Tye McQueen" <tye@metronet.com>
13373              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
13374              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
13375      Branch: perl
13376            ! pod/perlfunc.pod
13377 ____________________________________________________________________________
13378 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
13379         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
13380              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
13381              (the Unicode maximum code point) warnable offenses.
13382      Branch: perl
13383            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
13384            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
13385 ____________________________________________________________________________
13386 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
13387         Log: Sterner admonishment on -t.
13388      Branch: perl
13389            ! pod/perlrun.pod
13390 ____________________________________________________________________________
13391 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
13392         Log: Subject: [PATCH B::Dpparse] minor qr// fix
13393              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13394              Date: Thu, 20 Dec 2001 22:53:34 +0100
13395              Message-ID: <20011220225334.A735@rafael>
13396      Branch: perl
13397            ! ext/B/B/Deparse.pm
13398 ____________________________________________________________________________
13399 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
13400         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
13401              From: Robert Spier <rspier@pobox.com>
13402              Date: Thu, 20 Dec 2001 08:10:00 -0800
13403              Message-ID: <15394.3416.693353.107334@rls.cx>
13404      Branch: perl
13405            ! lib/Carp/Heavy.pm
13406 ____________________________________________________________________________
13407 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
13408         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
13409      Branch: perl
13410           !> win32/win32io.c
13411 ____________________________________________________________________________
13412 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
13413         Log: Subject: Re: [PATCH pod/perliol.pod] resend
13414              From: Stas Bekman <stas@stason.org>
13415              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
13416              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
13417      Branch: perl
13418            ! pod/perliol.pod
13419 ____________________________________________________________________________
13420 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
13421         Log: Fix up the APIs noone hopefully uses.
13422      Branch: perl
13423            ! utf8.c
13424 ____________________________________________________________________________
13425 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
13426         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
13427              Date: Wed, 19 Dec 2001 14:13:38 -0800
13428              From: Robert Spier <rspier@pobox.com>
13429              Message-ID: <15393.4370.605214.548582@rls.cx>
13430      Branch: perl
13431            ! lib/Carp.t lib/Carp/Heavy.pm
13432 ____________________________________________________________________________
13433 [ 13815] By: nick                                  on 2001/12/20  10:23:42
13434         Log: pTHX_ fixes for :win32 layer
13435      Branch: perlio
13436            ! win32/win32io.c
13437 ____________________________________________________________________________
13438 [ 13814] By: nick                                  on 2001/12/20  08:20:11
13439         Log: Integrate mainline (mostly) utf8.c does not compile.
13440      Branch: perlio
13441           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
13442           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
13443           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
13444           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
13445           +> lib/Net/Ping/t/300_ping_stream.t
13446           !> Changes MANIFEST embed.h embed.pl embedvar.h
13447           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
13448           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
13449           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
13450           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
13451           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
13452 ____________________________________________________________________________
13453 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
13454         Log: Some bincompat clawbacks.
13455      Branch: perl
13456            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
13457            ! wince/perldll.def
13458 ____________________________________________________________________________
13459 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
13460         Log: gcc pacifying (RH 7.1/ia64).
13461      Branch: perl
13462            ! pp.c
13463 ____________________________________________________________________________
13464 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
13465         Log: Update Changes.
13466      Branch: perl
13467            ! Changes patchlevel.h
13468 ____________________________________________________________________________
13469 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
13470         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
13471              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13472              Date: Wed, 19 Dec 2001 12:35:07 +0100
13473              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
13474              
13475              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
13476              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13477              Date: Wed, 19 Dec 2001 17:34:51 +0000
13478              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
13479      Branch: perl
13480            ! pod/perlre.pod
13481 ____________________________________________________________________________
13482 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
13483         Log: Integrate perlio.
13484      Branch: perl
13485           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13486           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
13487 ____________________________________________________________________________
13488 [ 13808] By: nick                                  on 2001/12/19  16:08:27
13489         Log: Add pTHX to all vtable functions for future-proofing and
13490              consistency of PerlIO layers.
13491      Branch: perlio
13492            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13493            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
13494 ____________________________________________________________________________
13495 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
13496         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
13497      Branch: perl
13498            ! ext/B/B/Assembler.pm
13499 ____________________________________________________________________________
13500 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
13501         Log: Reword the alarm explanation.
13502      Branch: perl
13503            ! pod/perlfunc.pod
13504 ____________________________________________________________________________
13505 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
13506         Log: Subject: [PATCH @13746] OS/2 build
13507              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
13508              Date: Wed, 19 Dec 2001 02:45:41 -0500
13509              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
13510              
13511              (skipped the t/TEST change)
13512      Branch: perl
13513            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
13514            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
13515            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
13516 ____________________________________________________________________________
13517 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
13518         Log: Upgrade to Net::Ping 2.09.
13519      Branch: perl
13520            + lib/Net/Ping/CHANGES lib/Net/Ping/README
13521            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
13522            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
13523            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
13524            + lib/Net/Ping/t/300_ping_stream.t
13525            ! MANIFEST lib/Net/Ping.pm
13526 ____________________________________________________________________________
13527 [ 13803] By: nick                                  on 2001/12/19  14:43:24
13528         Log: Integrate mainline
13529      Branch: perlio
13530           +> ext/B/t/assembler.t lib/lib.t
13531           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
13532           !> lib/lib_pm.PL t/op/glob.t utf8.c
13533 ____________________________________________________________________________
13534 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
13535         Log: B::Assembler/B::Disassembler patches and test;
13536              from Wolfgang Laun.
13537              
13538              TODO: getting perlcc working.
13539      Branch: perl
13540            + ext/B/t/assembler.t
13541            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
13542 ____________________________________________________________________________
13543 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
13544         Log: Can't printf U8s as UVs.
13545      Branch: perl
13546            ! utf8.c
13547 ____________________________________________________________________________
13548 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
13549         Log: Subject: Re: [PATCH] ...while $var = glob(...)
13550              From: Robin Houston <robin@kitsite.com> 
13551              Date: Wed, 19 Dec 2001 13:48:55 +0000
13552              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
13553              
13554              Not exactly a glob test but internal-logically correct.
13555      Branch: perl
13556            ! t/op/glob.t
13557 ____________________________________________________________________________
13558 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
13559         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
13560              From: Michael G Schwern <schwern@pobox.com> 
13561              Date: Wed, 19 Dec 2001 07:42:54 -0500
13562              Message-ID: <20011219124254.GF8630@blackrider>
13563      Branch: perl
13564            + lib/lib.t
13565            ! MANIFEST lib/lib_pm.PL
13566 ____________________________________________________________________________
13567 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
13568         Log: Integrate with perlio.
13569      Branch: perl
13570           !> hv.c hv.h scope.c util.c
13571 ____________________________________________________________________________
13572 [ 13797] By: nick                                  on 2001/12/19  12:03:21
13573         Log: Remove the sometimes-lvalue cast
13574      Branch: perlio
13575            ! hv.h
13576 ____________________________________________________________________________
13577 [ 13796] By: nick                                  on 2001/12/19  11:02:27
13578         Log: alarm.t with -Uuseperlio fix
13579              - SA_RESTART should only be function of PERL_OLD_SIGNALS
13580              not USE_PERLIO
13581      Branch: perlio
13582            ! util.c
13583 ____________________________________________________________________________
13584 [ 13795] By: nick                                  on 2001/12/19  10:19:40
13585         Log: Fix READONLY hashes:
13586              1. Discovered need for disabled scope.c part of Jeff's patch.
13587              2. Corrected hv_delete* - entry was being de-linked from
13588              chain (patch program not smart enough?)
13589      Branch: perlio
13590            ! hv.c scope.c
13591 ____________________________________________________________________________
13592 [ 13794] By: nick                                  on 2001/12/19  09:35:13
13593         Log: Integrate mainline
13594      Branch: perlio
13595           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
13596           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
13597           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
13598           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
13599           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
13600 ____________________________________________________________________________
13601 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
13602         Log: Regen toc.
13603      Branch: perl
13604            ! pod/perltoc.pod
13605 ____________________________________________________________________________
13606 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
13607         Log: FAQ sync.
13608      Branch: perl
13609            ! pod/perlfaq5.pod
13610 ____________________________________________________________________________
13611 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
13612         Log: Reformat round.
13613      Branch: perl
13614            ! pod/perlunicode.pod
13615 ____________________________________________________________________________
13616 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
13617         Log: Subject: [PATCH] pod/perlunicode.pod
13618              From: Jeffrey Friedl <jfriedl@yahoo.com>
13619              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
13620              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
13621      Branch: perl
13622            ! pod/perlunicode.pod
13623 ____________________________________________________________________________
13624 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
13625         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
13626              From: Jeffrey Friedl <jfriedl@yahoo.com>
13627              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
13628              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
13629      Branch: perl
13630            ! pod/perluniintro.pod
13631 ____________________________________________________________________________
13632 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
13633         Log: Slight pod reformatting.
13634      Branch: perl
13635            ! pod/perluniintro.pod
13636 ____________________________________________________________________________
13637 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
13638         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
13639              From: Jeffrey Friedl <jfriedl@yahoo.com>    
13640              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
13641              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
13642      Branch: perl
13643            ! pod/perluniintro.pod
13644 ____________________________________________________________________________
13645 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
13646         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
13647              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13648              Date: Wed, 19 Dec 2001 01:45:23 +0000
13649              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
13650      Branch: perl
13651            ! sv.c
13652 ____________________________________________________________________________
13653 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
13654         Log: Subject: Porting/checkURL.pl
13655              From: abigail@foad.org
13656              Date: Tue, 18 Dec 2001 19:03:22 +0100          
13657              Message-ID: <20011218180322.8278.qmail@foad.org> 
13658      Branch: perl
13659            ! Porting/checkURL.pl
13660 ____________________________________________________________________________
13661 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
13662         Log: metaconfig unit change for #13783.
13663      Branch: metaconfig
13664            ! U/modified/Loc.U
13665 ____________________________________________________________________________
13666 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
13667         Log: A bit too oversweeping matching in #13778.
13668      Branch: perl
13669            ! Configure
13670 ____________________________________________________________________________
13671 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
13672         Log: Re-gen Configure based on #13778..13781.
13673      Branch: perl
13674            ! Configure config_h.SH
13675 ____________________________________________________________________________
13676 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
13677         Log: First assume that crypt() can live happy normal life in
13678              the libc or the moral equivalent; only then try magic.
13679      Branch: metaconfig
13680            + U/modified/d_crypt.U
13681 ____________________________________________________________________________
13682 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
13683         Log: In VOS ACLs confuse the testing.
13684      Branch: metaconfig
13685            ! U/modified/Findhdr.U
13686 ____________________________________________________________________________
13687 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
13688         Log: Either make or gmake.
13689      Branch: metaconfig
13690            ! U/modified/Loc.U
13691 ____________________________________________________________________________
13692 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
13693         Log: If your _exe is different from .exe and your test -f $foo
13694              doesn't do magic to recognize $foo$_exe, you will need to
13695              specify -D_exe=... on command line-- and this patch.
13696      Branch: metaconfig
13697            + U/modified/sh.U
13698            ! U/modified/Loc.U
13699 ____________________________________________________________________________
13700 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
13701         Log: Fix the bugs in #13768..13776, and regen Configure.
13702      Branch: metaconfig
13703            ! U/compline/nblock_io.U U/modified/Findhdr.U
13704            ! U/modified/spitshell.U
13705      Branch: metaconfig/U/perl
13706            ! issymlink.U perlpath.U
13707      Branch: perl
13708            ! Configure config_h.SH
13709 ____________________________________________________________________________
13710 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
13711         Log: Must test with $_exe. (There are plenty of similar
13712              spots earlier but they are a tad more complex to fix
13713              since they come before the hints are run.)
13714      Branch: metaconfig
13715            + U/modified/yacc.U
13716 ____________________________________________________________________________
13717 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
13718         Log: F_SETFL might require <fcntl.h>
13719      Branch: metaconfig
13720            ! U/compline/nblock_io.U
13721 ____________________________________________________________________________
13722 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
13723         Log: Don't require make; have both make and gmake optional.
13724              (Maybe have a check that at least one of them is available?)
13725      Branch: metaconfig
13726            ! U/modified/Loc.U
13727 ____________________________________________________________________________
13728 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
13729         Log: cat might be farther than /bin or /usr/bin.
13730      Branch: metaconfig
13731            ! U/modified/spitshell.U
13732 ____________________________________________________________________________
13733 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
13734         Log: In VOS the path component separator is >, not /.
13735      Branch: metaconfig
13736            ! U/modified/Findhdr.U
13737 ____________________________________________________________________________
13738 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
13739         Log: The VOS shell doesn't implement the ? wildcard
13740              (? is used for other purposes, I assume); but
13741              it does implement the * wildcard, and that works
13742              in the general case just fine.
13743      Branch: metaconfig/U/perl
13744            ! d_dlsymun.U
13745 ____________________________________________________________________________
13746 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
13747         Log: VOS detection.
13748      Branch: metaconfig
13749            ! U/modified/Oldconfig.U
13750 ____________________________________________________________________________
13751 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
13752         Log: Proper path for VOS.
13753      Branch: metaconfig
13754            ! U/modified/Head.U
13755 ____________________________________________________________________________
13756 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
13757         Log: Change s/>& 4/>&4/g for consistency.
13758      Branch: metaconfig
13759            + U/modified/d_dosuid.U
13760            ! U/modified/d_socket.U
13761      Branch: metaconfig/U/perl
13762            ! issymlink.U perlxvf.U
13763 ____________________________________________________________________________
13764 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
13765         Log: Subject: Re: Benchmark.t failure on Linux
13766              From: Nicholas Clark <nick@ccl4.org>
13767              Date: Tue, 18 Dec 2001 22:51:25 +0000
13768              Message-ID: <20011218225124.N21702@plum.flirble.org>
13769      Branch: perl
13770            ! lib/Benchmark.t
13771 ____________________________________________________________________________
13772 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
13773         Log: Re-applying #13752 until a better solution can be found.
13774      Branch: perl
13775            ! lib/ExtUtils/t/MM_Unix.t
13776 ____________________________________________________________________________
13777 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
13778         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
13779              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
13780              Date: Tue, 18 Dec 2001 12:05:40 -0500
13781              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
13782      Branch: perl
13783            ! lib/Exporter.pm
13784 ____________________________________________________________________________
13785 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
13786         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
13787              findings -- some of the warnings I can't explain except
13788              by NVgf being detected wrong, though.
13789      Branch: perl
13790            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
13791 ____________________________________________________________________________
13792 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
13793         Log: Subject: [PATCH] pod/perluniintro.pod
13794              From: Jeffrey Friedl <jfriedl@yahoo.com>
13795              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
13796              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
13797      Branch: perl
13798            ! pod/perluniintro.pod
13799 ____________________________________________________________________________
13800 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
13801         Log: ".pm" is the native executable suffix in VOS.
13802      Branch: perl
13803            ! hints/vos.sh
13804 ____________________________________________________________________________
13805 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
13806         Log: Integrate perlio;
13807              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
13808      Branch: perl
13809           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
13810 ____________________________________________________________________________
13811 [ 13760] By: nick                                  on 2001/12/18  15:55:22
13812         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
13813              - added delete of READONLY value inhibit & test for same
13814              - re-tabbed
13815      Branch: perlio
13816            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
13817 ____________________________________________________________________________
13818 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
13819         Log: (Undone by #13766.)
13820              Retract #13752.
13821      Branch: perl
13822            ! lib/ExtUtils/t/MM_Unix.t
13823 ____________________________________________________________________________
13824 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
13825         Log: Echoes of #13757.
13826      Branch: perl
13827            ! t/lib/warnings/utf8
13828 ____________________________________________________________________________
13829 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
13830         Log: Make the utf8 malformedness messages more verbose.
13831      Branch: perl
13832            ! lib/utf8.t utf8.c
13833 ____________________________________________________________________________
13834 [ 13756] By: nick                                  on 2001/12/18  14:43:58
13835         Log: Integrate mainline
13836      Branch: perlio
13837           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
13838           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
13839           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
13840           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
13841           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
13842           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
13843            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
13844            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
13845            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
13846            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
13847            - lib/ExtUtils/testlib.t
13848           !> (integrate 28 files)
13849 ____________________________________________________________________________
13850 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
13851         Log: README.aix updates from Jens-Uwe Mager.
13852      Branch: perl
13853            ! README.aix
13854 ____________________________________________________________________________
13855 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
13856         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
13857              From: Michael G Schwern <schwern@pobox.com>
13858              Date: Tue, 18 Dec 2001 00:58:18 -0500
13859              Message-ID: <20011218055818.GC4362@blackrider>
13860      Branch: perl
13861            ! lib/Benchmark.t
13862 ____________________________________________________________________________
13863 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
13864         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
13865              From: Michael G Schwern <schwern@pobox.com>
13866              Date: Tue, 18 Dec 2001 00:40:38 -0500
13867              Message-ID: <20011218054038.GB4362@blackrider>
13868      Branch: perl
13869            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
13870 ____________________________________________________________________________
13871 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
13872         Log: (reintroduced by #13766)
13873              (retracted by #13759)
13874              
13875              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
13876              From: Michael G Schwern <schwern@pobox.com>  
13877              Date: Tue, 18 Dec 2001 00:00:23 -0500
13878              Message-ID: <20011218050023.GA27893@blackrider>
13879      Branch: perl
13880            ! lib/ExtUtils/t/MM_Unix.t
13881 ____________________________________________________________________________
13882 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
13883         Log: Re-patch #13749.
13884      Branch: perl
13885            ! t/op/glob.t
13886 ____________________________________________________________________________
13887 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
13888         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
13889              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13890              Date: Tue, 18 Dec 2001 12:55:43 +0000
13891              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
13892      Branch: perl
13893            ! ext/Devel/Peek/Peek.pm
13894 ____________________________________________________________________________
13895 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
13896         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
13897              From: Robin Houston <robin@kitsite.com> 
13898              Date: Tue, 18 Dec 2001 14:54:33 +0000
13899              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
13900      Branch: perl
13901            ! t/op/glob.t
13902 ____________________________________________________________________________
13903 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
13904         Log: Subject: [PATCH] slightly more for Exporter.pm
13905              From: Nicholas Clark <nick@ccl4.org>
13906              Date: Tue, 18 Dec 2001 00:22:03 +0000
13907              Message-ID: <20011218002203.M21702@plum.flirble.org>
13908      Branch: perl
13909            ! lib/Exporter.pm
13910 ____________________________________________________________________________
13911 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
13912         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
13913              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13914              Date: Mon, 17 Dec 2001 16:37:18 +0100
13915              Message-ID: <20011217163718.A2292@rafael>
13916              
13917              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
13918              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13919              Date: Mon, 17 Dec 2001 23:17:06 +0100
13920              Message-ID: <20011217231706.A730@rafael>
13921      Branch: perl
13922            ! pod/perlsub.pod pp.c toke.c
13923 ____________________________________________________________________________
13924 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
13925         Log: Update Changes.
13926      Branch: perl
13927            ! Changes patchlevel.h
13928 ____________________________________________________________________________
13929 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
13930         Log: New test warrants a MANIFEST entry.
13931      Branch: perl
13932            ! MANIFEST
13933 ____________________________________________________________________________
13934 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
13935         Log: Subject: Re: [PATCH] ...while $var = glob(...)
13936              From: Robin Houston <robin@kitsite.com>
13937              Date: Mon, 17 Dec 2001 20:27:30 +0000
13938              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
13939              
13940              Can't portably unlink open files.
13941      Branch: perl
13942            ! t/op/glob.t
13943 ____________________________________________________________________________
13944 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
13945         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
13946      Branch: perl
13947            ! pod/perluniintro.pod
13948 ____________________________________________________________________________
13949 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
13950         Log: Move typeglob test from glob.t to gv.t.
13951      Branch: perl
13952            ! t/op/glob.t t/op/gv.t
13953 ____________________________________________________________________________
13954 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
13955         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
13956              From: Robin Houston <robin@kitsite.com> 
13957              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
13958              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
13959      Branch: perl
13960            ! t/op/glob.t
13961 ____________________________________________________________________________
13962 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
13963         Log: Demote the surrogate and non-character errors to warnings.
13964      Branch: perl
13965            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
13966 ____________________________________________________________________________
13967 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
13968         Log: Subject: [PATCH] more POSIX tests, and more autoloading
13969              From: Nicholas Clark <nick@ccl4.org>
13970              Date: Mon, 17 Dec 2001 18:27:47 +0000
13971              Message-ID: <20011217182747.D21702@plum.flirble.org>
13972      Branch: perl
13973            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
13974 ____________________________________________________________________________
13975 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
13976         Log: Subject: [PATCH] ...while $var = glob(...)
13977              From: Robin Houston <robin@kitsite.com> 
13978              Date: Mon, 17 Dec 2001 15:51:54 +0000
13979              Message-ID: <20011217155153.A311@robin.kitsite.com>
13980      Branch: perl
13981            ! op.c
13982 ____________________________________________________________________________
13983 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
13984         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
13985              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13986              Date: Mon, 17 Dec 2001 15:23:01 +0100
13987              Message-ID: <20011217152301.A704@rafael>
13988      Branch: perl
13989            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
13990 ____________________________________________________________________________
13991 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
13992         Log: The system() vs $SIG{ARLM} is no more a todo.
13993      Branch: perl
13994            ! t/op/alarm.t
13995 ____________________________________________________________________________
13996 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
13997         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
13998              From: Michael G Schwern <schwern@pobox.com>
13999              Date: Sun, 16 Dec 2001 23:59:01 -0500
14000              Message-ID: <20011217045901.GL17232@blackrider>
14001      Branch: perl
14002            + t/op/alarm.t
14003            ! MANIFEST
14004 ____________________________________________________________________________
14005 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
14006         Log: s/UNIX/Unix/
14007      Branch: perl
14008            ! MANIFEST
14009 ____________________________________________________________________________
14010 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
14011         Log: Move ExtUtils tests to lib/ExtUtils/t.
14012      Branch: perl
14013            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
14014            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
14015            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
14016            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
14017            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
14018            + lib/ExtUtils/t/testlib.t
14019            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
14020            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
14021            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
14022            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
14023            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
14024            ! MANIFEST
14025 ____________________________________________________________________________
14026 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
14027         Log: Subject: [PATCH] MM_Unix tests, and some questions
14028              From: Tels <perl_dummy@bloodgate.com>
14029              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
14030              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
14031              
14032              Subject: Re: [PATCH] MM_Unix tests, and some questions
14033              From: Tels <perl_dummy@bloodgate.com>
14034              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
14035              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
14036      Branch: perl
14037            + lib/ExtUtils/MM_Unix.t
14038            ! MANIFEST lib/ExtUtils/MM_Unix.pm
14039 ____________________________________________________________________________
14040 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
14041         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
14042              From: Michael G Schwern <schwern@pobox.com>
14043              Date: Sun, 16 Dec 2001 17:53:55 -0500
14044              Message-ID: <20011216225354.GE8900@blackrider>
14045      Branch: perl
14046            ! lib/ExtUtils/MM_Unix.pm
14047 ____________________________________________________________________________
14048 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
14049         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
14050              From: Michael G Schwern <schwern@pobox.com>                
14051              Date: Sun, 16 Dec 2001 16:12:55 -0500
14052              Message-ID: <20011216211255.GV8900@blackrider>
14053      Branch: perl
14054            ! ext/B/B/Deparse.pm
14055 ____________________________________________________________________________
14056 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
14057         Log: Subject: [PATCH] Exporter.pm
14058              From: Nicholas Clark <nick@ccl4.org>
14059              Date: Sun, 16 Dec 2001 19:24:25 +0000
14060              Message-ID: <20011216192425.R21702@plum.flirble.org>
14061      Branch: perl
14062            ! lib/Exporter.pm
14063 ____________________________________________________________________________
14064 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
14065         Log: Subject: [PATCH] Exporter.t (and question)
14066              From: Nicholas Clark <nick@ccl4.org>
14067              Date: Sun, 16 Dec 2001 17:24:55 +0000
14068              Message-ID: <20011216172455.P21702@plum.flirble.org>
14069      Branch: perl
14070            ! lib/Exporter.t
14071 ____________________________________________________________________________
14072 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
14073         Log: Subject: Re: perl@13661
14074              From: "John P. Linderman" <jpl@research.att.com>              
14075              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
14076              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
14077      Branch: perl
14078            ! pp_sort.c
14079 ____________________________________________________________________________
14080 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
14081         Log: Subject: Will the real Unicode encoding please stand up?
14082              From: Jeffrey Friedl <jfriedl@yahoo.com>
14083              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
14084              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
14085      Branch: perl
14086            ! pod/perluniintro.pod
14087 ____________________________________________________________________________
14088 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
14089         Log: Integrate perlio; interruptable system().
14090      Branch: perl
14091           !> util.c
14092 ____________________________________________________________________________
14093 [ 13724] By: nick                                  on 2001/12/17  09:16:50
14094         Log: Fix for alarm() breaking into wait*().
14095              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
14096              signal handler before caller re-does the system call.
14097      Branch: perlio
14098            ! util.c
14099 ____________________________________________________________________________
14100 [ 13723] By: nick                                  on 2001/12/17  07:45:13
14101         Log: Integrate mainline
14102      Branch: perlio
14103           +> (branch 26 files)
14104           !> (integrate 47 files)
14105 ____________________________________________________________________________
14106 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
14107         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
14108              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
14109              and characters beyond 0x10FFF should be disallowed, too,
14110              but some tests would need changing, but more importantly some
14111              APIs would need remodeling since one can easily generate such
14112              characters either by bitwise complements, tr complements, or
14113              v-strings.
14114      Branch: perl
14115            ! pod/perldiag.pod utf8.c
14116 ____________________________________________________________________________
14117 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
14118         Log: Make surrogates illegal also on EBCDIC.
14119      Branch: perl
14120            ! utf8.c
14121 ____________________________________________________________________________
14122 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
14123         Log: Subject: [patch @13687] Unicode::Collate 0.10
14124              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
14125              Date: Sun, 16 Dec 2001 21:22:12 +0900
14126              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
14127      Branch: perl
14128            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
14129            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
14130 ____________________________________________________________________________
14131 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
14132         Log: More documentation for the encoding pragma.
14133      Branch: perl
14134            ! lib/encoding.pm
14135 ____________________________________________________________________________
14136 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
14137         Log: Subject: [PATCH] lib/open.pm 
14138              From: Jeffrey Friedl <jfriedl@yahoo.com>
14139              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
14140              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
14141      Branch: perl
14142            ! lib/open.pm
14143 ____________________________________________________________________________
14144 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
14145         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
14146              From: chromatic <chromatic@rmci.net>
14147              Date: Sat, 15 Dec 2001 23:24:40 -0700
14148              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
14149      Branch: perl
14150            + lib/ExtUtils/Installed.t
14151            ! MANIFEST
14152 ____________________________________________________________________________
14153 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
14154         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
14155              From: Michael G Schwern <schwern@pobox.com>
14156              Date: Sun, 16 Dec 2001 01:14:00 -0500
14157              Message-ID: <20011216061400.GC8900@blackrider>
14158      Branch: perl
14159            ! lib/diagnostics.pm
14160 ____________________________________________________________________________
14161 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
14162         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
14163              From: Michael G Schwern <schwern@pobox.com>
14164              Date: Sun, 16 Dec 2001 01:12:42 -0500
14165              Message-ID: <20011216061242.GB8900@blackrider>
14166      Branch: perl
14167            ! t/test.pl
14168 ____________________________________________________________________________
14169 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
14170         Log: I sometimes outsmart myself.
14171      Branch: perl
14172            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
14173 ____________________________________________________________________________
14174 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
14175         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
14176              From: Michael G Schwern <schwern@pobox.com>
14177              Date: Sat, 15 Dec 2001 15:08:29 -0500
14178              Message-ID: <20011215200829.GK1548@blackrider>
14179      Branch: perl
14180            ! lib/AutoSplit.pm
14181 ____________________________________________________________________________
14182 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
14183         Log: perlunicode enchancements suggested by Jeffrey Friedl.
14184      Branch: perl
14185            ! pod/perlunicode.pod
14186 ____________________________________________________________________________
14187 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
14188         Log: Subject: [PATCH] perlunicode.pod
14189              From: Jeffrey Friedl <jfriedl@yahoo.com>
14190              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
14191              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
14192      Branch: perl
14193            ! pod/perlunicode.pod
14194 ____________________________________________________________________________
14195 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
14196         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
14197              From: Jeffrey Friedl <jfriedl@yahoo.com>
14198              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
14199              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
14200      Branch: perl
14201            ! lib/utf8_heavy.pl
14202 ____________________________________________________________________________
14203 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
14204         Log: Can't create surrogates; so can't match them, either.
14205      Branch: perl
14206            ! pod/perlunicode.pod
14207 ____________________________________________________________________________
14208 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
14209         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
14210              From: Michael G Schwern <schwern@pobox.com>
14211              Date: Sat, 15 Dec 2001 21:20:35 -0500
14212              Message-ID: <20011216022035.GE5672@blackrider>
14213      Branch: perl
14214            ! t/test.pl
14215 ____________________________________________________________________________
14216 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
14217         Log: Make creating UTF-8 surrogates a punishable act.
14218      Branch: perl
14219            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
14220 ____________________________________________________________________________
14221 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
14222         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
14223      Branch: perl
14224            + lib/unicore/In/172.pl lib/unicore/In/173.pl
14225            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
14226            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
14227            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
14228            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
14229            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
14230 ____________________________________________________________________________
14231 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
14232         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
14233              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14234              Date: Sat, 15 Dec 2001 23:21:43 +0100
14235              Message-ID: <20011215232143.A11790@rafael>
14236      Branch: perl
14237            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
14238 ____________________________________________________________________________
14239 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
14240         Log: Make charnames more robust.
14241      Branch: perl
14242            ! lib/charnames.pm
14243 ____________________________________________________________________________
14244 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
14245         Log: The hoops one has to jump through.
14246      Branch: perl
14247            ! ext/I18N/Langinfo/Langinfo.pm
14248 ____________________________________________________________________________
14249 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
14250         Log: Subject: [PATCH] perlstyle.pod nit on warnings
14251              From: Autrijus Tang <autrijus@egb.elixus.org>
14252              Date: Sat, 15 Dec 2001 04:24:34 -0800
14253              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
14254      Branch: perl
14255            ! pod/perlstyle.pod
14256 ____________________________________________________________________________
14257 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
14258         Log: I don't think we are in FooOS, Toto.
14259      Branch: perl
14260            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
14261 ____________________________________________________________________________
14262 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
14263         Log: Subject: Re: Untested modules update:  There's more than we thought
14264              From: chromatic <chromatic@rmci.net>
14265              Date: Fri, 14 Dec 2001 17:20:24 -0700
14266              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
14267      Branch: perl
14268            + lib/ExtUtils/MM_Cygwin.t
14269            ! MANIFEST
14270 ____________________________________________________________________________
14271 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
14272         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
14273              From: Michael G Schwern <schwern@pobox.com> 
14274              Date: Fri, 14 Dec 2001 20:59:42 -0500
14275              Message-ID: <20011215015942.GF28596@blackrider>
14276      Branch: perl
14277            ! t/TEST
14278 ____________________________________________________________________________
14279 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
14280         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
14281              From: Michael G Schwern <schwern@pobox.com> 
14282              Date: Fri, 14 Dec 2001 20:03:46 -0500
14283              Message-ID: <20011215010346.GD28596@blackrider>
14284      Branch: perl
14285            + ext/B/t/bblock.t
14286            ! MANIFEST
14287 ____________________________________________________________________________
14288 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
14289         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
14290              From: Michael G Schwern <schwern@pobox.com> 
14291              Date: Fri, 14 Dec 2001 19:59:13 -0500
14292              Message-ID: <20011215005913.GC28596@blackrider>
14293      Branch: perl
14294            ! ext/B/B/Bblock.pm
14295 ____________________________________________________________________________
14296 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
14297         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
14298              From: Michael G Schwern <schwern@pobox.com> 
14299              Date: Fri, 14 Dec 2001 19:36:12 -0500
14300              Message-ID: <20011215003611.GA28596@blackrider>
14301      Branch: perl
14302            + ext/B/t/asmdata.t
14303            ! MANIFEST
14304 ____________________________________________________________________________
14305 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
14306         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
14307              From: Michael G Schwern <schwern@pobox.com> 
14308              Date: Fri, 14 Dec 2001 19:14:14 -0500
14309              Message-ID: <20011215001414.GA25077@blackrider>
14310      Branch: perl
14311            ! bytecode.pl ext/B/B/Asmdata.pm
14312 ____________________________________________________________________________
14313 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
14314         Log: Permissions.
14315      Branch: perl
14316            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
14317            ! ext/Devel/PPPort/module3.c
14318 ____________________________________________________________________________
14319 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
14320         Log: Benchmark test from Nicholas Clark.
14321      Branch: perl
14322            + lib/Benchmark.t
14323            ! MANIFEST lib/Benchmark.pm
14324 ____________________________________________________________________________
14325 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
14326         Log: Mithing.
14327      Branch: perl
14328            + lib/Attribute/Handlers/demo/demo2.pl
14329            + lib/Attribute/Handlers/demo/demo3.pl
14330            + lib/Attribute/Handlers/demo/demo4.pl
14331 ____________________________________________________________________________
14332 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
14333         Log: Silence compiler worries found by Schwern/Digital cc.
14334      Branch: perl
14335            ! perlio.c sv.c x2p/str.c
14336 ____________________________________________________________________________
14337 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
14338         Log: User may not have a valid home directory even if
14339              getpwuid() succedds.
14340      Branch: perl
14341            ! ext/File/Glob/t/basic.t
14342 ____________________________________________________________________________
14343 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
14344         Log: Integrate with perlio.  (No changes, but that's okay.)
14345      Branch: perl
14346           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
14347 ____________________________________________________________________________
14348 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
14349         Log: Add a Configure hints file for VOS: the POSIX support
14350              of VOS is getting close to the point where it can run
14351              Configure (some Configure tweaks will be required).
14352      Branch: perl
14353            + hints/vos.sh
14354            ! MANIFEST
14355 ____________________________________________________________________________
14356 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
14357         Log: Update Changes.
14358      Branch: perl
14359            ! Changes patchlevel.h
14360 ____________________________________________________________________________
14361 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
14362         Log: Reintroduce Attribute::Handlers with Spider's fixes.
14363      Branch: perl
14364            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
14365            + lib/Attribute/Handlers/README
14366            + lib/Attribute/Handlers/demo/Demo.pm
14367            + lib/Attribute/Handlers/demo/Descriptions.pm
14368            + lib/Attribute/Handlers/demo/MyClass.pm
14369            + lib/Attribute/Handlers/demo/demo.pl
14370            + lib/Attribute/Handlers/demo/demo_call.pl
14371            + lib/Attribute/Handlers/demo/demo_chain.pl
14372            + lib/Attribute/Handlers/demo/demo_cycle.pl
14373            + lib/Attribute/Handlers/demo/demo_hashdir.pl
14374            + lib/Attribute/Handlers/demo/demo_phases.pl
14375            + lib/Attribute/Handlers/demo/demo_range.pl
14376            + lib/Attribute/Handlers/demo/demo_rawdata.pl
14377            + lib/Attribute/Handlers/t/multi.t
14378            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
14379 ____________________________________________________________________________
14380 [ 13685] By: nick                                  on 2001/12/14  15:57:00
14381         Log: Integrate mainline
14382      Branch: perlio
14383           +> t/run/switcht.t
14384           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
14385           !> perlapi.h pod/perlrun.pod t/TEST taint.c
14386 ____________________________________________________________________________
14387 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
14388         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
14389              From: Michael G Schwern <schwern@pobox.com> 
14390              Date: Thu, 13 Dec 2001 19:27:08 -0500
14391              Message-ID: <20011214002707.GA10532@blackrider>
14392              
14393              (reword the perlrun -t description a bit,
14394              and move the Itaint_warn to the bottom of
14395              the intrpvar.h for binary compatibility)
14396      Branch: perl
14397            + t/run/switcht.t
14398            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
14399            ! perlapi.h pod/perlrun.pod t/TEST taint.c
14400 ____________________________________________________________________________
14401 [ 13683] By: nick                                  on 2001/12/14  12:29:41
14402         Log: Integrate mainline
14403      Branch: perlio
14404           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
14405           +> lib/Term/ReadLine.t t/op/hashassign.t
14406            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
14407            - lib/Attribute/Handlers/README
14408            - lib/Attribute/Handlers/demo/Demo.pm
14409            - lib/Attribute/Handlers/demo/Descriptions.pm
14410            - lib/Attribute/Handlers/demo/MyClass.pm
14411            - lib/Attribute/Handlers/demo/demo.pl
14412            - lib/Attribute/Handlers/demo/demo2.pl
14413            - lib/Attribute/Handlers/demo/demo3.pl
14414            - lib/Attribute/Handlers/demo/demo4.pl
14415            - lib/Attribute/Handlers/demo/demo_call.pl
14416            - lib/Attribute/Handlers/demo/demo_chain.pl
14417            - lib/Attribute/Handlers/demo/demo_cycle.pl
14418            - lib/Attribute/Handlers/demo/demo_hashdir.pl
14419            - lib/Attribute/Handlers/demo/demo_phases.pl
14420            - lib/Attribute/Handlers/demo/demo_range.pl
14421            - lib/Attribute/Handlers/demo/demo_rawdata.pl
14422            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
14423           !> (integrate 101 files)
14424 ____________________________________________________________________________
14425 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
14426         Log: Detypo.
14427      Branch: perl
14428            ! utf8.c
14429 ____________________________________________________________________________
14430 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
14431         Log: Buffer overflow checks.
14432      Branch: perl
14433            ! utf8.c
14434 ____________________________________________________________________________
14435 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
14436         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
14437              From: Spider Boardman <spider@leggy.zk3.dec.com>
14438              Date: Thu, 13 Dec 2001 15:32:51 -0500
14439              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
14440      Branch: perl
14441            ! lib/ExtUtils/Embed.t
14442 ____________________________________________________________________________
14443 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
14444         Log: More on the Unicode "line" definition.
14445      Branch: perl
14446            ! pod/perlunicode.pod
14447 ____________________________________________________________________________
14448 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
14449         Log: Open-ended VERSION?
14450      Branch: perl
14451            ! lib/ExtUtils/Install.pm
14452 ____________________________________________________________________________
14453 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
14454         Log: Subject: [PATCH] Better make distclean
14455              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14456              Date: Thu, 13 Dec 2001 21:10:18 +0100
14457              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
14458      Branch: perl
14459            ! Makefile.SH
14460 ____________________________________________________________________________
14461 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
14462         Log: Remove Memoize::Saves as requested by mjd.
14463      Branch: perl
14464            - lib/Memoize/Saves.pm
14465            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
14466 ____________________________________________________________________________
14467 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
14468         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
14469              From: Michael G Schwern <schwern@pobox.com>
14470              Date: Tue, 11 Dec 2001 23:17:32 -0500
14471              Message-ID: <20011212041732.GS17250@blackrider>
14472      Branch: perl
14473            ! lib/ExtUtils/Install.pm
14474 ____________________________________________________________________________
14475 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
14476         Log: Subject: [PATCH] Re: use utf8; with bad utf8
14477              From: Nicholas Clark <nick@ccl4.org>
14478              Date: Thu, 13 Dec 2001 17:09:39 +0000
14479              Message-ID: <20011213170939.L21702@plum.flirble.org>
14480      Branch: perl
14481            ! t/lib/1_compile.t
14482 ____________________________________________________________________________
14483 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
14484         Log: Subject: (LONG!) Sort benchmarks and patch
14485              From: "John P. Linderman" <jpl@research.att.com>
14486              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
14487              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
14488      Branch: perl
14489            ! pp_sort.c
14490 ____________________________________________________________________________
14491 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
14492         Log: Unadorned numbers evil.
14493      Branch: perl
14494            ! pp.c regcomp.c regexec.c utf8.c utf8.h
14495 ____________________________________________________________________________
14496 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
14497         Log: "preprocessing directive not recognized within macro arg"
14498      Branch: perl
14499            ! ext/Data/Dumper/Dumper.xs
14500 ____________________________________________________________________________
14501 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
14502         Log: Subject: Clarifying the documentation of goto            
14503              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
14504              Date: Thu, 13 Dec 2001 08:57:38 -0500
14505              Message-ID: <3C18BD8B@operamail.com>
14506      Branch: perl
14507            ! pod/perlfunc.pod
14508 ____________________________________________________________________________
14509 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
14510         Log: It could be possible for the case-insensitive
14511              Unicode-aware string comparison to wander off
14512              to the la-la land.
14513      Branch: perl
14514            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
14515            ! regexec.c utf8.c
14516 ____________________________________________________________________________
14517 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
14518         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
14519              From: Michael G Schwern <schwern@pobox.com> 
14520              Date: Wed, 12 Dec 2001 21:53:46 -0500
14521              Message-ID: <20011213025346.GH25129@blackrider>
14522      Branch: perl
14523            ! lib/Net/hostent.t t/op/stat.t t/test.pl
14524 ____________________________________________________________________________
14525 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
14526         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
14527              From: Michael G Schwern <schwern@pobox.com> 
14528              Date: Wed, 12 Dec 2001 20:33:42 -0500
14529              Message-ID: <20011213013342.GX25129@blackrider>
14530      Branch: perl
14531            ! t/io/fs.t
14532 ____________________________________________________________________________
14533 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
14534         Log: Subject: Re: [PATCH] use utf8; tests
14535              From: Nicholas Clark <nick@ccl4.org>
14536              Date: Thu, 13 Dec 2001 00:16:58 +0000
14537              Message-ID: <20011213001658.I21702@plum.flirble.org>
14538      Branch: perl
14539            ! lib/utf8.t
14540 ____________________________________________________________________________
14541 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
14542         Log: EPOC fixes from Olaf Flebbe.
14543      Branch: perl
14544            ! README.epoc epoc/config.sh epoc/createpkg.pl
14545            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
14546 ____________________________________________________________________________
14547 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
14548         Log: Subject: [PATCH perl@13661] VMS test fix-ups
14549              From: "Craig A. Berry" <craigberry@mac.com>
14550              Date: Wed, 12 Dec 2001 16:27:48 -0600
14551              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
14552      Branch: perl
14553            ! lib/Net/hostent.t t/io/fs.t
14554 ____________________________________________________________________________
14555 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
14556         Log: Subject: Re: Next cygwin round.
14557              From: "Gerrit P. Haase" <gp@familiehaase.de>
14558              Date: Wed, 12 Dec 2001 21:59:00 +0100
14559              Message-ID: <122343874595.20011212215900@familiehaase.de>
14560      Branch: perl
14561            ! t/io/fs.t
14562 ____________________________________________________________________________
14563 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
14564         Log: Subject: [PATCH] use utf8; tests
14565              From: Nicholas Clark <nick@ccl4.org>
14566              Date: Wed, 12 Dec 2001 20:07:04 +0000
14567              Message-ID: <20011212200704.E21702@plum.flirble.org>
14568      Branch: perl
14569            ! lib/utf8.t t/test.pl
14570 ____________________________________________________________________________
14571 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
14572         Log: Update Changes.
14573      Branch: perl
14574            ! Changes patchlevel.h
14575 ____________________________________________________________________________
14576 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
14577         Log: Subject: [PATCH] Passing in env to perl_parse did not work
14578              From: Gisle Aas <gisle@ActiveState.com>
14579              Date: 11 Dec 2001 20:52:57 -0800
14580              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
14581      Branch: perl
14582            ! perl.c perl.h
14583 ____________________________________________________________________________
14584 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
14585         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
14586              mostly gcc -Wall complaining about the argument of %p not
14587              being a void *.
14588      Branch: perl
14589            ! perlio.c regcomp.c taint.c toke.c
14590 ____________________________________________________________________________
14591 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
14592         Log: metaconfig unit change for #13657.
14593      Branch: metaconfig
14594            ! U/modified/nis.U
14595 ____________________________________________________________________________
14596 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
14597         Log: Try YP/NIS also from /usr/lib/yp.
14598      Branch: perl
14599            ! Configure
14600 ____________________________________________________________________________
14601 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
14602         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
14603              From: Michael G Schwern <schwern@pobox.com>                
14604              Date: Wed, 12 Dec 2001 05:27:02 -0500      
14605              Message-ID: <20011212102702.GW17250@blackrider>
14606              
14607              (the op/grent part)
14608      Branch: perl
14609            ! t/op/grent.t
14610 ____________________________________________________________________________
14611 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
14612         Log: Weed out .files from ls and readdir() results.
14613      Branch: perl
14614            ! t/op/stat.t
14615 ____________________________________________________________________________
14616 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
14617         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
14618              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
14619              Date: Wed, 12 Dec 2001 10:52:21 +0100
14620              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
14621      Branch: perl
14622            ! lib/File/Find.pm
14623 ____________________________________________________________________________
14624 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
14625         Log: Subject: [PATCH] doio fatal on cygwin for 13651
14626              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
14627              Date: Wed, 12 Dec 2001 11:28:13 +0100      
14628              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
14629      Branch: perl
14630            ! doio.c
14631 ____________________________________________________________________________
14632 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
14633         Log: Get the whole line of ls, makes debugging easier
14634              (from Schwern)
14635      Branch: perl
14636            ! t/op/stat.t
14637 ____________________________________________________________________________
14638 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
14639         Log: rename() must be tested even without link()
14640              or the utime() and rename-directory tests fail.
14641              (Also got the BeOS utime atime/time the wrong way round.)
14642      Branch: perl
14643            ! t/io/fs.t
14644 ____________________________________________________________________________
14645 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
14646         Log: Now that the beos.c is compiled at the main level
14647              the header is in the beos/
14648      Branch: perl
14649            ! beos/beos.c
14650 ____________________________________________________________________________
14651 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
14652         Log: Must remember to require Socket.
14653      Branch: perl
14654            ! ext/Sys/Syslog/syslog.t
14655 ____________________________________________________________________________
14656 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
14657         Log: In BeOS Errno must resort to actual compilation
14658              and execution for some of the error constants.
14659      Branch: perl
14660            ! ext/Errno/Errno_pm.PL
14661 ____________________________________________________________________________
14662 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
14663         Log: BeOS still has no good sockets.
14664      Branch: perl
14665            ! ext/IO/lib/IO/t/io_sel.t
14666 ____________________________________________________________________________
14667 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
14668         Log: BeOS sockets are not true sockets.
14669      Branch: perl
14670            ! ext/IO/lib/IO/t/io_poll.t
14671 ____________________________________________________________________________
14672 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
14673         Log: No Socket, no Syslog.
14674      Branch: perl
14675            ! ext/Sys/Syslog/syslog.t
14676 ____________________________________________________________________________
14677 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
14678         Log: (On some platforms) missing truncate FH.
14679      Branch: perl
14680            ! pod/perltodo.pod
14681 ____________________________________________________________________________
14682 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
14683         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
14684              and vms would be muchly appreciated.
14685      Branch: perl
14686            ! t/io/fs.t
14687 ____________________________________________________________________________
14688 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
14689         Log: utime() updates only the mtime in BeOS. 
14690      Branch: perl
14691            ! pod/perlport.pod
14692 ____________________________________________________________________________
14693 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
14694         Log: No link(), no need to dSP.
14695      Branch: perl
14696            ! pp_sys.c
14697 ____________________________________________________________________________
14698 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
14699         Log: Missing argument.
14700      Branch: perl
14701            ! utf8.c
14702 ____________________________________________________________________________
14703 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
14704         Log: (1) To assume any setuid programs is silly.
14705              (2) Chaining tests with booleans means that some
14706              of them may not get run which means getting out
14707              of test count sync.
14708      Branch: perl
14709            ! t/op/stat.t
14710 ____________________________________________________________________________
14711 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
14712         Log: The beos.c needs to be in the main directory.
14713      Branch: perl
14714            ! hints/beos.sh
14715 ____________________________________________________________________________
14716 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
14717         Log: Detypo and rename.
14718      Branch: perl
14719            ! doio.c perl.h perlio.c perliol.h
14720 ____________________________________________________________________________
14721 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
14722         Log: This time I test compiled.  Honest.
14723      Branch: perl
14724            ! beos/beos.c
14725 ____________________________________________________________________________
14726 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
14727         Log: Subject: [PATCH] slightly more pack tests
14728              From: Nicholas Clark <nick@ccl4.org>
14729              Date: Tue, 11 Dec 2001 23:41:23 +0000
14730              Message-ID: <20011211234123.Y21702@plum.flirble.org>
14731      Branch: perl
14732            ! t/op/pack.t
14733 ____________________________________________________________________________
14734 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
14735         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
14736              From: "Craig A. Berry" <craigberry@mac.com>
14737              Date: Tue, 11 Dec 2001 16:39:13 -0600
14738              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
14739      Branch: perl
14740            ! configure.com
14741 ____________________________________________________________________________
14742 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
14743         Log: metaconfig unit change for #13632.
14744      Branch: metaconfig/U/perl
14745            ! perlpath.U
14746 ____________________________________________________________________________
14747 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
14748         Log: Subject: $Config{perlpath} and -Dversiononly
14749              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14750              Date: Tue, 11 Dec 2001 23:32:33 +0100
14751              Message-ID: <20011211233233.A11587@rafael>
14752      Branch: perl
14753            ! Configure
14754 ____________________________________________________________________________
14755 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
14756         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
14757              From: Nicholas Clark <nick@ccl4.org>
14758              Date: Tue, 11 Dec 2001 21:59:36 +0000
14759              Message-ID: <20011211215935.W21702@plum.flirble.org>
14760      Branch: perl
14761            ! t/op/pack.t
14762 ____________________________________________________________________________
14763 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
14764         Log: More UTF-8 API docs.
14765      Branch: perl
14766            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
14767 ____________________________________________________________________________
14768 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
14769         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
14770              From: Nicholas Clark <nick@ccl4.org>
14771              Date: Tue, 11 Dec 2001 20:08:59 +0000
14772              Message-ID: <20011211200859.S21702@plum.flirble.org>
14773      Branch: perl
14774            ! t/op/pack.t
14775 ____________________________________________________________________________
14776 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
14777         Log: Subject: Re: use utf8; with bad utf8
14778              From: Nicholas Clark <nick@ccl4.org>
14779              Date: Tue, 11 Dec 2001 19:49:21 +0000
14780              Message-ID: <20011211194921.R21702@plum.flirble.org>
14781      Branch: perl
14782            ! lib/utf8.t
14783 ____________________________________________________________________________
14784 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
14785         Log: Can't spell worth a dam.  (Try Three Gorges.)
14786      Branch: perl
14787            ! beos/beos.c
14788 ____________________________________________________________________________
14789 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
14790         Log: We need DWIM cpps.
14791      Branch: perl
14792            ! perlio.c
14793 ____________________________________________________________________________
14794 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
14795         Log: The unixish.h needs to be found and the waitpid wrapper
14796              could use a proto.
14797      Branch: perl
14798            ! beos/beosish.h
14799 ____________________________________________________________________________
14800 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
14801         Log: The BeOS waitpid() seems to be broken,
14802              have a wrapper for it.
14803      Branch: perl
14804            + beos/beos.c beos/beosish.h
14805            ! MANIFEST hints/beos.sh perl.h
14806 ____________________________________________________________________________
14807 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
14808         Log: Unlean the leaning tower of Babel.
14809      Branch: perl
14810            ! perl.h
14811 ____________________________________________________________________________
14812 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
14813         Log: Retract #13607 until we figure out what to do with autouse.
14814      Branch: perl
14815            ! lib/Carp.pm
14816 ____________________________________________________________________________
14817 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
14818         Log: Try to handle platforms that have O_TEXT != O_BINARY but
14819              which are not DOSish, BeOS being one of such platforms.
14820              Ideally this should be a Configure test, not a hardwired
14821              cpp symbol test... 
14822      Branch: perl
14823            ! doio.c perl.h perlio.c perliol.h
14824 ____________________________________________________________________________
14825 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
14826         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
14827              From: Jonathan Stowe <gellyfish@gellyfish.com>
14828              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
14829              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
14830      Branch: perl
14831            ! lib/Term/Cap.pm lib/Term/Cap.t
14832 ____________________________________________________________________________
14833 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
14834         Log: Subject: [patch perlio.c] test for NULL before derefencing
14835              From: Stas Bekman <stas@stason.org>
14836              Date: Tue, 11 Dec 2001 16:17:55 +0800
14837              Message-ID: <3C15C133.8@stason.org>
14838      Branch: perl
14839            ! perlio.c
14840 ____________________________________________________________________________
14841 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
14842         Log: metaconfig unit change for #13617.
14843      Branch: metaconfig/U/perl
14844            ! Extensions.U
14845 ____________________________________________________________________________
14846 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
14847         Log: BeOS has socket() but not enough to build a working Socket.
14848              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
14849              new networking implementation, which is rumored to fix the
14850              non-standardness of sockets, but it's apparently not publicly
14851              available, and anything to do with BeOS has become quite
14852              complicated with the sale of the Be assets to Palm.)
14853      Branch: perl
14854            ! Configure
14855 ____________________________________________________________________________
14856 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
14857         Log: Update changes
14858      Branch: maint-5.6/macperl
14859            ! macos/Changes
14860 ____________________________________________________________________________
14861 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
14862         Log: Add extra pod to help
14863      Branch: maint-5.6/macperl
14864            ! macos/macperl/MacPerl.podhelp
14865 ____________________________________________________________________________
14866 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
14867         Log: Return DoAppleScript errors in $@
14868      Branch: maint-5.6/macperl
14869            ! macos/ext/MacPerl/OSA.xs
14870 ____________________________________________________________________________
14871 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
14872         Log: Clear out $^E before each script run
14873      Branch: maint-5.6/macperl
14874            ! macos/macperl/MPScript.c
14875 ____________________________________________________________________________
14876 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
14877         Log: Integrate various changes from maint-5.6/perl/.
14878      Branch: maint-5.6/macperl
14879           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
14880           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
14881 ____________________________________________________________________________
14882 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
14883         Log: Subject: Exporter's documentation shouldn't lie               
14884              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
14885              Date: Mon, 10 Dec 2001 21:30:20 -0500
14886              Message-ID: <3C4AA201@operamail.com>
14887      Branch: perl
14888            ! lib/Exporter.pm
14889 ____________________________________________________________________________
14890 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
14891         Log: Make Errno better in BeOS (the second hunk is
14892              good on any platform).  Still not working in BeOS
14893              are the E constants that refer BeOS native error
14894              constants (B_...) which are enums (*groan*).
14895      Branch: perl
14896            ! ext/Errno/Errno_pm.PL
14897 ____________________________________________________________________________
14898 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
14899         Log: The BeOS linker seems to link the last seen symbol,
14900              not the first (so the symbols of op.o from libperl.so
14901              would get linked to miniperl instead of the symbols of
14902              opmini.o)-- use the same trick as for NeXT4 for linking
14903              miniperl.
14904      Branch: perl
14905            ! Makefile.SH
14906 ____________________________________________________________________________
14907 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
14908         Log: Subject: Re: [PATCH] tests for hash assignment
14909              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14910              Date: Tue, 11 Dec 2001 01:48:55 +0000
14911              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
14912      Branch: perl
14913            ! utf8.c
14914 ____________________________________________________________________________
14915 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
14916         Log: (retracted by #13622)
14917              
14918              Subject: RE: More verbose POD for Carp
14919              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
14920              Date: Mon, 10 Dec 2001 20:23:20 -0500
14921              Message-ID: <3C4A3566@operamail.com>
14922      Branch: perl
14923            ! lib/Carp.pm
14924 ____________________________________________________________________________
14925 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
14926         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
14927              From: "Craig A. Berry" <craigberry@mac.com>
14928              Date: Mon, 10 Dec 2001 18:25:37 -0600
14929              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
14930      Branch: perl
14931            ! t/op/write.t t/test.pl
14932 ____________________________________________________________________________
14933 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
14934         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
14935              From: Michael G Schwern <schwern@pobox.com>
14936              Date: Mon, 10 Dec 2001 08:00:01 -0500
14937              Message-ID: <20011210130000.GK1770@blackrider>
14938      Branch: perl
14939            ! t/comp/multiline.t
14940 ____________________________________________________________________________
14941 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
14942         Log: Subject: Re: [PATCH] tests for hash assignment
14943              From: Nicholas Clark <nick@ccl4.org>
14944              Date: Mon, 10 Dec 2001 23:22:28 +0000
14945              Message-ID: <20011210232228.M21702@plum.flirble.org>
14946      Branch: perl
14947            + t/op/hashassign.t
14948            ! MANIFEST t/op/each.t t/test.pl
14949 ____________________________________________________________________________
14950 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
14951         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
14952              From: "Craig A. Berry" <craigberry@mac.com>
14953              Date: Mon, 10 Dec 2001 16:38:14 -0600
14954              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
14955      Branch: perl
14956            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
14957 ____________________________________________________________________________
14958 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
14959         Log: Subject: [PATCH perl@13600] configure.com fixes
14960              From: "Craig A. Berry" <craigberry@mac.com>
14961              Date: Mon, 10 Dec 2001 14:40:20 -0600
14962              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
14963      Branch: perl
14964            ! configure.com
14965 ____________________________________________________________________________
14966 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
14967         Log: Silence BeOS compilation moaning.
14968      Branch: perl
14969            ! perl.h
14970 ____________________________________________________________________________
14971 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
14972         Log: Update Changes.
14973      Branch: perl
14974            ! Changes patchlevel.h
14975 ____________________________________________________________________________
14976 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
14977         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
14978              From: Michael G Schwern <schwern@pobox.com>
14979              Date: Mon, 10 Dec 2001 01:21:03 -0500
14980              Message-ID: <20011210062103.GC1770@blackrider>
14981      Branch: perl
14982            ! lib/ExtUtils/Command.t
14983 ____________________________________________________________________________
14984 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
14985         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
14986              From: Michael G Schwern <schwern@pobox.com>
14987              Date: Mon, 10 Dec 2001 01:10:57 -0500
14988              Message-ID: <20011210061057.GB1770@blackrider>
14989      Branch: perl
14990            ! t/op/groups.t
14991 ____________________________________________________________________________
14992 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
14993         Log: Retract #13596, #13593 should do the trick.
14994      Branch: perl
14995            ! t/op/stat.t
14996 ____________________________________________________________________________
14997 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
14998         Log: (retracted by #13597, #13593 does the job better)
14999              
15000              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
15001              From: Michael G Schwern <schwern@pobox.com>
15002              Date: Mon, 10 Dec 2001 00:53:16 -0500
15003              Message-ID: <20011210055316.GA1770@blackrider>
15004      Branch: perl
15005            ! t/op/stat.t
15006 ____________________________________________________________________________
15007 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
15008         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
15009              From: Michael G Schwern <schwern@pobox.com> 
15010              Date: Mon, 10 Dec 2001 02:19:14 -0500
15011              Message-ID: <20011210071914.GF1770@blackrider>
15012      Branch: perl
15013            ! lib/AutoSplit.t
15014 ____________________________________________________________________________
15015 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
15016         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
15017              From: Michael G Schwern <schwern@pobox.com>
15018              Date: Mon, 10 Dec 2001 02:47:40 -0500
15019              Message-ID: <20011210074739.GH1770@blackrider>
15020      Branch: perl
15021            ! t/op/pack.t
15022 ____________________________________________________________________________
15023 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
15024         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
15025              From: Michael G Schwern <schwern@pobox.com>
15026              Date: Mon, 10 Dec 2001 02:54:22 -0500
15027              Message-ID: <20011210075422.GI1770@blackrider>
15028      Branch: perl
15029            ! t/test.pl
15030 ____________________________________________________________________________
15031 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
15032         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
15033              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15034              Date: Mon, 10 Dec 2001 08:45:20 +0100
15035              Message-ID: <3C146810.60B5B7C0@alcatel.at>
15036      Branch: perl
15037            ! pp_pack.c
15038 ____________________________________________________________________________
15039 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
15040         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
15041              From: Michael G Schwern <schwern@pobox.com>
15042              Date: Mon, 10 Dec 2001 03:27:02 -0500
15043              Message-ID: <20011210082702.GN1770@blackrider>
15044      Branch: perl
15045            ! t/io/openpid.t
15046 ____________________________________________________________________________
15047 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
15048         Log: More chmod +w.
15049      Branch: perl
15050            ! Porting/makerel
15051 ____________________________________________________________________________
15052 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
15053         Log: Just skip the readability test if running as root.
15054      Branch: perl
15055            ! lib/Net/t/netrc.t
15056 ____________________________________________________________________________
15057 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
15058         Log: Tell about the downside of safe signals.
15059      Branch: perl
15060            ! pod/perldelta.pod
15061 ____________________________________________________________________________
15062 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
15063         Log: Make the whole -lperl thing NetBSD only until we
15064              find some other platform that needs the same.
15065      Branch: perl
15066            ! lib/ExtUtils/MM_Unix.pm
15067 ____________________________________________________________________________
15068 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
15069         Log: Subject: [PATCH t/op/pack.t] Cleanup
15070              From: Michael G Schwern <schwern@pobox.com> 
15071              Date: Sun, 9 Dec 2001 23:08:26 -0500
15072              Message-ID: <20011210040826.GD660@blackrider>
15073      Branch: perl
15074            ! t/op/pack.t
15075 ____________________________________________________________________________
15076 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
15077         Log: Add threads support for NetBSD.
15078              
15079              This is also the first (I think) Perl threads build with
15080              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
15081              NetBSD does not as of yet have true kernel POSIX threads,
15082              but the user-level pth seems to be doing pretty well--
15083              the only failure is that threads/t/basic okays 6 and 7
15084              consistently seem be arriving in the reverse order.
15085              Well, gdbm.t is also failing: 'Undefined PLT symbol
15086              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
15087              guessing that GDBM would need a threaded rebuild.
15088      Branch: perl
15089            ! hints/netbsd.sh
15090 ____________________________________________________________________________
15091 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
15092         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
15093              potential performance hit and change in semantics of closure
15094              lookups after C<undef &foo>)
15095      Branch: maint-5.6/perl
15096            ! op.c
15097 ____________________________________________________________________________
15098 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
15099         Log: metaconfig unit change for #13582.
15100      Branch: metaconfig
15101            ! U/threads/usethreads.U
15102 ____________________________________________________________________________
15103 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
15104         Log: Update the ithreads selection info in Configure,
15105              as suggested by Michael Schwern.
15106      Branch: perl
15107            ! Configure
15108 ____________________________________________________________________________
15109 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
15110         Log: Clearing locale environment simply doesn't seem to
15111              guarantee that (nl_)langinfo(CODESET) would return nil.
15112              (I for example get "ISO8859-1", so <guess>maybe there can
15113              be per-system default settings at work</guess>.)
15114      Branch: perl
15115            ! lib/open.t
15116 ____________________________________________________________________________
15117 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
15118         Log: Subject: RE: Exporter fixes reversed in 13540?
15119              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
15120              Date: Sun, 9 Dec 2001 12:55:15 -0500
15121              Message-ID: <3C13F455@operamail.com>
15122      Branch: perl
15123            ! lib/open.pm
15124 ____________________________________________________________________________
15125 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
15126         Log: Root is the lizard king.
15127      Branch: perl
15128            ! lib/Net/t/netrc.t
15129 ____________________________________________________________________________
15130 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
15131         Log: Telling how many tests we are expecting helps.
15132      Branch: perl
15133            ! ext/POSIX/t/waitpid.t
15134 ____________________________________________________________________________
15135 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
15136         Log: Add a test case for waitpid(): from Rocco Caputo.
15137      Branch: perl
15138            + ext/POSIX/t/waitpid.t
15139            ! MANIFEST
15140 ____________________________________________________________________________
15141 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
15142         Log: Subject: [PATCH] Term::ReadLine tweaks and test
15143              From: Richard Clamp <richardc@unixbeard.net>
15144              Date: Mon, 10 Dec 2001 00:51:47 +0000
15145              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
15146      Branch: perl
15147            + lib/Term/ReadLine.t
15148            ! MANIFEST lib/Term/ReadLine.pm
15149 ____________________________________________________________________________
15150 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
15151         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
15152              From: Rocco Caputo <troc@netrus.net>
15153              Date: Sun, 9 Dec 2001 18:12:38 -0500
15154              Message-ID: <20011209181238.A803@eyrie.homenet>
15155      Branch: perl
15156            ! win32/win32.c
15157 ____________________________________________________________________________
15158 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
15159         Log: make sure that va_start() has matching va_end();
15160              from OpenBSD 3.0.
15161      Branch: perl
15162            ! x2p/util.c
15163 ____________________________________________________________________________
15164 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
15165         Log: h2ph updates from OpenBSD 3.0.
15166      Branch: perl
15167            ! utils/h2ph.PL
15168 ____________________________________________________________________________
15169 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
15170         Log: OpenBSD hints update from OpenBSD 3.0.
15171      Branch: perl
15172            ! hints/openbsd.sh
15173 ____________________________________________________________________________
15174 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
15175         Log: DJGPP tweaks from Laszlo Molnar.
15176      Branch: perl
15177            ! djgpp/config.over lib/File/Find/t/find.t
15178            ! lib/File/Find/t/taint.t t/pod/find.t
15179 ____________________________________________________________________________
15180 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
15181         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
15182              From: Michael G Schwern <schwern@pobox.com> 
15183              Date: Sun, 9 Dec 2001 19:28:12 -0500
15184              Message-ID: <20011210002812.GF13586@blackrider>
15185      Branch: perl
15186            ! README.cygwin
15187 ____________________________________________________________________________
15188 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
15189         Log: README.cygwin update from Gerrit P. Haase.
15190      Branch: perl
15191            ! README.cygwin
15192 ____________________________________________________________________________
15193 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
15194         Log: Apply NetBSD patch-ag: shared/static linking,
15195              but make the change less intrusive on non-NetBSD.
15196      Branch: perl
15197            ! lib/ExtUtils/MM_Unix.pm
15198 ____________________________________________________________________________
15199 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
15200         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
15201      Branch: perl
15202            ! lib/ExtUtils/Liblist.pm
15203 ____________________________________________________________________________
15204 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
15205         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
15206      Branch: perl
15207            ! regcomp.c
15208 ____________________________________________________________________________
15209 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
15210         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
15211      Branch: perl
15212            ! pp.c
15213 ____________________________________________________________________________
15214 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
15215         Log: Apply NetBSD patch-ac.
15216              (the fix has already been done: change #9706, fully qualified
15217              pathnames in packlists)
15218      Branch: perl
15219            ! lib/ExtUtils/Install.pm
15220 ____________________________________________________________________________
15221 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
15222         Log: Apply NetBSD patch-ab: NetBSD hints update.
15223      Branch: perl
15224            ! hints/netbsd.sh
15225 ____________________________________________________________________________
15226 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
15227         Log: metaconfig unit changes for #13560.
15228      Branch: metaconfig/U/perl
15229            ! dlsrc.U i_ieeefp.U libperl.U
15230 ____________________________________________________________________________
15231 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
15232         Log: NetBSD has <ieeefp.h> but hidden.
15233      Branch: perl
15234            ! hints/netbsd.sh
15235 ____________________________________________________________________________
15236 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
15237         Log: Implement NetBSD patch-aa.
15238      Branch: perl
15239            ! Configure
15240 ____________________________________________________________________________
15241 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
15242         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
15243              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
15244              Date: Sun, 09 Dec 2001 13:40:58 +0100
15245              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
15246              
15247              (The lstat()s were there in 5.6.1: what happened to them?)
15248      Branch: perl
15249            ! lib/File/Find.pm
15250 ____________________________________________________________________________
15251 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
15252         Log: Quickie documentation of the C UTF-8 API.
15253      Branch: perl
15254            ! pod/perlunicode.pod
15255 ____________________________________________________________________________
15256 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
15257         Log: Subject: bleadperl on cygwin weirdness...
15258              From: "Gerrit P. Haase" <gp@familiehaase.de>
15259              Date: Sun, 9 Dec 2001 20:31:28 +0100
15260              Message-ID: <13779422183.20011209203128@familiehaase.de>          
15261              
15262              (plus libperl*.dll version portability tweaks)
15263      Branch: perl
15264            ! lib/ExtUtils/Embed.t
15265 ____________________________________________________________________________
15266 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
15267         Log: Instead of muting symbol export error if under eval,
15268              delay the errors until the croak().
15269              
15270              (replaces #13408)
15271      Branch: perl
15272            ! lib/Exporter/Heavy.pm
15273 ____________________________________________________________________________
15274 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
15275         Log: Basegroup 0 is a cygwin_nt thing.
15276      Branch: perl
15277            ! t/op/groups.t
15278 ____________________________________________________________________________
15279 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
15280         Log: Also WinME is LoseLink.
15281      Branch: perl
15282            ! t/op/stat.t
15283 ____________________________________________________________________________
15284 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
15285         Log: Forgotten checkin.
15286      Branch: perl
15287            ! lib/User/grent.t
15288 ____________________________________________________________________________
15289 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
15290         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
15291              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
15292              Date: Sun, 09 Dec 2001 13:45:06 +0100
15293              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
15294      Branch: perl
15295            ! lib/File/Find.pm
15296 ____________________________________________________________________________
15297 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
15298         Log: Tweakback.
15299      Branch: perl
15300            ! lib/Net/hostent.t
15301 ____________________________________________________________________________
15302 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
15303         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
15304              From: Michael G Schwern <schwern@pobox.com>
15305              Date: Sat, 8 Dec 2001 14:48:38 -0500
15306              Message-ID: <20011208194838.GA8650@blackrider>
15307      Branch: perl
15308            ! t/op/grent.t
15309 ____________________________________________________________________________
15310 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
15311         Log: Subject: [README.cygwin] Removing old expected test failures
15312              From: Michael G Schwern <schwern@pobox.com>
15313              Date: Sat, 8 Dec 2001 15:38:28 -0500
15314              Message-ID: <20011208203828.GB9017@blackrider>
15315      Branch: perl
15316            ! README.cygwin
15317 ____________________________________________________________________________
15318 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
15319         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
15320              From: Michael G Schwern <schwern@pobox.com>                
15321              Date: Sat, 8 Dec 2001 15:26:59 -0500
15322              Message-ID: <20011208202659.GA9017@blackrider> 
15323      Branch: perl
15324            ! lib/Net/hostent.t
15325 ____________________________________________________________________________
15326 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
15327         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
15328              From: Michael G Schwern <schwern@pobox.com> 
15329              Date: Sat, 8 Dec 2001 15:06:16 -0500
15330              Message-ID: <20011208200616.GA8915@blackrider>
15331      Branch: perl
15332            ! t/op/stat.t
15333 ____________________________________________________________________________
15334 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
15335         Log: Developer deprecations and an incompatibility.
15336      Branch: perl
15337            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
15338 ____________________________________________________________________________
15339 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
15340         Log: Shoo.
15341      Branch: perl
15342            - lib/Attribute/Handlers.pm
15343 ____________________________________________________________________________
15344 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
15345         Log: Remove Attribute::Handlers, as per Damian's request.
15346              (Because of fixing the my variables to be now handled
15347              in run-time, the whole internals of the A::H needs to
15348              be rewritten and Damian will not have time for that
15349              for months.)
15350      Branch: perl
15351            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
15352            - lib/Attribute/Handlers/demo/Demo.pm
15353            - lib/Attribute/Handlers/demo/Descriptions.pm
15354            - lib/Attribute/Handlers/demo/MyClass.pm
15355            - lib/Attribute/Handlers/demo/demo.pl
15356            - lib/Attribute/Handlers/demo/demo2.pl
15357            - lib/Attribute/Handlers/demo/demo3.pl
15358            - lib/Attribute/Handlers/demo/demo4.pl
15359            - lib/Attribute/Handlers/demo/demo_call.pl
15360            - lib/Attribute/Handlers/demo/demo_chain.pl
15361            - lib/Attribute/Handlers/demo/demo_cycle.pl
15362            - lib/Attribute/Handlers/demo/demo_hashdir.pl
15363            - lib/Attribute/Handlers/demo/demo_phases.pl
15364            - lib/Attribute/Handlers/demo/demo_range.pl
15365            - lib/Attribute/Handlers/demo/demo_rawdata.pl
15366            - lib/Attribute/Handlers/t/multi.t
15367            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
15368            ! pod/perlmodlib.pod pod/perltoc.pod
15369 ____________________________________________________________________________
15370 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
15371         Log: Subject: Re: attributes are broken
15372              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15373              Date: Sun, 09 Dec 2001 00:09:23 -0500
15374              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
15375      Branch: perl
15376            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
15377            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
15378            ! xsutils.c
15379 ____________________________________________________________________________
15380 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
15381         Log: Forgotten checkin.
15382      Branch: perl
15383            ! lib/Pod/Text.pm
15384 ____________________________________________________________________________
15385 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
15386         Log: uconfig.h update.
15387      Branch: perl
15388            ! uconfig.h
15389 ____________________________________________________________________________
15390 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
15391         Log: Update Changes.
15392      Branch: perl
15393            ! Changes patchlevel.h
15394 ____________________________________________________________________________
15395 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
15396         Log: Note that some of the Unicode features are
15397              dependent on perlio.
15398      Branch: perl
15399            ! pod/perluniintro.pod
15400 ____________________________________________________________________________
15401 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
15402         Log: Regen perlapi, regen toc.
15403      Branch: perl
15404            ! pod/perlapi.pod pod/perltoc.pod
15405 ____________________________________________________________________________
15406 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
15407         Log: FAQ sync.
15408      Branch: perl
15409            ! pod/perlfaq4.pod pod/perlfaq6.pod
15410 ____________________________________________________________________________
15411 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
15412         Log: Subject: [PATCH] Fix odd language in an sv.c comment
15413              From: coral@eekeek.org
15414              Date: Sat, 8 Dec 2001 12:19:39 -0500
15415              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
15416      Branch: perl
15417            ! sv.c
15418 ____________________________________________________________________________
15419 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
15420         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
15421              From: Michael G Schwern <schwern@pobox.com>
15422              Date: Fri, 7 Dec 2001 20:03:45 -0500
15423              Message-ID: <20011208010345.GD642@blackrider>
15424              
15425              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
15426              From: Michael G Schwern <schwern@pobox.com>
15427              Date: Fri, 7 Dec 2001 20:13:54 -0500
15428              Message-ID: <20011208011354.GE642@blackrider>
15429              
15430              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
15431              From: Michael G Schwern <schwern@pobox.com>
15432              Date: Fri, 7 Dec 2001 21:47:36 -0500
15433              Message-ID: <20011208024736.GH642@blackrider>
15434              
15435              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
15436              From: Michael G Schwern <schwern@pobox.com>
15437              Date: Fri, 7 Dec 2001 23:09:43 -0500
15438              Message-ID: <20011208040943.GK642@blackrider>
15439              
15440              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
15441              Message-Id: <a05101004b83754903506@[172.16.52.1]>
15442              Date: Fri, 7 Dec 2001 23:28:15 -0600
15443              From: "Craig A. Berry" <craigberry@mac.com>
15444      Branch: perl
15445            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
15446 ____________________________________________________________________________
15447 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
15448         Log: Integrate perlio.
15449      Branch: perl
15450           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
15451           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
15452 ____________________________________________________________________________
15453 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
15454         Log: Retract #11156 since Sarathy has found that it breaks code:
15455              http://bugs.ActiveState.com/show_bug.cgi?id=18457
15456              http://bugs.ActiveState.com/show_bug.cgi?id=18858
15457      Branch: perl
15458            ! op.c sv.c t/op/pos.t
15459 ____________________________________________________________________________
15460 [ 13532] By: nick                                  on 2001/12/08  14:11:12
15461         Log: Integrate mainline
15462      Branch: perlio
15463           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
15464           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
15465 ____________________________________________________________________________
15466 [ 13531] By: nick                                  on 2001/12/08  13:48:21
15467         Log: Tweak multi-arg open error messages
15468      Branch: perlio
15469            ! perlio.c
15470 ____________________________________________________________________________
15471 [ 13530] By: nick                                  on 2001/12/08  10:20:06
15472         Log: Allow multi-arg open() if opening layer declares this legal.
15473      Branch: perlio
15474            ! doio.c perlio.c perliol.h
15475 ____________________________________________________________________________
15476 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
15477         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
15478              From: Michael G Schwern <schwern@pobox.com>       
15479              Date: Fri, 7 Dec 2001 19:41:31 -0500
15480              Message-ID: <20011208004131.GC642@blackrider>
15481      Branch: perl
15482            ! t/run/switches.t t/test.pl
15483 ____________________________________________________________________________
15484 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
15485         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
15486              From: Michael G Schwern <schwern@pobox.com>       
15487              Date: Fri, 7 Dec 2001 19:12:44 -0500
15488              Message-ID: <20011208001244.GB642@blackrider>
15489      Branch: perl
15490            ! t/op/stat.t
15491 ____________________________________________________________________________
15492 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
15493         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
15494              From: Michael G Schwern <schwern@pobox.com>
15495              Date: Fri, 7 Dec 2001 17:28:57 -0500
15496              Message-ID: <20011207222857.GI23210@blackrider>
15497      Branch: perl
15498            ! t/op/magic.t
15499 ____________________________________________________________________________
15500 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
15501         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
15502      Branch: perl
15503            ! t/test.pl
15504 ____________________________________________________________________________
15505 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
15506         Log: which_perl: delay as much a possible till runtime.
15507      Branch: perl
15508            ! t/test.pl
15509 ____________________________________________________________________________
15510 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
15511         Log: Further tweakage to which_perl().
15512      Branch: perl
15513            ! t/test.pl
15514 ____________________________________________________________________________
15515 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
15516         Log: perluniintro tweaks.
15517      Branch: perl
15518            ! pod/perluniintro.pod
15519 ____________________________________________________________________________
15520 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
15521         Log: Tweak the $Perl computation.
15522      Branch: perl
15523            ! t/test.pl
15524 ____________________________________________________________________________
15525 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
15526         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
15527              From: Nicholas Clark <nick@ccl4.org>
15528              Date: Fri, 7 Dec 2001 17:06:56 +0000
15529              Message-ID: <20011207170656.G21702@plum.flirble.org>
15530      Branch: perl
15531            ! doop.c t/op/chop.t
15532 ____________________________________________________________________________
15533 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
15534         Log: Update Changes.
15535      Branch: perl
15536            ! Changes patchlevel.h
15537 ____________________________________________________________________________
15538 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
15539         Log: Missing ).
15540      Branch: perl
15541            ! t/test.pl
15542 ____________________________________________________________________________
15543 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
15544         Log: Allow several arguments to display().
15545      Branch: perl
15546            ! t/test.pl
15547 ____________________________________________________________________________
15548 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
15549         Log: /dev/stdout could be either a character special file
15550              or a named pipe, so let's pretend it doesn't exist.
15551      Branch: perl
15552            ! t/op/stat.t
15553 ____________________________________________________________________________
15554 [ 13516] By: nick                                  on 2001/12/07  15:09:23
15555         Log: Integrate again - can I catch up ?
15556      Branch: perlio
15557           !> t/test.pl
15558 ____________________________________________________________________________
15559 [ 13515] By: nick                                  on 2001/12/07  15:08:17
15560         Log: Integrate mainline some more
15561      Branch: perlio
15562           !> README.hpux hints/linux.sh pod/perlfunc.pod
15563 ____________________________________________________________________________
15564 [ 13514] By: nick                                  on 2001/12/07  15:07:15
15565         Log: Integrate mainline
15566      Branch: perlio
15567           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
15568           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
15569           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
15570           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
15571           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
15572           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
15573           +> t/lib/Math/BigInt/BareCalc.pm
15574            - ext/Devel/PPPort/harness/Harness.pm
15575            - ext/Devel/PPPort/harness/Harness.xs
15576            - ext/Devel/PPPort/harness/Makefile.PL
15577            - ext/Devel/PPPort/harness/module2.c
15578            - ext/Devel/PPPort/harness/module3.c
15579            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
15580            - lib/File/Spec/Functions.t
15581           !> (integrate 103 files)
15582 ____________________________________________________________________________
15583 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
15584         Log: Add display() for displaying icky scalars.
15585      Branch: perl
15586            ! t/test.pl
15587 ____________________________________________________________________________
15588 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
15589         Log: Subject: [ID 20011207.001] documentation bug for waitpid
15590              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
15591              Date: Fri, 7 Dec 2001 12:44:56 +0100
15592              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
15593      Branch: perl
15594            ! pod/perlfunc.pod
15595 ____________________________________________________________________________
15596 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
15597         Log: gcc version matching didn't.
15598      Branch: perl
15599            ! hints/linux.sh
15600 ____________________________________________________________________________
15601 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
15602         Log: Subject: HP renamed their servers              
15603              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15604              Date: Fri, 07 Dec 2001 12:07:22 +0100
15605              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
15606      Branch: perl
15607            ! README.hpux
15608 ____________________________________________________________________________
15609 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
15610         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
15611              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15612              Date: Fri, 7 Dec 2001 00:24:55 -0500
15613              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
15614      Branch: perl
15615            ! pod/perlport.pod
15616 ____________________________________________________________________________
15617 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
15618         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
15619              From: Michael G Schwern <schwern@pobox.com> 
15620              Date: Thu, 6 Dec 2001 22:56:34 -0500
15621              Message-ID: <20011207035634.GO22648@blackrider>
15622      Branch: perl
15623            ! t/base/lex.t t/op/exec.t
15624 ____________________________________________________________________________
15625 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
15626         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
15627              From: Michael G Schwern <schwern@pobox.com>
15628              Date: Thu, 6 Dec 2001 22:45:44 -0500
15629              Message-ID: <20011207034544.GN22648@blackrider>
15630              
15631              (plus op/ref tweak)
15632      Branch: perl
15633            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
15634            ! t/run/kill_perl.t t/test.pl
15635 ____________________________________________________________________________
15636 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
15637         Log: Upgrade to Math::BigInt 1.48.
15638      Branch: perl
15639            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
15640            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15641            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
15642            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
15643            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
15644            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
15645            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
15646 ____________________________________________________________________________
15647 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
15648         Log: Mention also perl56delta in case someone is upgrading from
15649              Perl 5.005_03.
15650      Branch: perl
15651            ! pod/perldelta.pod
15652 ____________________________________________________________________________
15653 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
15654         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
15655              From: Michael G Schwern <schwern@pobox.com>
15656              Date: Thu, 6 Dec 2001 15:15:28 -0500
15657              Message-ID: <20011206201528.GF16414@blackrider>
15658              
15659              (just the term.t, not the lex.t)
15660              
15661              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
15662              From: Michael G Schwern <schwern@pobox.com>
15663              Date: Thu, 6 Dec 2001 15:22:22 -0500
15664              Message-ID: <20011206202222.GG16414@blackrider>
15665              
15666              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
15667              From: Michael G Schwern <schwern@pobox.com>
15668              Date: Thu, 6 Dec 2001 15:31:58 -0500
15669              Message-ID: <20011206203158.GI16414@blackrider>
15670              
15671              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
15672              From: Michael G Schwern <schwern@pobox.com>
15673              Date: Thu, 6 Dec 2001 17:38:55 -0500
15674              Message-ID: <20011206223855.GC22648@blackrider>
15675      Branch: perl
15676            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
15677            ! t/test.pl
15678 ____________________________________________________________________________
15679 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
15680         Log: Update the thr5005 situation.
15681      Branch: perl
15682            ! pod/perldelta.pod
15683 ____________________________________________________________________________
15684 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
15685         Log: perldelta borrowings from perl561delta.
15686      Branch: perl
15687            ! pod/perldelta.pod
15688 ____________________________________________________________________________
15689 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
15690         Log: Add the 5.6.1 perldelta as perl561delta.
15691              (Makes it easier to steal stuff for perldelta :-)
15692      Branch: perl
15693            + pod/perl561delta.pod
15694            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15695 ____________________________________________________________________________
15696 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
15697         Log: Retract #13496 for now.
15698      Branch: perl
15699            ! t/base/lex.t t/base/term.t
15700 ____________________________________________________________________________
15701 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
15702         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
15703              From: "Craig A. Berry" <craigberry@mac.com>
15704              Date: Thu, 6 Dec 2001 14:54:36 -0600
15705              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
15706      Branch: perl
15707            ! vms/ext/filespec.t
15708 ____________________________________________________________________________
15709 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
15710         Log: (retracted by #13499)
15711              
15712              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
15713              From: Michael G Schwern <schwern@pobox.com>
15714              Date: Thu, 6 Dec 2001 15:15:28 -0500
15715              Message-ID: <20011206201528.GF16414@blackrider>
15716      Branch: perl
15717            ! t/base/lex.t t/base/term.t
15718 ____________________________________________________________________________
15719 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
15720         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
15721              From: Michael G Schwern <schwern@pobox.com>
15722              Date: Thu, 6 Dec 2001 13:54:48 -0500
15723              Message-ID: <20011206185448.GC16414@blackrider>
15724      Branch: perl
15725            ! t/op/stat.t
15726 ____________________________________________________________________________
15727 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
15728         Log: The #4 has nothing to do with Unicode.
15729      Branch: perl
15730            ! t/op/tr.t
15731 ____________________________________________________________________________
15732 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
15733         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
15734              From: Michael G Schwern <schwern@pobox.com>
15735              Date: Thu, 6 Dec 2001 13:45:48 -0500
15736              Message-ID: <20011206184548.GB16414@blackrider>
15737      Branch: perl
15738            ! t/op/tr.t
15739 ____________________________________________________________________________
15740 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
15741         Log: Update Changes.
15742      Branch: perl
15743            ! Changes patchlevel.h
15744 ____________________________________________________________________________
15745 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
15746         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
15747              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15748              Date: Thu, 6 Dec 2001 11:41:25 EST
15749              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
15750      Branch: perl
15751            ! vms/vms.c vms/vmsish.h
15752 ____________________________________________________________________________
15753 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
15754         Log: Subject: [PATCH] Re: weirdness in regexps
15755              From: Robin Houston <robin@kitsite.com> 
15756              Date: Thu, 6 Dec 2001 14:44:01 +0000
15757              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
15758      Branch: perl
15759            ! op.c t/lib/strict/subs
15760 ____________________________________________________________________________
15761 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
15762         Log: Make the -b -c -S tests count all of the /dev, not just
15763              check the first one, as suggested by Benjamin Goldberg.
15764      Branch: perl
15765            ! t/op/stat.t
15766 ____________________________________________________________________________
15767 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
15768         Log: Subject: Re: [PATCH: bleadperl] casefold backref
15769              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
15770              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
15771              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
15772      Branch: perl
15773            ! regexec.c
15774 ____________________________________________________________________________
15775 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
15776         Log: Nits noticed by Philip Newton, and de-tab DB.t.
15777      Branch: perl
15778            ! lib/DB.t
15779 ____________________________________________________________________________
15780 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
15781         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
15782              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15783              Date: 6 Dec 2001 11:06:01 -0000
15784              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
15785      Branch: perl
15786            ! op.c t/op/tr.t
15787 ____________________________________________________________________________
15788 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
15789         Log: Subject: [PATCH: bleadperl] casefold backref
15790              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
15791              Date: Wed, 05 Dec 2001 17:27:05 +0000
15792              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
15793      Branch: perl
15794            ! regexec.c t/op/re_tests
15795 ____________________________________________________________________________
15796 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
15797         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
15798              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15799              Date: Wed, 5 Dec 2001 22:34:53 EST
15800              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
15801      Branch: perl
15802            ! mg.c vms/vms.c vms/vmsish.h
15803 ____________________________________________________________________________
15804 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
15805         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
15806              From: Michael G Schwern <schwern@pobox.com>
15807              Date: Wed, 5 Dec 2001 19:52:58 -0500
15808              Message-ID: <20011205195257.A903@blackrider>
15809      Branch: perl
15810            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
15811            + lib/File/Spec/t/rel2abs2rel.t
15812            - lib/File/Spec.t lib/File/Spec/Functions.t
15813            ! MANIFEST
15814 ____________________________________________________________________________
15815 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
15816         Log: Subject: Re: Silly stat() portability questions                
15817              From: Benjamin Goldberg <goldbb2@earthlink.net>
15818              Date: Wed, 05 Dec 2001 22:52:35 -0500
15819              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
15820      Branch: perl
15821            ! pod/perlport.pod
15822 ____________________________________________________________________________
15823 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
15824         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
15825              From: "Craig A. Berry" <craigberry@mac.com>
15826              Date: Wed, 05 Dec 2001 16:41:59 -0600
15827              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
15828      Branch: perl
15829            ! README.vms configure.com lib/File/Spec/VMS.pm
15830            ! vms/ext/filespec.t
15831 ____________________________________________________________________________
15832 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
15833         Log: $apply->('club', $glibc_maintainers);
15834              
15835              (Nick Clark just reported that <langinfo.h> YESSTR
15836              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
15837      Branch: perl
15838            ! ext/I18N/Langinfo/Langinfo.t
15839 ____________________________________________________________________________
15840 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
15841         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
15842      Branch: perl
15843            ! pod/perlport.pod
15844 ____________________________________________________________________________
15845 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
15846         Log: tweak change#13474 (pad entries can apparently be null in some
15847              situations)
15848      Branch: maint-5.6/perl
15849            ! op.c
15850 ____________________________________________________________________________
15851 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
15852         Log: Restore the /dev -b -c -S part of the test.
15853      Branch: perl
15854            ! t/op/stat.t
15855 ____________________________________________________________________________
15856 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
15857         Log: Retract #13475 until Arthur gets back to the mine.
15858      Branch: perl
15859            ! op.c t/run/kill_perl.t
15860 ____________________________________________________________________________
15861 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
15862         Log: (retracted by #13476)
15863              
15864              Manually apply #13474; fixes stale reference to dead
15865              CvOUTSIDE(); this can happen when anonymous subroutines
15866              that aren't closures are returned from an eval""
15867              
15868              (threads/shared/sv_refs.t is coredump-unhappy about this change)
15869      Branch: perl
15870            ! op.c t/run/kill_perl.t
15871 ____________________________________________________________________________
15872 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
15873         Log: replacement for change#10451
15874              
15875              fixes stale reference to dead CvOUTSIDE(); this can happen when
15876              anonymous subroutines that aren't closures are returned from an
15877              eval""
15878      Branch: maint-5.6/perl
15879            ! op.c t/op/misc.t
15880 ____________________________________________________________________________
15881 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
15882         Log: revert change#10451,10472; it was a naive fix that simply
15883              reintroduced the memory leak!
15884      Branch: maint-5.6/perl
15885            ! op.c t/op/misc.t
15886 ____________________________________________________________________________
15887 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
15888         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
15889              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15890              Date: Wed, 05 Dec 2001 10:49:20 +0100
15891              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
15892      Branch: perl
15893            ! lib/File/Basename.pm lib/File/Basename.t
15894 ____________________________________________________________________________
15895 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
15896         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
15897              From: Michael G Schwern <schwern@pobox.com> 
15898              Date: Wed, 5 Dec 2001 02:47:59 -0500
15899              Message-ID: <20011205024759.H14333@blackrider>
15900      Branch: perl
15901            ! t/op/magic.t
15902 ____________________________________________________________________________
15903 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
15904         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
15905              From: Michael G Schwern <schwern@pobox.com>              
15906              Date: Wed, 5 Dec 2001 02:22:05 -0500
15907              Message-ID: <20011205022205.F14333@blackrider>
15908      Branch: perl
15909            ! t/op/stat.t vms/test.com
15910 ____________________________________________________________________________
15911 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
15912         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
15913              From: Michael G Schwern <schwern@pobox.com> 
15914              Date: Tue, 4 Dec 2001 23:40:10 -0500
15915              Message-ID: <20011204234010.B14333@blackrider>
15916      Branch: perl
15917            ! t/op/stat.t
15918 ____________________________________________________________________________
15919 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
15920         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
15921              From: Michael G Schwern <schwern@pobox.com> 
15922              Date: Tue, 4 Dec 2001 21:09:18 -0500           
15923              Message-ID: <20011204210918.D13279@blackrider>
15924              
15925              t/test.
15926      Branch: perl
15927            ! t/test.pl
15928 ____________________________________________________________________________
15929 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
15930         Log: (accidentally empty check-in)
15931      Branch: perl
15932            ! t/op/stat.t
15933 ____________________________________________________________________________
15934 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
15935         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
15936              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15937              Date: Tue, 04 Dec 2001 23:40:27 +0100
15938              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
15939      Branch: perl
15940            ! mg.c
15941 ____________________________________________________________________________
15942 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
15943         Log: Subject: [PATCH] minor pod fix in Safe.pm
15944              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15945              Date: Tue, 4 Dec 2001 22:02:34 +0100
15946              Message-ID: <20011204220234.A17293@rafael>
15947      Branch: perl
15948            ! ext/Opcode/Safe.pm
15949 ____________________________________________________________________________
15950 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
15951         Log: CRLF GRRR.
15952      Branch: perl
15953            ! djgpp/configure.bat
15954 ____________________________________________________________________________
15955 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
15956         Log: DJGPP fixes from Laszlo Molnar.
15957      Branch: perl
15958            ! djgpp/configure.bat djgpp/djgpp.h
15959 ____________________________________________________________________________
15960 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
15961         Log: Update Changes.
15962      Branch: perl
15963            ! Changes patchlevel.h
15964 ____________________________________________________________________________
15965 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
15966         Log: Must wipe out the memory of real Socket before starting
15967              to use the new fake one.
15968      Branch: perl
15969            ! lib/Net/t/config.t
15970 ____________________________________________________________________________
15971 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
15972         Log: LC_ALL might trump LANG.
15973      Branch: perl
15974            ! lib/open.t
15975 ____________________________________________________________________________
15976 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
15977         Log: Make the eval runtime.
15978      Branch: perl
15979            ! lib/open.pm
15980 ____________________________________________________________________________
15981 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
15982         Log: Make the Langinfo test both more lenient (allow
15983              for any symbol not to exists) and stricter (add
15984              more symbols).
15985      Branch: perl
15986            ! ext/I18N/Langinfo/Langinfo.t
15987 ____________________________________________________________________________
15988 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
15989         Log: integrate change#13453 from maint-5.6
15990              
15991              tweak change#11399 to use an explicit flag rather than
15992              ass_u_ming w32_pseudo_id will only be zero for the real
15993              toplevel interpreter; avoids multiple hosts from diddling
15994              the environment at the same time
15995      Branch: perl
15996           !> win32/perlhost.h
15997 ____________________________________________________________________________
15998 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
15999         Log: Subject: [PATCH] VMS update for perldelta.pod
16000              From: "Craig A. Berry" <craigberry@mac.com> 
16001              Date: Tue, 4 Dec 2001 00:23:12 -0600
16002              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
16003      Branch: perl
16004            ! pod/perldelta.pod
16005 ____________________________________________________________________________
16006 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
16007         Log: NetWare tweak from Ananth Kesari.
16008      Branch: perl
16009            ! NetWare/Makefile
16010 ____________________________________________________________________________
16011 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
16012         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
16013              Not adding the test suite because of its many assumptions.
16014      Branch: perl
16015            ! lib/Net/Ping.pm
16016 ____________________________________________________________________________
16017 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
16018         Log: tweak change#11399 to use an explicit flag rather than
16019              ass_u_ming w32_pseudo_id will only be zero for the real
16020              toplevel interpreter; avoids multiple hosts from diddling
16021              the environment at the same time
16022      Branch: maint-5.6/perl
16023            ! win32/perlhost.h
16024 ____________________________________________________________________________
16025 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
16026         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
16027              from Len Makin.
16028      Branch: perl
16029            + hints/super-ux.sh
16030            ! MANIFEST
16031 ____________________________________________________________________________
16032 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
16033         Log: Add Mac OS X known failures to perldelta.
16034      Branch: perl
16035            ! pod/perldelta.pod
16036 ____________________________________________________________________________
16037 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
16038         Log: I think it's time to call the utf8 code non-test.
16039      Branch: perl
16040            ! utf8.c
16041 ____________________________________________________________________________
16042 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
16043         Log: Retract #13303, need rethink.
16044      Branch: perl
16045            ! utf8.c
16046 ____________________________________________________________________________
16047 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
16048         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
16049              From: "Craig A. Berry" <craigberry@mac.com>
16050              Date: Mon, 03 Dec 2001 16:28:06 -0600
16051              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
16052      Branch: perl
16053            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
16054 ____________________________________________________________________________
16055 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
16056         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
16057              From: Andy Dougherty <doughera@lafayette.edu>
16058              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
16059              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
16060      Branch: perl
16061            ! hints/solaris_2.sh
16062 ____________________________________________________________________________
16063 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
16064         Log: This test is not very robust on 8.3-constrained systems:
16065              all the "with truncated name" lines between "Autosplitting ..."
16066              and "some names are not unique" lines are unexpected,
16067              and the truncation message becomes:
16068              testtest.al, testtest.al truncate to testtest 
16069      Branch: perl
16070            ! lib/AutoSplit.t
16071 ____________________________________________________________________________
16072 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
16073         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
16074      Branch: perl
16075            ! ext/I18N/Langinfo/Langinfo.t
16076 ____________________________________________________________________________
16077 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
16078         Log: Test::Morify UCD.t
16079      Branch: perl
16080            ! lib/Unicode/UCD.t
16081 ____________________________________________________________________________
16082 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
16083         Log: If Socket has not been built (e.g. DJGPP) the libnet
16084              tests fall over with (too) much noise.
16085      Branch: perl
16086            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
16087            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
16088            ! lib/Net/t/smtp.t lib/Net/t/time.t
16089 ____________________________________________________________________________
16090 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
16091         Log: Subject: [PATCH] shared hash keys and ++/--
16092              From: Nicholas Clark <nick@ccl4.org>
16093              Date: Mon, 3 Dec 2001 16:37:16 +0000
16094              Message-ID: <20011203163716.C21702@plum.flirble.org>
16095      Branch: perl
16096            ! pp.c pp_hot.c sv.c t/op/inc.t
16097 ____________________________________________________________________________
16098 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
16099         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
16100              From: Jonathan Stowe <jns@gellyfish.com>
16101              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
16102              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
16103      Branch: perl
16104            ! lib/Term/Cap.pm
16105 ____________________________________________________________________________
16106 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
16107         Log: Update Changes.
16108      Branch: perl
16109            ! Changes patchlevel.h
16110 ____________________________________________________________________________
16111 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
16112         Log: perldelta tweaks.
16113      Branch: perl
16114            ! pod/perldelta.pod
16115 ____________________________________________________________________________
16116 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
16117         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
16118              From: Sam Tregar <sam@tregar.com> 
16119              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
16120              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
16121      Branch: perl
16122            ! pod/perlnewmod.pod
16123 ____________________________________________________________________________
16124 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
16125         Log: microperl casting nit.
16126      Branch: perl
16127            ! utf8.c
16128 ____________________________________________________________________________
16129 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
16130         Log: Make sharepvn a macro since all it does is a deref.
16131      Branch: perl
16132            ! embed.h embed.pl global.sym hv.c hv.h proto.h
16133 ____________________________________________________________________________
16134 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
16135         Log: perldelta updates.
16136      Branch: perl
16137            ! pod/perldelta.pod
16138 ____________________________________________________________________________
16139 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
16140         Log: PPPort update from Paul Marquess.
16141      Branch: perl
16142            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
16143            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
16144            + ext/Devel/PPPort/t/test.t
16145            - ext/Devel/PPPort/harness/Harness.pm
16146            - ext/Devel/PPPort/harness/Harness.xs
16147            - ext/Devel/PPPort/harness/Makefile.PL
16148            - ext/Devel/PPPort/harness/module2.c
16149            - ext/Devel/PPPort/harness/module3.c
16150            - ext/Devel/PPPort/harness/t/test.t
16151            ! MANIFEST ext/Devel/PPPort/MANIFEST
16152            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
16153            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
16154            ! ext/Devel/PPPort/soak
16155 ____________________________________________________________________________
16156 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
16157         Log: No use talking about dynamic library search patch
16158              unless we are having a dynamic build.
16159      Branch: perl
16160            ! t/TEST
16161 ____________________________________________________________________________
16162 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
16163         Log: Be more explicit on the List::Util build trick,
16164              should also stop unneeded rebuilds on static builds.
16165      Branch: perl
16166            ! ext/List/Util/Makefile.PL
16167 ____________________________________________________________________________
16168 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
16169         Log: We need to replace the optimize (-O1) with
16170              the -h scalar0 -h vector0, not append them
16171              to the ccflags.
16172      Branch: perl
16173            ! hints/unicos.sh hints/unicosmk.sh
16174 ____________________________________________________________________________
16175 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
16176         Log: Subject: [PATCH] Shared hash keys 
16177              From: Nicholas Clark <nick@ccl4.org>
16178              Date: Sun, 2 Dec 2001 20:52:32 +0000
16179              Message-ID: <20011202205232.U21702@plum.flirble.org>
16180      Branch: perl
16181            ! doop.c t/op/tr.t
16182 ____________________________________________________________________________
16183 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
16184         Log: Better add new files to MANIFEST, too.
16185      Branch: perl
16186            ! MANIFEST
16187 ____________________________________________________________________________
16188 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
16189         Log: Subject: {PATCH] perlpacktut.pod
16190              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
16191              Date: Sun, 02 Dec 2001 19:55:06 +0100
16192              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
16193      Branch: perl
16194            ! pod/perlpacktut.pod
16195 ____________________________________________________________________________
16196 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
16197         Log: Various small nits found by DJGPP build.
16198      Branch: perl
16199            ! doio.c mg.c pp.c util.c
16200 ____________________________________________________________________________
16201 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
16202         Log: Subject: RE: More verbose POD for Carp
16203              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
16204              Date: Sun, 2 Dec 2001 11:32:51 -0500
16205              Message-ID: <3C0A9748@operamail.com>
16206      Branch: perl
16207            ! lib/Carp.pm
16208 ____________________________________________________________________________
16209 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
16210         Log: Add a header for DJGPP with the function prototypes.
16211      Branch: perl
16212            + djgpp/djgpp.h
16213            ! MANIFEST djgpp/djgpp.c
16214 ____________________________________________________________________________
16215 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
16216         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
16217              From: Abe Timmerman <abe@ztreet.demon.nl>
16218              Date: Sun, 02 Dec 2001 02:41:25 +0100
16219              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
16220      Branch: perl
16221            ! pp_sys.c
16222 ____________________________________________________________________________
16223 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
16224         Log: There isn't PTR2INT(), there's PTR2IV().
16225      Branch: perl
16226            ! ext/Time/HiRes/HiRes.xs
16227 ____________________________________________________________________________
16228 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
16229         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
16230              From: Marc Lehmann <root@schmorp.de>
16231              Date: Sun, 02 Dec 2001 02:44:53 +0100
16232              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
16233      Branch: perl
16234            ! ext/Time/HiRes/HiRes.xs
16235 ____________________________________________________________________________
16236 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
16237         Log: encode()/decode() examples.
16238      Branch: perl
16239            ! ext/Encode/Encode.pm
16240 ____________________________________________________________________________
16241 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
16242         Log: DJGPP tweaks from Laszlo Molnar.
16243      Branch: perl
16244            ! djgpp/config.over djgpp/djgppsed.sh
16245 ____________________________________________________________________________
16246 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
16247         Log: Update Changes.
16248      Branch: perl
16249            ! Changes patchlevel.h
16250 ____________________________________________________________________________
16251 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
16252         Log: Integrate perlio;
16253              
16254              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
16255              which do not have file descriptors. Noticed a possibly
16256              worse problem in the process ...
16257      Branch: perl
16258           !> doio.c
16259 ____________________________________________________________________________
16260 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
16261         Log: Non-VMS-fixed and Win32-skipped version of
16262              
16263              Subject: [PATCH t/op/exec.t] Portabilty fix 
16264              From: Michael G Schwern <schwern@pobox.com> 
16265              Date: Fri, 30 Nov 2001 16:09:27 -0500
16266              Message-ID: <20011130160927.A10406@blackrider>
16267      Branch: perl
16268            ! t/op/exec.t
16269 ____________________________________________________________________________
16270 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
16271         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
16272              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
16273              Date: Sat, 1 Dec 2001 07:01:09 -0500
16274              Message-ID: <3C0D2E39@operamail.com>
16275              
16276              Subject: More verbose POD for Carp
16277              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
16278              Date: Sat, 1 Dec 2001 08:04:16 -0500
16279              Message-ID: <3C285C2B@operamail.com>
16280      Branch: perl
16281            ! lib/Carp.pm lib/Carp/Heavy.pm
16282 ____________________________________________________________________________
16283 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
16284         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
16285              From: chromatic <chromatic@rmci.net>
16286              Date: Sat, 01 Dec 2001 12:41:58 -0700
16287              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
16288      Branch: perl
16289            ! lib/DB.t
16290 ____________________________________________________________________________
16291 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
16292         Log: Try to make a missing RADIXCHAR a softer kinder error.
16293      Branch: perl
16294            ! ext/I18N/Langinfo/Langinfo.t
16295 ____________________________________________________________________________
16296 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
16297         Log: Have a little faith on nl_langinfo() itself.
16298      Branch: perl
16299            ! ext/I18N/Langinfo/Langinfo.xs
16300 ____________________________________________________________________________
16301 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
16302         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
16303              the max, not max plus one)
16304      Branch: perl
16305            ! ext/I18N/Langinfo/Langinfo.xs
16306 ____________________________________________________________________________
16307 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
16308         Log: Make reality agree with the comment.
16309      Branch: perl
16310            ! ext/I18N/Langinfo/Langinfo.xs
16311 ____________________________________________________________________________
16312 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
16313         Log: Try to protect against wild langinfo() arguments.
16314      Branch: perl
16315            ! ext/I18N/Langinfo/Langinfo.xs
16316 ____________________________________________________________________________
16317 [ 13409] By: nick                                  on 2001/12/01  18:19:59
16318         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
16319              have file descriptors. Noticed a possibly worse problem in the process ...
16320      Branch: perlio
16321            ! doio.c
16322 ____________________________________________________________________________
16323 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
16324         Log: (replaced by #13556)
16325              
16326              If we are inside an eval, let's be silent about
16327              separate symbols and just croak() in the end.
16328      Branch: perl
16329            ! lib/Exporter/Heavy.pm
16330 ____________________________________________________________________________
16331 [ 13407] By: nick                                  on 2001/12/01  17:14:05
16332         Log: Integrate mainline
16333      Branch: perlio
16334           !> (integrate 26 files)
16335 ____________________________________________________________________________
16336 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
16337         Log: Subject: Fix for Exporter error reporting behaviour
16338              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
16339              Date: Sat, 1 Dec 2001 06:34:48 -0500
16340              Message-ID: <3C0D1B9A@operamail.com>
16341      Branch: perl
16342            ! lib/Exporter.pm lib/Exporter/Heavy.pm
16343 ____________________________________________________________________________
16344 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
16345         Log: Need to hide behind an eval to avoid a warning
16346              about :utf8 on non-perlio configs.
16347      Branch: perl
16348            ! lib/open.t
16349 ____________________________________________________________________________
16350 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
16351         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
16352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16353              Date: Fri, 30 Nov 2001 23:46:58 +0100
16354              Message-ID: <20011130234658.A717@rafael>
16355      Branch: perl
16356            ! op.c t/op/method.t
16357 ____________________________________________________________________________
16358 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
16359         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
16360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16361              Date: Thu, 29 Nov 2001 22:46:12 +0100
16362              Message-ID: <20011129224612.A699@rafael>
16363      Branch: perl
16364            ! ext/B/B/Xref.pm
16365 ____________________________________________________________________________
16366 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
16367         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
16368              From: Tels <perl_dummy@bloodgate.com>
16369              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
16370              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
16371      Branch: perl
16372            ! pod/perlfunc.pod
16373 ____________________________________________________________________________
16374 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
16375         Log: Subject: [REPATCH] reference pointer comparison
16376              From: Nicholas Clark <nick@ccl4.org>
16377              Date: Sat, 1 Dec 2001 13:00:17 +0000
16378              Message-ID: <20011201130017.I21702@plum.flirble.org>
16379      Branch: perl
16380            ! pp.c
16381 ____________________________________________________________________________
16382 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
16383         Log: Upgrade to Storable 1.0.14.
16384      Branch: perl
16385            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16386 ____________________________________________________________________________
16387 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
16388         Log: Add simple caches for ::viacode() and ::vianame().
16389      Branch: perl
16390            ! lib/charnames.pm lib/charnames.t
16391 ____________________________________________________________________________
16392 [ 13398] By: nick                                  on 2001/12/01  10:36:24
16393         Log: Integrate mainline.
16394      Branch: perlio
16395           +> (branch 44 files)
16396            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
16397            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
16398            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
16399           !> (integrate 250 files)
16400 ____________________________________________________________________________
16401 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
16402         Log: Regen toc and modlib.
16403      Branch: perl
16404            ! pod/perlmodlib.pod pod/perltoc.pod
16405 ____________________________________________________________________________
16406 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
16407         Log: Upgrade to podlators-1.18.
16408      Branch: perl
16409            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
16410 ____________________________________________________________________________
16411 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
16412         Log: -h scalar0 -h vector0 seems to help for both
16413              UNICOS and UNICOS/mk on the unpack %65c problems.
16414              
16415              (replaces #13393)
16416      Branch: perl
16417            ! hints/unicos.sh hints/unicosmk.sh
16418 ____________________________________________________________________________
16419 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
16420         Log: More Socket constants.
16421      Branch: perl
16422            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
16423 ____________________________________________________________________________
16424 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
16425         Log: (replaced by #13395)
16426      Branch: perl
16427            ! hints/unicosmk.sh
16428 ____________________________________________________________________________
16429 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
16430         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
16431              From: Andy Dougherty <doughera@lafayette.edu>
16432              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
16433              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
16434              
16435              Simplify the test skippage criterion now that we are
16436              no more dependent on sed.
16437      Branch: perl
16438            ! t/comp/cpp.t t/run/switchPx.t
16439 ____________________________________________________________________________
16440 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
16441         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
16442              From: Michael G Schwern <schwern@pobox.com>
16443              Date: Fri, 30 Nov 2001 11:48:44 -0500
16444              Message-ID: <20011130114844.C1303@blackrider>
16445              
16446              (replaces #13381)
16447      Branch: perl
16448            ! t/op/stat.t
16449 ____________________________________________________________________________
16450 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
16451         Log: Let's not assume how much memory has been allocated
16452              to PVs.
16453      Branch: perl
16454            ! ext/Devel/Peek/Peek.t
16455 ____________________________________________________________________________
16456 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
16457         Log: VOS needs to know the modules, including pp_sort.
16458      Branch: perl
16459            ! vos/perl.bind
16460 ____________________________________________________________________________
16461 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
16462         Log: Unused variables.
16463      Branch: perl
16464            ! ext/Unicode/Normalize/Normalize.xs
16465 ____________________________________________________________________________
16466 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
16467         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
16468              From: John Peacock <jpeacock@rowman.com>     
16469              Date: Fri, 30 Nov 2001 10:24:00 -0500        
16470              Message-ID: <3C07A490.A22A76B0@rowman.com>   
16471      Branch: perl
16472            ! lib/ExtUtils/Embed.t
16473 ____________________________________________________________________________
16474 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
16475         Log: Tweak for the VOS building script from Paul Green.
16476      Branch: perl
16477            ! vos/configure_perl.cm
16478 ____________________________________________________________________________
16479 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
16480         Log: Update Changes.
16481      Branch: perl
16482            ! Changes patchlevel.h
16483 ____________________________________________________________________________
16484 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
16485         Log: Cannot test if cppstdin has not yet been installed.
16486      Branch: perl
16487            ! t/run/switchPx.t
16488 ____________________________________________________________________________
16489 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
16490         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
16491              From: Michael G Schwern <schwern@pobox.com> 
16492              Date: Thu, 29 Nov 2001 22:05:11 -0500
16493              Message-ID: <20011129220510.A18869@blackrider>
16494              
16495              TODO 1: if cppstdin is used and not yet installed,
16496              the Px.t will fail (must do the same as in cpp.t)
16497              
16498              TODO 2: does this work if no Perl whatsoever has
16499              yet been installed?  That is, we should be using
16500              the Perl we are building to execute the one-liner.
16501      Branch: perl
16502            + t/run/switchPx.aux t/run/switchPx.t
16503            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
16504            ! vms/test.com
16505 ____________________________________________________________________________
16506 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
16507         Log: Upgrade to Unicode::Normalize 0.12.
16508      Branch: perl
16509            ! ext/Unicode/Normalize/Changes
16510            ! ext/Unicode/Normalize/Normalize.pm
16511            ! ext/Unicode/Normalize/Normalize.xs
16512            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16513            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
16514            ! ext/Unicode/Normalize/t/test.t
16515 ____________________________________________________________________________
16516 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
16517         Log: (replaced by #13391)
16518              
16519              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
16520              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
16521              Date: 30 Nov 2001 11:41:53 -0000             
16522              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
16523              
16524              No need to die if we have high-paranoia (non-chdirable)
16525              system directories.
16526      Branch: perl
16527            ! t/op/stat.t
16528 ____________________________________________________________________________
16529 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
16530         Log: Paragraph rewrapping.
16531      Branch: perl
16532            ! pod/perliol.pod
16533 ____________________________________________________________________________
16534 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
16535         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
16536              From: Stas Bekman <stas@stason.org>
16537              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
16538              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
16539      Branch: perl
16540            ! pod/perliol.pod
16541 ____________________________________________________________________________
16542 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
16543         Log: Whether select() gets restarted on signals is
16544              implementation dependent.
16545      Branch: perl
16546            ! ext/Time/HiRes/HiRes.t
16547 ____________________________________________________________________________
16548 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
16549         Log: More forgotten checkins.
16550      Branch: perl
16551            ! embed.h embed.pl proto.h
16552 ____________________________________________________________________________
16553 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
16554         Log: Add a note about folding vs lowercase.
16555      Branch: perl
16556            ! regexec.c
16557 ____________________________________________________________________________
16558 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
16559         Log: Use to_uni_fold (and add changed global.sym)
16560      Branch: perl
16561            ! global.sym utf8.c
16562 ____________________________________________________________________________
16563 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
16564         Log: Make to Unicode character functions to use UVs
16565              instead of U32s and add to_uni_fold().
16566      Branch: perl
16567            ! embed.pl proto.h utf8.c
16568 ____________________________________________________________________________
16569 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
16570         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
16571              From: Nicholas Clark <nick@ccl4.org>
16572              Date: Thu, 29 Nov 2001 22:47:32 +0000
16573              Message-ID: <20011129224732.W37621@plum.flirble.org>
16574      Branch: perl
16575            ! pod/perlpacktut.pod
16576 ____________________________________________________________________________
16577 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
16578         Log: README.vos updates from Paul Green.
16579      Branch: perl
16580            ! README.vos
16581 ____________________________________________________________________________
16582 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
16583         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
16584              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16585              Date: Thu, 29 Nov 2001 14:18:51 EST
16586              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
16587      Branch: perl
16588            ! mg.c vms/vms.c vms/vmsish.h
16589 ____________________________________________________________________________
16590 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
16591         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
16592              From: Michael G Schwern <schwern@pobox.com>
16593              Date: Thu, 29 Nov 2001 13:12:31 -0500
16594              Message-ID: <20011129131231.E11300@blackrider>
16595      Branch: perl
16596            ! README.vms
16597 ____________________________________________________________________________
16598 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
16599         Log: BGET_IV was missing.
16600      Branch: perl
16601            ! ext/ByteLoader/bytecode.h
16602 ____________________________________________________________________________
16603 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
16604         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
16605              From: Jonathan Stowe <gellyfish@gellyfish.com>
16606              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
16607              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
16608      Branch: perl
16609            ! lib/Term/Cap.pm
16610 ____________________________________________________________________________
16611 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
16612         Log: Porting/checkURL.pl was missing.
16613      Branch: perl
16614            ! MANIFEST
16615 ____________________________________________________________________________
16616 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
16617         Log: Subject: INSTALL and READMEs should be reviewed
16618              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16619              Date: Thu, 29 Nov 2001 16:49:36 +0100
16620              Message-ID: <20011129164936.A17492@rafael>         
16621      Branch: perl
16622            ! README.cygwin
16623 ____________________________________________________________________________
16624 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
16625         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
16626              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
16627              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
16628              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
16629      Branch: perl
16630            ! README.os390
16631 ____________________________________________________________________________
16632 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
16633         Log: Update Changes.
16634      Branch: perl
16635            ! Changes patchlevel.h
16636 ____________________________________________________________________________
16637 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
16638         Log: The changes to the curliffed files didn't stick in #13348.
16639      Branch: perl
16640            ! README.dos README.win32
16641 ____________________________________________________________________________
16642 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
16643         Log: Subject: Re: Found the rev where File::Glob broke
16644              From: Andy Dougherty <doughera@lafayette.edu>
16645              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
16646              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
16647      Branch: perl
16648            ! lib/ExtUtils/MM_Unix.pm
16649 ____________________________________________________________________________
16650 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
16651         Log: Use __DATA__ instead of __END__.
16652      Branch: perl
16653            ! lib/Term/Cap.pm
16654 ____________________________________________________________________________
16655 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
16656         Log: Subject: [PATCH toke.c] autosplit into @F fix
16657              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16658              Date: Thu, 29 Nov 2001 14:52:23 +0100
16659              Message-ID: <20011129145223.A25817@rafael>         
16660      Branch: perl
16661            ! toke.c
16662 ____________________________________________________________________________
16663 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
16664         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
16665              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16666              Date: Thu, 29 Nov 2001 15:48:15 +0100
16667              Message-ID: <20011129154815.C25817@rafael>         
16668      Branch: perl
16669            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
16670 ____________________________________________________________________________
16671 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
16672         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
16673              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
16674              Date: Wed, 28 Nov 2001 20:35:29 +0100
16675              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
16676      Branch: perl
16677            ! pod/perlpacktut.pod
16678 ____________________________________________________________________________
16679 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
16680         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
16681              From: Stas Bekman <stas@stason.org>
16682              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
16683              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
16684              
16685              (with tweaks)
16686      Branch: perl
16687            ! pod/perlapio.pod
16688 ____________________________________________________________________________
16689 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
16690         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
16691              From: Tels <perl_dummy@bloodgate.com>
16692              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
16693              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
16694              
16695              (plus paragraph rewrapping)
16696      Branch: perl
16697            ! lib/Exporter.pm
16698 ____________________________________________________________________________
16699 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
16700         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
16701              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
16702              Date: Wed, 28 Nov 2001 21:47:59 +0000
16703              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
16704      Branch: perl
16705            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
16706 ____________________________________________________________________________
16707 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
16708         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
16709              From: Andy Dougherty <doughera@lafayette.edu>
16710              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
16711              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
16712      Branch: perl
16713            ! INSTALL ext/Time/HiRes/HiRes.t
16714 ____________________________________________________________________________
16715 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
16716         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
16717              From: Michael G Schwern <schwern@pobox.com> 
16718              Date: Wed, 28 Nov 2001 16:37:01 -0500
16719              Message-ID: <20011128163701.H676@blackrider>
16720      Branch: perl
16721            ! t/run/kill_perl.t
16722 ____________________________________________________________________________
16723 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
16724         Log: @INC tweak.
16725      Branch: perl
16726            ! t/op/ref.t
16727 ____________________________________________________________________________
16728 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
16729         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
16730              From: Nicholas Clark <nick@ccl4.org>
16731              Date: Wed, 28 Nov 2001 23:38:43 +0000
16732              Message-ID: <20011128233843.N37621@plum.flirble.org>  
16733      Branch: perl
16734            ! installman
16735 ____________________________________________________________________________
16736 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
16737         Log: Tweak the forking logic.
16738      Branch: perl
16739            ! Porting/checkURL.pl
16740 ____________________________________________________________________________
16741 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
16742         Log: Update perlmodlib.PL as per #13348.  The L<> got
16743              changed back because that is coming from ParseLink.pm.
16744      Branch: perl
16745            ! pod/perlmodlib.PL pod/perlmodlib.pod
16746 ____________________________________________________________________________
16747 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
16748         Log: URL fixups from Michael Schwern.
16749      Branch: perl
16750            ! README.cygwin README.dos README.hpux README.mint README.mpeix
16751            ! README.os390 README.qnx README.solaris README.vos README.win32
16752            ! pod/perlmodlib.pod
16753 ____________________________________________________________________________
16754 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
16755         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
16756              From: Barrie Slaymaker <barries@slaysys.com>
16757              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
16758              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
16759      Branch: perl
16760            ! lib/Exporter.pm
16761 ____________________________________________________________________________
16762 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
16763         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
16764      Branch: perl
16765            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
16766 ____________________________________________________________________________
16767 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
16768         Log: Subject: [PATCH] Re: $\ very broken
16769              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16770              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
16771              Message-ID: <20011128223308.E732@rafael>   
16772              
16773              Subject: Re: [PATCH] Re: $\ very broken     
16774              From: Nicholas Clark <nick@ccl4.org>
16775              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
16776              Message-ID: <20011128222859.K37621@plum.flirble.org>
16777      Branch: perl
16778            ! mg.c t/op/ref.t
16779 ____________________________________________________________________________
16780 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
16781         Log: Add Abigail's link checker with the following tweaks:
16782              - known dummy URLs (Peter Prymmer)
16783              - do also READMEs and INSTALL (Michael Schwern)
16784              - do also ftp URLs
16785              - add fork retry loop in case the allowed number
16786              of processes per user is low
16787      Branch: perl
16788            + Porting/checkURL.pl
16789            ! MANIFEST
16790 ____________________________________________________________________________
16791 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
16792         Log: Update Changes.
16793      Branch: perl
16794            ! Changes patchlevel.h
16795 ____________________________________________________________________________
16796 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
16797         Log: In Linux if we have modern enough gcc and supported
16798              enough CPU, crank up the optimization level to -O3.
16799      Branch: perl
16800            ! hints/linux.sh
16801 ____________________________________________________________________________
16802 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
16803         Log: Add perlpacktut from Wolfgang Laun; regen toc.
16804      Branch: perl
16805            + pod/perlpacktut.pod
16806            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
16807            ! pod/perltoc.pod
16808 ____________________________________________________________________________
16809 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
16810         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
16811              From: PPrymmer@factset.com
16812              Date: Wed, 28 Nov 2001 07:51:26 -0500
16813              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
16814      Branch: perl
16815            ! vms/test.com
16816 ____________________________________________________________________________
16817 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
16818         Log: Test cases for the first half of #13338.
16819      Branch: perl
16820            ! t/lib/h2ph.h t/lib/h2ph.pht
16821 ____________________________________________________________________________
16822 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
16823         Log: Subject: Re: h2ph confused by comments in an enum.
16824              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
16825              Date: Wed, 28 Nov 2001 04:19:21 +0000
16826              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
16827              
16828              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
16829              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
16830              Date: Wed, 28 Nov 2001 13:36:35 +0000
16831              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
16832      Branch: perl
16833            ! utils/h2ph.PL
16834 ____________________________________________________________________________
16835 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
16836         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
16837              From: Jonathan Stowe <gellyfish@gellyfish.com>
16838              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
16839              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
16840              
16841              (replace #13327)
16842      Branch: perl
16843            ! lib/Term/Cap.pm
16844 ____________________________________________________________________________
16845 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
16846         Log: Replace #13335 with
16847              
16848              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
16849              From: Russ Allbery <rra@stanford.edu>
16850              Date: 27 Nov 2001 20:42:49 -0800
16851              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
16852      Branch: perl
16853            ! lib/Pod/Text/Termcap.pm
16854 ____________________________________________________________________________
16855 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
16856         Log: (replaced by #13336)
16857              
16858              Subject: [PATCH perl@13323] Termcap.pm with no termios
16859              From: "Craig A. Berry" <craigberry@mac.com> 
16860              Date: Tue, 27 Nov 2001 22:28:50 -0600
16861              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
16862      Branch: perl
16863            ! lib/Pod/Text/Termcap.pm
16864 ____________________________________________________________________________
16865 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
16866         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
16867              From: "Craig A. Berry" <craigberry@mac.com> 
16868              Date: Tue, 27 Nov 2001 21:46:45 -0600
16869              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
16870      Branch: perl
16871            ! configure.com
16872 ____________________________________________________________________________
16873 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
16874         Log: Upgrade to podlators 1.17.
16875      Branch: perl
16876            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
16877            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
16878 ____________________________________________________________________________
16879 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
16880         Log: Fix for "a\x{100}" =~ /A/i.
16881      Branch: perl
16882            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
16883            ! utf8.c
16884 ____________________________________________________________________________
16885 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
16886         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
16887              From: "Craig A. Berry" <craigberry@mac.com>
16888              Date: Tue, 27 Nov 2001 17:11:49 -0600
16889              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
16890      Branch: perl
16891            ! lib/DB.t
16892 ____________________________________________________________________________
16893 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
16894         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
16895              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16896              Date: Tue, 27 Nov 2001 14:55:23 -0500
16897              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
16898              
16899              Subject: [PATCH: perl@13324] updates to perldelta.pod 
16900              From: PPrymmer@factset.com
16901              Date: Tue, 27 Nov 2001 18:06:04 -0500
16902              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
16903              
16904              plus added some known problems.
16905      Branch: perl
16906            ! pod/perldelta.pod
16907 ____________________________________________________________________________
16908 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
16909         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
16910              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16911              Date: Tue, 27 Nov 2001 15:38:02 EST 
16912              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
16913      Branch: perl
16914            ! configure.com vms/vms.c vms/vmsish.h
16915 ____________________________________________________________________________
16916 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
16917         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
16918              From: Michael G Schwern <schwern@pobox.com> 
16919              Date: Tue, 27 Nov 2001 15:31:12 -0500
16920              Message-ID: <20011127153112.G20929@blackrider>
16921      Branch: perl
16922            ! t/run/kill_perl.t
16923 ____________________________________________________________________________
16924 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
16925         Log: (replaced by #13337)
16926              
16927              VMS can safely hardcode a termcap entry for VT100.
16928      Branch: perl
16929            ! lib/Term/Cap.pm
16930 ____________________________________________________________________________
16931 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
16932         Log: VMS piping fixes from Charles Lane (perl -P should
16933              be working now).
16934      Branch: perl
16935            ! vms/vms.c
16936 ____________________________________________________________________________
16937 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
16938         Log: Subject: [PATCH] perlvar.pod fix
16939              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16940              Date: Tue, 27 Nov 2001 13:11:47 -0500
16941              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
16942      Branch: perl
16943            ! pod/perlvar.pod
16944 ____________________________________________________________________________
16945 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
16946         Log: Update Changes.
16947      Branch: perl
16948            ! Changes patchlevel.h
16949 ____________________________________________________________________________
16950 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
16951         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
16952              From: "Craig A. Berry" <craigberry@mac.com> 
16953              Date: Tue, 27 Nov 2001 10:21:18 -0600
16954              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
16955      Branch: perl
16956            ! lib/ExtUtils/MM_VMS.pm
16957 ____________________________________________________________________________
16958 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
16959         Log: Protect against accumulating -options -options -options.
16960      Branch: perl
16961            ! hints/hpux.sh
16962 ____________________________________________________________________________
16963 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
16964         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
16965              From: Barrie Slaymaker <barries@slaysys.com>
16966              Date: Tue, 27 Nov 2001 10:58:54 -0500
16967              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
16968      Branch: perl
16969            ! lib/Benchmark.pm
16970 ____________________________________________________________________________
16971 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
16972         Log: Tiny fix from John P. Linderman.
16973      Branch: perl
16974            ! lib/sort.pm
16975 ____________________________________________________________________________
16976 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
16977         Log: The Story of sort(), from John P. Linderman.
16978      Branch: perl
16979            ! pod/perldelta.pod
16980 ____________________________________________________________________________
16981 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
16982         Log: Add information what to do if you are reading
16983              perluniintro but using some older Perl.
16984      Branch: perl
16985            ! pod/perluniintro.pod
16986 ____________________________________________________________________________
16987 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
16988         Log: Update the 'wide characters' FAQ entry.
16989      Branch: perl
16990            ! pod/perlfaq6.pod
16991 ____________________________________________________________________________
16992 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
16993         Log: Fix for
16994              
16995              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
16996              From: Marc Lehmann <root@schmorp.de>
16997              Date: Tue, 27 Nov 2001 14:27:14 +0100
16998              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
16999      Branch: perl
17000            ! ext/Encode.t ext/Encode/Encode.xs
17001 ____________________________________________________________________________
17002 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
17003         Log: Subject: [PATCH] DB_File 1.801
17004              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17005              Date: Tue, 27 Nov 2001 15:06:45 -0000
17006              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
17007      Branch: perl
17008            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17009            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
17010 ____________________________________________________________________________
17011 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
17012         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
17013      Branch: perl
17014            ! pod/perlmodlib.pod
17015 ____________________________________________________________________________
17016 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
17017         Log: sort() doc tweaks from John P. Linderman.
17018      Branch: perl
17019            ! pod/perlfunc.pod
17020 ____________________________________________________________________________
17021 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
17022         Log: Subject: [PATCH] More perldelta.pod nits
17023              From: Simon Glover <scog@roe.ac.uk>
17024              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
17025              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
17026      Branch: perl
17027            ! pod/perldelta.pod
17028 ____________________________________________________________________________
17029 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
17030         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
17031              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17032              Date: Tue, 27 Nov 2001 11:52:31 -0000
17033              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
17034      Branch: perl
17035            ! ext/Devel/PPPort/harness/Makefile.PL
17036 ____________________________________________________________________________
17037 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
17038         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
17039              From: Michael G Schwern <schwern@pobox.com>
17040              Date: Tue, 27 Nov 2001 03:38:24 -0500
17041              Message-ID: <20011127033824.A17775@blackrider>
17042      Branch: perl
17043            ! t/TEST
17044 ____________________________________________________________________________
17045 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
17046         Log: Subject: Re: perlcc very broken
17047              From: John Peacock <jpeacock@rowman.com>
17048              Date: Tue, 27 Nov 2001 06:48:01 -0500
17049              Message-ID: <3C037D71.4030508@rowman.com>
17050      Branch: perl
17051            ! utils/perlcc.PL
17052 ____________________________________________________________________________
17053 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
17054         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
17055              From: David Dyck <dcd@tc.fluke.com>
17056              Date: Mon, 26 Nov 2001 22:04:38 -0800
17057              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
17058      Branch: perl
17059            ! t/op/pack.t
17060 ____________________________________________________________________________
17061 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
17062         Log: Subject: [ID 20011126.149] t/op/split fails step 37
17063              From: David Dyck <dcd@tc.fluke.com>
17064              Date: Mon, 26 Nov 2001 21:52:35 -0800
17065              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
17066      Branch: perl
17067            ! t/op/split.t
17068 ____________________________________________________________________________
17069 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
17070         Log: incorporate last minute change from libnet 1.0901-tobe
17071      Branch: perl
17072            ! lib/Net/SMTP.pm
17073 ____________________________________________________________________________
17074 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
17075         Log: Pass 7 at perldelta - random edits.
17076      Branch: perl
17077            ! pod/perldelta.pod
17078 ____________________________________________________________________________
17079 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
17080         Log: Portability and skippage tweaks.
17081      Branch: perl
17082            ! t/op/split.t
17083 ____________________________________________________________________________
17084 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
17085         Log: (retracted by #13449)
17086              Try to make Unicode casemapping to work for EBCDIC, too.
17087      Branch: perl
17088            ! utf8.c
17089 ____________________________________________________________________________
17090 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
17091         Log: Just printing 1..0 is not quite enough...
17092      Branch: perl
17093            ! lib/Dumpvalue.t
17094 ____________________________________________________________________________
17095 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
17096         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
17097              Delay the match until runtime.
17098      Branch: perl
17099            ! t/op/append.t
17100 ____________________________________________________________________________
17101 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
17102         Log: UTF-EBCDIC.
17103      Branch: perl
17104            ! ext/Devel/Peek/Peek.t
17105 ____________________________________________________________________________
17106 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
17107         Log: Be UTF-EBCDIC aware.
17108      Branch: perl
17109            ! lib/bytes.t
17110 ____________________________________________________________________________
17111 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
17112         Log: Bad assumption which way digits and letters sort.
17113      Branch: perl
17114            ! lib/English.t
17115 ____________________________________________________________________________
17116 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
17117         Log: If in EBCDIC but no Convert::EBCDIC
17118              the libnet tests will all fail.
17119      Branch: perl
17120            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
17121            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
17122            ! lib/Net/t/smtp.t lib/Net/t/time.t
17123 ____________________________________________________________________________
17124 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
17125         Log: Just sorting to guarantee order is not enough.
17126              (Think EBCDIC.) 
17127      Branch: perl
17128            ! lib/ExtUtils/Manifest.t
17129 ____________________________________________________________________________
17130 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
17131         Log: OS/390 cleanable gunk.
17132      Branch: perl
17133            ! lib/ExtUtils/MM_Unix.pm
17134 ____________________________________________________________________________
17135 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
17136         Log: Update the EBCDIC MD5 checksums.
17137      Branch: perl
17138            ! ext/Digest/MD5/t/files.t
17139 ____________________________________________________________________________
17140 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
17141         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
17142              From: Nicholas Clark <nick@ccl4.org>
17143              Date: Mon, 26 Nov 2001 23:06:34 +0000
17144              Message-ID: <20011126230633.Q37621@plum.flirble.org>
17145      Branch: perl
17146            ! installman
17147 ____________________________________________________________________________
17148 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
17149         Log: sort tweaks from John P. Linderman.
17150      Branch: perl
17151            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
17152 ____________________________________________________________________________
17153 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
17154         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
17155              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
17156              Date: Mon, 26 Nov 2001 18:47:25 -0600
17157              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
17158              
17159              Craig Berry submitted half of this patch just yesterday.
17160              Spooky cosmic resonance.
17161      Branch: perl
17162            ! ext/Socket/Socket.xs
17163 ____________________________________________________________________________
17164 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
17165         Log: Subject: [PATCH] doio slightly smaller
17166              From: Nicholas Clark <nick@ccl4.org>
17167              Date: Tue, 27 Nov 2001 00:40:23 +0000      
17168              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
17169      Branch: perl
17170            ! doio.c
17171 ____________________________________________________________________________
17172 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
17173         Log: perldelta nits from Autrijus Tang and Ron Kimball.
17174      Branch: perl
17175            ! pod/perldelta.pod
17176 ____________________________________________________________________________
17177 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
17178         Log: Subject: [PATCH] unpack P* uses random length for item
17179              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
17180              Date: Mon, 26 Nov 2001 19:56:32 +0100
17181              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
17182      Branch: perl
17183            ! pod/perldiag.pod pp_pack.c t/op/pack.t
17184 ____________________________________________________________________________
17185 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
17186         Log: Subject: [PATCH current] system and taintedness
17187              From: Radu Greab <radu@netsoft.ro>
17188              Date: Mon, 26 Nov 2001 18:42:29 +0200
17189              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
17190      Branch: perl
17191            ! pp_sys.c t/op/taint.t
17192 ____________________________________________________________________________
17193 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
17194         Log: Subject: [PATCH @ 13283] Devel::PPPort
17195              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17196              Date: Mon, 26 Nov 2001 14:37:17 -0000
17197              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
17198      Branch: perl
17199            + ext/Devel/PPPort/MANIFEST
17200            ! MANIFEST ext/Devel/PPPort/Makefile.PL
17201            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
17202            ! ext/Devel/PPPort/harness/Harness.xs
17203            ! ext/Devel/PPPort/harness/Makefile.PL
17204            ! ext/Devel/PPPort/harness/module2.c
17205            ! ext/Devel/PPPort/harness/module3.c
17206            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
17207 ____________________________________________________________________________
17208 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
17209         Log: Update the test list.
17210      Branch: perl
17211            ! t/lib/1_compile.t
17212 ____________________________________________________________________________
17213 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
17214         Log: Sync-up tests with libnet distribution
17215      Branch: perl
17216            + lib/Net/t/netrc.t
17217            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
17218 ____________________________________________________________________________
17219 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
17220         Log: Update Changes.
17221      Branch: perl
17222            ! Changes patchlevel.h
17223 ____________________________________________________________________________
17224 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
17225         Log: Upgrade to podlators 1.16.
17226      Branch: perl
17227            + lib/Pod/t/basic.cap
17228            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
17229            ! lib/Pod/t/basic.t pod/pod2man.PL
17230 ____________________________________________________________________________
17231 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
17232         Log: Pass 6 at perldelta - sort enhancements, generic and
17233              platform specific bug fixes.
17234      Branch: perl
17235            ! pod/perldelta.pod
17236 ____________________________________________________________________________
17237 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
17238         Log: PROPAGATE documentation from Tony Cook.
17239      Branch: perl
17240            ! pod/perlfunc.pod
17241 ____________________________________________________________________________
17242 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
17243         Log: DJGPP cannot do signals that well.
17244      Branch: perl
17245            ! ext/POSIX/t/sigaction.t
17246 ____________________________________________________________________________
17247 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
17248         Log: Can't do subsecond alarms without ualarm; and break out
17249              early if alarms do not seem to be coming in as expected.
17250      Branch: perl
17251            ! ext/Time/HiRes/HiRes.t
17252 ____________________________________________________________________________
17253 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
17254         Log: No Socket, little Net.
17255      Branch: perl
17256            ! t/lib/1_compile.t
17257 ____________________________________________________________________________
17258 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
17259         Log: Take the taint brush to the getcwds.
17260      Branch: perl
17261            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
17262 ____________________________________________________________________________
17263 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
17264         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
17265              From: "Craig A. Berry" <craigberry@mac.com>
17266              Date: Sun, 25 Nov 2001 16:20:45 -0600
17267              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
17268      Branch: perl
17269            ! ext/Socket/Socket.xs
17270 ____________________________________________________________________________
17271 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
17272         Log: Since in some DOS filesystems the timestamp granularity
17273              may be only two seconds, better sleep for three to play safe.
17274              (Helps CygWin, at least.)
17275      Branch: perl
17276            ! lib/Memoize/t/expire_file.t
17277 ____________________________________________________________________________
17278 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
17279         Log: For some reason CygWin wasn't collapsing multiple
17280              slashes into one, which made some Spec.t tests to fail.
17281              Either CygWin was being too prudish or the collapsing
17282              logic needs to be rethunk.
17283      Branch: perl
17284            ! lib/File/Spec/Unix.pm
17285 ____________________________________________________________________________
17286 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
17287         Log: Cygwin needs to have libperl.dll around if trying to link
17288              with -lperl.  Note: this change cures the test but whether
17289              it cures CygPerl installation, I don't know: hopefully the
17290              libperl5_7_2.dll, or the version equivalent, gets installed
17291              also as libperl.dll to the proper place(s).
17292      Branch: perl
17293            ! lib/ExtUtils/Embed.t
17294 ____________________________________________________________________________
17295 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
17296         Log: -I../lib/.. and -L../lib/..?  Strange.
17297      Branch: perl
17298            ! lib/ExtUtils/Embed.t
17299 ____________________________________________________________________________
17300 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
17301         Log: $MM?
17302      Branch: perl
17303            ! lib/ExtUtils/Embed.pm
17304 ____________________________________________________________________________
17305 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
17306         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
17307              From: Dave Rolsky <autarch@urth.org>
17308              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
17309              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
17310      Branch: perl
17311            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
17312            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
17313 ____________________________________________________________________________
17314 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
17315         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
17316              From: chromatic <chromatic@rmci.net>
17317              Date: Sat, 24 Nov 2001 14:56:57 -0700
17318              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
17319              
17320              plus a tweak for ithreads builds.
17321      Branch: perl
17322            + lib/DB.t
17323            ! MANIFEST lib/DB.pm
17324 ____________________________________________________________________________
17325 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
17326         Log: Win32 compilation tweaks for Blair Zajac.
17327      Branch: perl
17328            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
17329 ____________________________________________________________________________
17330 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
17331         Log: I don't think trying to bracket the hires time with lores
17332              times is going to be portable enough: Cygwin seems to be
17333              capable of getting hires ones rather consistently lower
17334              than the lores ones.  So let's try average difference instead.
17335      Branch: perl
17336            ! ext/Time/HiRes/HiRes.t
17337 ____________________________________________________________________________
17338 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
17339         Log: Subject: Re: benchmarks, sorts and reproducibility
17340              From: "John P. Linderman" <jpl@research.att.com>
17341              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
17342              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
17343              
17344              Randomize large partitions for quicksort to dodge the
17345              angry gods of quadratic.
17346      Branch: perl
17347            ! pp_sort.c
17348 ____________________________________________________________________________
17349 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
17350         Log: The joys of portable quoting.
17351      Branch: perl
17352            ! ext/Devel/PPPort/harness/Makefile.PL
17353 ____________________________________________________________________________
17354 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
17355         Log: sort pragma tweaks.
17356      Branch: perl
17357            ! lib/sort.pm
17358 ____________________________________________________________________________
17359 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
17360         Log: Skip the link= directives of utils.lst if no mandir
17361              (if no manpages).
17362      Branch: perl
17363            ! installman
17364 ____________________________________________________________________________
17365 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
17366         Log: integrate changes#8340,13260 from mainline
17367              
17368              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
17369              
17370              change#3373 introduced a handle leak in backticks and piped open()s
17371              that fail
17372      Branch: maint-5.6/perl
17373            ! t/io/pipe.t util.c
17374 ____________________________________________________________________________
17375 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
17376         Log: change#3373 introduced a handle leak in backticks and piped open()s
17377              that fail
17378      Branch: perl
17379            ! util.c
17380 ____________________________________________________________________________
17381 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
17382         Log: metaconfig unit change for #13258.
17383      Branch: metaconfig/U/perl
17384            ! d_procselfexe.U
17385 ____________________________________________________________________________
17386 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
17387         Log: Extraenous breaks noticed by David Dyck.
17388      Branch: perl
17389            ! Configure
17390 ____________________________________________________________________________
17391 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
17392         Log: Revert the /proc/self/auxv experiment for now.
17393      Branch: perl
17394            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
17395 ____________________________________________________________________________
17396 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
17397         Log: Also ExtUtils.t had $^X assumptions.
17398      Branch: perl
17399            ! lib/ExtUtils.t
17400 ____________________________________________________________________________
17401 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
17402         Log: Now is Solaris if you start the t/perl in the t/
17403              as "./perl", the $^X will be "../perl", not "./perl".
17404      Branch: perl
17405            ! t/lib/1_compile.t
17406 ____________________________________________________________________________
17407 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
17408         Log: The new way of finding out $^X in Solaris
17409              requires a little tweak if the executable
17410              pathname is *not* absolute: prepend "./"
17411              (otherwise `$^X ...` will start perl from PATH...)
17412      Branch: perl
17413            ! perl.c
17414 ____________________________________________________________________________
17415 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
17416         Log: Avoid "will not stay shared" warnings.
17417      Branch: perl
17418            ! lib/ExtUtils/MM_Unix.pm
17419 ____________________________________________________________________________
17420 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
17421         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
17422              From: Michael G Schwern <schwern@pobox.com>
17423              Date: Sat, 24 Nov 2001 19:56:18 -0500
17424              Message-ID: <20011124195618.A14614@blackrider>            
17425      Branch: perl
17426            ! perl.c pp_sys.c t/op/magic.t util.c
17427 ____________________________________________________________________________
17428 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
17429         Log: In the MakeMaker pm_to_blib target don't copy all
17430              the files in one fell swoop, deal with them hunkwise,
17431              helps for CLIs with limited line lengths.
17432              (This seems to help for DJGPP building Encode,
17433              where there are dozens of files to copy.)
17434      Branch: perl
17435            ! lib/ExtUtils/MM_Unix.pm
17436 ____________________________________________________________________________
17437 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
17438         Log: testsuite leaves stray files behind on windows
17439      Branch: perl
17440            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
17441 ____________________________________________________________________________
17442 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
17443         Log: xsubpp produces a spurious warning on directories called 'typemap'
17444      Branch: perl
17445            ! lib/ExtUtils/xsubpp
17446 ____________________________________________________________________________
17447 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
17448         Log: xsubpp treats invalid (indented) cpp directives as comments
17449      Branch: perl
17450            ! ext/IO/IO.xs
17451 ____________________________________________________________________________
17452 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
17453         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
17454      Branch: perl
17455            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
17456 ____________________________________________________________________________
17457 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
17458         Log: The debug_pag needs to be visible at all times
17459              because of the re extension.
17460      Branch: perl
17461            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
17462 ____________________________________________________________________________
17463 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
17464         Log: Subject: Re: [PATCH] Tests are good
17465              From: Philip Newton <Philip.Newton@gmx.net>
17466              Date: Sat, 24 Nov 2001 21:24:00 +0100
17467              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
17468      Branch: perl
17469            ! pod/perlhack.pod
17470 ____________________________________________________________________________
17471 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
17472         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
17473              From: "Craig A. Berry" <craigberry@mac.com> 
17474              Date: Sat, 24 Nov 2001 12:45:44 -0600
17475              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
17476              
17477              (with tweaks, and combined with Sarathy's #13242)
17478      Branch: perl
17479            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
17480 ____________________________________________________________________________
17481 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
17482         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
17483              From: John Peacock <jpeacock@rowman.com>
17484              Date: Sat, 24 Nov 2001 14:27:46 -0500
17485              Message-ID: <3BFFF4B2.40509@rowman.com> 
17486      Branch: perl
17487            ! lib/Exporter/Heavy.pm
17488 ____________________________________________________________________________
17489 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
17490         Log: use portable quotes
17491      Branch: perl
17492            ! ext/Devel/PPPort/harness/Makefile.PL
17493 ____________________________________________________________________________
17494 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
17495         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
17496              From: Nicholas Clark <nick@ccl4.org>
17497              Date: Sat, 24 Nov 2001 18:06:26 +0000
17498              Message-ID: <20011124180626.T37621@plum.flirble.org>
17499      Branch: perl
17500            ! installman
17501 ____________________________________________________________________________
17502 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
17503         Log: Subject: [PATCH] perl5005delta.pod L<>
17504              From: Nicholas Clark <nick@ccl4.org>
17505              Date: Sat, 24 Nov 2001 18:04:21 +0000
17506              Message-ID: <20011124180421.S37621@plum.flirble.org>
17507      Branch: perl
17508            ! pod/perl5005delta.pod
17509 ____________________________________________________________________________
17510 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
17511         Log: fix typo in config.vc; regenerate win32 config_H.* files
17512      Branch: perl
17513            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17514            ! win32/config_H.vc
17515 ____________________________________________________________________________
17516 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
17517         Log: Mention the charnames::vianame().
17518      Branch: perl
17519            ! pod/perluniintro.pod
17520 ____________________________________________________________________________
17521 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
17522         Log: Add charnames::vianame() in case people want to access
17523              the codes in run-time (as opposed to the compile-timeness
17524              of \N{...}).
17525      Branch: perl
17526            ! lib/charnames.pm lib/charnames.t
17527 ____________________________________________________________________________
17528 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
17529         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
17530              From: Nicholas Clark <nick@ccl4.org>
17531              Date: Sat, 24 Nov 2001 16:30:42 +0000
17532              Message-ID: <20011124163042.R37621@plum.flirble.org>
17533      Branch: perl
17534            ! regcomp.c regcomp.h
17535 ____________________________________________________________________________
17536 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
17537         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
17538              From: Nicholas Clark <nick@ccl4.org>
17539              Date: Sat, 24 Nov 2001 16:24:33 +0000
17540              Message-ID: <20011124162433.Q37621@plum.flirble.org>
17541              
17542              cmp fixes.
17543      Branch: perl
17544            ! pp.c
17545 ____________________________________________________________________________
17546 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
17547         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
17548              (It seems that "./perl" gets resolved to "perl" now.)
17549      Branch: perl
17550            ! perl.c
17551 ____________________________________________________________________________
17552 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
17553         Log: Subject: [PATCH] DB_File 1.800        
17554              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
17555              Date: Sat, 24 Nov 2001 11:41:41 -0000
17556              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
17557      Branch: perl
17558            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17559            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
17560            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
17561            ! ext/DB_File/t/db-recno.t
17562 ____________________________________________________________________________
17563 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
17564         Log: Tweak the PUSHED documentation.
17565      Branch: perl
17566            ! ext/PerlIO/Via/Via.pm
17567 ____________________________________________________________________________
17568 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
17569         Log: Update 1_compile for new known tests.
17570      Branch: perl
17571            ! t/lib/1_compile.t
17572 ____________________________________________________________________________
17573 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
17574         Log: Move the MBF/MBI test modules to t/lib.
17575      Branch: perl
17576            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
17577            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
17578            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
17579            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
17580            ! lib/Math/BigInt/t/sub_mbi.t
17581 ____________________________________________________________________________
17582 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
17583         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
17584              From: "Craig A. Berry" <craigberry@mac.com> 
17585              Date: Fri, 23 Nov 2001 18:05:35 -0600
17586              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
17587      Branch: perl
17588            ! configure.com
17589 ____________________________________________________________________________
17590 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
17591         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
17592              From: PPrymmer@factset.com 
17593              Date: Fri, 23 Nov 2001 17:03:07 -0500
17594              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
17595      Branch: perl
17596            ! ext/Unicode/Normalize/mkheader
17597 ____________________________________________________________________________
17598 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
17599         Log: Here are the right helper files.
17600      Branch: perl
17601            + t/lib/Filter/Simple/ExportTest.pm
17602            + t/lib/Filter/Simple/FilterOnlyTest.pm
17603            + t/lib/Filter/Simple/FilterTest.pm
17604            + t/lib/Filter/Simple/ImportTest.pm
17605            ! MANIFEST
17606 ____________________________________________________________________________
17607 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
17608         Log: Update Changes.
17609      Branch: perl
17610            ! Changes patchlevel.h
17611 ____________________________________________________________________________
17612 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
17613         Log: Never mind.
17614      Branch: perl
17615            - lib/Filter/Simple/lib/ExportTest.pm
17616            - lib/Filter/Simple/lib/ImportTest.pm
17617 ____________________________________________________________________________
17618 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
17619         Log: Mis-add.
17620      Branch: perl
17621            + lib/Filter/Simple/lib/ExportTest.pm
17622            + lib/Filter/Simple/lib/ImportTest.pm
17623 ____________________________________________________________________________
17624 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
17625         Log: Upgrade to Filter::Simple 0.77.
17626      Branch: perl
17627            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
17628            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
17629            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
17630            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
17631            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
17632 ____________________________________________________________________________
17633 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
17634         Log: Missing p4 add.
17635      Branch: perl
17636            + lib/ExtUtils/MM_VMS.t
17637 ____________________________________________________________________________
17638 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
17639         Log: Pass 5 at perldelta - module and utility updates cleanup.
17640      Branch: perl
17641            ! pod/perldelta.pod
17642 ____________________________________________________________________________
17643 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
17644         Log: metaconfig unit change for #13219.
17645      Branch: metaconfig/U/perl
17646            ! d_procselfexe.U
17647 ____________________________________________________________________________
17648 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
17649         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
17650      Branch: perl
17651            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17652            ! pod/buildtoc.PL pod/perltoc.pod
17653 ____________________________________________________________________________
17654 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
17655         Log: Add procselfexe and d_dirfd to strange lands.
17656      Branch: perl
17657            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
17658            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17659            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17660            ! win32/config.gc win32/config.vc win32/config.win64
17661            ! wince/config.ce
17662 ____________________________________________________________________________
17663 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
17664         Log: metaconfig unit change for #13216.
17665      Branch: metaconfig/U/perl
17666            ! d_procselfexe.U
17667 ____________________________________________________________________________
17668 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
17669         Log: Better to "quote" the pathname.
17670      Branch: perl
17671            ! Configure config_h.SH
17672 ____________________________________________________________________________
17673 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
17674         Log: Use PROCSELFEXE_PATH.
17675      Branch: perl
17676            ! perl.c
17677 ____________________________________________________________________________
17678 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
17679         Log: metaconfig unit change for #13213.
17680      Branch: metaconfig/U/perl
17681            ! d_procselfexe.U
17682 ____________________________________________________________________________
17683 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
17684         Log: Add probing for BSD-like /proc/curproc/file.
17685      Branch: perl
17686            ! Configure config_h.SH
17687 ____________________________________________________________________________
17688 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
17689         Log: metaconfig unit change for 13211.
17690      Branch: metaconfig/U/perl
17691            + d_dirfd.U
17692 ____________________________________________________________________________
17693 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
17694         Log: Add probing for dirfd() so that it can be added it IO::Dir.
17695      Branch: perl
17696            ! Configure config_h.SH perl.h
17697 ____________________________________________________________________________
17698 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
17699         Log: ...and update the test count.
17700      Branch: perl
17701            ! lib/Pod/t/basic.t
17702 ____________________________________________________________________________
17703 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
17704         Log: Must remove the cap test also from the test script.
17705      Branch: perl
17706            ! lib/Pod/t/basic.t
17707 ____________________________________________________________________________
17708 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
17709         Log: Subject: [PATCH] Tests are good
17710              From: Nicholas Clark <nick@ccl4.org>
17711              Date: Fri, 23 Nov 2001 18:12:21 +0000
17712              Message-ID: <20011123181220.F37621@plum.flirble.org>
17713      Branch: perl
17714            ! pod/perlhack.pod
17715 ____________________________________________________________________________
17716 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
17717         Log: The basic.cap from podlators 1.14 is not very portable.
17718      Branch: perl
17719            - lib/Pod/t/basic.cap
17720            ! MANIFEST
17721 ____________________________________________________________________________
17722 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
17723         Log: Subject: Re: [DOC PATCHES] pod cleanups
17724              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17725              Date: 22 Nov 2001 12:54:16 -0000
17726              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
17727      Branch: perl
17728            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
17729            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
17730 ____________________________________________________________________________
17731 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
17732         Log: FAQ sync.
17733      Branch: perl
17734            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
17735 ____________________________________________________________________________
17736 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
17737         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
17738              From: PPrymmer@factset.com
17739              Date: Fri, 23 Nov 2001 11:43:45 -0500
17740              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
17741      Branch: perl
17742            ! MANIFEST lib/ExtUtils/MM_VMS.pm
17743 ____________________________________________________________________________
17744 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
17745         Log: Corify podlators 1.14 test.
17746      Branch: perl
17747            ! lib/Pod/t/basic.t
17748 ____________________________________________________________________________
17749 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
17750         Log: Output tweak needed because of podlators 1.14.
17751      Branch: perl
17752            ! t/pod/multiline_items.xr
17753 ____________________________________________________________________________
17754 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
17755         Log: Upgrade to podlators 1.14.
17756      Branch: perl
17757            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
17758            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
17759            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
17760            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
17761            ! lib/Pod/Text/Overstrike.pm
17762 ____________________________________________________________________________
17763 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
17764         Log: perlmodinstall tweaks from Philip Newton.
17765      Branch: perl
17766            ! pod/perlmodinstall.pod
17767 ____________________________________________________________________________
17768 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
17769         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
17770              From: Autrijus Tang <autrijus@autrijus.org>           
17771              Date: Fri, 23 Nov 2001 23:55:53 +0800
17772              Message-ID: <20011123235553.A2310@not.autrijus.org>
17773      Branch: perl
17774            ! Porting/genlog
17775 ____________________________________________________________________________
17776 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
17777         Log: Subject: Re: regex oddness with \Z and $&
17778              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
17779              Date: Fri, 23 Nov 2001 15:15:24 +0000
17780              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
17781      Branch: perl
17782            ! regcomp.c t/op/re_tests
17783 ____________________________________________________________________________
17784 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
17785         Log: regen_headers.
17786      Branch: perl
17787            ! embed.h global.sym pod/perlapi.pod proto.h
17788 ____________________________________________________________________________
17789 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
17790         Log: Forgotten check-in.
17791      Branch: perl
17792            ! pod/perlapi.pod
17793 ____________________________________________________________________________
17794 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
17795         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
17796      Branch: perl
17797            ! lib/Test/Simple.pm
17798 ____________________________________________________________________________
17799 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
17800         Log: Retract #13173 (effectively retract Net::Ping 2.06,
17801              go back to 2.04, the 2.06 hasn't seen the patches
17802              that have gone to the blead version.)
17803      Branch: perl
17804            - lib/Net/Ping/CHANGES lib/Net/Ping/README
17805            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
17806            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
17807            - lib/Net/Ping/t/200_ping_tcp.t
17808            ! MANIFEST lib/Net/Ping.pm
17809 ____________________________________________________________________________
17810 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
17811         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
17812              From: Robin Barker <rmb1@cise.npl.co.uk>
17813              Date: Thu, 22 Nov 2001 11:00:38 GMT
17814              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
17815      Branch: perl
17816            ! utils/perldoc.PL
17817 ____________________________________________________________________________
17818 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
17819         Log: metaconfig unit change for #13191.
17820      Branch: metaconfig/U/perl
17821            ! d_procselfexe.U
17822 ____________________________________________________________________________
17823 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
17824         Log: procselfexe tweak: for some reason I had a ls in
17825              /proc/self/exe, not the ls Configure thought it
17826              would found.
17827      Branch: perl
17828            ! Configure
17829 ____________________________________________________________________________
17830 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
17831         Log: Corify the Net::Ping tests; skip the tests
17832              unless $ENV{PERL_TEST_Net_Ping} is true.
17833      Branch: perl
17834            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
17835            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
17836            ! lib/Net/Ping/t/200_ping_tcp.t
17837 ____________________________________________________________________________
17838 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
17839         Log: metaconfig units changes for #13188.
17840      Branch: metaconfig
17841            ! U/modified/Head.U
17842      Branch: metaconfig/U/perl
17843            ! issymlink.U
17844 ____________________________________________________________________________
17845 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
17846         Log: The #13182 didn't really help.  The real problem
17847              seems to be that 'sh' can in AIX mean at least three
17848              different things, and we can't know which one it is
17849              unless we export $newsh from an earlier run (and it's
17850              the 'bsh' aka 'sh' that has the the broken test -h).
17851      Branch: perl
17852            ! Configure
17853 ____________________________________________________________________________
17854 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
17855         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
17856      Branch: perl
17857            ! op.c t/op/override.t
17858 ____________________________________________________________________________
17859 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
17860         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
17861              From: PPrymmer@factset.com 
17862              Date: Wed, 21 Nov 2001 20:17:25 -0500
17863              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
17864      Branch: perl
17865            ! lib/Shell.t
17866 ____________________________________________________________________________
17867 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
17868         Log: Reapply perlmodinstall parts of #12897.
17869      Branch: perl
17870            ! pod/perlmodinstall.pod
17871 ____________________________________________________________________________
17872 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
17873         Log: perlmodinstall 2.01 from Jon Orwant.
17874      Branch: perl
17875            ! pod/perlmodinstall.pod
17876 ____________________________________________________________________________
17877 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
17878         Log: Subject: [PATCH @10907] REXX on OS/2
17879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17880              Date: Wed, 21 Nov 2001 15:26:11 -0500
17881              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
17882      Branch: perl
17883            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
17884            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
17885 ____________________________________________________________________________
17886 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
17887         Log: metaconfig unit change for #13181.
17888      Branch: metaconfig/U/perl
17889            ! issymlink.U
17890 ____________________________________________________________________________
17891 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
17892         Log: AIX has broken builtin 'test'.
17893      Branch: perl
17894            ! Configure
17895 ____________________________________________________________________________
17896 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
17897         Log: Subject: [PATCH 5.7.x] INSTALL size update
17898              From: Andy Dougherty <doughera@lafayette.edu>
17899              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
17900              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
17901      Branch: perl
17902            ! INSTALL
17903 ____________________________________________________________________________
17904 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
17905         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
17906              to pp_sort.c.  Includes the quicksort stabilizing layer
17907              from John P. Linderman.  -Msort=qsort or -Msort=fast is
17908              faster than without (or with -Msort=mergesort or -Msort=safe)
17909              for short random inputs, but for some reason not quite as fast
17910              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
17911              optimizing definitely needed.
17912      Branch: perl
17913            + lib/sort.pm lib/sort.t pp_sort.c
17914            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
17915            ! embed.pl global.sym perl.h pp_ctl.c proto.h
17916            ! vms/descrip_mms.template vos/build.cm win32/Makefile
17917            ! win32/makefile.mk wince/Makefile.ce
17918 ____________________________________________________________________________
17919 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
17920         Log: Sync file with libnet-1.0901-tobe
17921      Branch: perl
17922            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
17923            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
17924            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
17925            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
17926            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
17927 ____________________________________________________________________________
17928 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
17929         Log: Subject: [PATCH perldoc] problems with pod2man
17930              From: Robin Barker <rmb1@cise.npl.co.uk>
17931              Date: Wed, 21 Nov 2001 17:48:51 GMT
17932              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
17933      Branch: perl
17934            ! utils/perldoc.PL
17935 ____________________________________________________________________________
17936 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
17937         Log: debug_pad only visible when debugging.
17938      Branch: perl
17939            ! makedef.pl
17940 ____________________________________________________________________________
17941 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
17942         Log: metaconfig units changes for #13174.
17943      Branch: metaconfig/U/perl
17944            + d_procselfexe.U
17945            - procselfexe.U
17946 ____________________________________________________________________________
17947 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
17948         Log: procselfexe tweaks.
17949      Branch: perl
17950            ! Configure config_h.SH
17951 ____________________________________________________________________________
17952 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
17953         Log: Upgrade to Net::Ping 2.06.
17954      Branch: perl
17955            + lib/Net/Ping/CHANGES lib/Net/Ping/README
17956            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
17957            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
17958            + lib/Net/Ping/t/200_ping_tcp.t
17959            ! MANIFEST lib/Net/Ping.pm
17960 ____________________________________________________________________________
17961 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
17962         Log: Upgrade to Math::BigInt 1.47.
17963      Branch: perl
17964            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17965            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
17966            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
17967            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
17968            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
17969            ! lib/Math/BigInt/t/sub_mbi.t
17970 ____________________________________________________________________________
17971 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
17972         Log: Dynaloading for POSIX-BC from Thomas Dorner.
17973      Branch: perl
17974            ! hints/posix-bc.sh
17975 ____________________________________________________________________________
17976 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
17977         Log: Strange: the same mysterious regex study bug
17978              seems to be present both in OS/390 and POSIX-BC.
17979              Deep EBCDIC magic that regex engine gets wrong,
17980              or a bug in some compiler/library shared by the
17981              two platforms?  From Thomas Dorner.
17982      Branch: perl
17983            ! t/op/study.t
17984 ____________________________________________________________________________
17985 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
17986         Log: More lost and found.
17987      Branch: perl
17988            + lib/Test/Simple/README
17989            ! MANIFEST
17990 ____________________________________________________________________________
17991 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
17992         Log: MANIFESTly missing.
17993      Branch: perl
17994            ! MANIFEST
17995 ____________________________________________________________________________
17996 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
17997         Log: Subject: Re: PERFORCE change 13162 for review               
17998              From: Philip Newton <Philip.Newton@gmx.net> 
17999              Date: Wed, 21 Nov 2001 16:44:30 +0100
18000              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
18001      Branch: perl
18002            ! ext/Devel/PPPort/PPPort.pm
18003 ____________________________________________________________________________
18004 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
18005         Log: Update Changes.
18006      Branch: perl
18007            ! Changes patchlevel.h
18008 ____________________________________________________________________________
18009 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
18010         Log: Small doc tweaks.
18011      Branch: perl
18012            ! ext/PerlIO/Via/Via.pm
18013 ____________________________________________________________________________
18014 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
18015         Log: Redundant return.
18016      Branch: perl
18017            ! ext/MIME/Base64/QuotedPrint.pm
18018 ____________________________________________________________________________
18019 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
18020         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
18021              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
18022              Date: Wed, 21 Nov 2001 10:23:16 +0100
18023              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
18024      Branch: perl
18025            ! pp_pack.c t/op/pack.t
18026 ____________________________________________________________________________
18027 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
18028         Log: Add Devel::PPPort originally from Kenneth Albanowski,
18029              revigorated by Paul Marquess: gives h2xs a Perl version
18030              portability boost.
18031      Branch: perl
18032            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
18033            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
18034            + ext/Devel/PPPort/harness/Harness.pm
18035            + ext/Devel/PPPort/harness/Harness.xs
18036            + ext/Devel/PPPort/harness/Makefile.PL
18037            + ext/Devel/PPPort/harness/module2.c
18038            + ext/Devel/PPPort/harness/module3.c
18039            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
18040            ! MANIFEST lib/h2xs.t utils/h2xs.PL
18041 ____________________________________________________________________________
18042 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
18043         Log: Oops.
18044      Branch: perl
18045            ! lib/Test/Simple/t/filehandles.t
18046 ____________________________________________________________________________
18047 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
18048         Log: Subject: Re: PERFORCE change 13152 for review               
18049              From: Philip Newton <Philip.Newton@gmx.net> 
18050              Date: Wed, 21 Nov 2001 09:04:05 +0100
18051              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
18052      Branch: perl
18053            ! lib/Test/Builder.pm
18054 ____________________________________________________________________________
18055 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
18056         Log: Subject: Re: PERFORCE change 13142 for review
18057              From: Philip Newton <Philip.Newton@gmx.net>
18058              Date: Wed, 21 Nov 2001 09:04:03 +0100
18059              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
18060              
18061              plus rewrap few paragraphs.
18062      Branch: perl
18063            ! lib/Pod/LaTeX.pm
18064 ____________________________________________________________________________
18065 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
18066         Log: Integrate #13154 from macperl; Remove comments.
18067      Branch: perl
18068           !> lib/File/Spec/Mac.pm
18069 ____________________________________________________________________________
18070 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
18071         Log: Update the list of modules having tests.
18072      Branch: perl
18073            ! t/lib/1_compile.t
18074 ____________________________________________________________________________
18075 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
18076         Log: Slight doc changes.
18077      Branch: maint-5.6/macperl
18078            ! macos/macperl/MacPerl.podhelp
18079 ____________________________________________________________________________
18080 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
18081         Log: Add UTF-16 coercion.
18082      Branch: maint-5.6/macperl
18083            ! macos/lib/Mac/AppleEvents/Simple.pm
18084 ____________________________________________________________________________
18085 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
18086         Log: Remove comments.
18087      Branch: maint-5.6/macperl
18088            ! lib/File/Spec/Mac.pm
18089 ____________________________________________________________________________
18090 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
18091         Log: Fix FSpGetCatInfo (and other functions) corrupting
18092              memory with bad filespecs (bug #471867)
18093      Branch: maint-5.6/macperl
18094            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
18095 ____________________________________________________________________________
18096 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
18097         Log: Upgrade to Test::Simple 0.33.
18098      Branch: perl
18099            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
18100            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
18101            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
18102 ____________________________________________________________________________
18103 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
18104         Log: Upgrade to Test::Harness 1.26.
18105      Branch: perl
18106            ! lib/Test/Harness.pm lib/Test/Harness/Changes
18107 ____________________________________________________________________________
18108 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
18109         Log: Integrate change #13145 from maintperl;
18110              another compatibility tweak to change#12559: avoid quoting
18111              arguments that already have quotes; add test case
18112      Branch: perl
18113           !> t/op/system_tests win32/win32.c
18114 ____________________________________________________________________________
18115 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
18116         Log: integrate change#13147 from mainline (fixes nit in change#10091)
18117              
18118              Subject: [PATCH] spaceship and refs
18119      Branch: maint-5.6/perl
18120            ! pp.c pp_hot.c t/op/cmp.t
18121 ____________________________________________________________________________
18122 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
18123         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
18124              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
18125              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
18126              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
18127      Branch: perl
18128            + lib/Pod/t/utils.t
18129            ! MANIFEST
18130 ____________________________________________________________________________
18131 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
18132         Log: Subject: [PATCH] spaceship and refs
18133              From: Nicholas Clark <nick@ccl4.org>
18134              Date: Tue, 20 Nov 2001 21:59:51 +0000
18135              Message-ID: <20011120215951.U62891@plum.flirble.org> 
18136      Branch: perl
18137            ! pp.c pp_hot.c t/op/cmp.t
18138 ____________________________________________________________________________
18139 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
18140         Log: Try to clarify which I/O call operates on bytes,
18141              which on characters, which on either.
18142      Branch: perl
18143            ! pod/perlfunc.pod
18144 ____________________________________________________________________________
18145 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
18146         Log: another compatibility tweak to change#12559: avoid quoting
18147              arguments that already have quotes; add test case
18148      Branch: maint-5.6/perl
18149            ! t/op/system_tests win32/win32.c
18150 ____________________________________________________________________________
18151 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
18152         Log: Give a simple example of writing PerlIO::Via handlers
18153              in Perl.
18154      Branch: perl
18155            ! ext/PerlIO/Via/Via.pm
18156 ____________________________________________________________________________
18157 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
18158         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
18159      Branch: perl
18160            + lib/Pod/t/latex.t
18161            ! MANIFEST
18162 ____________________________________________________________________________
18163 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
18164         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
18165              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18166              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
18167              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
18168      Branch: perl
18169            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
18170 ____________________________________________________________________________
18171 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
18172         Log: Spread d_procselfexe to far-off lands (undefined).
18173      Branch: perl
18174            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
18175            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18176            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18177            ! win32/config.gc win32/config.vc win32/config.win64
18178            ! wince/config.ce
18179 ____________________________________________________________________________
18180 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
18181         Log: Integrate perlio; add detection and use of /proc/self/exe
18182              (Linuxism for finding the absolute path of the executable)
18183      Branch: perl
18184           !> Configure config_h.SH perl.c t/op/magic.t
18185 ____________________________________________________________________________
18186 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
18187         Log: Really define do_report_used() only if DEBUGGING.
18188      Branch: perl
18189            ! sv.c
18190 ____________________________________________________________________________
18191 [ 13138] By: nick                                  on 2001/11/20  20:01:05
18192         Log: perl.c change to use HAS_PROCSELFEXE, also
18193              tweak to $^X test to comprehend full path to real executable
18194              being returned (like Cygwin as it happens...)
18195      Branch: perlio
18196            ! perl.c t/op/magic.t
18197 ____________________________________________________________________________
18198 [ 13137] By: nick                                  on 2001/11/20  19:46:00
18199         Log: Integrate mainline
18200      Branch: perlio
18201           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
18202           +> lib/NEXT/t/unseen.t
18203            - lib/NEXT/test.pl
18204           !> (integrate 34 files)
18205 ____________________________________________________________________________
18206 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
18207         Log: Subject: [?PATCH] terser pp_eq
18208              From: Nicholas Clark <nick@ccl4.org>
18209              Date: Mon, 19 Nov 2001 23:09:02 +0000
18210              Message-ID: <20011119230901.O62891@plum.flirble.org>
18211      Branch: perl
18212            ! pp_hot.c
18213 ____________________________________________________________________________
18214 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
18215         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
18216      Branch: perl
18217            ! pod/perldelta.pod
18218 ____________________________________________________________________________
18219 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
18220         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
18221              From: Andy Dougherty <doughera@lafayette.edu>
18222              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
18223              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
18224      Branch: perl
18225            ! ext/re/Makefile.PL ext/re/re.xs
18226 ____________________________________________________________________________
18227 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
18228         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
18229              From: Andy Dougherty <doughera@lafayette.edu>
18230              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
18231              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
18232      Branch: perl
18233            ! ext/re/re.xs
18234 ____________________________________________________________________________
18235 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
18236         Log: Integrate change #13119 from macperl.
18237              (No changes since already applied the patch,
18238              just keep perforce happy and well-fed.)
18239      Branch: perl
18240           !> lib/Pod/Html.pm
18241 ____________________________________________________________________________
18242 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
18243         Log: Subject: [PATCH] filter-util.pl for Mac OS
18244              From: Chris Nandor <pudge@pobox.com>
18245              Date: Tue, 20 Nov 2001 00:16:11 -0500
18246              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
18247      Branch: perl
18248            ! t/lib/filter-util.pl
18249 ____________________________________________________________________________
18250 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
18251         Log: Subject: [PATCH] Portability fix for Pod::Html
18252              From: Chris Nandor <pudge@pobox.com>
18253              Date: Tue, 20 Nov 2001 00:01:05 -0500
18254              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
18255      Branch: perl
18256            ! lib/Pod/Html.pm
18257 ____________________________________________________________________________
18258 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
18259         Log: Need to skip more tests if not perlio.
18260      Branch: perl
18261            ! lib/open.t
18262 ____________________________________________________________________________
18263 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
18264         Log: Pass 3 at perldelta - sort the lists of new modules,
18265              module improvements, and new platforms.
18266      Branch: perl
18267            ! pod/perldelta.pod
18268 ____________________________________________________________________________
18269 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
18270         Log: Document ${^OPEN}.
18271      Branch: perl
18272            ! pod/perlvar.pod
18273 ____________________________________________________________________________
18274 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
18275         Log: Make configpm work with extra keys
18276      Branch: maint-5.6/macperl
18277            ! macos/configpm
18278 ____________________________________________________________________________
18279 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
18280         Log: Version and doc updates
18281      Branch: maint-5.6/macperl
18282            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
18283 ____________________________________________________________________________
18284 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
18285         Log: More fixes for error message parsing (bug #470316)
18286      Branch: maint-5.6/macperl
18287            ! macos/macish.c
18288 ____________________________________________________________________________
18289 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
18290         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
18291              remove obsolete function (bug #465225)
18292      Branch: maint-5.6/macperl
18293            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
18294            ! macos/macperl/MPScript.c
18295 ____________________________________________________________________________
18296 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
18297         Log: Add p2as droplet to distribution.
18298      Branch: maint-5.6/macperl
18299            + macos/macperl/Droplets/p2as.plx
18300 ____________________________________________________________________________
18301 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
18302         Log: Bundle File::Sort.
18303      Branch: maint-5.6/macperl
18304            + macos/bundled_lib/blib/lib/File/Sort.pm
18305 ____________________________________________________________________________
18306 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
18307         Log: Various bundled module fixes.
18308      Branch: maint-5.6/macperl
18309            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
18310            ! macos/bundled_ext/Digest/MD5/t/files.t
18311            ! macos/bundled_ext/Filter/t/filter-util.pl
18312            ! macos/bundled_lib/blib/lib/Net/Config.pm
18313            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
18314 ____________________________________________________________________________
18315 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
18316         Log: Portability fix for Pod::Html.
18317      Branch: maint-5.6/macperl
18318            ! lib/Pod/Html.pm
18319 ____________________________________________________________________________
18320 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
18321         Log: Upgrade to Text::Balanced 1.89.
18322      Branch: perl
18323            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
18324            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
18325            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
18326            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
18327            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
18328            ! lib/Text/Balanced/t/gentag.t
18329 ____________________________________________________________________________
18330 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
18331         Log: Upgrade to NEXT 0.50.
18332      Branch: perl
18333            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
18334            + lib/NEXT/t/unseen.t
18335            - lib/NEXT/test.pl
18336            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
18337 ____________________________________________________________________________
18338 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
18339         Log: Integrate with maint-5.6/perl.
18340      Branch: maint-5.6/macperl
18341           !> win32/win32.c
18342 ____________________________________________________________________________
18343 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
18344         Log: Update the README.threads scary header a bit.
18345      Branch: perl
18346            ! README.threads
18347 ____________________________________________________________________________
18348 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
18349         Log: Pass 2 at perldelta: add some changes since 5.7.2.
18350      Branch: perl
18351            ! pod/perldelta.pod
18352 ____________________________________________________________________________
18353 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
18354         Log: Subject: [DOC PATCH] perlfaq4.pod 
18355              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18356              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
18357              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
18358      Branch: perl
18359            ! pod/perlfaq4.pod
18360 ____________________________________________________________________________
18361 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
18362         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
18363              From: Michael G Schwern <schwern@pobox.com> 
18364              Date: Mon, 19 Nov 2001 19:53:12 -0500
18365              Message-ID: <20011119195311.I11883@blackrider>
18366      Branch: perl
18367            ! perl.c
18368 ____________________________________________________________________________
18369 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
18370         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
18371              From: PPrymmer@factset.com
18372              Date: Mon, 19 Nov 2001 17:08:59 -0500
18373              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
18374      Branch: perl
18375            ! vms/descrip_mms.template
18376 ____________________________________________________________________________
18377 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
18378         Log: Create a per-interpeter debug scratchpad container
18379              and use that for the regexec debugging.
18380      Branch: perl
18381            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
18382 ____________________________________________________________________________
18383 [ 13109] By: nick                                  on 2001/11/19  22:01:45
18384         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
18385              Configure unit detects the feature).
18386      Branch: metaconfig/U/perl
18387            + procselfexe.U
18388      Branch: perlio
18389            ! Configure config_h.SH
18390 ____________________________________________________________________________
18391 [ 13108] By: nick                                  on 2001/11/19  20:39:17
18392         Log: Integrate mainline
18393      Branch: perlio
18394           +> t/op/or.t
18395           !> (integrate 44 files)
18396 ____________________________________________________________________________
18397 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
18398         Log: sysseek tweak.
18399      Branch: perl
18400            ! pod/perlfunc.pod
18401 ____________________________________________________________________________
18402 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
18403         Log: Move the sysio tests from io/utf8 to lib/open.
18404      Branch: perl
18405            ! lib/open.t t/io/utf8.t
18406 ____________________________________________________________________________
18407 [ 13105] By: nick                                  on 2001/11/19  20:15:39
18408         Log: Add a .package and a README to //depot/metaconfig
18409      Branch: metaconfig
18410            + .package README
18411 ____________________________________________________________________________
18412 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
18413         Log: Thou shalt not mix stdio and sysio.
18414      Branch: perl
18415            ! t/io/utf8.t
18416 ____________________________________________________________________________
18417 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
18418         Log: Update Changes.
18419      Branch: perl
18420            ! Changes patchlevel.h
18421 ____________________________________________________________________________
18422 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
18423         Log: The runops_debug needs to be present always, otherwise
18424              places like AIX which need an explicit symbol export list
18425              will croak when trying to build Devel::Peek (which uses
18426              the runops_debug).
18427      Branch: perl
18428            ! makedef.pl
18429 ____________________________________________________________________________
18430 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
18431         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
18432              From: PPrymmer@factset.com 
18433              Date: Mon, 19 Nov 2001 11:34:22 -0500
18434              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
18435      Branch: perl
18436            ! lib/Memoize/t/tie_sdbm.t
18437 ____________________________________________________________________________
18438 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
18439         Log: Retract #13088: it seems that unless dump.c is extensively
18440              reorganized as to what symbols it shows, when, and to whom,
18441              we are stuck with having the dump.o symbols in the libperl
18442              and thusly in the main Perl binary.
18443      Branch: perl
18444            ! embedvar.h perlapi.h perlvars.h
18445 ____________________________________________________________________________
18446 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
18447         Log: The _uni_display should not be in dump.c since they
18448              are used under normal operation (S_not_a_number()).
18449      Branch: perl
18450            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
18451 ____________________________________________________________________________
18452 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
18453         Log: Protect sv_dump() from being included unless DEBUGGING,
18454              as noticed by Ilya.
18455      Branch: perl
18456            ! sv.c
18457 ____________________________________________________________________________
18458 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
18459         Log: Pending further investigation skip the tell() tests.
18460              The tell() is okay on Solaris, HP-UX and Tru64, but fails
18461              (by returning too much) in Linux.
18462      Branch: perl
18463            ! t/io/utf8.t
18464 ____________________________________________________________________________
18465 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
18466         Log: Retract #13082 until a better solution is found:
18467              statics break ithreads.
18468      Branch: perl
18469            ! regexec.c
18470 ____________________________________________________________________________
18471 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
18472         Log: Figures 1 and 2 for UTF-8.
18473      Branch: perl
18474            ! pod/perlunicode.pod
18475 ____________________________________________________________________________
18476 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
18477         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
18478              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18479              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
18480              Message-ID: <20011119132645.A15034@rafael>
18481      Branch: perl
18482            ! op.c pod/perldiag.pod t/lib/warnings/op
18483 ____________________________________________________________________________
18484 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
18485         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
18486              From: Michael G Schwern <schwern@pobox.com> 
18487              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
18488              Message-ID: <20011119031112.E786@blackrider>
18489      Branch: perl
18490            ! t/op/closure.t
18491 ____________________________________________________________________________
18492 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
18493         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
18494              From: Michael G Schwern <schwern@pobox.com>
18495              Date: Mon, 19 Nov 2001 03:42:56 -0500
18496              Message-ID: <20011119034256.I786@blackrider>
18497      Branch: perl
18498            + t/op/or.t
18499            ! MANIFEST
18500 ____________________________________________________________________________
18501 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
18502         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
18503              From: "Craig A. Berry" <craigberry@mac.com>
18504              Date: Sun, 18 Nov 2001 14:33:48 -0600
18505              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
18506      Branch: perl
18507            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
18508 ____________________________________________________________________________
18509 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
18510         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
18511              From: Dave Rolsky <autarch@urth.org>
18512              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
18513              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
18514      Branch: perl
18515            ! lib/ExtUtils/Manifest.pm
18516 ____________________________________________________________________________
18517 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
18518         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
18519              From: Dave Rolsky <autarch@urth.org>
18520              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
18521              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
18522      Branch: perl
18523            ! lib/ExtUtils/Install.pm
18524 ____________________________________________________________________________
18525 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
18526         Log: The runops_dbg should not be needed.
18527      Branch: perl
18528            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
18529 ____________________________________________________________________________
18530 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
18531         Log: do_spawn() cleanup from Charles Lane.
18532      Branch: perl
18533            ! vms/vms.c
18534 ____________________________________________________________________________
18535 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
18536         Log: Update the list of tests.
18537      Branch: perl
18538            ! t/lib/1_compile.t
18539 ____________________________________________________________________________
18540 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
18541         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
18542              From: Michael G Schwern <schwern@pobox.com> 
18543              Date: Fri, 16 Nov 2001 17:37:04 -0500
18544              Message-ID: <20011116173703.L30160@blackrider>
18545      Branch: perl
18546            ! t/lib/warnings/sv
18547 ____________________________________________________________________________
18548 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
18549         Log: FAQ sync.
18550      Branch: perl
18551            ! pod/perlfaq4.pod
18552 ____________________________________________________________________________
18553 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
18554         Log: Integrate perlio; win32 sync.
18555      Branch: perl
18556           !> perlio.c win32/win32io.c
18557 ____________________________________________________________________________
18558 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
18559         Log: (retracted by #13096)
18560              Debugging would be badly skewed by a malloc per regex dump.
18561      Branch: perl
18562            ! regexec.c
18563 ____________________________________________________________________________
18564 [ 13081] By: nick                                  on 2001/11/18  19:08:40
18565         Log: Win32 layer has a dup which needs to match new prototype.
18566      Branch: perlio
18567            ! win32/win32io.c
18568 ____________________________________________________________________________
18569 [ 13080] By: nick                                  on 2001/11/18  19:05:02
18570         Log: Wrong way to get stdio mode used.
18571      Branch: perlio
18572            ! perlio.c
18573 ____________________________________________________________________________
18574 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
18575         Log: Retract #13048: that introduced a malloc() (through savepvn())
18576              to *every* m//, which killed the performance quite badly.
18577      Branch: perl
18578            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
18579 ____________________________________________________________________________
18580 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
18581         Log: Pass 1 at perldelta.pod: sort the section contents
18582              together, drop all but the 5.7.2 known problems,
18583              leave the 5.7.1 security note since that's the
18584              fullest explanation (update the date on that).
18585      Branch: perl
18586            ! pod/perldelta.pod
18587 ____________________________________________________________________________
18588 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
18589         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
18590              
18591              Tiny problem in the test for 20011113.110: I hope
18592              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
18593      Branch: perl
18594            ! pp.c t/op/repeat.t
18595 ____________________________________________________________________________
18596 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
18597         Log: All of syswrite/send/sendto need to return character counts,
18598              and character counts from the offset, not the beginning of
18599              the scalar.
18600      Branch: perl
18601            ! pp_sys.c
18602 ____________________________________________________________________________
18603 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
18604         Log: Integrate PerlIO: duping fixes.
18605      Branch: perl
18606           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18607           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
18608           !> perliol.h sv.c
18609 ____________________________________________________________________________
18610 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
18611         Log: syswrite() was still returning byte counts, not character counts.
18612      Branch: perl
18613            ! pp_sys.c t/io/utf8.t
18614 ____________________________________________________________________________
18615 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
18616         Log: Add test for sysread().
18617      Branch: perl
18618            ! t/io/utf8.t
18619 ____________________________________________________________________________
18620 [ 13072] By: nick                                  on 2001/11/18  16:15:31
18621         Log: Allow dup'ing of PerlIO::Scalar etc.
18622      Branch: perlio
18623            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18624            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
18625            ! perliol.h sv.c
18626 ____________________________________________________________________________
18627 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
18628         Log: Prepend a null byte to the test set.
18629      Branch: perl
18630            ! t/io/utf8.t
18631 ____________________________________________________________________________
18632 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
18633         Log: Document how "no utf8;" can become handy.
18634      Branch: perl
18635            ! lib/utf8.pm
18636 ____________________________________________________________________________
18637 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
18638         Log: Integrate perlio; force the inclusion of the PL_runops_*
18639      Branch: perl
18640           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
18641 ____________________________________________________________________________
18642 [ 13068] By: nick                                  on 2001/11/18  13:23:33
18643         Log: embed.pl generated changes I forgot to include
18644      Branch: perlio
18645            ! embedvar.h perlapi.h pod/perlapi.pod
18646 ____________________________________________________________________________
18647 [ 13067] By: nick                                  on 2001/11/18  12:50:19
18648         Log: Force inclusion of both Perl_runops_* in perl itself,
18649              so they are available for Peek.xs etc.
18650      Branch: perlio
18651            ! perlvars.h
18652 ____________________________________________________________________________
18653 [ 13066] By: nick                                  on 2001/11/18  11:00:34
18654         Log: Integrate mainline - a few Devel::Peak fails.
18655      Branch: perlio
18656           +> (branch 29 files)
18657            - ext/Thread/Thread.pm lib/Benchmark.t
18658            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
18659            - lib/Lingua/KO/Hangul/Util/README
18660            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
18661            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
18662            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
18663            - vms/ext/vmsish.pm vms/ext/vmsish.t
18664            ! hv.c
18665           !> (integrate 389 files)
18666 ____________________________________________________________________________
18667 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
18668         Log: Start working on perldelta.  This is not yet any sort of
18669              editing; just concatenating perl570delta, perl571delta,
18670              and perl572delta.  Any sorting not done, any duplicate
18671              removal not done, any removal or update of obsolete items
18672              not done, any changes since 5.7.2 not included.  So there.
18673      Branch: perl
18674            ! pod/perldelta.pod
18675 ____________________________________________________________________________
18676 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
18677         Log: Banish "use utf8".
18678      Branch: perl
18679            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
18680 ____________________________________________________________________________
18681 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
18682         Log: Tweak from Charles Lane.
18683      Branch: perl
18684            ! vms/vms.c
18685 ____________________________________________________________________________
18686 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
18687         Log: Integrate change #13058 from maintperl;
18688              change#12559 breaks things on Win9x because command.com doesn't
18689              grok dquotes at all; disable all the system() smarts for
18690              command.com
18691      Branch: perl
18692           !> win32/win32.c
18693 ____________________________________________________________________________
18694 [ 13061] By: ams                                   on 2001/11/17  13:46:11
18695         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
18696              From: Jonathan Stowe <gellyfish@gellyfish.com>
18697              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
18698              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
18699      Branch: perl
18700            ! lib/Term/Cap.pm
18701 ____________________________________________________________________________
18702 [ 13060] By: ams                                   on 2001/11/17  09:49:10
18703         Log: Subject: [PATCH9 File/Find.pm doc nits
18704              From: Tels <perl_dummy@bloodgate.com>
18705              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
18706      Branch: perl
18707            ! lib/File/Find.pm
18708 ____________________________________________________________________________
18709 [ 13059] By: ams                                   on 2001/11/17  09:38:38
18710         Log: Subject: [PATCH] Benchmark.pm nit
18711              From: Tels <perl_dummy@bloodgate.com>
18712              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
18713      Branch: perl
18714            ! lib/Benchmark.pm
18715 ____________________________________________________________________________
18716 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
18717         Log: change#12559 breaks things on Win9x because command.com doesn't
18718              grok dquotes at all; disable all the system() smarts for
18719              command.com
18720      Branch: maint-5.6/perl
18721            ! win32/win32.c
18722 ____________________________________________________________________________
18723 [ 13057] By: ams                                   on 2001/11/16  20:30:03
18724         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
18725              From: Andy Dougherty <doughera@lafayette.edu>
18726              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
18727              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
18728      Branch: perl
18729            ! lib/Unicode/UCD.t
18730 ____________________________________________________________________________
18731 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
18732         Log: Subject: [Patch Perl@13023] VMS system() warning
18733              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18734              Date: Fri, 16 Nov 2001 15:20:11 EST
18735              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
18736      Branch: perl
18737            ! vms/vms.c
18738 ____________________________________________________________________________
18739 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
18740         Log: It's neither-nor, and protect against the impossible.
18741      Branch: perl
18742            ! lib/Thread.pm
18743 ____________________________________________________________________________
18744 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
18745         Log: 5005threads didn't work because $Thread::VERSION wasn't
18746              visible.  Oops.
18747      Branch: perl
18748            ! ext/Thread/Makefile.PL lib/Thread.pm
18749 ____________________________________________________________________________
18750 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
18751         Log: Robustness against Linux using something else than gcc;
18752              based on
18753              
18754              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
18755              From: Charles Randall <cfriv@yahoo.com>
18756              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
18757              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
18758      Branch: perl
18759            ! ext/Errno/Errno_pm.PL
18760 ____________________________________________________________________________
18761 [ 13052] By: ams                                   on 2001/11/16  16:46:39
18762         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
18763              From: Russ Allbery <rra@stanford.edu>
18764              Date: 16 Nov 2001 09:44:21 -0800
18765              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
18766      Branch: perl
18767            ! lib/Pod/ParseLink.pm
18768 ____________________________________________________________________________
18769 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
18770         Log: Update perluniintro on the UTF-8 output matters
18771              (that -w will warn unless the stream is explicitly UTF-8-ified).
18772      Branch: perl
18773            ! pod/perluniintro.pod
18774 ____________________________________________________________________________
18775 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
18776         Log: Adding new files to MANIFEST is nice.
18777      Branch: perl
18778            ! MANIFEST
18779 ____________________________________________________________________________
18780 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
18781         Log: Update Changes.
18782      Branch: perl
18783            ! Changes patchlevel.h
18784 ____________________________________________________________________________
18785 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
18786         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
18787              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
18788              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
18789              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
18790      Branch: perl
18791            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
18792 ____________________________________________________________________________
18793 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
18794         Log: Rename perlunintro to perluniintro; regen toc.
18795      Branch: perl
18796            + pod/perluniintro.pod
18797            - pod/perlunintro.pod
18798            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18799 ____________________________________________________________________________
18800 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
18801         Log: Document the negated lookahead trick to emulate
18802              character class subtraction.
18803      Branch: perl
18804            ! pod/perlunicode.pod
18805 ____________________________________________________________________________
18806 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
18807         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
18808              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18809              Date: Fri, 16 Nov 2001 23:31:04 +0900
18810              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
18811              
18812              (with the tweak that Cntrl is not C, it's Cc)
18813      Branch: perl
18814            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
18815            ! lib/unicore/mktables
18816 ____________________________________________________________________________
18817 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
18818         Log: Subject: [PATCH current] runtime runops switch
18819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18820              Date: Fri, 16 Nov 2001 00:48:09 -0500
18821              Message-ID: <20011116004809.A934@math.ohio-state.edu>
18822      Branch: perl
18823            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
18824            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
18825            ! pod/perlintern.pod proto.h run.c
18826 ____________________________________________________________________________
18827 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
18828         Log: Further discourage old Thread code; tell how to tell
18829              the difference.
18830      Branch: perl
18831            ! lib/Thread.pm
18832 ____________________________________________________________________________
18833 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
18834         Log: A missing return; from Charles Lane.
18835      Branch: perl
18836            ! vms/vms.c
18837 ____________________________________________________________________________
18838 [ 13041] By: ams                                   on 2001/11/16  12:11:14
18839         Log: Subject: [PATCH] Doc spellcheck + podcheck
18840              From: Autrijus Tang <autrijus@egb.elixus.org>
18841              Date: Thu, 15 Nov 2001 22:49:05 -0800
18842              Message-Id: <20011116064905.GA44092@egb.elixus.org>
18843              
18844              Subject: [PATCH] podcheck+spellcheck, the rest of the story
18845              From: Autrijus Tang <autrijus@egb.elixus.org>
18846              Date: Fri, 16 Nov 2001 00:42:20 -0800
18847              Message-Id: <20011116084220.GA44295@egb.elixus.org>
18848              
18849              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
18850              From: Nicholas Clark <nick@ccl4.org>
18851              Date: Fri, 16 Nov 2001 10:32:01 +0000
18852              Message-Id: <20011116103200.F62891@plum.flirble.org>
18853              (Applied after suitable de-mangling.)
18854      Branch: perl
18855            ! README.aix README.dgux README.dos README.epoc README.hpux
18856            ! README.mint README.mpeix README.netware README.os2
18857            ! README.os390 README.plan9 README.qnx README.solaris
18858            ! README.threads doio.c pod/perl571delta.pod
18859            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
18860            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
18861            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
18862            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
18863            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
18864            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
18865 ____________________________________________________________________________
18866 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
18867         Log: Avoid redefinedness warning for now.
18868      Branch: perl
18869            ! lib/Thread.pm
18870 ____________________________________________________________________________
18871 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
18872         Log: use strict.
18873      Branch: perl
18874            ! lib/Thread.pm
18875 ____________________________________________________________________________
18876 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
18877         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
18878              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
18879              Date: Thu, 15 Nov 2001 22:54:47 EST 
18880              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
18881      Branch: perl
18882            ! vms/vms.c vms/vmspipe.com
18883 ____________________________________________________________________________
18884 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
18885         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
18886              From: "chromatic" <chromatic@rmci.net>
18887              Date: Thu, 15 Nov 2001 19:54:23 -0700
18888              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
18889      Branch: perl
18890            ! lib/File/stat.t
18891 ____________________________________________________________________________
18892 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
18893         Log: Make Thread a wrapper for both ithreads and 5005threads.
18894              Needs a lot of work and Arthur's eyeballing (and finishing
18895              few missing odds and ends of threads.pm).  Now Thread
18896              is an extension without its own .pm.
18897              
18898              If there are people who have experience working with
18899              either the 5005threads or the ithreads: cleaning up
18900              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
18901              and porting the various Thread::* modules, like Thread::Queue,
18902              to work also with ithreads, is needed.
18903              
18904              Removed the 5005threads requirement from the 5005 tests
18905              for easier testing (not all of them work yet since
18906              they use the Thread::* modules that have not been made
18907              to work with ithreads).  Leave the 5005 tests named as
18908              *.tx so that they are not run by "make test".
18909      Branch: perl
18910            + lib/Thread.pm
18911            - ext/Thread/Thread.pm
18912            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
18913            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
18914            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
18915            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
18916            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
18917            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
18918            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
18919 ____________________________________________________________________________
18920 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
18921         Log: $VERSION "a5" doesn't quite work.
18922      Branch: perl
18923            ! ext/B/Makefile.PL
18924 ____________________________________________________________________________
18925 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
18926         Log: Add the fruits of Larry Shatzer's version verifying script.
18927              (There are some straddlers, but they will be fixed in the
18928              upcoming releases of the modules.)
18929      Branch: perl
18930            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
18931            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
18932            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
18933            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
18934            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
18935            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
18936            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
18937            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
18938            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
18939            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
18940            ! wince/FindExt.pm
18941 ____________________________________________________________________________
18942 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
18943         Log: Add Larry Shatzer's VERSION verifying script.
18944      Branch: perl
18945            + Porting/checkVERSION.pl
18946            ! MANIFEST Porting/pumpkin.pod
18947 ____________________________________________________________________________
18948 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
18949         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
18950              From: Michael G Schwern <schwern@pobox.com>
18951              Date: Thu, 15 Nov 2001 19:26:40 -0500
18952              Message-ID: <20011115192640.R31399@blackrider>
18953      Branch: perl
18954            ! t/test.pl
18955 ____________________________________________________________________________
18956 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
18957         Log: Document the MY_CXT business; from Paul Marquess.
18958      Branch: perl
18959            ! pod/perlxs.pod
18960 ____________________________________________________________________________
18961 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
18962         Log: VMSCMD synch attempt.
18963      Branch: perl
18964            ! vms/vms.c vms/vmsish.h
18965 ____________________________________________________________________________
18966 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
18967         Log: Advise against -P as instructed by Schwern.
18968      Branch: perl
18969            ! pod/perlrun.pod
18970 ____________________________________________________________________________
18971 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
18972         Log: Subject: [PATCH] v-strings as Objects Step 1
18973              From: John Peacock <jpeacock@rowman.com>
18974              Date: Thu, 15 Nov 2001 12:41:04 -0500
18975              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
18976      Branch: perl
18977            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
18978            ! util.c
18979 ____________________________________________________________________________
18980 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
18981         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
18982              From: Michael G Schwern <schwern@pobox.com>
18983              Date: Thu, 15 Nov 2001 12:47:59 -0500
18984              Message-ID: <20011115124759.E31399@blackrider>
18985      Branch: perl
18986            + t/run/switchx.aux t/run/switchx.t
18987            ! MANIFEST t/run/switches.t
18988 ____________________________________________________________________________
18989 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
18990         Log: Upgrade to Getopt::Long 2.26_03.
18991      Branch: perl
18992            ! lib/Getopt/Long.pm
18993 ____________________________________________________________________________
18994 [ 13025] By: ams                                   on 2001/11/15  20:46:22
18995         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
18996              From: Michael G Schwern <schwern@pobox.com>
18997              Date: Thu, 15 Nov 2001 16:24:11 -0500
18998              Message-Id: <20011115162411.M31399@blackrider>
18999      Branch: perl
19000            ! vms/vms.c
19001 ____________________________________________________________________________
19002 [ 13024] By: ams                                   on 2001/11/15  19:32:06
19003         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
19004              From: rspier@pobox.com (Robert Spier)
19005              Date: Thu, 15 Nov 2001 11:19:21 -0800
19006              Message-Id: <15348.5433.732364.963687@rls.cx>
19007      Branch: perl
19008            ! op.c
19009 ____________________________________________________________________________
19010 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
19011         Log: Update Changes.
19012      Branch: perl
19013            ! Changes patchlevel.h
19014 ____________________________________________________________________________
19015 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
19016         Log: Subject: [PATCH] new tests for command-line switches
19017              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19018              Date: Thu, 15 Nov 2001 17:00:30 +0100
19019              Message-ID: <20011115170030.A14193@rafael>
19020      Branch: perl
19021            + t/run/switches.t
19022            ! MANIFEST
19023 ____________________________________________________________________________
19024 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
19025         Log: Upgrade to podlators 1.13.
19026      Branch: perl
19027            + lib/Pod/ParseLink.pm
19028            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
19029            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
19030            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
19031            ! t/pod/pod2usage.xr t/pod/podselect.xr
19032 ____________________________________________________________________________
19033 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
19034         Log: skip "might be used uninitialized".
19035      Branch: perl
19036            ! pp_sys.c
19037 ____________________________________________________________________________
19038 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
19039         Log: Fix for "perlio bug in koi8-r encoding".  The problem
19040              seemed to be that binmode() always flushed the handle,
19041              which is not so good when switching encodings.  Fixed,
19042              added Matt Sergeant's testcase, documented in perlfunc/binmode,
19043              also added a pointer about disciplines to perlfunc/open,
19044              and in general cleaned up and reformatted the open entry.
19045      Branch: perl
19046            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
19047 ____________________________________________________________________________
19048 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
19049         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
19050              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19051              Date: 15 Nov 2001 08:57:06 -0000
19052              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
19053              
19054              chop() and chomp() are not real list functions,
19055              so let's not have them overrideable.  (Casey will
19056              be confused since in #7071 he patched the other way.)
19057      Branch: perl
19058            ! pod/perlfunc.pod toke.c
19059 ____________________________________________________________________________
19060 [ 13017] By: ams                                   on 2001/11/15  12:56:49
19061         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
19062              From: Robin Barker <rmb1@cise.npl.co.uk>
19063              Date: Thu, 15 Nov 2001 13:48:34 GMT
19064              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
19065              (Applied with tweaks.)
19066      Branch: perl
19067            ! pod/perltrap.pod
19068 ____________________________________________________________________________
19069 [ 13016] By: ams                                   on 2001/11/15  09:12:48
19070         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
19071              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19072              Date: Thu, 15 Nov 2001 09:06:39 +0100
19073              Message-Id: <20011115090639.A13005@rafael>
19074      Branch: perl
19075            ! pod/perlrun.pod
19076 ____________________________________________________________________________
19077 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
19078         Log: "link =" from utils.lst was being processed oddly.
19079      Branch: perl
19080            ! installman
19081 ____________________________________________________________________________
19082 [ 13014] By: ams                                   on 2001/11/15  02:52:52
19083         Log: Subject: [PATCH current] CreateTTY in -d
19084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19085              Date: Wed, 14 Nov 2001 21:26:31 -0500
19086              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
19087      Branch: perl
19088            ! lib/perl5db.pl
19089 ____________________________________________________________________________
19090 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
19091         Log: Corify the Filter::Simple tests. 
19092      Branch: perl
19093            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
19094            ! lib/Filter/Simple/t/filter_only.t
19095 ____________________________________________________________________________
19096 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
19097         Log: Upgrade to Filter::Simple 0.70.
19098      Branch: perl
19099            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
19100            + t/lib/FilterOnlyTest.pm
19101            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
19102            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
19103            ! t/lib/FilterTest.pm
19104 ____________________________________________________________________________
19105 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
19106         Log: Cleanliness inspired by Cygwin.
19107      Branch: perl
19108            ! Makefile.SH x2p/Makefile.SH
19109 ____________________________________________________________________________
19110 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
19111         Log: Add perlunintro (formerly known as perlunitut); regen toc.
19112      Branch: perl
19113            + pod/perlunintro.pod
19114            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19115 ____________________________________________________________________________
19116 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
19117         Log: FAQ sync.
19118      Branch: perl
19119            ! pod/perlfaq6.pod
19120 ____________________________________________________________________________
19121 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
19122         Log: Quieten pgcc 2.91.66 worries.
19123      Branch: perl
19124            ! gv.c pp_ctl.c utf8.c
19125 ____________________________________________________________________________
19126 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
19127         Log: Upgrade to Switch 2.06.
19128      Branch: perl
19129            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
19130            ! lib/Switch/t/nested.t
19131 ____________________________________________________________________________
19132 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
19133         Log: Upgrade to Attribute::Handlers 0.76.
19134      Branch: perl
19135            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
19136            ! lib/Attribute/Handlers/README
19137            ! lib/Attribute/Handlers/demo/Demo.pm
19138            ! lib/Attribute/Handlers/demo/Descriptions.pm
19139            ! lib/Attribute/Handlers/demo/MyClass.pm
19140            ! lib/Attribute/Handlers/demo/demo_cycle.pl
19141            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
19142            ! lib/Attribute/Handlers/t/multi.t
19143 ____________________________________________________________________________
19144 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
19145         Log: Signedness nit.
19146      Branch: perl
19147            ! regexec.c
19148 ____________________________________________________________________________
19149 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
19150         Log: VERSIONize.
19151      Branch: perl
19152            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
19153            ! lib/integer.pm
19154 ____________________________________________________________________________
19155 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
19156         Log: No pod in internal Net::FTP classes.
19157      Branch: perl
19158            ! pod/buildtoc.PL
19159 ____________________________________________________________________________
19160 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
19161         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
19162              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
19163              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
19164              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
19165      Branch: perl
19166            ! regexec.c
19167 ____________________________________________________________________________
19168 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
19169         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
19170              Pudge correctly).
19171      Branch: perl
19172            ! t/test.pl
19173 ____________________________________________________________________________
19174 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
19175         Log: Add comments to mark where $^X is being handled.
19176      Branch: perl
19177            ! perl.c toke.c
19178 ____________________________________________________________________________
19179 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
19180         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
19181              From: Michael G Schwern <schwern@pobox.com>
19182              Date: Wed, 14 Nov 2001 16:38:25 -0500
19183              Message-ID: <20011114163825.D6519@blackrider>
19184      Branch: perl
19185            ! t/op/repeat.t
19186 ____________________________________________________________________________
19187 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
19188         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
19189              From: Michael G Schwern <schwern@pobox.com>
19190              Date: Wed, 14 Nov 2001 13:19:15 -0500
19191              Message-ID: <20011114131915.K5096@blackrider>
19192      Branch: perl
19193            ! t/op/die_exit.t
19194 ____________________________________________________________________________
19195 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
19196         Log: Subject: Re: [PATCH] new version of runperl()
19197              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19198              Date: Wed, 14 Nov 2001 15:39:12 EST
19199              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
19200              
19201              "VMS $^X pipes etc" patch.
19202      Branch: perl
19203            ! vms/vms.c
19204 ____________________________________________________________________________
19205 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
19206         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
19207              and add "verbose" option to show the final command.
19208      Branch: perl
19209            ! t/test.pl
19210 ____________________________________________________________________________
19211 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
19212         Log: Goof in some of the comment fields of #12994.
19213      Branch: perl
19214            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
19215            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
19216            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
19217            ! lib/unicore/In/9.pl
19218 ____________________________________________________________________________
19219 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
19220         Log: The First, Last ranges in the Unicode data weren't
19221              getting their general categories added properly;
19222              noticed by Jeffrey Friedl.
19223      Branch: perl
19224            ! lib/unicore/Category.pl lib/unicore/In/0.pl
19225            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
19226            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
19227            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
19228            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
19229            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
19230            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
19231            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
19232            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
19233            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
19234            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
19235            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
19236            ! lib/unicore/mktables
19237 ____________________________________________________________________________
19238 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
19239         Log: Subject: [PATCH] new version of runperl()
19240              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19241              Date: Wed, 14 Nov 2001 12:23:01 +0100
19242              Message-ID: <20011114122301.A29384@rafael>
19243      Branch: perl
19244            ! t/io/argv.t t/test.pl
19245 ____________________________________________________________________________
19246 [ 12992] By: ams                                   on 2001/11/14  13:40:39
19247         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
19248              From: Michael G Schwern <schwern@pobox.com>
19249              Date: Tue, 13 Nov 2001 23:17:54 -0500
19250              Message-Id: <20011113231754.S32567@blackrider>
19251      Branch: perl
19252            ! perl.c
19253 ____________________________________________________________________________
19254 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
19255         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
19256              From: Philip Newton <Philip.Newton@gmx.net>
19257              Date: Wed, 14 Nov 2001 10:59:53 +0100
19258              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
19259              
19260              plus a lot of paragraph reformatting because of long lines.
19261      Branch: perl
19262            ! pod/perlapio.pod
19263 ____________________________________________________________________________
19264 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
19265         Log: A bool is not a pointer.
19266      Branch: perl
19267            ! pp_sys.c
19268 ____________________________________________________________________________
19269 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
19270         Log: AUTHORS updates.
19271      Branch: perl
19272            ! AUTHORS
19273 ____________________________________________________________________________
19274 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
19275         Log: There are several MIME RFCs.
19276      Branch: perl
19277            ! ext/Encode/Encode.pm
19278 ____________________________________________________________________________
19279 [ 12987] By: ams                                   on 2001/11/14  01:09:28
19280         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
19281              From: Michael G Schwern <schwern@pobox.com>
19282              Date: Tue, 13 Nov 2001 20:59:13 -0500
19283              Message-Id: <20011113205913.H32567@blackrider>
19284      Branch: perl
19285            ! t/op/groups.t vms/test.com
19286 ____________________________________________________________________________
19287 [ 12986] By: ams                                   on 2001/11/14  01:07:06
19288         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
19289              From: Michael G Schwern <schwern@pobox.com>
19290              Date: Tue, 13 Nov 2001 20:51:34 -0500
19291              Message-Id: <20011113205134.F32567@blackrider>
19292      Branch: perl
19293            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
19294 ____________________________________________________________________________
19295 [ 12985] By: ams                                   on 2001/11/14  00:43:59
19296         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
19297              From: Michael G Schwern <schwern@pobox.com>
19298              Date: Tue, 13 Nov 2001 20:38:42 -0500
19299              Message-Id: <20011113203842.E32567@blackrider>
19300      Branch: perl
19301            ! pod/perlport.pod
19302 ____________________________________________________________________________
19303 [ 12984] By: ams                                   on 2001/11/14  00:32:15
19304         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
19305              From: Michael G Schwern <schwern@pobox.com>
19306              Date: Tue, 13 Nov 2001 20:27:02 -0500
19307              Message-Id: <20011113202702.D32567@blackrider>
19308      Branch: perl
19309            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
19310            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
19311            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
19312            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
19313 ____________________________________________________________________________
19314 [ 12983] By: ams                                   on 2001/11/14  00:00:27
19315         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
19316              From: Michael G Schwern <schwern@pobox.com>
19317              Date: Tue, 13 Nov 2001 19:51:59 -0500
19318              Message-Id: <20011113195159.B32567@blackrider>
19319      Branch: perl
19320            ! pod/perlport.pod
19321 ____________________________________________________________________________
19322 [ 12982] By: ams                                   on 2001/11/13  23:53:11
19323         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
19324              From: Larry Shatzer <fugazi@zippy.zyx.net>
19325              Date: Tue, 13 Nov 2001 17:27:59 -0700
19326              Message-Id: <20011113172759.E27768@zippy.zyx.net>
19327      Branch: perl
19328            ! pod/perlapio.pod
19329 ____________________________________________________________________________
19330 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
19331         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
19332              "large enough" Unicode characters returned more than one
19333              as their "Unicode size".
19334      Branch: perl
19335            ! pp_sys.c t/io/utf8.t
19336 ____________________________________________________________________________
19337 [ 12980] By: ams                                   on 2001/11/13  19:32:33
19338         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
19339              From: "Craig A. Berry" <craigberry@mac.com>
19340              Date: Tue, 13 Nov 2001 14:33:25 -0600
19341              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
19342      Branch: perl
19343            ! vms/gen_shrfls.pl
19344 ____________________________________________________________________________
19345 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
19346         Log: Subject: Minor patch to Encode.pm (detypo)
19347              From: "Philip Newton" <Philip.Newton@gmx.net>
19348              Date: Tue, 13 Nov 2001 20:11:01 +0100
19349              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
19350      Branch: perl
19351            ! ext/Encode/Encode.pm
19352 ____________________________________________________________________________
19353 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
19354         Log: Evil tabulators.
19355      Branch: perl
19356            ! ext/Encode/Encode.pm
19357 ____________________________________________________________________________
19358 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
19359         Log: Document the available encodings.
19360      Branch: perl
19361            ! ext/Encode/Encode.pm
19362 ____________________________________________________________________________
19363 [ 12976] By: ams                                   on 2001/11/13  17:14:07
19364         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
19365              From: Barrie Slaymaker <barries@slaysys.com>
19366              Date: Tue, 13 Nov 2001 12:41:36 -0500
19367              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
19368      Branch: perl
19369            ! t/op/universal.t
19370 ____________________________________________________________________________
19371 [ 12975] By: ams                                   on 2001/11/13  16:24:21
19372         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
19373              From: Barrie Slaymaker <barries@slaysys.com>
19374              Date: Tue, 13 Nov 2001 10:56:20 -0500
19375              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
19376              (Test applied with minor tweaks and ->isa("HASH") omission.)
19377      Branch: perl
19378            ! lib/UNIVERSAL.pm t/op/universal.t
19379 ____________________________________________________________________________
19380 [ 12974] By: ams                                   on 2001/11/13  15:46:07
19381         Log: Subject: [PATCH Benchmark.pm] docco tweaks
19382              From: Barrie Slaymaker <barries@slaysys.com>
19383              Date: Tue, 13 Nov 2001 11:34:45 -0500
19384              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
19385      Branch: perl
19386            ! lib/Benchmark.pm
19387 ____________________________________________________________________________
19388 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
19389         Log: Subject: [PATCH] Attack of the C loops, round 1
19390              From: Richard Soderberg <rs@oregonnet.com>
19391              Date: Mon, 12 Nov 2001 12:07:29 -0800
19392              Message-Id: <200111122007.MAA01994@oregonnet.com>
19393              
19394              Subject: [PATCH] bytecode.pl (tiny patch)
19395              From: Richard Soderberg <rs@oregonnet.com>
19396              Date: Mon, 12 Nov 2001 12:53:24 -0800
19397              Message-Id: <200111122053.MAA06272@oregonnet.com>
19398      Branch: perl
19399            ! bytecode.pl installhtml
19400 ____________________________________________________________________________
19401 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
19402         Log: Subject: [PATCH] Update to Filter::Util::Call
19403              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19404              Date: Sun, 11 Nov 2001 22:33:33 -0000
19405              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
19406              
19407              Use the new CXT* macros.
19408      Branch: perl
19409            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19410 ____________________________________________________________________________
19411 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
19412         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
19413              From: Michael G Schwern <schwern@pobox.com>
19414              Date: Mon, 12 Nov 2001 20:50:34 -0500
19415              Message-ID: <20011112205034.H2888@blackrider>
19416      Branch: perl
19417            + lib/vmsish.pm lib/vmsish.t
19418            - vms/ext/vmsish.pm vms/ext/vmsish.t
19419            ! MANIFEST vms/descrip_mms.template
19420 ____________________________________________________________________________
19421 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
19422         Log: :utf8 works only with perlio.
19423      Branch: perl
19424            ! lib/open.t
19425 ____________________________________________________________________________
19426 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
19427         Log: Subject: Re: @Config -"des" not quite working on VMS
19428              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19429              Date: Tue, 13 Nov 2001 08:35:13 EST 
19430              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
19431      Branch: perl
19432            ! configure.com
19433 ____________________________________________________________________________
19434 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
19435         Log: Subject: [PATCH] lib/charnames.pm 
19436              From: Jeffrey Friedl <jfriedl@yahoo.com>
19437              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
19438              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
19439      Branch: perl
19440            ! lib/charnames.pm
19441 ____________________________________________________________________________
19442 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
19443         Log: Docs for Mac::err.
19444      Branch: maint-5.6/macperl
19445            ! macos/ext/Mac/err/err.pm
19446 ____________________________________________________________________________
19447 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
19448         Log: Some cleanup; change some globals to references for
19449              possible persistence later.
19450      Branch: maint-5.6/macperl
19451            ! macos/lib/Mac/Glue.pm
19452 ____________________________________________________________________________
19453 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
19454         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
19455      Branch: maint-5.6/macperl
19456            ! macos/ext/Mac/Files/Files.pm
19457 ____________________________________________________________________________
19458 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
19459         Log: Get Mac::Navigation to compile (bug #464684).
19460      Branch: maint-5.6/macperl
19461            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
19462            ! macos/ext/Mac/Navigation/Makefile.PL
19463            ! macos/ext/Mac/Navigation/Navigation.xs
19464            ! macos/macperl/Makefile.mk
19465 ____________________________________________________________________________
19466 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
19467         Log: Add in modules and POD to help menu.
19468      Branch: maint-5.6/macperl
19469            ! macos/macperl/MacPerl.podhelp
19470 ____________________________________________________________________________
19471 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
19472         Log: Update bundled modules.
19473      Branch: maint-5.6/macperl
19474            + macos/bundled_ext/Filter/t/FilterTest.pm
19475            + macos/bundled_ext/List/Util/t/shuffle.t
19476            + macos/bundled_ext/Storable/t/compat06.t
19477            + macos/bundled_ext/Storable/t/st-dump.pl
19478            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
19479            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
19480            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
19481            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
19482            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
19483            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
19484            + macos/bundled_lib/blib/lib/lwpcook.pod
19485            + macos/bundled_lib/t/Filter/Simple/filter.t
19486            + macos/bundled_lib/t/Switch/t/given.t
19487            + macos/bundled_lib/t/Switch/t/nested.t
19488            + macos/bundled_lib/t/Switch/t/switch.t
19489            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
19490            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
19491            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
19492            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
19493            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
19494            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
19495            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
19496            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
19497            + macos/bundled_lib/t/URI/rfc2732.t
19498            + macos/bundled_lib/t/libnet/config.t
19499            + macos/bundled_lib/t/libnet/libnet_t.pl
19500            + macos/bundled_lib/t/libwww-perl/live/google.t
19501            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
19502            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
19503            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
19504            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
19505            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
19506            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
19507            + macos/bundled_lib/t/libwww-perl/live/validator.t
19508            - macos/bundled_ext/Filter/t/MyFilter.pm
19509            - macos/bundled_ext/Storable/t/compat-0.6.t
19510            - macos/bundled_ext/Storable/t/dump.pl
19511            - macos/bundled_ext/Time/Piece/Makefile.PL
19512            - macos/bundled_ext/Time/Piece/Piece.pm
19513            - macos/bundled_ext/Time/Piece/Piece.t
19514            - macos/bundled_ext/Time/Piece/Piece.xs
19515            - macos/bundled_ext/Time/Piece/README
19516            - macos/bundled_ext/Time/Piece/Seconds.pm
19517            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
19518            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
19519            - macos/bundled_lib/blib/lib/Net/PH.pm
19520            - macos/bundled_lib/blib/lib/Net/SNPP.pm
19521            - macos/bundled_lib/blib/lib/Text/Balanced.pod
19522            - macos/bundled_lib/t/Filter/Simple/test.pl
19523            - macos/bundled_lib/t/Switch/test.pl
19524            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
19525            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
19526            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
19527            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
19528            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
19529            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
19530            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
19531            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
19532            - macos/bundled_lib/t/libnet/ph.t
19533            ! (edit 125 files)
19534 ____________________________________________________________________________
19535 [ 12961] By: ams                                   on 2001/11/13  00:45:08
19536         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
19537              From: Michael G Schwern <schwern@pobox.com>
19538              Date: Mon, 12 Nov 2001 20:16:45 -0500
19539              Message-Id: <20011112201644.G2888@blackrider>
19540      Branch: perl
19541            ! pod/perlport.pod
19542 ____________________________________________________________________________
19543 [ 12960] By: ams                                   on 2001/11/12  23:54:00
19544         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
19545              Recoving dup tests for VMS
19546              From: Michael G Schwern <schwern@pobox.com>
19547              Date: Mon, 12 Nov 2001 19:35:33 -0500
19548              Message-Id: <20011112193533.D2888@blackrider>
19549      Branch: perl
19550            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
19551 ____________________________________________________________________________
19552 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
19553         Log: Update Changes.
19554      Branch: perl
19555            ! Changes patchlevel.h
19556 ____________________________________________________________________________
19557 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
19558         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
19559              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
19560              Date: Mon, 12 Nov 2001 12:35:18 EST 
19561              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
19562      Branch: perl
19563            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
19564            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
19565 ____________________________________________________________________________
19566 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
19567         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
19568              From: Barrie Slaymaker <barries@slaysys.com>
19569              Date: Mon, 12 Nov 2001 11:19:52 -0500
19570              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
19571      Branch: perl
19572            ! lib/File/Spec.t lib/File/Spec/Win32.pm
19573 ____________________________________________________________________________
19574 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
19575         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
19576              From: Barrie Slaymaker <barries@slaysys.com>
19577              Date: Mon, 12 Nov 2001 11:07:36 -0500
19578              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
19579      Branch: perl
19580            ! lib/Benchmark.pm
19581 ____________________________________________________________________________
19582 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
19583         Log: Misplaced test, noticed by Barrie Slaymaker.
19584              (We are missing Benchmark tests, then.)
19585      Branch: perl
19586            + ext/Devel/DProf/DProf.t
19587            - lib/Benchmark.t
19588            ! MANIFEST
19589 ____________________________________________________________________________
19590 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
19591         Log: Subject: [PATCH] a few typo fixes 
19592              From: Jeffrey Friedl <jfriedl@yahoo.com>
19593              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
19594              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
19595              
19596              Patching README.foo instead of pod/perlfoo.pod,
19597              not patching Math::BigInt (Tels will take care of that),
19598              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
19599              and perldoc.PL instead of libnetcfg and perldoc, patching
19600              ext/Digest/MD5/t/files.t since MD5.pm was changed.
19601      Branch: perl
19602            ! (edit 109 files)
19603 ____________________________________________________________________________
19604 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
19605         Log: Add a note about the dangers of bad UTF-8.
19606      Branch: perl
19607            ! pod/perlunicode.pod
19608 ____________________________________________________________________________
19609 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
19610         Log: NetWare Nit from Ananth Kesari.
19611      Branch: perl
19612            ! NetWare/config.wc
19613 ____________________________________________________________________________
19614 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
19615         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
19616      Branch: perl
19617            ! ext/Encode/Encode.pm
19618 ____________________________________________________________________________
19619 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
19620         Log: (retracted by #12951)
19621      Branch: perl
19622            ! ext/Encode/Encode.pm
19623 ____________________________________________________________________________
19624 [ 12949] By: ams                                   on 2001/11/12  06:40:18
19625         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
19626              From: Robert Spier <rspier@pobox.com>
19627              Date: Sun, 11 Nov 2001 18:50:18 -0800
19628              Message-Id: <15343.14570.121505.233336@rls.cx>
19629              
19630              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
19631              From: Rick Delaney <rick.delaney@home.com>
19632              Date: 12 Nov 2001 00:15:52 -0500
19633              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
19634      Branch: perl
19635            ! pp_hot.c t/op/taint.t
19636 ____________________________________________________________________________
19637 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
19638         Log: It seems that we actually have this detail implemented
19639              as for as Level 1 Support of Unicode regex support is
19640              concerned: at Level 1 only 1:1 support for loose
19641              (aka caseless, aka caseigoring ) matching is required.
19642      Branch: perl
19643            ! pod/perlunicode.pod
19644 ____________________________________________________________________________
19645 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
19646         Log: (retracted by #12951)
19647      Branch: perl
19648            ! ext/Encode/Encode.pm
19649 ____________________________________________________________________________
19650 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
19651         Log: BOM, bom, Bom.
19652      Branch: perl
19653            ! pod/perlunicode.pod
19654 ____________________________________________________________________________
19655 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
19656         Log: Upgrade to Math::BigInt 1.46.
19657      Branch: perl
19658            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19659            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
19660            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
19661            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
19662            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
19663 ____________________________________________________________________________
19664 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
19665         Log: Subject: Re: PERFORCE change 12943 for review
19666              From: "Philip Newton" <Philip.Newton@gmx.net>
19667              Date: Sun, 11 Nov 2001 20:53:36 +0100
19668              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
19669      Branch: perl
19670            ! pod/perlunicode.pod
19671 ____________________________________________________________________________
19672 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
19673         Log: Doc updates; make the Unicode discussions a little
19674              bit less alarming, and add information about encodings,
19675              surrogates, and BOMs.
19676      Branch: perl
19677            ! pod/perlunicode.pod
19678 ____________________________________________________________________________
19679 [ 12942] By: ams                                   on 2001/11/11  16:45:00
19680         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
19681              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
19682              Date: Mon, 12 Nov 2001 00:22:57 +0900
19683              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
19684      Branch: perl
19685            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
19686            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
19687 ____________________________________________________________________________
19688 [ 12941] By: ams                                   on 2001/11/11  13:01:40
19689         Log: Subject: Re: PERFORCE change 12929 for review
19690              From: "Philip Newton" <Philip.Newton@gmx.net>
19691              Date: Sun, 11 Nov 2001 14:27:44 +0100
19692              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
19693      Branch: perl
19694            ! MANIFEST
19695 ____________________________________________________________________________
19696 [ 12940] By: ams                                   on 2001/11/11  05:06:43
19697         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
19698              From: Michael G Schwern <schwern@pobox.com>
19699              Date: Thu, 8 Nov 2001 22:56:45 -0500
19700              Message-Id: <20011108225645.H5587@blackrider>
19701      Branch: perl
19702            ! t/op/chdir.t
19703 ____________________________________________________________________________
19704 [ 12939] By: ams                                   on 2001/11/11  05:01:00
19705         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
19706              From: Michael G Schwern <schwern@pobox.com>
19707              Date: Sun, 11 Nov 2001 00:54:43 -0500
19708              Message-Id: <20011111005443.A24450@blackrider>
19709      Branch: perl
19710            ! ext/Cwd/t/cwd.t
19711 ____________________________________________________________________________
19712 [ 12938] By: ams                                   on 2001/11/11  03:25:13
19713         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
19714              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
19715              From: "chromatic" <chromatic@rmci.net>
19716              Date: Sat, 10 Nov 2001 21:03:20 -0700
19717              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
19718      Branch: perl
19719            ! lib/File/stat.pm lib/File/stat.t
19720 ____________________________________________________________________________
19721 [ 12937] By: ams                                   on 2001/11/11  02:05:23
19722         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
19723              From: "Craig A. Berry" <craigberry@mac.com>
19724              Date: Sat, 10 Nov 2001 17:23:52 -0600
19725              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
19726      Branch: perl
19727            ! t/op/magic.t
19728 ____________________________________________________________________________
19729 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
19730         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
19731      Branch: perl
19732            ! lib/open.pm lib/open.t
19733 ____________________________________________________________________________
19734 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
19735         Log: The Official name of ASCII.
19736      Branch: perl
19737            ! ext/Encode/Encode.pm
19738 ____________________________________________________________________________
19739 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
19740         Log: The KOI8-R example wasn't quite right.
19741      Branch: perl
19742            ! lib/open.pm lib/open.t
19743 ____________________________________________________________________________
19744 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
19745         Log: Enhance the open pragma to support :utf8, :locale,
19746              and :encoding directly as special cases, and rename
19747              the INOUT to IO.
19748      Branch: perl
19749            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
19750 ____________________________________________________________________________
19751 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
19752         Log: Document the UTF-16 surrogate encoding and decoding.
19753      Branch: perl
19754            ! ext/Encode/Encode.pm
19755 ____________________________________________________________________________
19756 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
19757         Log: A potential recursion breaker.
19758      Branch: perl
19759            ! sv.c
19760 ____________________________________________________________________________
19761 [ 12930] By: ams                                   on 2001/11/10  07:46:53
19762         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
19763              (was Re: perl@12892)
19764              From: "chromatic" <chromatic@rmci.net>
19765              Date: Sat, 10 Nov 2001 01:28:09 -0700
19766              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
19767      Branch: perl
19768            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
19769            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
19770            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
19771            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
19772 ____________________________________________________________________________
19773 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
19774         Log: Add a test for the bytes pragma.
19775      Branch: perl
19776            + lib/bytes.t
19777            ! MANIFEST
19778 ____________________________________________________________________________
19779 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
19780         Log: Doc update.
19781      Branch: perl
19782            ! lib/bytes.pm
19783 ____________________________________________________________________________
19784 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
19785         Log: Cease to exist.
19786      Branch: perl
19787            - lib/Unicode/Normalize.pm
19788 ____________________________________________________________________________
19789 [ 12926] By: ams                                   on 2001/11/10  03:23:16
19790         Log: Subject: [patch] my_setenv speedup + fixes
19791              From: Doug MacEachern <dougm@covalent.net>
19792              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
19793              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
19794      Branch: perl
19795            ! util.c
19796 ____________________________________________________________________________
19797 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
19798         Log: Newline trouble.
19799      Branch: perl
19800            ! lib/ExtUtils/Embed.t
19801 ____________________________________________________________________________
19802 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
19803         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
19804              From: "Craig A. Berry" <craigberry@mac.com>
19805              Date: Fri, 09 Nov 2001 18:13:16 -0600
19806              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
19807      Branch: perl
19808            ! vms/munchconfig.c
19809 ____________________________________________________________________________
19810 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
19811         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
19812              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19813              Date: Sat, 10 Nov 2001 00:10:45 +0100
19814              Message-ID: <20011110001045.A11945@rafael>
19815      Branch: perl
19816            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
19817            + t/run/switchn.t t/run/switchp.t
19818            ! MANIFEST
19819 ____________________________________________________________________________
19820 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
19821         Log: Subject: [PATCH] some tests not cleaning up properly               
19822              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
19823              Date: Fri, 9 Nov 2001 22:13:10 +0100
19824              Message-ID: <20011109221310.A11115@rafael>
19825      Branch: perl
19826            ! ext/Cwd/t/cwd.t t/io/argv.t
19827 ____________________________________________________________________________
19828 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
19829         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
19830              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19831              Date: Fri, 9 Nov 2001 15:07:19 EST
19832              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
19833      Branch: perl
19834            ! lib/ExtUtils/Embed.t
19835 ____________________________________________________________________________
19836 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
19837         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
19838              have been copied so it shouldn't be freed in perl_destruct()
19839      Branch: perl
19840            ! perl.c
19841 ____________________________________________________________________________
19842 [ 12919] By: ams                                   on 2001/11/09  15:36:22
19843         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
19844              From: Michael G Schwern <schwern@pobox.com>
19845              Date: Fri, 9 Nov 2001 00:38:59 -0500
19846              Message-Id: <20011109003859.K5587@blackrider>
19847              (Applied with directory name changes suggested by Craig Berry.)
19848      Branch: perl
19849            ! ext/Cwd/t/cwd.t
19850 ____________________________________________________________________________
19851 [ 12918] By: ams                                   on 2001/11/09  15:29:15
19852         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
19853              From: Michael G Schwern <schwern@pobox.com>
19854              Date: Fri, 9 Nov 2001 01:44:14 -0500
19855              Message-Id: <20011109014414.N5587@blackrider>
19856      Branch: perl
19857            ! vms/ext/filespec.t
19858 ____________________________________________________________________________
19859 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
19860         Log: Update Changes.
19861      Branch: perl
19862            ! Changes patchlevel.h
19863 ____________________________________________________________________________
19864 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
19865         Log: Regen toc.
19866      Branch: perl
19867            ! pod/perltoc.pod
19868 ____________________________________________________________________________
19869 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
19870         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
19871              see http://www.jepstone.net/bjepson//jpl/cvs.html
19872      Branch: perl
19873            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
19874 ____________________________________________________________________________
19875 [ 12914] By: ams                                   on 2001/11/09  14:05:12
19876         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
19877              From: Michael G Schwern <schwern@pobox.com>
19878              Date: Thu, 8 Nov 2001 22:05:49 -0500
19879              Message-Id: <20011108220549.F5587@blackrider>
19880      Branch: perl
19881            ! vms/test.com
19882 ____________________________________________________________________________
19883 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
19884         Log: NetWare update from Ananth Kesari.
19885      Branch: perl
19886            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
19887 ____________________________________________________________________________
19888 [ 12912] By: ams                                   on 2001/11/09  13:40:26
19889         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
19890              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19891              Date: Fri, 9 Nov 2001 14:32:28 +0100
19892              Message-Id: <20011109143228.A18996@rafael>
19893      Branch: perl
19894            ! perl.c
19895 ____________________________________________________________________________
19896 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
19897         Log: FAQ sync.
19898      Branch: perl
19899            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
19900            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
19901            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
19902 ____________________________________________________________________________
19903 [ 12910] By: ams                                   on 2001/11/09  07:33:49
19904         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
19905              From: Michael G Schwern <schwern@pobox.com>
19906              Date: Fri, 9 Nov 2001 00:41:56 -0500
19907              Message-Id: <20011109004156.L5587@blackrider>
19908      Branch: perl
19909            ! lib/File/Find/t/find.t
19910 ____________________________________________________________________________
19911 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
19912         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
19913              The CPAN distribution has both pm and XS implementations,
19914              and for performance reasons we choose the XS.
19915              Another reason to choose the XS is that it doesn't
19916              require Lingua::KO::Hangul::Util, which means that
19917              we can delete that-- which in turn means that Unicode::UCD
19918              cannot expect that: support it, but don't expect.
19919              Ditto Unicode::Collate.
19920              
19921              Note that Unicode::Normalize Makefile.PL and
19922              Normalize.xs have been modified from the CPAN 0.10
19923              versions: the first one to be simpler (no pm) and
19924              clean up the generated unf*.h files, the second one
19925              to quench compiler grumblings.  Must notify Sadahiro
19926              about these changes.
19927      Branch: perl
19928            + ext/Unicode/Normalize/Changes
19929            + ext/Unicode/Normalize/Makefile.PL
19930            + ext/Unicode/Normalize/Normalize.pm
19931            + ext/Unicode/Normalize/Normalize.pod
19932            + ext/Unicode/Normalize/Normalize.xs
19933            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
19934            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
19935            + ext/Unicode/Normalize/t/test.t
19936            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
19937            - lib/Lingua/KO/Hangul/Util/README
19938            - lib/Lingua/KO/Hangul/Util/t/test.t
19939            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
19940            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
19941            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
19942            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
19943            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
19944            ! win32/makefile.mk
19945 ____________________________________________________________________________
19946 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
19947         Log: Test miscounting.
19948      Branch: perl
19949            ! ext/POSIX/t/posix.t
19950 ____________________________________________________________________________
19951 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
19952         Log: Quote the variables in failures messages more nicely.
19953      Branch: perl
19954            ! t/test.pl
19955 ____________________________________________________________________________
19956 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
19957         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
19958              From: Michael G Schwern <schwern@pobox.com>
19959              Date: Thu, 8 Nov 2001 17:24:49 -0500
19960              Message-ID: <20011108172449.A5587@blackrider>
19961              
19962              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
19963              From: "Craig A. Berry" <craigberry@mac.com>
19964              Date: Thu, 8 Nov 2001 16:35:00 -0600
19965              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
19966      Branch: perl
19967            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
19968 ____________________________________________________________________________
19969 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
19970         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
19971              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19972              Date: Thu, 8 Nov 2001 22:52:50 -0000
19973              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
19974      Branch: perl
19975            ! ext/DB_File/t/db-recno.t
19976 ____________________________________________________________________________
19977 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
19978         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
19979              (Probably not an EBCDIC issue the way one would think
19980              since no chr() et alia are used in UCD.pm.)
19981      Branch: perl
19982            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19983 ____________________________________________________________________________
19984 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
19985         Log: Whether overwriting the $self->{...} values (see #12902)
19986              is a good policy or not is debatable, but let's at least
19987              be consistent.
19988      Branch: perl
19989            ! lib/ExtUtils/MM_Unix.pm
19990 ____________________________________________________________________________
19991 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
19992         Log: The MakeMaker argument () quoting patch that sneaked
19993              in at #12883 didn't handle make macros like this $(...).
19994              Leaning toothpicks, we've got them.
19995      Branch: perl
19996            ! lib/ExtUtils/MM_Unix.pm
19997 ____________________________________________________________________________
19998 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
19999         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
20000              From: Michael G Schwern <schwern@pobox.com>
20001              Date: Wed, 7 Nov 2001 02:02:29 -0500
20002              Message-ID: <20011107020229.K2858@blackrider>
20003      Branch: perl
20004            ! t/io/argv.t t/test.pl vms/test.com
20005 ____________________________________________________________________________
20006 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
20007         Log: Subject: [PATCH 20011106.084] -s on #! line 
20008              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20009              Date: Wed, 7 Nov 2001 22:23:39 +0100
20010              Message-ID: <20011107222339.E729@rafael>
20011      Branch: perl
20012            ! embed.h embed.pl perl.c proto.h toke.c
20013 ____________________________________________________________________________
20014 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
20015         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
20016              From: Michael G Schwern <schwern@pobox.com>
20017              Date: Wed, 7 Nov 2001 16:52:49 -0500
20018              Message-ID: <20011107165249.I7346@blackrider>
20019      Branch: perl
20020            ! pod/perlhack.pod
20021 ____________________________________________________________________________
20022 [ 12898] By: ams                                   on 2001/11/08  13:02:19
20023         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
20024              From: Mark-Jason Dominus <mjd@plover.com>
20025              Date: Thu, 08 Nov 2001 08:59:02 -0500
20026              Message-Id: <20011108135902.2275.qmail@plover.com>
20027      Branch: perl
20028            ! INSTALL README README.amiga README.os2 README.vms
20029            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
20030            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
20031 ____________________________________________________________________________
20032 [ 12897] By: ams                                   on 2001/11/08  12:49:28
20033         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
20034              From: mjd@plover.com
20035              Date: 8 Nov 2001 13:33:18 -0000
20036              Message-Id: <20011108133318.1786.qmail@plover.com>
20037      Branch: perl
20038            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
20039            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
20040            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
20041            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
20042            ! pod/perlport.pod pod/perlvar.pod
20043 ____________________________________________________________________________
20044 [ 12896] By: ams                                   on 2001/11/08  11:22:12
20045         Log: open(FH, $file) should strip leading and trailing whitespace.
20046      Branch: perl
20047            ! doio.c
20048 ____________________________________________________________________________
20049 [ 12895] By: ams                                   on 2001/11/08  10:17:14
20050         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
20051              From: "Craig A. Berry" <craigberry@mac.com>
20052              Date: Wed, 07 Nov 2001 13:41:50 -0600
20053              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
20054      Branch: perl
20055            ! t/op/glob.t
20056 ____________________________________________________________________________
20057 [ 12894] By: ams                                   on 2001/11/08  08:32:20
20058         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
20059              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
20060              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
20061              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
20062      Branch: perl
20063            ! makedepend.SH
20064 ____________________________________________________________________________
20065 [ 12893] By: ams                                   on 2001/11/08  08:26:31
20066         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
20067              From: mjd@plover.com
20068              Date: 8 Nov 2001 08:08:07 -0000
20069              Message-Id: <20011108080807.30147.qmail@plover.com>
20070              
20071              Subject: bleadperl perl.pod
20072              From: mjd@plover.com
20073              Date: 8 Nov 2001 08:10:47 -0000
20074              Message-Id: <20011108081047.30178.qmail@plover.com>
20075              
20076              Subject: more bleadperl perl.pod
20077              From: mjd@plover.com
20078              Date: 8 Nov 2001 08:16:28 -0000
20079              Message-Id: <20011108081628.30229.qmail@plover.com>
20080      Branch: perl
20081            ! pod/perl.pod pod/perldebug.pod
20082 ____________________________________________________________________________
20083 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
20084         Log: Tweak for Cray-friendliness from Nicholas Clark.
20085      Branch: perl
20086            ! sv.c
20087 ____________________________________________________________________________
20088 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
20089         Log: VMS patch redo from Charles Lane.
20090      Branch: perl
20091            ! vms/gen_shrfls.pl
20092 ____________________________________________________________________________
20093 [ 12890] By: ams                                   on 2001/11/07  15:16:10
20094         Log: Subject: [ID 20011107.088] two perl pod nits
20095              From: lvirden@cas.org
20096              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
20097              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
20098      Branch: perl
20099            ! pod/perl.pod pod/perlfaq3.pod
20100 ____________________________________________________________________________
20101 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
20102         Log: Update Changes.
20103      Branch: perl
20104            ! Changes patchlevel.h
20105 ____________________________________________________________________________
20106 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
20107         Log: The (emulated) "no utf8" must be in a BEGIN block
20108              to be effective.
20109      Branch: perl
20110            ! lib/CGI/t/html.t
20111 ____________________________________________________________________________
20112 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
20113         Log: "v-strings" is the right term.
20114      Branch: perl
20115            ! pod/perltodo.pod
20116 ____________________________________________________________________________
20117 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
20118         Log: Add vstrings-as-objects need to perltodo.
20119      Branch: perl
20120            ! pod/perltodo.pod
20121 ____________________________________________________________________________
20122 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
20123         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
20124              From: Nicholas Clark <nick@ccl4.org>
20125              Date: Wed, 7 Nov 2001 14:36:32 +0000
20126              Message-ID: <20011107143631.I24980@plum.flirble.org>
20127      Branch: perl
20128            ! t/op/pack.t
20129 ____________________________________________________________________________
20130 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
20131         Log: The Embed test requires a major rewrite for VMS
20132              (plus it reveals a couple of annoying glitches
20133              in buffering), so skip the test for now; from
20134              Charles Lane.
20135      Branch: perl
20136            ! lib/ExtUtils/Embed.t
20137 ____________________________________________________________________________
20138 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
20139         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
20140              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20141              Date: Wed, 7 Nov 2001 09:23:28 EST
20142              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
20143              
20144              (Also i seems that an unrelated experimental patch
20145              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
20146      Branch: perl
20147            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
20148 ____________________________________________________________________________
20149 [ 12882] By: ams                                   on 2001/11/07  05:14:04
20150         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
20151              From: Mark-Jason Dominus <mjd@plover.com>
20152              Date: Wed, 07 Nov 2001 00:43:46 -0500
20153              Message-Id: <20011107054346.14428.qmail@plover.com>
20154      Branch: perl
20155            ! gv.c op.c toke.c
20156 ____________________________________________________________________________
20157 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
20158         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
20159              From: Michael G Schwern <schwern@pobox.com>             
20160              Date: Tue, 6 Nov 2001 22:04:39 -0500
20161              Message-ID: <20011106220439.D2858@blackrider>              
20162      Branch: perl
20163            ! lib/perl5db.pl
20164 ____________________________________________________________________________
20165 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
20166         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
20167              stress))
20168              From: Jonathan Stowe <gellyfish@gellyfish.com>
20169              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
20170              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
20171              
20172              (except for one hunk where indentation differs)
20173      Branch: perl
20174            ! lib/Term/Cap.t
20175 ____________________________________________________________________________
20176 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
20177         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
20178              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20179              Date: Tue, 6 Nov 2001 21:45:01 +0100
20180              Message-ID: <20011106214501.A704@rafael>
20181      Branch: perl
20182            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
20183            ! lib/File/Spec/Win32.pm
20184 ____________________________________________________________________________
20185 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
20186         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
20187              From: Michael G Schwern <schwern@pobox.com>              
20188              Date: Tue, 6 Nov 2001 20:58:45 -0500
20189              Message-ID: <20011106205845.G29411@blackrider>
20190      Branch: perl
20191            ! t/test.pl
20192 ____________________________________________________________________________
20193 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
20194         Log: Subject: making do_sprintf public       
20195              From: Doug MacEachern <dougm@covalent.net>    
20196              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
20197              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
20198      Branch: perl
20199            ! embed.h embed.pl global.sym
20200 ____________________________________________________________________________
20201 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
20202         Log: Update to CGI.pm 2.78.
20203              
20204              TODO: the test suite needs to be merged so that
20205              when in core, the core version is tested, and when
20206              using the CPAN version, testing the CPAN version.
20207              (the changes need to be sent to Lincoln, too...)
20208      Branch: perl
20209            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20210            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
20211            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
20212            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
20213            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
20214            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
20215 ____________________________________________________________________________
20216 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
20217         Log: Integrate with perlio; (strictly) readonly hashes via XS.
20218      Branch: perl
20219           +> t/lib/access.t
20220           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
20221 ____________________________________________________________________________
20222 [ 12874] By: nick                                  on 2001/11/06  21:05:16
20223         Log: Keep It Simple and Stupid version of readonly hash support.
20224              - Test for SvREAONLY(hv) at a few spots in hv.c
20225              - add the error message to perldiag.pod
20226              - (dubious) add access::readonly() to univeral.c
20227              - add test using above
20228              - fixup ext/B/t/stash.t to account for access:: existing
20229      Branch: perlio
20230            + t/lib/access.t
20231            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
20232 ____________________________________________________________________________
20233 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
20234         Log: Fix incorrect warnings about broken globbing;
20235              from Andy Dougherty.
20236      Branch: perl
20237            ! hints/linux.sh
20238 ____________________________________________________________________________
20239 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
20240         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
20241              toggle-on from the encoding pragma.
20242      Branch: perl
20243            ! regcomp.c regexec.c
20244 ____________________________________________________________________________
20245 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
20246         Log: Retract #12824, doesn't help and is ignored
20247              by Configure anyway.
20248      Branch: perl
20249            ! hints/beos.sh
20250 ____________________________________________________________________________
20251 [ 12870] By: ams                                   on 2001/11/06  10:40:37
20252         Log: Subject: Cosmetic change
20253              From: H.Merijn Brand <h.m.brand@hccnet.nl>
20254              Date: Tue, 06 Nov 2001 12:30:52 +0100
20255              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
20256      Branch: perl
20257            ! README.hpux
20258 ____________________________________________________________________________
20259 [ 12869] By: nick                                  on 2001/11/06  08:26:40
20260         Log: Integrate mainline
20261      Branch: perlio
20262           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
20263           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
20264 ____________________________________________________________________________
20265 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
20266         Log: The parentheses are protected enough.
20267      Branch: perl
20268            ! hints/os390.sh
20269 ____________________________________________________________________________
20270 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
20271         Log: ccflags, not ldflags.
20272      Branch: perl
20273            ! hints/os390.sh
20274 ____________________________________________________________________________
20275 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
20276         Log: ... and the proto to go with #12865.
20277      Branch: perl
20278            ! proto.h
20279 ____________________________________________________________________________
20280 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
20281         Log: Oops.  Luckily nothing was using this symbol yet.
20282      Branch: perl
20283            ! global.sym
20284 ____________________________________________________________________________
20285 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
20286         Log: Implement the encoding pragma for regex literals.
20287      Branch: perl
20288            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
20289 ____________________________________________________________________________
20290 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
20291         Log: More UTF8 EXACT fixing.
20292      Branch: perl
20293            ! regexec.c
20294 ____________________________________________________________________________
20295 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
20296         Log: More re debugging.
20297      Branch: perl
20298            ! regexec.c
20299 ____________________________________________________________________________
20300 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
20301         Log: EXACT correction attempt.  Continued in #12863.
20302      Branch: perl
20303            ! regexec.c
20304 ____________________________________________________________________________
20305 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
20306         Log: Unterminated L<.
20307      Branch: perl
20308            ! ext/DB_File/DB_File.pm
20309 ____________________________________________________________________________
20310 [ 12859] By: nick                                  on 2001/11/05  19:15:17
20311         Log: Integrate mainline
20312      Branch: perlio
20313           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
20314           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
20315           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
20316           +> lib/Math/BigInt/t/sub_mbi.t
20317            - lib/Math/BigInt/t/Math/Subclass.pm
20318            - lib/Math/BigInt/t/subclass.t
20319           !> (integrate 30 files)
20320 ____________________________________________________________________________
20321 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
20322         Log: Regex debugging fixes from Hugo.
20323      Branch: perl
20324            ! regcomp.c regexec.c
20325 ____________________________________________________________________________
20326 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
20327         Log: IRIX: at some point the cc -version has started
20328              to output to stderr, not stdout any more.
20329      Branch: perl
20330            ! hints/irix_6.sh
20331 ____________________________________________________________________________
20332 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
20333         Log: Update Changes.
20334      Branch: perl
20335            ! Changes patchlevel.h
20336 ____________________________________________________________________________
20337 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
20338         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
20339      Branch: perl
20340            ! lib/File/Spec/Unix.pm
20341 ____________________________________________________________________________
20342 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
20343         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
20344              From: rgarciasuarez@free.fr
20345              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
20346              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
20347      Branch: perl
20348            ! lib/File/Spec/Unix.pm
20349 ____________________________________________________________________________
20350 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
20351         Log: Use config.arch in OS/390 where the combination of
20352              IEEE floats and ldflags is tricky.
20353      Branch: perl
20354            ! hints/os390.sh
20355 ____________________________________________________________________________
20356 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
20357         Log: Metaconfig unit change for #12851.
20358      Branch: metaconfig
20359            ! U/modified/Config_sh.U
20360 ____________________________________________________________________________
20361 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
20362         Log: Support a config.arch file, similar to config.over,
20363              but loaded just before it.
20364      Branch: perl
20365            ! Configure INSTALL
20366 ____________________________________________________________________________
20367 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
20368         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
20369              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20370              Date: Mon, 5 Nov 2001 14:26:24 +0100
20371              Message-ID: <20011105142624.C31977@rafael>
20372      Branch: perl
20373            ! lib/Symbol.pm lib/Symbol.t
20374 ____________________________________________________________________________
20375 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
20376         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
20377              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20378              Date: Sun, 4 Nov 2001 22:28:57 +0100
20379              Message-ID: <20011104222857.C696@rafael>
20380      Branch: perl
20381            ! pod/perldebug.pod pod/perlpodspec.pod
20382 ____________________________________________________________________________
20383 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
20384         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
20385      Branch: perl
20386            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
20387 ____________________________________________________________________________
20388 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
20389         Log: Math::Big* test tweaks to work better with core:
20390              but the coast still not clear.
20391      Branch: perl
20392            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
20393            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
20394 ____________________________________________________________________________
20395 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
20396         Log: Protect against high load: measure how much wall
20397              clock time went by while sleeping.  Avoids some
20398              false negatives, while may introduce some false
20399              positives.  Life is hard.
20400      Branch: perl
20401            ! ext/Time/HiRes/HiRes.t
20402 ____________________________________________________________________________
20403 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
20404         Log: More forgotten from #12843.
20405      Branch: perl
20406            ! lib/Math/BigInt/t/bigfltpm.inc
20407 ____________________________________________________________________________
20408 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
20409         Log: Forgot from #12843.
20410      Branch: perl
20411            + lib/Math/BigInt/t/bigintpm.inc
20412            ! MANIFEST
20413 ____________________________________________________________________________
20414 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
20415         Log: Upgrade to Math::BigInt 1.45; from Tels.
20416              NOTE: some of the tests are failing but that's because
20417              the core integration is not yet done.
20418      Branch: perl
20419            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
20420            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
20421            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
20422            - lib/Math/BigInt/t/Math/Subclass.pm
20423            - lib/Math/BigInt/t/subclass.t
20424            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
20425            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
20426            ! lib/Math/BigInt/t/mbimbf.t
20427 ____________________________________________________________________________
20428 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
20429         Log: VMS: adds capability to control more configuration stuff with
20430              -D and -U switches; parsing config.sh to extract previous config
20431              info in VMS-form, and a rewrite of the "prompt/response" routine;
20432              from Charles Lane.
20433      Branch: perl
20434            ! configure.com
20435 ____________________________________________________________________________
20436 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
20437         Log: Subject: Typo correction in perldebguts.pod
20438              From: mjd@plover.com
20439              Date: 4 Nov 2001 16:20:05 -0000
20440              Message-ID: <20011104162005.16699.qmail@plover.com>
20441      Branch: perl
20442            ! pod/perldebguts.pod
20443 ____________________________________________________________________________
20444 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
20445         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
20446              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20447              Date: Sun, 4 Nov 2001 11:47:30 +0100
20448              Message-ID: <20011104114730.A715@rafael>
20449              
20450              Remove -T from the test, wrong place for that.
20451      Branch: perl
20452            ! lib/File/Temp/t/mktemp.t
20453 ____________________________________________________________________________
20454 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
20455         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
20456              From: Nicholas Clark <nick@ccl4.org>
20457              Date: Sun, 4 Nov 2001 10:41:24 +0000
20458              Message-ID: <20011104104123.U20123@plum.flirble.org>
20459      Branch: perl
20460            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
20461 ____________________________________________________________________________
20462 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
20463         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
20464              From: Michael G Schwern <schwern@pobox.com>
20465              Date: Sat, 3 Nov 2001 15:41:47 -0500
20466              Message-ID: <20011103154147.C600@blackrider>
20467      Branch: perl
20468            ! lib/Term/Cap.t
20469 ____________________________________________________________________________
20470 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
20471         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
20472              From: "Craig A. Berry" <craigberry@mac.com>     
20473              Date: Sat, 03 Nov 2001 16:02:28 -0600
20474              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
20475      Branch: perl
20476            ! ext/Time/HiRes/HiRes.t
20477 ____________________________________________________________________________
20478 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
20479         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
20480              From: "chromatic" <chromatic@rmci.net>
20481              Date: Sat, 03 Nov 2001 12:28:17 -0700
20482              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
20483      Branch: perl
20484            ! lib/Term/Cap.t
20485 ____________________________________________________________________________
20486 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
20487         Log: Don't bother doing POSIX charclass parsing if it
20488              possibly cannot be so.  Prepares way for charclass
20489              syntax like [[abc]||[def]] (or just [[abc][def]])
20490              for union, [[\w]&&[$a]] for intersection,
20491              and [[a-z]&&[^def]] for subtraction.
20492              
20493              Currently /[[a]/ (or /[a[]/) parses as a character
20494              class containing two characters, "[" and "a",
20495              this may have to be broken for the syntax described
20496              above, otherwise we would have to scan the whole pattern
20497              to find out whether the square brackets match pairwise.
20498              Luckily, the special case of "[" doesn't seem to be
20499              documented (as opposed to "]" and "-"), so we may have
20500              better story for breaking it...  One can always use \[
20501              if one wants a literal "[", so there.
20502      Branch: perl
20503            ! regcomp.c
20504 ____________________________________________________________________________
20505 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
20506         Log: Comment correction.
20507      Branch: perl
20508            ! regcomp.c
20509 ____________________________________________________________________________
20510 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
20511         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
20512              The latter is a RedHatism.
20513      Branch: perl
20514            ! lib/ExtUtils/MakeMaker.pm
20515 ____________________________________________________________________________
20516 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
20517         Log: Integrate perlio.
20518      Branch: perl
20519           !> perlio.c
20520 ____________________________________________________________________________
20521 [ 12831] By: nick                                  on 2001/11/03  11:42:15
20522         Log: Integrate mainline
20523      Branch: perlio
20524           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
20525           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
20526           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
20527           !> sv.c t/test.pl
20528 ____________________________________________________________________________
20529 [ 12830] By: nick                                  on 2001/11/03  10:27:34
20530         Log: Fix clone_leak problem.
20531              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
20532              as vestige of calling PerlLIO_dup().
20533      Branch: perlio
20534            ! perlio.c
20535 ____________________________________________________________________________
20536 [ 12829] By: nick                                  on 2001/11/03  09:40:46
20537         Log: Tweaks attempting to locate Doug's clone_leak leak.
20538              - add some PerlIO_debug()
20539              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
20540              - Even if it closing stdout etc. do a fflush()
20541      Branch: perlio
20542            ! perlio.c
20543 ____________________________________________________________________________
20544 [ 12828] By: nick                                  on 2001/11/03  08:34:31
20545         Log: Integrate mainline
20546      Branch: perlio
20547           !> (integrate 54 files)
20548 ____________________________________________________________________________
20549 [ 12827] By: ams                                   on 2001/11/03  03:45:19
20550         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
20551              remove this later). Based on a patch from Robert Spier in
20552              <15330.61459.14452.795263@rls.cx>.
20553      Branch: perl
20554            ! sv.c
20555 ____________________________________________________________________________
20556 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
20557         Log: microperl sync.
20558      Branch: perl
20559            ! doio.c perl.c perl.h perlio.c regexec.c
20560 ____________________________________________________________________________
20561 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
20562         Log: Definitions for the Unicode Newline Guidelines.
20563      Branch: perl
20564            ! perl.h
20565 ____________________________________________________________________________
20566 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
20567         Log: (retracted by #12871)
20568              
20569              There is no csh of any kind in default BeOS.
20570              For the purposes of miniperl globbing, bash
20571              will do.
20572      Branch: perl
20573            ! hints/beos.sh
20574 ____________________________________________________________________________
20575 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
20576         Log: Integrate change #12820 from macperl to maint and blead;
20577              
20578              Fix up (dynaloading) to work properly with multiplicity
20579      Branch: maint-5.6/perl
20580           !> ext/DynaLoader/dl_mac.xs
20581      Branch: perl
20582           !> ext/DynaLoader/dl_mac.xs
20583 ____________________________________________________________________________
20584 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
20585         Log: Several fixes for various exit problems and clearing out
20586              task queue, as well as another (incomplete) go at
20587              fixing error message handling
20588      Branch: maint-5.6/macperl
20589            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
20590 ____________________________________________________________________________
20591 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
20592         Log: Add source files for bleadperl builds
20593      Branch: maint-5.6/macperl
20594            ! macos/Makefile.mk
20595 ____________________________________________________________________________
20596 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
20597         Log: Fix up to work properly with multiplicity
20598      Branch: maint-5.6/macperl
20599            ! ext/DynaLoader/dl_mac.xs
20600 ____________________________________________________________________________
20601 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
20602         Log: Integrate with maintperl.
20603      Branch: maint-5.6/macperl
20604           +> t/op/system.t t/op/system_tests
20605           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
20606           !> pod/perltodo.pod util.c win32/win32.c
20607 ____________________________________________________________________________
20608 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
20609         Log: Locate _PATH_LOG if it's a socket even if not #defined
20610              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
20611              via Nick Clark.
20612      Branch: perl
20613            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
20614 ____________________________________________________________________________
20615 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
20616         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
20617              From: Michael G Schwern <schwern@pobox.com>
20618              Date: Fri, 2 Nov 2001 15:36:41 -0500
20619              Message-ID: <20011102153641.E23234@blackrider>
20620      Branch: perl
20621            ! t/test.pl
20622 ____________________________________________________________________________
20623 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
20624         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
20625              From: merlyn@stonehenge.com (Randal L. Schwartz)
20626              Date: 02 Nov 2001 09:33:34 -0800
20627              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
20628              
20629              (two of the changes)
20630              
20631              Better coexistence with extensions.
20632      Branch: perl
20633            ! ext/Errno/Errno_pm.PL hints/darwin.sh
20634 ____________________________________________________________________________
20635 [ 12815] By: ams                                   on 2001/11/02  16:47:43
20636         Log: Subject: Re: [PATCH] the the double double word word fix fix
20637              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20638              Date: Fri, 02 Nov 2001 19:43:07 +0100
20639              Message-Id: <3BE2E93B.627C198E@alcatel.at>
20640      Branch: perl
20641            ! pod/perldebug.pod
20642 ____________________________________________________________________________
20643 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
20644         Log: Update Changes.
20645      Branch: perl
20646            ! Changes patchlevel.h
20647 ____________________________________________________________________________
20648 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
20649         Log: More encoding testing.
20650      Branch: perl
20651            ! lib/encoding.pm lib/encoding.t
20652 ____________________________________________________________________________
20653 [ 12812] By: ams                                   on 2001/11/02  15:07:11
20654         Log: Slight modification of #12811.
20655      Branch: perl
20656            ! op.c
20657 ____________________________________________________________________________
20658 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
20659         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
20660              From: Radu Greab <radu@netsoft.ro>
20661              Date: Fri, 2 Nov 2001 15:28:58 +0200
20662              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
20663      Branch: perl
20664            ! op.c t/op/stat.t
20665 ____________________________________________________________________________
20666 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
20667         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
20668              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20669              Date: Thu, 1 Nov 2001 22:35:50 +0100
20670              Message-ID: <20011101223550.A10849@rafael>
20671      Branch: perl
20672            ! lib/ExtUtils/Embed.t
20673 ____________________________________________________________________________
20674 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
20675         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
20676              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20677              Date: 2 Nov 2001 14:48:51 -0000
20678              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
20679      Branch: perl
20680            ! lib/File/Find.pm
20681 ____________________________________________________________________________
20682 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
20683         Log: Add documentation.
20684      Branch: perl
20685            ! embed.pl pod/perlapi.pod utf8.c
20686 ____________________________________________________________________________
20687 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
20688         Log: Unicode: add ToFold mapping.  Not used yet; but basically
20689              a more useful mapping for caseless aka case-ignoring than
20690              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
20691              algorithm for creating the foldings uses equivalence classes,
20692              see http://www.unicode.org/unicode/reports/tr21/
20693              Hopefully this feature will be used in //i.
20694              (The folding tables were introduced by #12689.)
20695      Branch: perl
20696            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
20697            ! utf8.c
20698 ____________________________________________________________________________
20699 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
20700         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
20701              From: "Craig A. Berry" <craigberry@mac.com>
20702              Date: Fri, 02 Nov 2001 00:03:52 -0600
20703              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
20704      Branch: perl
20705            ! lib/AutoSplit.t
20706 ____________________________________________________________________________
20707 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
20708         Log: Subject: Trivial doc patch
20709              From: andreas.koenig@anima.de (Andreas J. Koenig)
20710              Date: 02 Nov 2001 06:11:35 +0100
20711              Message-ID: <m37kt94v08.fsf@anima.de>
20712      Branch: perl
20713            ! pod/perlport.pod
20714 ____________________________________________________________________________
20715 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
20716         Log: Make encoding and charnames pragmas coexist.
20717      Branch: perl
20718            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
20719 ____________________________________________________________________________
20720 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
20721         Log: The basic character classes seem to go untested with Unicode.
20722      Branch: perl
20723            ! t/op/pat.t
20724 ____________________________________________________________________________
20725 [ 12802] By: ams                                   on 2001/11/02  00:39:36
20726         Log: Subject: [PATCH] the the double double word word fix fix
20727              From: Richard Soderberg <rs@oregonnet.com>
20728              Date: Thu, 1 Nov 2001 13:12:03 -0800
20729              Message-Id: <200111012112.NAA23288@oregonnet.com>
20730              
20731              Subject: Re: [PATCH] the the double double word word fix fix
20732              From: Mark-Jason Dominus <mjd@plover.com>
20733              Date: Thu, 01 Nov 2001 16:43:40 -0500
20734              Message-Id: <20011101214340.2044.qmail@plover.com>
20735              
20736              Subject: Re: [PATCH] the the double double word word fix fix
20737              From: Mark-Jason Dominus <mjd@plover.com>
20738              Date: Thu, 01 Nov 2001 16:51:39 -0500
20739              Message-Id: <20011101215139.2196.qmail@plover.com>
20740      Branch: perl
20741            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
20742            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
20743            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
20744            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
20745            ! pod/perltodo.pod pod/perlxstut.pod
20746 ____________________________________________________________________________
20747 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
20748         Log: Comment tweaks.
20749      Branch: perl
20750            ! toke.c
20751 ____________________________________________________________________________
20752 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
20753         Log: FAQ sync.
20754      Branch: perl
20755            ! pod/perlfaq9.pod
20756 ____________________________________________________________________________
20757 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
20758         Log: If an encoding is set by -M/-m, it must be in
20759              effect only for the actual script, not any other
20760              required/-M/-m'ed module, otherwise we enter a nasty
20761              recursion in regexec.c while trying to init the simple
20762              UTF-8 charclasses like PL_utf8_alnum.
20763      Branch: perl
20764            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
20765 ____________________________________________________________________________
20766 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
20767         Log: A bit more descriptive name.
20768      Branch: perl
20769            ! mg.c
20770 ____________________________________________________________________________
20771 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
20772         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
20773              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20774              Date: Wed, 31 Oct 2001 13:47:04 EST
20775              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
20776      Branch: perl
20777            ! ext/Time/HiRes/HiRes.t
20778 ____________________________________________________________________________
20779 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
20780         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
20781              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20782              Date: Wed, 31 Oct 2001 13:43:29 EST
20783              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
20784      Branch: perl
20785            ! mg.c
20786 ____________________________________________________________________________
20787 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
20788         Log: Subject: [PATCH] Various test cleanups
20789              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20790              Date: Tue, 30 Oct 2001 21:56:26 +0100
20791              Message-ID: <20011030215626.A28503@rafael>
20792      Branch: perl
20793            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20794            ! ext/DB_File/t/db-recno.t ext/Encode.t
20795 ____________________________________________________________________________
20796 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
20797         Log: Update Changes.
20798      Branch: perl
20799            ! Changes patchlevel.h
20800 ____________________________________________________________________________
20801 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
20802         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
20803              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
20804              Date: Wed, 31 Oct 2001 17:16:39 +0100
20805              Message-ID: <20011031171639.A32511@rafael>
20806      Branch: perl
20807            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
20808 ____________________________________________________________________________
20809 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
20810         Log: Skip message nit.
20811      Branch: perl
20812            ! t/io/fs.t
20813 ____________________________________________________________________________
20814 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
20815         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
20816              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20817              Date: 31 Oct 2001 14:49:37 -0000
20818              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
20819      Branch: perl
20820            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
20821 ____________________________________________________________________________
20822 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
20823         Log: Extend the effect of the encoding pragma to chr() and ord().
20824              
20825              TODO: regex literals, reentrancy problems with the utf8
20826              and charnames pragmas.
20827      Branch: perl
20828            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
20829 ____________________________________________________________________________
20830 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
20831         Log: Doc tweaks.
20832      Branch: perl
20833            ! lib/encoding.pm
20834 ____________________________________________________________________________
20835 [ 12788] By: nick                                  on 2001/10/31  08:59:56
20836         Log: Integrate mainline
20837      Branch: perlio
20838           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
20839           !> (integrate 49 files)
20840 ____________________________________________________________________________
20841 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
20842         Log: Forgot new proto.
20843      Branch: perl
20844            ! proto.h
20845 ____________________________________________________________________________
20846 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
20847         Log: Clarification: use encoding cannot be used to
20848              change the default encoding of "your whole script";
20849              only the default encoding of the *data*.  Also, it
20850              seems that "use encoding" does not mix with "use utf8"
20851              (a coredumping recursion ensues).  Should not be a huge
20852              problem since "use utf8" is pretty marginal nowadays.
20853      Branch: perl
20854            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
20855 ____________________________________________________________________________
20856 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
20857         Log: More documentation for the encode pragma.
20858      Branch: perl
20859            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
20860            ! pod/perlapi.pod pod/perlunicode.pod sv.c
20861 ____________________________________________________________________________
20862 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
20863         Log: Thinko in #12783.
20864      Branch: perl
20865            ! sv.c
20866 ____________________________________________________________________________
20867 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
20868         Log: Make sv_recode_to_utf8() a real API: the encoding
20869              is a parameter, instead of a global.  Document the
20870              PERL_ENCODING.
20871      Branch: perl
20872            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
20873            ! toke.c
20874 ____________________________________________________________________________
20875 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
20876         Log: Enable -Mencoding=foobar also for string literals.
20877      Branch: perl
20878            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
20879            ! pod/perlapi.pod proto.h sv.c toke.c
20880 ____________________________________________________________________________
20881 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
20882         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
20883              From: Andy Dougherty <doughera@lafayette.edu>
20884              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
20885              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
20886      Branch: perl
20887            ! ext/POSIX/hints/svr4.pl
20888 ____________________________________________________________________________
20889 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
20890         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
20891              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
20892              Date: Mon, 29 Oct 2001 23:11:58 -0000
20893              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
20894              
20895              Add compat.h.
20896      Branch: perl
20897            ! lib/h2xs.t utils/h2xs.PL
20898 ____________________________________________________________________________
20899 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
20900         Log: Subject: PerlIOBuf_dup
20901              From: Nicholas Clark <nick@ccl4.org>              
20902              Date: Mon, 29 Oct 2001 21:52:35 +0000             
20903              Message-ID: <20011029215235.K41204@plum.flirble.org>
20904              
20905              Add prototype.
20906      Branch: perl
20907            ! perliol.h
20908 ____________________________________________________________________________
20909 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
20910         Log: Subject: [PATCH] Make malloc.c errors more useful
20911              From: Richard Soderberg <rs@oregonnet.com>
20912              Date: Mon, 29 Oct 2001 22:28:02 -0800
20913              Message-Id: <200110300628.WAA11025@oregonnet.com>
20914      Branch: perl
20915            ! malloc.c
20916 ____________________________________________________________________________
20917 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
20918         Log: Retract #12776 - the bug 19990906.001 is still valid.
20919      Branch: perl
20920            ! t/run/kill_perl.t
20921 ____________________________________________________________________________
20922 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
20923         Log: (Retracted by #12777)
20924              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
20925              From: Michael G Schwern <schwern@pobox.com> 
20926              Date: Mon, 29 Oct 2001 23:01:08 -0500
20927              Message-ID: <20011029230108.G18053@blackrider>
20928      Branch: perl
20929            ! t/run/kill_perl.t
20930 ____________________________________________________________________________
20931 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
20932         Log: Comment nits.
20933      Branch: perl
20934            ! lib/encoding.t
20935 ____________________________________________________________________________
20936 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
20937         Log: integrate change#12772 from mainline
20938              
20939              Subject: [PATCH] Mommy, what's a pointer cast?
20940      Branch: maint-5.6/perl
20941            ! perl.h
20942 ____________________________________________________________________________
20943 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
20944         Log: Subject: [PATCH] Mommy, what's a pointer cast?
20945              From: Richard Soderberg <rs@oregonnet.com>
20946              Date: Mon, 29 Oct 2001 17:01:10 -0800
20947              Message-Id: <200110300101.RAA31561@oregonnet.com>
20948              
20949              (threads* parts)
20950      Branch: perl
20951            ! ext/threads/shared/shared.xs ext/threads/threads.xs
20952 ____________________________________________________________________________
20953 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
20954         Log: Subject: [PATCH] Mommy, what's a pointer cast?
20955              From: Richard Soderberg <rs@oregonnet.com>
20956              Date: Mon, 29 Oct 2001 17:01:10 -0800
20957              Message-Id: <200110300101.RAA31561@oregonnet.com>
20958              
20959              (the perl.h part)
20960      Branch: perl
20961            ! perl.h
20962 ____________________________________________________________________________
20963 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
20964         Log: Subject: [PATCH] OpenBSD likes signal.h 
20965              From: Richard Soderberg <rs@oregonnet.com>
20966              Date: Mon, 29 Oct 2001 17:00:31 -0800
20967              Message-Id: <200110300100.RAA31533@oregonnet.com>
20968      Branch: perl
20969            ! unixish.h
20970 ____________________________________________________________________________
20971 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
20972         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
20973              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
20974              Date: Mon, 29 Oct 2001 23:04:23 -0000
20975              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
20976      Branch: perl
20977            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20978            ! ext/DB_File/t/db-recno.t
20979 ____________________________________________________________________________
20980 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
20981         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
20982              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
20983              Date: Mon, 29 Oct 2001 12:34:07 -0600
20984              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
20985      Branch: perl
20986            ! ext/Time/HiRes/HiRes.t
20987 ____________________________________________________________________________
20988 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
20989         Log: Update Changes.
20990      Branch: perl
20991            ! Changes patchlevel.h
20992 ____________________________________________________________________________
20993 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
20994         Log: AIX needs an explicit symbol export list.
20995      Branch: perl
20996            ! lib/ExtUtils/Embed.t
20997 ____________________________________________________________________________
20998 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
20999         Log: The test (and the module) would require some
21000              quality hacking time to work on EBCDIC.  Based on
21001              the test results nothing seems to be majorly broken,
21002              the module just seems to have strange assumptions:
21003              got: ''\226\225\205'
21004              expected: ''one'
21005              The \226\225\205 being, of course, 'one', in EBCDIC.
21006      Branch: perl
21007            ! lib/Dumpvalue.t
21008 ____________________________________________________________________________
21009 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
21010         Log: Mark the test known to be failing in EBCDIC.
21011      Branch: perl
21012            ! t/op/tr.t
21013 ____________________________________________________________________________
21014 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
21015         Log: None of the libnet modules are going to work in
21016              EBCDIC without the Convert::EBCDIC.
21017      Branch: perl
21018            ! t/lib/1_compile.t
21019 ____________________________________________________________________________
21020 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
21021         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
21022      Branch: perl
21023            ! t/op/pack.t
21024 ____________________________________________________________________________
21025 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
21026         Log: UTF-EBCDIC ain't UTF-8.
21027      Branch: perl
21028            ! t/op/pack.t
21029 ____________________________________________________________________________
21030 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
21031         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
21032      Branch: perl
21033            ! t/lib/1_compile.t
21034 ____________________________________________________________________________
21035 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
21036         Log: Let's not assume ASCII.
21037      Branch: perl
21038            ! t/op/lc.t
21039 ____________________________________________________________________________
21040 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
21041         Log: Call the new perlio symbols differently.
21042      Branch: perl
21043            ! makedef.pl
21044 ____________________________________________________________________________
21045 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
21046         Log: Don't expect ASCII ordering.
21047      Branch: perl
21048            ! lib/ExtUtils/Manifest.t
21049 ____________________________________________________________________________
21050 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
21051         Log: Forgot from #12756.
21052      Branch: perl
21053            ! perlio.h
21054 ____________________________________________________________________________
21055 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
21056         Log: BeOS tweaks:
21057              - fseeko and ftello can be found by Configure but
21058              we do not seem to have prototypes for them so
21059              let's make up some
21060              - BeOS didn't use to have real sockets (sockets as
21061              filedescriptors) but the BONE package is supposed
21062              to fix this.  I do not know how to detect BONEness,
21063              see hints/beos.sh for a spot that needs to fixed.
21064              - BeOS has O_TEXT != O_BINARY but has no setmode()
21065      Branch: perl
21066            ! hints/beos.sh perlio.c
21067 ____________________________________________________________________________
21068 [ 12755] By: sky                                   on 2001/10/29  12:56:12
21069         Log: Ugly fix to not die when a thread creator is holding locks.
21070      Branch: perl
21071            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21072            ! ext/threads/threads.xs
21073 ____________________________________________________________________________
21074 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
21075         Log: Integrate change #12752 from maintperl;
21076              
21077              croak(Nullch) wasn't printing the contents of ERRSV if there was
21078              no outer eval (bug in change#6125)
21079      Branch: perl
21080           !> util.c
21081 ____________________________________________________________________________
21082 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
21083         Log: Subject: [PATCH h2xs] Use of static data in XS modules
21084              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
21085              Date: Sun, 28 Oct 2001 21:19:07 -0000
21086              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
21087              
21088              with nits from Sarathy.
21089      Branch: perl
21090            ! utils/h2xs.PL
21091 ____________________________________________________________________________
21092 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
21093         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
21094              no outer eval (bug in change#6125)
21095      Branch: maint-5.6/perl
21096            ! util.c
21097 ____________________________________________________________________________
21098 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
21099         Log: More todo for the encoding pragma.
21100      Branch: perl
21101            ! lib/encoding.pm
21102 ____________________________________________________________________________
21103 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
21104         Log: Add the encoding pragma to control the "upgrade"
21105              from the native eight bit data to Unicode.
21106              
21107              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
21108      Branch: perl
21109            + lib/encoding.pm lib/encoding.t
21110            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
21111            ! pod/perlunicode.pod pod/perlvar.pod sv.c
21112 ____________________________________________________________________________
21113 [ 12749] By: sky                                   on 2001/10/28  21:02:33
21114         Log: Update documentation.
21115      Branch: perl
21116            ! ext/threads/shared/shared.pm
21117 ____________________________________________________________________________
21118 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
21119         Log: Integrate change #12747 from maintperl;
21120              
21121              finishing touches to system() fixes on windows:
21122              * detect cmd shell correctly even if it had full path in it
21123              * more quoting needed for single-arg system if the argument
21124              really had multiple quoted arguments within it
21125              * be smarter about not calling the shell when the executable
21126              has spaces, but otherwise does not need shell involvement
21127              * add a testsuite (windows-specific currently)
21128      Branch: perl
21129           +> t/op/system.t t/op/system_tests
21130            ! MANIFEST pod/perltodo.pod
21131           !> win32/win32.c
21132 ____________________________________________________________________________
21133 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
21134         Log: finishing touches to system() fixes on windows:
21135              * detect cmd shell correctly even if it had full path in it
21136              * more quoting needed for single-arg system if the argument
21137              really had multiple quoted arguments within it
21138              * be smarter about not calling the shell when the executable
21139              has spaces, but otherwise does not need shell involvement
21140              * add a testsuite (windows-specific currently)
21141      Branch: maint-5.6/perl
21142            + t/op/system.t t/op/system_tests
21143            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
21144 ____________________________________________________________________________
21145 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
21146         Log: Integrate perlio.
21147      Branch: perl
21148           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
21149 ____________________________________________________________________________
21150 [ 12745] By: nick                                  on 2001/10/28  16:08:14
21151         Log: Mingw32 fixup for Embed.t
21152      Branch: perlio
21153            ! lib/ExtUtils/Embed.t
21154 ____________________________________________________________________________
21155 [ 12744] By: nick                                  on 2001/10/28  15:54:14
21156         Log: GCC vs MS 64-bit constant syntax
21157      Branch: perlio
21158            ! ext/Time/HiRes/HiRes.xs
21159 ____________________________________________________________________________
21160 [ 12743] By: nick                                  on 2001/10/28  15:42:55
21161         Log: Integrate mainline
21162      Branch: perlio
21163           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
21164 ____________________________________________________________________________
21165 [ 12742] By: sky                                   on 2001/10/28  14:47:10
21166         Log: Manpage updates.
21167      Branch: perl
21168            ! ext/threads/threads.pm
21169 ____________________________________________________________________________
21170 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
21171         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
21172      Branch: perl
21173            ! lib/ExtUtils/Embed.t
21174 ____________________________________________________________________________
21175 [ 12740] By: nick                                  on 2001/10/28  14:14:24
21176         Log: Integrate mainline
21177      Branch: perlio
21178           !> lib/ExtUtils/Embed.t win32/win32.c
21179 ____________________________________________________________________________
21180 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
21181         Log: Need to be ./executed.
21182      Branch: perl
21183            ! lib/ExtUtils/Embed.t
21184 ____________________________________________________________________________
21185 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
21186         Log: Integrate perlio.
21187      Branch: perl
21188           !> perlio.c win32/win32.h
21189 ____________________________________________________________________________
21190 [ 12737] By: nick                                  on 2001/10/28  13:53:45
21191         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
21192              by gcc -xc++.
21193      Branch: perlio
21194            ! win32/win32.h
21195 ____________________________________________________________________________
21196 [ 12736] By: nick                                  on 2001/10/28  13:50:50
21197         Log: Have :stdio layer update an honour the fd refcnt table.
21198              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
21199      Branch: perlio
21200            ! perlio.c
21201 ____________________________________________________________________________
21202 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
21203         Log: Integrate changes #12724 and #12725 from maintperl;
21204              multiarg system now works.
21205      Branch: perl
21206           !> win32/win32.c
21207 ____________________________________________________________________________
21208 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
21209         Log: Integrate perlio.
21210      Branch: perl
21211           +> lib/ExtUtils/Embed.t
21212           !> MANIFEST perlio.c
21213 ____________________________________________________________________________
21214 [ 12733] By: nick                                  on 2001/10/28  13:07:16
21215         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
21216              least for PERLIO=perlio unthreaded case
21217      Branch: perlio
21218            ! perlio.c
21219 ____________________________________________________________________________
21220 [ 12732] By: nick                                  on 2001/10/28  11:10:24
21221         Log: Typo in exe name
21222      Branch: perlio
21223            ! lib/ExtUtils/Embed.t
21224 ____________________________________________________________________________
21225 [ 12731] By: nick                                  on 2001/10/28  11:09:59
21226         Log: Integrate Mainline
21227      Branch: perlio
21228           !> Changes configure.com ext/DB_File/DB_File.pm
21229           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
21230           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
21231           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
21232           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
21233           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
21234           !> t/TEST t/op/regexp.t win32/buildext.pl
21235 ____________________________________________________________________________
21236 [ 12730] By: nick                                  on 2001/10/28  11:05:35
21237         Log: Fixup Embed.t for Win32/VC++
21238      Branch: perlio
21239            ! lib/ExtUtils/Embed.t
21240 ____________________________________________________________________________
21241 [ 12729] By: nick                                  on 2001/10/28  09:36:20
21242         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
21243              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
21244              ExtUtils::Embed.
21245      Branch: perlio
21246            + lib/ExtUtils/Embed.t
21247            ! MANIFEST
21248 ____________________________________________________________________________
21249 [ 12728] By: sky                                   on 2001/10/28  08:12:53
21250         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
21251              line manually!
21252      Branch: perl
21253            ! lib/ExtUtils/xsubpp
21254 ____________________________________________________________________________
21255 [ 12727] By: sky                                   on 2001/10/28  08:02:09
21256         Log: And here we use the prototypes.
21257      Branch: perl
21258            ! ext/threads/shared/shared.xs
21259 ____________________________________________________________________________
21260 [ 12726] By: sky                                   on 2001/10/28  08:00:48
21261         Log: Support [] style prototypes.
21262      Branch: perl
21263            ! lib/ExtUtils/xsubpp
21264 ____________________________________________________________________________
21265 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
21266         Log: yet another multi-arg system() fix on windows: batch files as the
21267              first argument (i.e. directly executed by CreateProcess()) need
21268              extra quoting to escape shell-shock
21269      Branch: maint-5.6/perl
21270            ! win32/win32.c
21271 ____________________________________________________________________________
21272 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
21273         Log: another multi-arg system() fix on windows: passing empty arguments
21274              now works
21275      Branch: maint-5.6/perl
21276            ! win32/win32.c
21277 ____________________________________________________________________________
21278 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
21279         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
21280              No final #else #error because we do not seem to
21281              be using #error?
21282      Branch: perl
21283            ! op.h
21284 ____________________________________________________________________________
21285 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
21286         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
21287              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
21288              Date: Sat, 27 Oct 2001 23:28:44 EST 
21289              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
21290      Branch: perl
21291            ! ext/Time/HiRes/HiRes.xs
21292 ____________________________________________________________________________
21293 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
21294         Log: Regen perlapi, perltoc.
21295      Branch: perl
21296            ! pod/perlapi.pod pod/perltoc.pod
21297 ____________________________________________________________________________
21298 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
21299         Log: Subject: [PATCH] sv.h documentation
21300              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
21301              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
21302              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
21303      Branch: perl
21304            ! sv.h
21305 ____________________________________________________________________________
21306 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
21307         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
21308              system("nmake -nologo", "clean") and there is no executable
21309              called "nmake -nologo"; this used to "work" pre-change#12559 due
21310              to bugs in multiarg system() that have since been fixed
21311      Branch: perl
21312            ! win32/buildext.pl
21313 ____________________________________________________________________________
21314 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
21315         Log: Update Changes.
21316      Branch: perl
21317            ! Changes patchlevel.h
21318 ____________________________________________________________________________
21319 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
21320         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
21321              From: Richard.Foley@t-online.de (Richard Foley)            
21322              Date: Sun, 28 Oct 2001 00:48:32 +0200
21323              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
21324      Branch: perl
21325            ! pod/perlhack.pod
21326 ____________________________________________________________________________
21327 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
21328         Log: Must store pointers with the right width.
21329      Branch: perl
21330            ! op.h
21331 ____________________________________________________________________________
21332 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
21333         Log: Integrate change #12711 from perlio;
21334              
21335              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
21336              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
21337      Branch: perl
21338           !> perlio.c
21339 ____________________________________________________________________________
21340 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
21341         Log: Subject: [PATCH] make minitest
21342              From: Nicholas Clark <nick@ccl4.org>
21343              Date: Sat, 27 Oct 2001 22:56:16 +0100
21344              Message-ID: <20011027225616.L20275@plum.flirble.org>
21345      Branch: perl
21346            ! t/TEST
21347 ____________________________________________________________________________
21348 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
21349         Log: Patch #12661 missed this.
21350      Branch: perl
21351            ! ext/DB_File/DB_File.pm
21352 ____________________________________________________________________________
21353 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
21354         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
21355              From: "Craig A. Berry" <craigberry@mac.com>
21356              Date: Sat, 27 Oct 2001 16:07:47 -0500
21357              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
21358      Branch: perl
21359            ! configure.com perlio.c
21360 ____________________________________________________________________________
21361 [ 12711] By: nick                                  on 2001/10/27  19:49:25
21362         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
21363              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
21364      Branch: perlio
21365            ! perlio.c
21366 ____________________________________________________________________________
21367 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
21368         Log: Let's not replace reason if there's one already supplied.
21369      Branch: perl
21370            ! t/op/regexp.t
21371 ____________________________________________________________________________
21372 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
21373         Log: is not good.
21374      Branch: perl
21375            ! t/op/regexp.t
21376 ____________________________________________________________________________
21377 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
21378         Log: ldlibpth can exist but be unset.
21379      Branch: perl
21380            ! t/TEST
21381 ____________________________________________________________________________
21382 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
21383         Log: Unicode: property alias naming cleanup.
21384      Branch: perl
21385            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
21386 ____________________________________________________________________________
21387 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
21388         Log: FAQ sync.
21389      Branch: perl
21390            ! pod/perlfaq4.pod
21391 ____________________________________________________________________________
21392 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
21393         Log: Integrate change #12703 from maintperl;
21394              
21395              typemap stuff intervenes before declaration, move it to PREINIT
21396              section
21397              
21398              (an empty integrate, but now the files are in sync
21399              between the branches)
21400      Branch: perl
21401           !> ext/ODBM_File/ODBM_File.xs
21402 ____________________________________________________________________________
21403 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
21404         Log: More PerlIO symbols.
21405      Branch: perl
21406            ! makedef.pl
21407 ____________________________________________________________________________
21408 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
21409         Log: typemap stuff intervenes before declaration, move it to PREINIT
21410              section
21411      Branch: maint-5.6/perl
21412            ! ext/ODBM_File/ODBM_File.xs
21413 ____________________________________________________________________________
21414 [ 12702] By: nick                                  on 2001/10/27  14:09:35
21415         Log: Integrate mainline
21416      Branch: perlio
21417           +> ext/threads/shared/t/av_simple.t
21418           +> ext/threads/shared/t/hv_refs.t
21419           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
21420           !> (integrate 109 files)
21421 ____________________________________________________________________________
21422 [ 12700] By: ams                                   on 2001/10/26  21:22:23
21423         Log: Subject: [PATCH] tweak divide
21424              From: Nicholas Clark <nick@ccl4.org>
21425              Date: Fri, 26 Oct 2001 22:52:17 +0100
21426              Message-Id: <20011026225217.B20275@plum.flirble.org>
21427      Branch: perl
21428            ! pp.c
21429 ____________________________________________________________________________
21430 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
21431         Log: Integrate a buncha things from maintperl.
21432      Branch: maint-5.6/macperl
21433           !> (integrate 32 files)
21434 ____________________________________________________________________________
21435 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
21436         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
21437              From: Andy Dougherty <doughera@lafayette.edu>
21438              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
21439              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
21440      Branch: perl
21441            ! hints/svr4.sh
21442 ____________________________________________________________________________
21443 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
21444         Log: When you're root, many things become writable.
21445      Branch: perl
21446            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
21447 ____________________________________________________________________________
21448 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
21449         Log: Update Changes.
21450      Branch: perl
21451            ! Changes patchlevel.h
21452 ____________________________________________________________________________
21453 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
21454         Log: Term/Cap.t attempts to access the floppy drive for no good reason
21455              on dosish systems
21456      Branch: perl
21457            ! lib/Term/Cap.t
21458 ____________________________________________________________________________
21459 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
21460         Log: fix misleading comment on known inadequacy in B::Terse, and skip
21461              it correctly
21462      Branch: perl
21463            ! ext/B/t/terse.t
21464 ____________________________________________________________________________
21465 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
21466         Log: fix spurious AutoSplit.t failure under windows
21467      Branch: perl
21468            ! lib/AutoSplit.t
21469 ____________________________________________________________________________
21470 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
21471         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
21472      Branch: perl
21473            ! ext/Time/HiRes/HiRes.t
21474 ____________________________________________________________________________
21475 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
21476         Log: More logical to use %04"UVXf" than %"UVuf" since
21477              the Unicode standard prefers hex.
21478      Branch: perl
21479            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
21480            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
21481            ! lib/unicore/mktables utf8.c
21482 ____________________________________________________________________________
21483 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
21484         Log: change#12065 seems to have broken Encode build on windows; fix
21485      Branch: perl
21486            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
21487 ____________________________________________________________________________
21488 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
21489         Log: Unicode: add the case folding table.
21490      Branch: perl
21491            + lib/unicore/To/Fold.pl
21492            ! MANIFEST lib/unicore/mktables
21493 ____________________________________________________________________________
21494 [ 12688] By: sky                                   on 2001/10/26  13:51:29
21495         Log: Get the new functions right, do not export lock since we use builtin lock.
21496              TODO: fix xsubpp to support the new prototypes
21497      Branch: perl
21498            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21499 ____________________________________________________________________________
21500 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
21501         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
21502              as suggested by Sarathy.
21503      Branch: perl
21504            ! mg.c
21505 ____________________________________________________________________________
21506 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
21507         Log: avoid compiler warning
21508      Branch: perl
21509            ! win32/win32.c
21510 ____________________________________________________________________________
21511 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
21512         Log: WinCE update from Rainer Keuchel.
21513      Branch: perl
21514            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
21515            ! wince/wince.c
21516 ____________________________________________________________________________
21517 [ 12684] By: sky                                   on 2001/10/26  13:34:33
21518         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
21519      Branch: perl
21520            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21521 ____________________________________________________________________________
21522 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
21523         Log: More fixes that were made to the core and not in the libnet src
21524      Branch: perl
21525            ! lib/Net/Domain.pm
21526 ____________________________________________________________________________
21527 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
21528         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
21529              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
21530              Date: Fri, 26 Oct 2001 13:55:21 +0200
21531              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
21532              
21533              (plus make the db-recno.t#59 accept both \n and \r\n)
21534      Branch: perl
21535            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
21536            ! ext/DB_File/t/db-recno.t
21537 ____________________________________________________________________________
21538 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
21539         Log: Fix tests to be able to run in the core and the CPAN dist
21540      Branch: perl
21541            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
21542            ! lib/Net/t/require.t lib/Net/t/smtp.t
21543 ____________________________________________________________________________
21544 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
21545         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
21546              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21547              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
21548              Date: Fri, 26 Oct 2001 08:34:46 EDT
21549      Branch: perl
21550            ! ext/Time/HiRes/HiRes.t
21551 ____________________________________________________________________________
21552 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
21553         Log: Sync libnet modules with what will be libnet-1.08
21554      Branch: perl
21555            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
21556            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
21557            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
21558            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
21559 ____________________________________________________________________________
21560 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
21561         Log: Integrate maintperl changes #12268 and #12669;
21562              
21563              final touches to the audit for statics and thread-unsafe code
21564              * make DB_File, ODBM_File thread-safe 
21565              * remove unnecessary/dangerous statics and protect others
21566              from not getting accidentally enabled under threaded perls
21567              
21568              windows support functions get_childdir() et al aren't exported
21569              correctly under vanilla build
21570              
21571              Testing under win32 appreciated since changes there had
21572              to be manually merged and I cannot test how badly did I do.
21573      Branch: perl
21574           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
21575           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
21576           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
21577           !> win32/vmem.h win32/win32.c win32/win32iop.h
21578 ____________________________________________________________________________
21579 [ 12677] By: sky                                   on 2001/10/26  12:37:17
21580         Log: More Config::threads to threads::threads changes
21581      Branch: perl
21582            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
21583 ____________________________________________________________________________
21584 [ 12676] By: sky                                   on 2001/10/26  12:31:46
21585         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
21586      Branch: perl
21587            ! ext/threads/threads.pm ext/threads/threads.xs
21588 ____________________________________________________________________________
21589 [ 12675] By: sky                                   on 2001/10/26  12:06:30
21590         Log: Allocing a TLS in runtime is not too hot.
21591      Branch: perl
21592            ! ext/threads/threads.xs
21593 ____________________________________________________________________________
21594 [ 12674] By: sky                                   on 2001/10/26  11:59:09
21595         Log: Don't display debug data.
21596      Branch: perl
21597            ! ext/threads/threads.pm
21598 ____________________________________________________________________________
21599 [ 12673] By: sky                                   on 2001/10/26  11:35:47
21600         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
21601              complete bar support for blessed objects.
21602              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
21603      Branch: perl
21604            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
21605 ____________________________________________________________________________
21606 [ 12672] By: sky                                   on 2001/10/26  11:15:28
21607         Log: Fix case where shared reference does not exist in current thread.
21608      Branch: perl
21609            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
21610 ____________________________________________________________________________
21611 [ 12671] By: sky                                   on 2001/10/26  08:48:52
21612         Log: Support for references in shared arrays.
21613      Branch: perl
21614            ! ext/threads/shared/shared.xs
21615 ____________________________________________________________________________
21616 [ 12670] By: sky                                   on 2001/10/26  08:30:11
21617         Log: Add tests for references in hashes.
21618      Branch: perl
21619            + ext/threads/shared/t/hv_refs.t
21620            ! MANIFEST
21621 ____________________________________________________________________________
21622 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
21623         Log: windows support functions get_childdir() et al aren't exported
21624              correctly under vanilla build
21625      Branch: maint-5.6/perl
21626            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
21627 ____________________________________________________________________________
21628 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
21629         Log: final touches to the audit for statics and thread-unsafe code
21630              * make DB_File, ODBM_File thread-safe 
21631              * remove unnecessary/dangerous statics and protect others
21632              from not getting accidentally enabled under threaded perls
21633      Branch: maint-5.6/perl
21634            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
21635            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
21636            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
21637            ! win32/win32.c
21638 ____________________________________________________________________________
21639 [ 12667] By: ams                                   on 2001/10/26  03:48:36
21640         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
21641              From: "Richard Soderberg" <rs@crystalflame.net>
21642              Date: Thu, 25 Oct 2001 23:42:50 -0400
21643              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
21644      Branch: perl
21645            ! sharedsv.c
21646 ____________________________________________________________________________
21647 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
21648         Log: Integrate change #12664 from maintperl;
21649              
21650              the newest GCCs don't seem to like C<"string1"##STRING2>
21651              so keep it as C<"string1" STRING2> (latter appears to
21652              work everywhere)
21653      Branch: perl
21654           !> ext/DynaLoader/dlutils.c
21655 ____________________________________________________________________________
21656 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
21657         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
21658              From: Chris Nandor <pudge@pobox.com>
21659              Date: Thu, 25 Oct 2001 22:15:03 -0400
21660              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
21661      Branch: perl
21662            ! perl.h
21663 ____________________________________________________________________________
21664 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
21665         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
21666              C<"string1" STRING2> (latter appears to work everywhere)
21667      Branch: maint-5.6/perl
21668            ! ext/DynaLoader/dlutils.c
21669 ____________________________________________________________________________
21670 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
21671         Log: AUTHORS update.
21672      Branch: perl
21673            ! AUTHORS
21674 ____________________________________________________________________________
21675 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
21676         Log: Integrate change #12660 from maintperl;
21677              
21678              make the dMY_CXT stuff available under all of
21679              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
21680      Branch: perl
21681           !> perl.h
21682 ____________________________________________________________________________
21683 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
21684         Log: Subject: [PATCH] DB_File-1.79
21685              From: "Paul Marquess" <paul.marquess@openwave.com>
21686              Date: Fri, 26 Oct 2001 00:03:54 +0100
21687              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
21688      Branch: perl
21689            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
21690            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
21691 ____________________________________________________________________________
21692 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
21693         Log: make the dMY_CXT stuff available under all of
21694              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
21695      Branch: maint-5.6/perl
21696            ! perl.h
21697 ____________________________________________________________________________
21698 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
21699         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
21700              From: Michael G Schwern <schwern@pobox.com>
21701              Date: Thu, 25 Oct 2001 18:28:12 -0400
21702              Message-ID: <20011025182812.M4811@blackrider>
21703      Branch: perl
21704            ! t/run/kill_perl.t
21705 ____________________________________________________________________________
21706 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
21707         Log: STRLEN != int.
21708      Branch: perl
21709            ! regcomp.c regexec.c
21710 ____________________________________________________________________________
21711 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
21712         Log: Subject: [PATCH] remove small IVop redundancy
21713              From: Nicholas Clark <nick@ccl4.org>
21714              Date: Thu, 25 Oct 2001 22:48:28 +0100
21715              Message-ID: <20011025224827.M66471@plum.flirble.org>
21716      Branch: perl
21717            ! pp.c pp_hot.c
21718 ____________________________________________________________________________
21719 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
21720         Log: Metaconfig unit change for #12655.
21721      Branch: metaconfig/U/perl
21722            ! Extensions.U
21723 ____________________________________________________________________________
21724 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
21725         Log: Subject: Re: Not OK @12650
21726              From: Andy Dougherty <doughera@lafayette.edu>
21727              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
21728              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
21729      Branch: perl
21730            ! Configure
21731 ____________________________________________________________________________
21732 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
21733         Log: Integrate changes #12652 and #12653 from maintperl;
21734              
21735              more tweaks to change#12626
21736              * move the boilerplate code over to perl.h and make DynaLoader
21737              use it
21738              * make re, Opcode, File::Glob and B threadsafe
21739              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
21740              C<no re;> anywhere)
21741              
21742              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
21743              
21744              File::Glob required a bit more work in bleadperl
21745              because of ExtUtils::Constant (see the Makefile.PL change)
21746      Branch: perl
21747            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
21748           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
21749           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
21750 ____________________________________________________________________________
21751 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
21752         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
21753      Branch: maint-5.6/perl
21754            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
21755            ! ext/Opcode/Opcode.xs ext/re/re.xs
21756 ____________________________________________________________________________
21757 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
21758         Log: more tweaks to change#12626
21759              * move the boilerplate code over to perl.h and make DynaLoader
21760              use it
21761              * make re, Opcode, File::Glob and B threadsafe
21762              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
21763              C<no re;> anywhere)
21764      Branch: maint-5.6/perl
21765            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
21766            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
21767 ____________________________________________________________________________
21768 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
21769         Log: Metaconfig unit change for #12650.
21770      Branch: metaconfig/U/perl
21771            ! Extensions.U
21772 ____________________________________________________________________________
21773 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
21774         Log: Subject: Re: ithreads doesn't like usedl=n
21775              From: Andy Dougherty <doughera@lafayette.edu>
21776              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
21777              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
21778              
21779              Special-case threads::shared.
21780      Branch: perl
21781            ! Configure
21782 ____________________________________________________________________________
21783 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
21784         Log: Getting fancier...
21785      Branch: perl
21786            ! t/TEST
21787 ____________________________________________________________________________
21788 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
21789         Log: csh - what a pain.
21790      Branch: perl
21791            ! t/TEST
21792 ____________________________________________________________________________
21793 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
21794         Log: Update Changes.
21795      Branch: perl
21796            ! Changes patchlevel.h
21797 ____________________________________________________________________________
21798 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
21799         Log: Allow resetting the locale system for the duration
21800              of the build (Mac OS X default setting LANG=En_US
21801              ist kaputt)
21802      Branch: perl
21803            ! Makefile.SH
21804 ____________________________________________________________________________
21805 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
21806         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
21807      Branch: perl
21808            ! ext/Digest/MD5/t/files.t
21809 ____________________________________________________________________________
21810 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
21811         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
21812              From: Andy Dougherty <doughera@lafayette.edu>
21813              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
21814              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
21815      Branch: perl
21816            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
21817            ! ext/threads/shared/Makefile.PL
21818 ____________________________________________________________________________
21819 [ 12643] By: sky                                   on 2001/10/25  12:28:26
21820         Log: Add support for reference members of hashes.
21821      Branch: perl
21822            ! ext/threads/shared/shared.xs
21823 ____________________________________________________________________________
21824 [ 12642] By: ams                                   on 2001/10/25  12:21:13
21825         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
21826              From: "Norton Allen" <nort@qnx.com>
21827              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
21828              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
21829      Branch: perl
21830            ! ext/Digest/MD5/MD5.xs
21831 ____________________________________________________________________________
21832 [ 12641] By: sky                                   on 2001/10/25  10:27:39
21833         Log: Tests shared hashes.
21834      Branch: perl
21835            + ext/threads/shared/t/hv_simple.t
21836            ! MANIFEST
21837 ____________________________________________________________________________
21838 [ 12640] By: sky                                   on 2001/10/25  10:18:23
21839         Log: Fix threadcounts for arrays and hashes.
21840      Branch: perl
21841            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21842 ____________________________________________________________________________
21843 [ 12639] By: sky                                   on 2001/10/25  10:17:26
21844         Log: Note to self, doing *src_ary++ in a macro that evaluates
21845              the value more than once is a good way to dump core.
21846      Branch: perl
21847            ! sharedsv.c
21848 ____________________________________________________________________________
21849 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
21850         Log: Integrate change #12636 from maintperl; more dl fixups.
21851      Branch: perl
21852           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
21853           !> ext/DynaLoader/dl_vms.xs
21854 ____________________________________________________________________________
21855 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
21856         Log: Like dl_hpux, like dl_dld.
21857      Branch: perl
21858            ! ext/DynaLoader/dl_dld.xs
21859 ____________________________________________________________________________
21860 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
21861         Log: followups to change#12635
21862      Branch: maint-5.6/perl
21863            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
21864            ! ext/DynaLoader/dl_vms.xs
21865 ____________________________________________________________________________
21866 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
21867         Log: add part of change#12634 to the two files that need it; dl_aix.xs
21868              in maint-5.6 doesn't have the branch that had the problem in
21869              mainline
21870      Branch: maint-5.6/perl
21871            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
21872 ____________________________________________________________________________
21873 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
21874         Log: Fixes for #12627.
21875      Branch: perl
21876            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
21877 ____________________________________________________________________________
21878 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
21879         Log: Since pv_uni_display and sv_uni_display are now used
21880              in the re extension, their symbols have to be exported.
21881      Branch: perl
21882            ! embed.pl global.sym
21883 ____________________________________________________________________________
21884 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
21885         Log: Subject:  Re: [PATCH Perl@12567] debug /list
21886              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21887              Date: Tue, 23 Oct 2001 21:40:33 EDT
21888              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
21889      Branch: perl
21890            ! configure.com
21891 ____________________________________________________________________________
21892 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
21893         Log: This takes care of some of the re 'debug' cases but
21894              not all cases since the information whether the pattern
21895              or the target are utf8 seems to be either lost or not
21896              spread widely enough, sigh.
21897      Branch: perl
21898            ! regcomp.c
21899 ____________________________________________________________________________
21900 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
21901         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
21902              From: John Peacock <jpeacock@rowman.com>
21903              Date: Wed, 24 Oct 2001 16:53:29 -0400
21904              Message-ID: <3BD72A49.1508D152@rowman.com>
21905      Branch: perl
21906            ! configure.com
21907 ____________________________________________________________________________
21908 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
21909         Log: Upgrade NetWare and WinCE as in #12626.
21910      Branch: perl
21911            ! NetWare/dl_netware.xs wince/dl_win32.xs
21912 ____________________________________________________________________________
21913 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
21914         Log: Tru64 compiler nit.
21915      Branch: perl
21916            ! ext/threads/shared/shared.xs
21917 ____________________________________________________________________________
21918 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
21919         Log: Integrate change #12626 from maintperl;
21920              make DynaLoader threadsafe by moving all statics into
21921              interpreter-local space
21922              
21923              TODO: Netware, OS/2, WinCE
21924      Branch: perl
21925           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
21926           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
21927           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
21928           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
21929           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
21930           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
21931           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
21932 ____________________________________________________________________________
21933 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
21934         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
21935              space
21936      Branch: maint-5.6/perl
21937            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
21938            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
21939            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
21940            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
21941            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
21942            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
21943            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
21944 ____________________________________________________________________________
21945 [ 12625] By: sky                                   on 2001/10/24  20:05:26
21946         Log: Change #12623 inflicted an infinite hang. Fixed.
21947      Branch: perl
21948            ! ext/threads/shared/shared.xs
21949 ____________________________________________________________________________
21950 [ 12624] By: sky                                   on 2001/10/24  19:06:55
21951         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
21952      Branch: perl
21953            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21954 ____________________________________________________________________________
21955 [ 12623] By: sky                                   on 2001/10/24  18:06:34
21956         Log: We need to do sharedsv_find in the original perl context.
21957      Branch: perl
21958            ! ext/threads/shared/shared.xs
21959 ____________________________________________________________________________
21960 [ 12622] By: sky                                   on 2001/10/24  17:26:51
21961         Log: Add support for basic support for AVs, references not supported yet.
21962              Add test for AVs.
21963              Add more tests to sv_refs
21964              Fix documentation issues.  
21965      Branch: perl
21966            + ext/threads/shared/t/av_simple.t
21967            ! MANIFEST ext/threads/shared/shared.pm
21968            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
21969 ____________________________________________________________________________
21970 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
21971         Log: Dump Unicode better for re 'debug'.  The regprop()
21972              is unfinished since have to figure out how to detect
21973              Unicodeness in there.
21974      Branch: perl
21975            ! regcomp.c regexec.c
21976 ____________________________________________________________________________
21977 [ 12620] By: sky                                   on 2001/10/24  13:18:07
21978         Log: Add support for finding shared arrays and hashes.
21979      Branch: perl
21980            ! sharedsv.c
21981 ____________________________________________________________________________
21982 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
21983         Log: Rewrite sv_uni_display() as pv_uni_display() as
21984              reimplement sv_uni_display() using that.
21985      Branch: perl
21986            ! dump.c embed.h embed.pl proto.h
21987 ____________________________________________________________________________
21988 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
21989         Log: Integrate change #12615 from maintperl;
21990              on Windows, IO::File::new_tmpfile() fails after being called
21991              32767 times because MSVCRT thinks stdio's TMP_MAX is a
21992              process-wide limit
21993      Branch: perl
21994           !> win32/win32.c
21995 ____________________________________________________________________________
21996 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
21997         Log: Don't try to print ints as IVs.
21998      Branch: perl
21999            ! ext/Time/HiRes/HiRes.xs
22000 ____________________________________________________________________________
22001 [ 12616] By: sky                                   on 2001/10/24  11:06:35
22002         Log: We only need to fetch the SV from the backend if the index
22003              is not the same as mg_private.     In theory this could be
22004              a problem if there are an exact multiple of U16 changes
22005              of a shared variable between two access in a given thread,
22006              we choose to avoid theory for now.
22007      Branch: perl
22008            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
22009 ____________________________________________________________________________
22010 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
22011         Log: on Windows, IO::File::new_tmpfile() fails after being called
22012              32767 times because MSVCRT thinks stdio's TMP_MAX is a
22013              process-wide limit
22014      Branch: maint-5.6/perl
22015            ! win32/win32.c
22016 ____________________________________________________________________________
22017 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
22018         Log: Negation and Unicode: sort of solves 20010303.010,
22019              except not quite like reported in the Subject
22020              (Perl_warner is still utf8-ignorant).
22021      Branch: perl
22022            ! pp.c t/lib/warnings/sv
22023 ____________________________________________________________________________
22024 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
22025         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
22026      Branch: perl
22027            ! sv.c t/lib/warnings/sv
22028 ____________________________________________________________________________
22029 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
22030         Log: sv_uni_display(): do not add the "...", let the caller
22031              do it if wanted, and be prepared for more display options.
22032      Branch: perl
22033            ! dump.c embed.h embed.pl proto.h
22034 ____________________________________________________________________________
22035 [ 12611] By: nick                                  on 2001/10/23  20:28:07
22036         Log: Integrate mainline
22037      Branch: perlio
22038           !> Changes configure.com cygwin/cygwin.c
22039           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
22040           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
22041           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
22042           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
22043           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
22044           !> utils/h2xs.PL utils/perldoc.PL
22045 ____________________________________________________________________________
22046 [ 12610] By: sky                                   on 2001/10/23  19:39:24
22047         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
22048              don't call themselves READONLY but still die with modification
22049              attempt. We only call bless for ext and umagic.
22050      Branch: perl
22051            ! sv.c
22052 ____________________________________________________________________________
22053 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
22054         Log: Croak() on negative time; doc tweaks.
22055      Branch: perl
22056            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
22057            ! ext/Time/HiRes/HiRes.xs
22058 ____________________________________________________________________________
22059 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
22060         Log: FAQ sync.
22061      Branch: perl
22062            ! pod/perlfaq4.pod pod/perlfaq7.pod
22063 ____________________________________________________________________________
22064 [ 12607] By: sky                                   on 2001/10/23  18:27:27
22065         Log: Call setmagic on the referent we are blessing.
22066      Branch: perl
22067            ! sv.c
22068 ____________________________________________________________________________
22069 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
22070         Log: Small test nits.
22071      Branch: perl
22072            ! t/op/lc.t
22073 ____________________________________________________________________________
22074 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
22075         Log: Update Changes.
22076      Branch: perl
22077            ! Changes patchlevel.h
22078 ____________________________________________________________________________
22079 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
22080         Log: Make the PerlIO_init() prototypes consistent.
22081      Branch: perl
22082            ! perlio.c
22083 ____________________________________________________________________________
22084 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
22085         Log: Upping the test count is a good idea.
22086      Branch: perl
22087            ! t/op/lc.t
22088 ____________________________________________________________________________
22089 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
22090         Log: Document the final sigma spot.
22091      Branch: perl
22092            ! pp.c
22093 ____________________________________________________________________________
22094 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
22095         Log: Fix multicharacter titlecase (ucfirst).
22096      Branch: perl
22097            ! pod/perlunicode.pod pp.c t/op/lc.t
22098 ____________________________________________________________________________
22099 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
22100         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
22101              From: Mikhail Zabaluev <mhz@alt-linux.org>
22102              Date: Tue, 23 Oct 2001 10:40:37 +0400
22103              Message-ID: <20011023104037.A12761@localhost.localdomain>
22104              
22105              (#12406 replaced with this)
22106      Branch: perl
22107            ! utils/perldoc.PL
22108 ____________________________________________________________________________
22109 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
22110         Log: MacOS Classic updates from Pudge.
22111      Branch: perl
22112            ! lib/File/Spec.t lib/File/Spec/Mac.pm
22113 ____________________________________________________________________________
22114 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
22115         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
22116              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22117              Date: Sun, 14 Oct 2001 23:14:46 +0200
22118              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
22119              
22120              except for the 2->4 changes.
22121      Branch: perl
22122            ! lib/AutoSplit.t
22123 ____________________________________________________________________________
22124 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
22125         Log: integrate macperl contents into maint-5.6
22126      Branch: maint-5.6/perl
22127            ! mg.c
22128           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
22129           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
22130           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
22131           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
22132           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
22133           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
22134           !> t/lib/filefind.t t/lib/filespec.t
22135 ____________________________________________________________________________
22136 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
22137         Log: At some point the #6234 has been lost from the mainline
22138              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
22139      Branch: perl
22140            ! lib/File/Spec/Win32.pm
22141 ____________________________________________________________________________
22142 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
22143         Log: Cygwin seems to round up (or closest, but not down)
22144              for time(), so half of the time (bad pun intended)
22145              Time::HiRes::time() is less than time(), half of
22146              the time it's more.  So let's try harder in the loop.
22147      Branch: perl
22148            ! ext/Time/HiRes/HiRes.t
22149 ____________________________________________________________________________
22150 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
22151         Log: MacOS Classic timeofday(), from Chris Nandor. 
22152      Branch: perl
22153            ! ext/Time/HiRes/HiRes.xs
22154 ____________________________________________________________________________
22155 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
22156         Log: Integrate changes #12580 and #12581 from macperl;
22157              
22158              Fix path construction.
22159              
22160              (Copyright) Nit.
22161      Branch: perl
22162           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
22163 ____________________________________________________________________________
22164 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
22165         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
22166              doesn't seem to help (the error being output to console, maybe?)
22167      Branch: perl
22168            ! lib/Net/Domain.pm
22169 ____________________________________________________________________________
22170 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
22171         Log: Taint the getcwd() result also in Cygwin.
22172              (TODO: which other platforms need the same thing?)
22173      Branch: perl
22174            ! cygwin/cygwin.c
22175 ____________________________________________________________________________
22176 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
22177         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
22178      Branch: perl
22179            ! t/op/taint.t
22180 ____________________________________________________________________________
22181 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
22182         Log: getpwuid() fragility continues.
22183      Branch: perl
22184            ! utils/h2xs.PL
22185 ____________________________________________________________________________
22186 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
22187         Log: getpwuid() might succeed but that's no guarantee
22188              that the $home will be defined.
22189      Branch: perl
22190            ! ext/File/Glob/t/basic.t
22191 ____________________________________________________________________________
22192 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
22193         Log: It's safer to to expand the variable, too... (see #12571)
22194      Branch: perl
22195            ! t/TEST
22196 ____________________________________________________________________________
22197 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
22198         Log: Integrate with maintperl.
22199      Branch: maint-5.6/macperl
22200           !> win32/bin/pl2bat.pl win32/win32.c
22201 ____________________________________________________________________________
22202 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
22203         Log: Oops, forgot to include Win32 ... just as well, since it
22204              seems in bleadperl, change #7764 was not included
22205              (adding C:\temp).  Re-added.  Rip it back out if it
22206              doesn't belong.  :-)
22207      Branch: maint-5.6/macperl
22208            ! lib/File/Spec/Win32.pm
22209 ____________________________________________________________________________
22210 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
22211         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
22212              From: "Craig A. Berry" <craigberry@mac.com>
22213              Date: Mon, 22 Oct 2001 15:25:19 -0500
22214              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
22215      Branch: perl
22216            ! configure.com
22217 ____________________________________________________________________________
22218 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
22219         Log: Add in lots of File::Spec changes, from Thomas Wegner,
22220              and sync with changes from bleadperl.
22221      Branch: maint-5.6/macperl
22222            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
22223            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
22224            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
22225            ! lib/File/Spec/Win32.pm t/lib/filespec.t
22226 ____________________________________________________________________________
22227 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
22228         Log: Sync with latest File::Find and tests from bleadperl.
22229      Branch: maint-5.6/macperl
22230            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
22231 ____________________________________________________________________________
22232 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
22233         Log: Nit.
22234      Branch: maint-5.6/macperl
22235            ! perl.c
22236 ____________________________________________________________________________
22237 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
22238         Log: Fix path construction.
22239      Branch: maint-5.6/macperl
22240            ! ext/DynaLoader/DynaLoader_pm.PL
22241 ____________________________________________________________________________
22242 [ 12579] By: nick                                  on 2001/10/22  19:08:35
22243         Log: Integrate mainline (for Arthurs thread.xs fix)
22244      Branch: perlio
22245           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
22246 ____________________________________________________________________________
22247 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
22248         Log: Fix up exported symbols, move relevant docs
22249              over from macperl.pod.
22250      Branch: maint-5.6/macperl
22251            ! macos/ext/MacPerl/MacPerl.pm
22252 ____________________________________________________________________________
22253 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
22254         Log: Make ADDRESS called optionally as a method.
22255      Branch: maint-5.6/macperl
22256            ! macos/lib/Mac/Glue.pm
22257 ____________________________________________________________________________
22258 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
22259         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
22260              Apple event.
22261      Branch: maint-5.6/macperl
22262            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
22263            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
22264            ! macos/macperl/MPTerminology.aete
22265 ____________________________________________________________________________
22266 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
22267         Log: Clean up some build utilities. Change Entab to Duplicate;
22268              fix docs and error reporting; improve macify() of paths;
22269              remove requirement for Exporter.pm presence.
22270      Branch: maint-5.6/macperl
22271            ! macos/InstallBLIB macos/MacPerlTests.cmd
22272            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
22273 ____________________________________________________________________________
22274 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
22275         Log: Sync Time::HiRes with bleadperl
22276      Branch: maint-5.6/macperl
22277            ! macos/bundled_ext/Time/HiRes/HiRes.pm
22278            ! macos/bundled_ext/Time/HiRes/HiRes.t
22279            ! macos/bundled_ext/Time/HiRes/HiRes.xs
22280 ____________________________________________________________________________
22281 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
22282         Log: Fix up Changes
22283      Branch: maint-5.6/macperl
22284            ! macos/Changes
22285 ____________________________________________________________________________
22286 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
22287         Log: A user might belong to only a single group
22288              (the group equal to the group id).
22289      Branch: perl
22290            ! t/op/groups.t
22291 ____________________________________________________________________________
22292 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
22293         Log: Prepending (instead of replacing with) the pwd is safer. 
22294      Branch: perl
22295            ! t/TEST
22296 ____________________________________________________________________________
22297 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
22298         Log: Be more robust if no hostname or domainname
22299              (especially the latter)
22300      Branch: perl
22301            ! lib/Net/Domain.pm
22302 ____________________________________________________________________________
22303 [ 12569] By: sky                                   on 2001/10/22  17:41:07
22304         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
22305      Branch: perl
22306            ! ext/threads/threads.xs
22307 ____________________________________________________________________________
22308 [ 12568] By: nick                                  on 2001/10/22  16:31:24
22309         Log: Integrate mainline
22310      Branch: perlio
22311           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
22312           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22313           +> ext/threads/shared/t/sv_refs.t
22314           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
22315            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
22316            - lib/unicore/To/SpecUpper.pl
22317           !> (integrate 42 files)
22318 ____________________________________________________________________________
22319 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
22320         Log: Update Changes.
22321      Branch: perl
22322            ! Changes patchlevel.h
22323 ____________________________________________________________________________
22324 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
22325         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
22326              From: Michael G Schwern <schwern@pobox.com>
22327              Date: Mon, 22 Oct 2001 03:48:38 -0400
22328              Message-ID: <20011022034838.B1676@blackrider>
22329      Branch: perl
22330            ! pod/perlvar.pod
22331 ____________________________________________________________________________
22332 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
22333         Log: Pod nits, as suggested by Stas Bekman.
22334      Branch: perl
22335            ! ext/threads/shared/shared.pm ext/threads/threads.pm
22336 ____________________________________________________________________________
22337 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
22338         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
22339              From: "Paul Marquess" <paul.marquess@openwave.com> 
22340              Date: Sun, 21 Oct 2001 21:11:15 +0100
22341              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
22342      Branch: perl
22343            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
22344            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
22345            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
22346            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
22347            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
22348            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
22349            ! ext/SDBM_File/sdbm.t
22350 ____________________________________________________________________________
22351 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
22352         Log: Integrate change #12559 from maintperl;
22353              various fixes for system() and backticks under windows
22354      Branch: perl
22355           !> win32/win32.c
22356 ____________________________________________________________________________
22357 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
22358         Log: Integrate change #12560 from maintperl;
22359              make pl2bat use %0 rather than "%0" (the latter fails to work
22360              in a lot of common cases)
22361      Branch: perl
22362           !> win32/bin/pl2bat.pl
22363 ____________________________________________________________________________
22364 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
22365         Log: Integrate changes #12549 and #12550 from maintperl;
22366              
22367              readline() doesn't work with our variables; it confuses them with
22368              my variables (change#4227 was incomplete)
22369      Branch: perl
22370            ! t/lib/strict/vars
22371           !> t/base/rs.t toke.c
22372 ____________________________________________________________________________
22373 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
22374         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
22375              in a lot of common cases)
22376      Branch: maint-5.6/perl
22377            ! win32/bin/pl2bat.pl
22378 ____________________________________________________________________________
22379 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
22380         Log: various fixes for system() and backticks under windows:
22381              
22382              * avoid munging whitespace that is passed within quotes
22383              * work around a cmd.exe misfeature that made multi-arg
22384              system() unreliable when there is more than one quoted
22385              argument
22386              * make multi-arg system() autoquote arguments as needed
22387              before passing them to the shell (this avoids having to
22388              second guess the shell quoting)
22389              * perl's -Dp switch can be used to trace the innards
22390      Branch: maint-5.6/perl
22391            ! win32/win32.c
22392 ____________________________________________________________________________
22393 [ 12558] By: nick                                  on 2001/10/22  08:58:42
22394         Log: Integrate ithreads buffer flush fix from perlio
22395      Branch: perl
22396           !> ext/threads/t/basic.t perl.c
22397 ____________________________________________________________________________
22398 [ 12557] By: nick                                  on 2001/10/22  08:35:09
22399         Log: All tests pass (legitimately) on ithreads
22400      Branch: perlio
22401            ! ext/threads/t/basic.t perl.c
22402 ____________________________________________________________________________
22403 [ 12556] By: nick                                  on 2001/10/22  06:51:22
22404         Log: Integrate non-ithreads fix to mainline
22405      Branch: perl
22406           !> perlio.c
22407 ____________________________________________________________________________
22408 [ 12555] By: nick                                  on 2001/10/22  06:48:33
22409         Log: Restore non-ithreads build. Interestingly binmode test passes
22410              non-ithreads - so crlf layer is not damaged and ithreads fail
22411              is a symptom ...
22412      Branch: perlio
22413            ! perlio.c
22414 ____________________________________________________________________________
22415 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
22416         Log: Integrate from perlio; restructuring.
22417      Branch: perl
22418           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
22419           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
22420           !> win32/perlhost.h
22421 ____________________________________________________________________________
22422 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
22423         Log: Integrate from maintperl
22424              (Changes 12350, 12496, 12548, 12549, 12550)
22425      Branch: maint-5.6/macperl
22426           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
22427           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
22428 ____________________________________________________________________________
22429 [ 12552] By: nick                                  on 2001/10/21  19:18:12
22430         Log: Win32 PerlIO_cleanup special cases should no longer be required.
22431      Branch: perlio
22432            ! perl.c
22433 ____________________________________________________________________________
22434 [ 12551] By: nick                                  on 2001/10/21  19:16:56
22435         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
22436      Branch: perlio
22437            ! win32/makefile.mk
22438 ____________________________________________________________________________
22439 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
22440         Log: change#12549 wasn't aware of strictures
22441      Branch: maint-5.6/perl
22442            ! t/pragma/strict-vars toke.c
22443 ____________________________________________________________________________
22444 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
22445         Log: readline() doesn't work with our variables; it confuses them with
22446              my variables (change#4227 was incomplete)
22447      Branch: maint-5.6/perl
22448            ! t/base/rs.t toke.c
22449 ____________________________________________________________________________
22450 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
22451         Log: change#12220 appears to have pulled in a mainline change that
22452              isn't applicable to maint-5.6 (some platforms don't taint
22453              cwd)
22454      Branch: maint-5.6/perl
22455            ! t/lib/filefind-taint.t
22456 ____________________________________________________________________________
22457 [ 12547] By: nick                                  on 2001/10/21  17:15:54
22458         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
22459              for them. Call explicit cleanup during destruct process.
22460              - one binmode test is failing
22461              - also ext/threads/t/basic.t fails under make test, and is noisy under
22462              harness. (Threads results are intermingled and don't match order expected.)
22463      Branch: perlio
22464            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
22465            ! perlio.h perliol.h pod/perlapi.pod sv.c
22466 ____________________________________________________________________________
22467 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
22468         Log: Implement multicharacter case mappings where a single
22469              Unicode character can be mapped into several.
22470      Branch: perl
22471            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
22472            - lib/unicore/To/SpecUpper.pl
22473            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
22474            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
22475            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
22476            ! proto.h t/op/lc.t utf8.c
22477 ____________________________________________________________________________
22478 [ 12545] By: sky                                   on 2001/10/21  15:25:16
22479         Log: First support of threads::shared, support shared svs and references.
22480      Branch: perl
22481            + ext/threads/shared/Makefile.PL ext/threads/shared/README
22482            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22483            + ext/threads/shared/t/sv_refs.t
22484            + ext/threads/shared/t/sv_simple.t
22485            ! MANIFEST sharedsv.c
22486 ____________________________________________________________________________
22487 [ 12544] By: nick                                  on 2001/10/21  14:52:35
22488         Log: PerlIO layer table as PL_perlio (per-interpreter)
22489      Branch: perlio
22490            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
22491            ! pod/perlapi.pod sv.c
22492 ____________________________________________________________________________
22493 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
22494         Log: Prettyprinting.
22495      Branch: perl
22496            ! pod/perlunicode.pod
22497 ____________________________________________________________________________
22498 [ 12542] By: ams                                   on 2001/10/21  03:50:25
22499         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
22500              From: "Sean M. Burke" <sburke@cpan.org>
22501              Date: Sat, 20 Oct 2001 17:51:09 -0600
22502              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
22503      Branch: perl
22504            + pod/perlpodspec.pod
22505            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
22506            ! pod/perltoc.pod
22507 ____________________________________________________________________________
22508 [ 12541] By: nick                                  on 2001/10/20  22:23:53
22509         Log: Fix typos in new locking on MemShared
22510              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
22511              - seems to make segfaults more deterministic - suspect they are 
22512              attempt to free() after Interp and Host have gone.
22513      Branch: perlio
22514            ! perlio.c win32/perlhost.h
22515 ____________________________________________________________________________
22516 [ 12540] By: nick                                  on 2001/10/20  21:50:46
22517         Log: Remove the MemShared re-#define (again)
22518      Branch: perlio
22519            ! perlio.c
22520 ____________________________________________________________________________
22521 [ 12539] By: nick                                  on 2001/10/20  21:49:06
22522         Log: Use locks on MemShared
22523      Branch: perlio
22524            ! win32/perlhost.h
22525 ____________________________________________________________________________
22526 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
22527         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
22528              From: "chromatic" <chromatic@rmci.net>
22529              Date: Sat, 20 Oct 2001 11:13:47 -0600
22530              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
22531      Branch: perl
22532            ! installhtml
22533 ____________________________________________________________________________
22534 [ 12537] By: nick                                  on 2001/10/20  16:44:03
22535         Log: Integrate mainline
22536      Branch: perlio
22537           !> (integrate 48 files)
22538 ____________________________________________________________________________
22539 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
22540         Log: Update Changes.
22541      Branch: perl
22542            ! Changes patchlevel.h
22543 ____________________________________________________________________________
22544 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
22545         Log: Upgrade to podlators 1.11, from Russ Allbery.
22546      Branch: perl
22547            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
22548            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
22549            ! pod/pod2man.PL pod/pod2text.PL
22550 ____________________________________________________________________________
22551 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
22552         Log: Integrate perlio change #12532:
22553              introduce and use PerlIO_intmod2str().
22554      Branch: perl
22555           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
22556 ____________________________________________________________________________
22557 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
22558         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
22559      Branch: perl
22560            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
22561 ____________________________________________________________________________
22562 [ 12532] By: nick                                  on 2001/10/20  14:25:37
22563         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
22564              Use for non-PERLIO fdupopen().
22565      Branch: perlio
22566            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
22567 ____________________________________________________________________________
22568 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
22569         Log: Integrate perlio: PerlIO win32 fixes.
22570      Branch: perl
22571           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
22572           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
22573           !> proto.h sv.h win32/win32io.c
22574 ____________________________________________________________________________
22575 [ 12530] By: nick                                  on 2001/10/20  12:53:30
22576         Log: Fixed in two places - p4 resolve
22577      Branch: perlio
22578            ! perlsdio.h
22579 ____________________________________________________________________________
22580 [ 12529] By: nick                                  on 2001/10/20  12:51:05
22581         Log: Fix for ithreads/stdio build
22582      Branch: perlio
22583            ! perlio.c perlsdio.h
22584 ____________________________________________________________________________
22585 [ 12528] By: ams                                   on 2001/10/20  12:13:25
22586         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
22587              From: Michael G Schwern <schwern@pobox.com>
22588              Date: Sat, 20 Oct 2001 01:41:21 -0400
22589              Message-Id: <20011020014121.I3681@blackrider>
22590      Branch: perl
22591            ! installman
22592 ____________________________________________________________________________
22593 [ 12527] By: ams                                   on 2001/10/20  12:09:41
22594         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
22595              From: Michael G Schwern <schwern@pobox.com>
22596              Date: Sat, 20 Oct 2001 02:04:21 -0400
22597              Message-Id: <20011020020421.A11732@blackrider>
22598      Branch: perl
22599            ! lib/Pod/Checker.pm
22600 ____________________________________________________________________________
22601 [ 12526] By: ams                                   on 2001/10/20  11:59:41
22602         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
22603              From: "chromatic" <chromatic@rmci.net>
22604              Date: Fri, 19 Oct 2001 22:46:39 -0600
22605              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
22606      Branch: perl
22607            ! lib/Net/Config.pm
22608 ____________________________________________________________________________
22609 [ 12525] By: nick                                  on 2001/10/20  11:16:18
22610         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
22611              Perl_sv_setsv_flags directly.
22612      Branch: perlio
22613            ! ext/threads/threads.xs
22614 ____________________________________________________________________________
22615 [ 12524] By: nick                                  on 2001/10/20  10:28:17
22616         Log: Add a new flag character 'm' to embed.pl set to represent
22617              "functions" which are really macros. Use it foe the troublesome
22618              sv_setsv() etc. macros in sv.h - changing latter to define
22619              sv_setsv rather than sv_setsv_macro etc.
22620      Branch: perlio
22621            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
22622            ! pod/perlapi.pod proto.h sv.h
22623 ____________________________________________________________________________
22624 [ 12523] By: nick                                  on 2001/10/20  09:17:17
22625         Log: Add comments explaining why win32.h/embed.h are included where they are
22626              in perl.h 
22627      Branch: perlio
22628            ! perl.h
22629 ____________________________________________________________________________
22630 [ 12522] By: nick                                  on 2001/10/20  08:27:44
22631         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
22632              being used yet.
22633      Branch: perlio
22634            ! win32/win32io.c
22635 ____________________________________________________________________________
22636 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
22637         Log: Wording tweaks.
22638      Branch: perl
22639            ! t/TEST
22640 ____________________________________________________________________________
22641 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
22642         Log: Subject: IO module with nonblocking socket connect patch 
22643              From: Raul Dias <raul@dias.com.br>
22644              Date: Fri, 19 Oct 2001 22:45:32 -0300
22645              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
22646      Branch: perl
22647            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
22648 ____________________________________________________________________________
22649 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
22650         Log: Test vertical whitespace combined with /x in \p{}.
22651      Branch: perl
22652            ! t/op/pat.t
22653 ____________________________________________________________________________
22654 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
22655         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
22656              From: Gisle Aas <gisle@ActiveState.com> 
22657              Date: 19 Oct 2001 16:46:02 -0700
22658              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
22659      Branch: perl
22660            ! lib/ExtUtils/MakeMaker.pm
22661 ____________________________________________________________________________
22662 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
22663         Log: No more this symbol.
22664      Branch: perl
22665            ! makedef.pl
22666 ____________________________________________________________________________
22667 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
22668         Log: Integrate change #12511; fix gross win32 build issues.
22669      Branch: perl
22670           !> makedef.pl sv.c
22671 ____________________________________________________________________________
22672 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
22673         Log: Unpack in scalar context should return the first value
22674              returned in list context, as pointed out by Ton Hospel
22675              in 2001-05-21 (this is how it works already in blead,
22676              just adding the test).
22677      Branch: perl
22678            ! t/op/pack.t
22679 ____________________________________________________________________________
22680 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
22681         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
22682              From: "Craig A. Berry" <craigberry@mac.com>
22683              Date: Fri, 19 Oct 2001 16:59:30 -0500
22684              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
22685      Branch: perl
22686            ! utils/perldoc.PL
22687 ____________________________________________________________________________
22688 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
22689         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
22690              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22691              Date: Fri, 19 Oct 2001 17:45:23 EDT
22692              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
22693      Branch: perl
22694            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
22695            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
22696            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
22697            ! vms/vmsish.h
22698 ____________________________________________________________________________
22699 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
22700         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
22701              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22702              Date: Fri, 19 Oct 2001 17:26:35 EDT
22703              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
22704      Branch: perl
22705            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
22706 ____________________________________________________________________________
22707 [ 12511] By: nick                                  on 2001/10/19  19:55:36
22708         Log: Fix gross win32 build issues
22709      Branch: perlio
22710            ! makedef.pl sv.c
22711 ____________________________________________________________________________
22712 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
22713         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
22714              From: David Dyck <dcd@tc.fluke.com>
22715              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
22716              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
22717      Branch: perl
22718            ! lib/File/Find.pm
22719 ____________________________________________________________________________
22720 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
22721         Log: Subject: Re: PerlIO and Encode
22722              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22723              Date: Tue, 16 Oct 2001 01:50:16 +0900
22724              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
22725      Branch: perl
22726            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
22727            ! ext/Encode/Encode/Tcl.t
22728 ____________________________________________________________________________
22729 [ 12508] By: ams                                   on 2001/10/19  17:59:16
22730         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
22731              (See #12499)
22732      Branch: perl
22733            ! pod/perlintro.pod
22734 ____________________________________________________________________________
22735 [ 12507] By: nick                                  on 2001/10/19  16:30:43
22736         Log: Integrate mainline
22737      Branch: perlio
22738           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
22739           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
22740           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
22741           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
22742           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
22743           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
22744           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
22745           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
22746           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
22747           +> win32/config_H.win64
22748            - lib/Test/Utils.pm lib/unicore/mktables.PL
22749            - t/lib/Test/Simple/Catch/More.pm
22750           !> (integrate 84 files)
22751 ____________________________________________________________________________
22752 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
22753         Log: Retract the #10451 which seems to be the cause
22754              of the major leakage from while(){eval"sub{}"}
22755      Branch: perl
22756            ! op.c t/run/kill_perl.t
22757 ____________________________________________________________________________
22758 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
22759         Log: Regen toc.
22760      Branch: perl
22761            ! pod/perltoc.pod
22762 ____________________________________________________________________________
22763 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
22764         Log: Tiny tweaks.
22765      Branch: perl
22766            ! pod/perl.pod
22767 ____________________________________________________________________________
22768 [ 12503] By: ams                                   on 2001/10/19  13:34:24
22769         Log: Subject: Re: perlintro.pod
22770              From: Abe Timmerman <abe@ztreet.demon.nl>
22771              Date: Fri, 19 Oct 2001 14:12:40 +0200
22772              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
22773      Branch: perl
22774            ! pod/perlintro.pod
22775 ____________________________________________________________________________
22776 [ 12502] By: ams                                   on 2001/10/19  13:24:12
22777         Log: Slight reorganisation of references.
22778      Branch: perl
22779            ! pod/perl.pod
22780 ____________________________________________________________________________
22781 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
22782         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
22783              From: Kay Röpke <kroepke@dolphin-services.de>
22784              Date: Fri, 19 Oct 2001 14:04:01 +0200 
22785              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
22786      Branch: perl
22787            ! lib/ExtUtils/MakeMaker.pm
22788 ____________________________________________________________________________
22789 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
22790         Log: Unicode categories continue:
22791              implement Category=, Script=, Block=
22792              (these are based on an upcoming update of TR#18)
22793              Fix a bug where we got two In categories named "old italic",
22794              and another where shortcut for the Is categories wasn't taken.
22795      Branch: perl
22796            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
22797            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
22798            ! pod/perlunicode.pod t/op/pat.t
22799 ____________________________________________________________________________
22800 [ 12499] By: ams                                   on 2001/10/19  01:42:29
22801         Log: Subject: a small patch to perlintro.pod.
22802              From: Autrijus Tang <autrijus@autrijus.org>
22803              Date: Fri, 19 Oct 2001 01:45:51 +0800
22804              Message-Id: <20011019014551.A35625@not.autrijus.org>
22805              (Applied by hand with nits.)
22806      Branch: perl
22807            ! pod/perlintro.pod
22808 ____________________________________________________________________________
22809 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
22810         Log: Subject: [PATCH] OpenBSD hints for ithreads
22811              From: Andy Dougherty <doughera@lafayette.edu>
22812              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
22813              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
22814      Branch: perl
22815            ! hints/openbsd.sh
22816 ____________________________________________________________________________
22817 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
22818         Log: Retract #12446; the problem solved by #12474.
22819      Branch: perl
22820            ! hints/aix.sh
22821 ____________________________________________________________________________
22822 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
22823         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
22824              message and suppress line number info (from Steve Hay
22825              <Steve.Hay@uk.radan.com>)
22826      Branch: maint-5.6/perl
22827            ! lib/Carp/Heavy.pm
22828 ____________________________________________________________________________
22829 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
22830         Log: More documented In categories.
22831      Branch: perl
22832            ! pod/perlunicode.pod
22833 ____________________________________________________________________________
22834 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
22835         Log: Update Changes.
22836      Branch: perl
22837            ! Changes patchlevel.h
22838 ____________________________________________________________________________
22839 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
22840         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
22841      Branch: perl
22842            ! MANIFEST
22843 ____________________________________________________________________________
22844 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
22845         Log: Wrong skip() arguments.
22846      Branch: perl
22847            ! ext/B/t/terse.t
22848 ____________________________________________________________________________
22849 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
22850         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
22851              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22852              Date: Wed, 17 Oct 2001 09:10:53 EDT 
22853              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
22854      Branch: perl
22855            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
22856            ! pod/perlapi.pod vms/vms.c
22857 ____________________________________________________________________________
22858 [ 12490] By: ams                                   on 2001/10/18  09:31:00
22859         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
22860              From: Mark-Jason Dominus <mjd@plover.com>
22861              Date: Thu, 18 Oct 2001 06:25:35 -0400
22862              Message-Id: <20011018102535.19264.qmail@plover.com>
22863      Branch: perl
22864            ! pod/perl.pod
22865 ____________________________________________________________________________
22866 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
22867         Log: Prettyprinting.
22868      Branch: perl
22869            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
22870 ____________________________________________________________________________
22871 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
22872         Log: Regen toc.
22873      Branch: perl
22874            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22875 ____________________________________________________________________________
22876 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
22877         Log: Add perlintro, from Skud.
22878      Branch: perl
22879            + pod/perlintro.pod
22880            ! MANIFEST
22881 ____________________________________________________________________________
22882 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
22883         Log: FAQ sync.
22884      Branch: perl
22885            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
22886            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
22887            ! pod/perlfaq8.pod pod/perlfaq9.pod
22888 ____________________________________________________________________________
22889 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
22890         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
22891              in speed (upto 20% speedup in certain operations) but meanwhile
22892              regexps and arithmetics got slower (5-10%) (according to
22893              perlbench average speedup is negligible, and within measuring
22894              flutter, 1%).  Therefore retracting all the changes
22895              aimed at getting -std1 to compile cleanly:  #12475, #12476,
22896              #12479, #12480, #12481, #12482, #12483, #12484.
22897      Branch: perl
22898            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
22899            ! pp_hot.c pp_sys.c toke.c
22900 ____________________________________________________________________________
22901 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
22902         Log: (retracted by #12485)
22903              Strict ANSI doesn't like the third argument of main()
22904              so enable ignoring it if using ultra picky compiler.
22905      Branch: perl
22906            ! miniperlmain.c
22907 ____________________________________________________________________________
22908 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
22909         Log: (retracted by #12485)
22910              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
22911      Branch: perl
22912            ! perl.h
22913 ____________________________________________________________________________
22914 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
22915         Log: (retracted by #12485)
22916              Add explanatory comment.
22917      Branch: perl
22918            ! mg.c
22919 ____________________________________________________________________________
22920 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
22921         Log: (retracted by #12485)
22922              More dollar$hiding.
22923      Branch: perl
22924            ! doio.c perl.h pp_sys.c
22925 ____________________________________________________________________________
22926 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
22927         Log: (retracted by #12485)
22928              KISS.
22929      Branch: perl
22930            ! mg.c
22931 ____________________________________________________________________________
22932 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
22933         Log: (retracted by #12485)
22934              Thou shalt not #ifdef inside macro invocations,
22935              noticed by Rafael Garcia-Suarez.
22936      Branch: perl
22937            ! mg.c
22938 ____________________________________________________________________________
22939 [ 12478] By: ams                                   on 2001/10/17  18:50:55
22940         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
22941              From: Anton Berezin <tobez@tobez.org>
22942              Date: Wed, 17 Oct 2001 18:25:48 +0200
22943              Message-Id: <20011017182548.A12082@heechee.tobez.org>
22944      Branch: perl
22945            ! pp_sys.c
22946 ____________________________________________________________________________
22947 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
22948         Log: (retracted by #12485)
22949              Unterminated #ifdef.
22950      Branch: perl
22951            ! mg.c
22952 ____________________________________________________________________________
22953 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
22954         Log: (retracted by #12485)
22955              Avoid dollar signs in identifiers (in non-VMS) to
22956              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
22957      Branch: perl
22958            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
22959            ! toke.c
22960 ____________________________________________________________________________
22961 [ 12474] By: ams                                   on 2001/10/17  15:14:50
22962         Log: Subject: Two AIX patches
22963              From: H.Merijn Brand <h.m.brand@hccnet.nl>
22964              Date: Wed, 17 Oct 2001 18:04:35 +0200
22965              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
22966      Branch: perl
22967            ! hints/aix.sh makedef.pl
22968 ____________________________________________________________________________
22969 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
22970         Log: Limiting the Time::HiRes::sleep and usleep to
22971              one second is not a good policy if drop-in
22972              replacement is still a goal.
22973      Branch: perl
22974            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
22975            ! ext/Time/HiRes/HiRes.xs
22976 ____________________________________________________________________________
22977 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
22978         Log: Subject: [PATCH] Test::Simple 0.32
22979              From: Michael G Schwern <schwern@pobox.com> 
22980              Date: Wed, 17 Oct 2001 03:42:41 -0400
22981              Message-ID: <20011017034241.A25038@blackrider>
22982      Branch: perl
22983            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
22984            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
22985            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
22986            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
22987            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
22988            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
22989            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
22990            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
22991            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
22992            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22993            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
22994            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
22995            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
22996            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
22997            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
22998            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
22999            ! t/lib/Test/Simple/Catch.pm
23000            ! t/lib/Test/Simple/sample_tests/five_fail.plx
23001 ____________________________________________________________________________
23002 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
23003         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
23004              From: Michael G Schwern <schwern@pobox.com> 
23005              Date: Wed, 17 Oct 2001 04:04:13 -0400
23006              Message-ID: <20011017040413.C25550@blackrider>
23007      Branch: perl
23008            ! t/TEST t/harness vms/test.com
23009 ____________________________________________________________________________
23010 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
23011         Log: Regen doc with perlmodstyle added.
23012      Branch: perl
23013            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23014 ____________________________________________________________________________
23015 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
23016         Log: Pod cleanup.
23017      Branch: perl
23018            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
23019 ____________________________________________________________________________
23020 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
23021         Log: Subject: perlmodstyle as a patch
23022              From: Kirrily Robert <skud@infotrope.net>
23023              Date: Tue, 16 Oct 2001 22:47:23 -0400
23024              Message-ID: <20011016224723.A20673@infotrope.net>
23025      Branch: perl
23026            + pod/perlmodstyle.pod
23027            ! MANIFEST
23028 ____________________________________________________________________________
23029 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
23030         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
23031              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
23032              Date: Thu, 6 Sep 2001 11:09:40 +0100
23033              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
23034              
23035              Mention also the develooper p5p archive.
23036      Branch: perl
23037            ! pod/perlhack.pod
23038 ____________________________________________________________________________
23039 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
23040         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
23041              From: Kay Röpke <kroepke@dolphin-services.de>
23042              Date: Tue, 16 Oct 2001 17:23:52 +0200
23043              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
23044      Branch: perl
23045            ! lib/ExtUtils/MakeMaker.pm
23046 ____________________________________________________________________________
23047 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
23048         Log: Add the special casing mappings (from SpecCase.txt)
23049              (except for the hyper special case mappings that have
23050              the condition list); the special casing mappings are
23051              unused for now.  Small tidying up on mktables.
23052      Branch: perl
23053            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
23054            + lib/unicore/To/SpecUpper.pl
23055            ! lib/unicore/mktables
23056 ____________________________________________________________________________
23057 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
23058         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
23059              From: "David H. Adler" <dha@panix.com>       
23060              Date: Tue, 16 Oct 2001 11:59:35 -0400
23061              Message-ID: <20011016115935.A13078@panix.com>
23062              
23063              Subject: [ PATCH ] perldata patch, revised
23064              From: "David H. Adler" <dha@panix.com>     
23065              Date: Tue, 16 Oct 2001 18:26:49 -0400
23066              Message-ID: <20011016182649.C23970@panix.com>
23067      Branch: perl
23068            ! pod/perldata.pod pod/perlop.pod
23069 ____________________________________________________________________________
23070 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
23071         Log: Integrate perlio: PerlIO_dup (for all but Win32).
23072      Branch: perl
23073           !> embed.h embed.pl ext/Encode/Encode.xs
23074           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
23075           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
23076           !> win32/win32io.c
23077 ____________________________________________________________________________
23078 [ 12462] By: nick                                  on 2001/10/16  19:11:30
23079         Log: PerlIOXxxx_dups for all but Win32
23080      Branch: perlio
23081            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
23082            ! ext/PerlIO/Via/Via.xs
23083 ____________________________________________________________________________
23084 [ 12461] By: nick                                  on 2001/10/16  18:28:48
23085         Log: Implement PerlIOStdio_dup (explains core dumps - dup
23086              was not setting up a FILE * to be fclosed()).
23087      Branch: perlio
23088            ! perlio.c
23089 ____________________________________________________________________________
23090 [ 12460] By: nick                                  on 2001/10/16  17:31:47
23091         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
23092              overflow.
23093      Branch: perlio
23094            ! perlio.c
23095 ____________________________________________________________________________
23096 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
23097         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
23098              From: "Craig A. Berry" <craigberry@mac.com>
23099              Date: Tue, 16 Oct 2001 13:08:38 -0500
23100              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
23101      Branch: perl
23102            ! configure.com
23103 ____________________________________________________________________________
23104 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
23105         Log: Can't expect too much accuracy from a sleep of one second.
23106              (I think this will also fail with high load.)
23107      Branch: perl
23108            ! ext/Time/HiRes/HiRes.t
23109 ____________________________________________________________________________
23110 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
23111         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
23112              From: "Werner, Randolf" <randolf.werner@sap.com>
23113              Date: Tue, 16 Oct 2001 18:33:02 +0200
23114              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
23115      Branch: perl
23116            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
23117            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
23118 ____________________________________________________________________________
23119 [ 12456] By: nick                                  on 2001/10/16  14:08:16
23120         Log: Builds under ithreads (but fails all threads tests)
23121      Branch: perlio
23122            ! hv.c perlio.c sv.c
23123 ____________________________________________________________________________
23124 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
23125         Log: I think the Perl_sortsv needs *not* be skipped?
23126      Branch: perl
23127            ! makedef.pl
23128 ____________________________________________________________________________
23129 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
23130         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
23131              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
23132              Date: Tue, 16 Oct 2001 15:32:44 +0200
23133              Message-ID: <3BCC531C.11494.3E433F@localhost>
23134      Branch: perl
23135            ! t/op/groups.t
23136 ____________________________________________________________________________
23137 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
23138         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
23139              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
23140              Date: Tue, 16 Oct 2001 15:01:04 +0200
23141              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
23142      Branch: perl
23143            ! t/io/fs.t
23144 ____________________________________________________________________________
23145 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
23146         Log: A forgotten deletion.
23147      Branch: perl
23148            - lib/unicore/mktables.PL
23149 ____________________________________________________________________________
23150 [ 12451] By: nick                                  on 2001/10/16  11:32:48
23151         Log: Skeleton of "PerlIO_dup" coded.
23152              Still-passes all tests non-threaded (well it would wouldn't it!)
23153      Branch: perlio
23154            ! embed.h embed.pl ext/Encode/Encode.xs
23155            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
23156            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
23157            ! win32/win32io.c
23158 ____________________________________________________________________________
23159 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
23160         Log: Document the problem with the swash_fetch() API that affects
23161              more complex case conversions.
23162      Branch: perl
23163            ! lib/utf8_heavy.pl utf8.c
23164 ____________________________________________________________________________
23165 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
23166         Log: Make Time::HiRes::sleep() and usleep() to return
23167              the number of seconds (a floating point value) and 
23168              microseconds (an integer) actually slept (well,
23169              modulo the time spent in measuring the time actually
23170              slept...), to be a better drop-in replacement for
23171              the builtin sleep().  Noticed by Chris Nandor.
23172              
23173              Also make usleep() to croak if fed illegal number
23174              of useconds (anything greater than 1_000_000).
23175      Branch: perl
23176            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
23177            ! ext/Time/HiRes/HiRes.xs
23178 ____________________________________________________________________________
23179 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
23180         Log: A missing SvREFCNT_dec.
23181      Branch: perl
23182            ! perl.c
23183 ____________________________________________________________________________
23184 [ 12447] By: nick                                  on 2001/10/15  20:27:53
23185         Log: Beginings of PerlIO_dup support (unstable)
23186      Branch: perlio
23187            ! perlio.c perliol.h
23188 ____________________________________________________________________________
23189 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
23190         Log: (retracted by #12497)
23191              In AIX vac 5 just can't seem to get regcomp right.
23192      Branch: perl
23193            ! hints/aix.sh
23194 ____________________________________________________________________________
23195 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
23196         Log: Bump the version number to agree with the maintperl one.
23197      Branch: perl
23198            ! lib/Tie/RefHash.pm
23199 ____________________________________________________________________________
23200 [ 12444] By: nick                                  on 2001/10/15  15:59:57
23201         Log: Integrate mainline
23202      Branch: perlio
23203           +> lib/Math/BigInt/t/Math/Subclass.pm
23204           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
23205           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
23206           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
23207           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
23208           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
23209           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
23210           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
23211           +> lib/unicore/mktables
23212            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
23213            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
23214            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
23215            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
23216            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
23217            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
23218            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
23219            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
23220            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
23221            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
23222            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
23223            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
23224            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
23225            - lib/unicore/syllables.txt
23226           !> (integrate 344 files)
23227 ____________________________________________________________________________
23228 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
23229         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
23230      Branch: perl
23231            ! ext/DB_File/DB_File.xs
23232 ____________________________________________________________________________
23233 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
23234         Log: Sync the skip() amounts with the number of tests.
23235      Branch: perl
23236            ! lib/Term/Complete.t
23237 ____________________________________________________________________________
23238 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
23239         Log: Update Changes.
23240      Branch: perl
23241            ! Changes patchlevel.h
23242 ____________________________________________________________________________
23243 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
23244         Log: MacOS Classic catdir() rewrite from Thomas Wegner
23245              (backward incompatibility, but a deliberate one,
23246              the old version simply is broken in its logic),
23247              also documentation updates, and as suggested replicated
23248              the File::Spec::Unix documentation updates also on the
23249              File::Spec documentation.
23250              
23251              TODO: there seems to be duplication of documentation
23252              between File::Spec and File::Spec::Unix.  I think
23253              the ::Unix should be left only with specific UNIXisms,
23254              and all the generic documentation should be in ::Spec.
23255      Branch: perl
23256            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
23257            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
23258            ! lib/File/Spec/Unix.pm
23259 ____________________________________________________________________________
23260 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
23261         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
23262              From: Blair Zajac <blair@orcaware.com>
23263              Date: Mon, 24 Sep 2001 11:48:58 -0700
23264              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
23265              
23266              (the skip() messages)
23267      Branch: perl
23268            ! t/op/magic.t
23269 ____________________________________________________________________________
23270 [ 12438] By: ams                                   on 2001/10/14  23:43:59
23271         Log: Subject: [PATCH] make PerlIO default on VMS
23272              From: "Craig A. Berry" <craigberry@mac.com>
23273              Date: Sun, 14 Oct 2001 15:27:18 -0500
23274              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
23275      Branch: perl
23276            ! configure.com
23277 ____________________________________________________________________________
23278 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
23279         Log: Retract #12436 (Abhijit already did this at #12426)
23280      Branch: perl
23281            ! lib/ExtUtils/MM_Unix.pm
23282 ____________________________________________________________________________
23283 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
23284         Log: (retracted by #12437)
23285              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
23286              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
23287              Date: Sat, 13 Oct 2001 20:33:55 +0200
23288              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
23289      Branch: perl
23290            ! lib/ExtUtils/MM_Unix.pm
23291 ____________________________________________________________________________
23292 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
23293         Log: Subject: h2xs grammar nit
23294              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23295              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
23296              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
23297      Branch: perl
23298            ! utils/h2xs.PL
23299 ____________________________________________________________________________
23300 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
23301         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
23302              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
23303              Date: Sun, 14 Oct 2001 11:25:08 +0100
23304              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
23305      Branch: perl
23306            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
23307            ! warnings.pl
23308 ____________________________________________________________________________
23309 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
23310         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
23311              for File::Spec::Mac::catfile)
23312      Branch: perl
23313            ! lib/h2xs.t
23314 ____________________________________________________________________________
23315 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
23316         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
23317              From: Nicholas Clark <nick@ccl4.org>
23318              Date: Sat, 13 Oct 2001 00:07:31 +0100
23319              Message-ID: <20011013000731.D67535@plum.flirble.org>
23320      Branch: perl
23321            ! lib/h2xs.t utils/h2xs.PL
23322 ____________________________________________________________________________
23323 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
23324         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
23325              before DEFINE and INC), and repent by taking DEFINE and
23326              INC away from PASTHRU.
23327      Branch: perl
23328            ! lib/ExtUtils/MM_Unix.pm
23329 ____________________________________________________________________________
23330 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
23331         Log: More MANIFEST anomalies.
23332      Branch: perl
23333            ! MANIFEST
23334 ____________________________________________________________________________
23335 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
23336         Log: Not that many.
23337      Branch: perl
23338            ! MANIFEST
23339 ____________________________________________________________________________
23340 [ 12428] By: sky                                   on 2001/10/13  20:59:27
23341         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
23342              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23343              Date: Sat, 13 Oct 2001 23:15:55 +0200
23344              Message-ID: <20011013231555.A18071@rafael>
23345      Branch: perl
23346            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
23347            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
23348 ____________________________________________________________________________
23349 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
23350         Log: Rewrite mktables from scratch.
23351              - Cleaner.
23352              - Faster: 15-20 seconds as opposed to several minutes.
23353              - More dynamic: the names of the various categories
23354              such as the linebreak ones are dynamic, not static.
23355              - Is.pl: long names for the general category properties
23356              are now available.
23357              - Ranges (<... ,First>, <..., Last>) from the general
23358              categories work now.
23359              - No more mktables.PL because the mktables.PL is not
23360              and never has been run to create a mktables.
23361              - syllables.txt and Is/Syl*.pl removed: non-standard
23362              (not part of the Unicode), and the whole concept is
23363              being reworked (http://syllabary.sourceforge.net/),
23364              the old way wouldn't even work with the new Syllables.txt
23365              (it would result in 1000+ new categories)
23366      Branch: perl
23367            + lib/unicore/In/163.pl lib/unicore/In/164.pl
23368            + lib/unicore/In/165.pl lib/unicore/In/166.pl
23369            + lib/unicore/In/167.pl lib/unicore/In/168.pl
23370            + lib/unicore/In/169.pl lib/unicore/In/170.pl
23371            + lib/unicore/In/171.pl lib/unicore/Is.pl
23372            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
23373            + lib/unicore/mktables
23374            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
23375            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
23376            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
23377            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
23378            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
23379            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
23380            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
23381            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
23382            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
23383            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
23384            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
23385            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
23386            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
23387            - lib/unicore/syllables.txt
23388            ! (edit 304 files)
23389 ____________________________________________________________________________
23390 [ 12426] By: ams                                   on 2001/10/13  18:05:36
23391         Log: ExtUtils::MM_Unix should ignore comments when searching for
23392              $VERSION.
23393      Branch: perl
23394            ! lib/ExtUtils/MM_Unix.pm
23395 ____________________________________________________________________________
23396 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
23397         Log: Subject: Re: New module XML::Clean
23398              From: andreas.koenig@anima.de (Andreas J. Koenig)
23399              Date: 13 Oct 2001 10:17:09 +0200
23400              Message-ID: <m37ku0t0my.fsf@anima.de>
23401      Branch: perl
23402            ! pod/perlnewmod.pod
23403 ____________________________________________________________________________
23404 [ 12424] By: sky                                   on 2001/10/13  09:39:59
23405         Log: Set thread stack size if needed.
23406      Branch: perl
23407            ! ext/threads/threads.xs
23408 ____________________________________________________________________________
23409 [ 12423] By: sky                                   on 2001/10/13  09:36:49
23410         Log: We do want to set the attribute to joinable even on modern posix
23411              platforms.
23412      Branch: perl
23413            ! ext/threads/threads.xs
23414 ____________________________________________________________________________
23415 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
23416         Log: Subject: [PATCH ext/Data/Dumper.xs]
23417              From: Brian Ingerson <ingy@ttul.org>
23418              Date: Fri, 12 Oct 2001 19:32:35 -0700
23419              Message-ID: <20011012193235.B889@ttul.org>
23420      Branch: perl
23421            ! ext/Data/Dumper/Dumper.xs
23422 ____________________________________________________________________________
23423 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
23424         Log: Update Changes.
23425      Branch: perl
23426            ! Changes patchlevel.h
23427 ____________________________________________________________________________
23428 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
23429         Log: FAQ sync.
23430      Branch: perl
23431            ! pod/perlfaq3.pod pod/perlfaq4.pod
23432 ____________________________________________________________________________
23433 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
23434         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
23435              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
23436              Date: Fri, 12 Oct 2001 11:51:05 -0700
23437              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
23438      Branch: perl
23439            ! lib/File/Copy.pm
23440 ____________________________________________________________________________
23441 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
23442         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
23443              From: "chromatic" <chromatic@rmci.net>     
23444              Date: Thu, 11 Oct 2001 10:57:55 -0600
23445              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
23446              
23447              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
23448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23449              Date: Thu, 11 Oct 2001 22:34:21 +0200
23450              Message-ID: <20011011223421.A693@rafael>     
23451              
23452              plus undef $Term::Complete::stty as suggested by Rafael.
23453      Branch: perl
23454            ! lib/Term/Complete.pm lib/Term/Complete.t
23455 ____________________________________________________________________________
23456 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
23457         Log: UUnndduupplleexx..
23458      Branch: perl
23459            ! perl.h
23460 ____________________________________________________________________________
23461 [ 12416] By: sky                                   on 2001/10/12  20:16:19
23462         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
23463              From: Andy Dougherty <doughera@lafayette.edu>
23464              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
23465              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
23466              (Potentially only band-aid)
23467      Branch: perl
23468            ! sv.c
23469 ____________________________________________________________________________
23470 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
23471         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
23472              mishandles kill(), and therefore the sigaction test
23473              should be skipped, from Charles Lane.
23474      Branch: perl
23475            ! ext/POSIX/t/sigaction.t
23476 ____________________________________________________________________________
23477 [ 12414] By: sky                                   on 2001/10/12  18:47:49
23478         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
23479      Branch: perl
23480            ! op.h
23481 ____________________________________________________________________________
23482 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
23483         Log: Upgrade to Math::BigInt 1.44 from Tels and
23484              further fixes from John Peacock.
23485      Branch: perl
23486            + lib/Math/BigInt/t/Math/Subclass.pm
23487            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
23488            + lib/Math/BigInt/t/subclass.t
23489            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23490            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
23491            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
23492            ! lib/Math/BigInt/t/mbimbf.t
23493 ____________________________________________________________________________
23494 [ 12412] By: sky                                   on 2001/10/12  18:28:23
23495         Log: perhaps pthread_attr_t really needs to be set for the old api
23496      Branch: perl
23497            ! ext/threads/threads.xs
23498 ____________________________________________________________________________
23499 [ 12411] By: sky                                   on 2001/10/12  18:11:45
23500         Log: pthread_keycreate not pthread_key_create under the here be dragons API
23501      Branch: perl
23502            ! ext/threads/threads.h
23503 ____________________________________________________________________________
23504 [ 12410] By: sky                                   on 2001/10/12  18:07:37
23505         Log: Apperently OLD PTHREADS API is a bit retarded.
23506              This should fix another set of compile failures in HP-UX 10.20.
23507      Branch: perl
23508            ! ext/threads/threads.h ext/threads/threads.xs
23509 ____________________________________________________________________________
23510 [ 12409] By: nick                                  on 2001/10/12  15:30:01
23511         Log: Blind integrate of mainline
23512      Branch: perlio
23513           +> (branch 32 files)
23514            - lib/unicode/README
23515           !> (integrate 121 files)
23516 ____________________________________________________________________________
23517 [ 12408] By: sky                                   on 2001/10/12  14:55:08
23518         Log: Let us avoid being smart for now.
23519      Branch: perl
23520            ! ext/threads/threads.h
23521 ____________________________________________________________________________
23522 [ 12407] By: sky                                   on 2001/10/12  14:38:12
23523         Log: (void*) the argument to make sure we work with picky compilers
23524      Branch: perl
23525            ! ext/threads/threads.xs
23526 ____________________________________________________________________________
23527 [ 12406] By: ams                                   on 2001/10/12  13:26:04
23528         Log: (replaced with #12600)
23529              
23530              Subject: [PATCH 5.6.1 perldoc] use File::Temp
23531              From: Mikhail Zabaluev <mhz@alt-linux.org>
23532              Date: Fri, 12 Oct 2001 12:47:47 +0400
23533              Message-Id: <20011012124747.E13918@localhost.localdomain>
23534      Branch: perl
23535            ! utils/perldoc.PL
23536 ____________________________________________________________________________
23537 [ 12405] By: ams                                   on 2001/10/12  13:05:32
23538         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
23539              From: andreas.koenig@anima.de (Andreas J. Koenig)
23540              Date: 12 Oct 2001 11:12:07 +0200
23541              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
23542      Branch: perl
23543            ! lib/Memoize/t/speed.t
23544 ____________________________________________________________________________
23545 [ 12404] By: sky                                   on 2001/10/12  12:46:15
23546         Log: A) Support OLD_PTHREADS_API
23547              B) Change from using pthread_t to using a TLS to store the
23548              index of the thread in an hash, this is to avoid problems when
23549              in fact pthread_t was not a seralizable type.
23550              Both these changes are because of HP-UX 10.20
23551              This has not been tested on win32 but should work there.
23552              Need to add support for NetWare.
23553      Branch: perl
23554            ! ext/threads/threads.h ext/threads/threads.xs
23555 ____________________________________________________________________________
23556 [ 12403] By: ams                                   on 2001/10/12  07:34:19
23557         Log: Subject: Re: New module XML::Clean
23558              From: andreas.koenig@anima.de (Andreas J. Koenig)
23559              Date: 12 Oct 2001 10:20:35 +0200
23560              Message-Id: <m3elo9uv58.fsf@anima.de>
23561      Branch: perl
23562            ! pod/perlnewmod.pod
23563 ____________________________________________________________________________
23564 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
23565         Log: More HP model tweaks from Merijn.
23566      Branch: perl
23567            ! README.hpux
23568 ____________________________________________________________________________
23569 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
23570         Log: Update Changes.
23571      Branch: perl
23572            ! Changes patchlevel.h
23573 ____________________________________________________________________________
23574 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
23575         Log: HP-UX update from H.Merijn Brand.
23576      Branch: perl
23577            ! README.hpux
23578 ____________________________________________________________________________
23579 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
23580         Log: Subject: [PATCH] fix link rot in README.vms
23581              From: "Craig A. Berry" <craigberry@mac.com>
23582              Date: Wed, 10 Oct 2001 17:17:00 -0500
23583              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
23584      Branch: perl
23585            ! README.vms
23586 ____________________________________________________________________________
23587 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
23588         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
23589              From: "chromatic" <chromatic@rmci.net>
23590              Date: Wed, 10 Oct 2001 15:50:30 -0600
23591              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
23592      Branch: perl
23593            ! lib/Term/Complete.t
23594 ____________________________________________________________________________
23595 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
23596         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
23597              From: "chromatic" <chromatic@rmci.net>
23598              Date: Wed, 10 Oct 2001 15:45:42 -0600
23599              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
23600      Branch: perl
23601            + lib/ExtUtils/Packlist.t
23602            ! MANIFEST
23603 ____________________________________________________________________________
23604 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
23605         Log: VMS needs quotes around the -I option to keep it from
23606              being downcased, from Charles Lane.
23607      Branch: perl
23608            ! t/run/kill_perl.t
23609 ____________________________________________________________________________
23610 [ 12395] By: ams                                   on 2001/10/10  16:22:32
23611         Log: Subject: [PATCH lib/FindBin.pm]
23612              From: Stas Bekman <stas@stason.org>
23613              Date: Tue, 09 Oct 2001 23:57:10 +0800
23614              Message-Id: <3BC31E56.60805@stason.org>
23615      Branch: perl
23616            ! lib/FindBin.pm
23617 ____________________________________________________________________________
23618 [ 12394] By: ams                                   on 2001/10/10  16:09:53
23619         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
23620              From: Abhijit Menon-Sen <ams@wiw.org>
23621              Date: Wed, 10 Oct 2001 21:59:33 +0530
23622              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
23623      Branch: perl
23624            ! ext/Data/Dumper/Dumper.xs
23625 ____________________________________________________________________________
23626 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
23627         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
23628              from Charles Lane.
23629      Branch: perl
23630            ! lib/File/Spec/VMS.pm
23631 ____________________________________________________________________________
23632 [ 12392] By: ams                                   on 2001/10/10  14:49:43
23633         Log: Subject: [PATCH] two s/// bugfixes
23634              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23635              Date: Wed, 10 Oct 2001 17:23:44 +0200
23636              Message-Id: <20011010172344.C22440@rafael>
23637      Branch: perl
23638            ! pp_ctl.c regexec.c t/op/subst.t
23639 ____________________________________________________________________________
23640 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
23641         Log: Fix/improve handling of the [000000] special "root"
23642              directory, by putting cwd in canonical form when doing
23643              abs2rel, and prepending a 000000 to directory "chunks"
23644              if missing from base or path.  Also adjust test to
23645              reflect the (improved) output from abs2rel.
23646              From Charles Lane.
23647      Branch: perl
23648            ! lib/File/Spec.t lib/File/Spec/VMS.pm
23649 ____________________________________________________________________________
23650 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
23651         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
23652              all of the extra VMSish attributes (such as "treat this logical
23653              as a device name") that are necessary to make programs run.
23654              A tainted %ENV does not hinder VMS.  From Charles Lane.
23655      Branch: perl
23656            ! lib/File/Find/t/taint.t
23657 ____________________________________________________________________________
23658 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
23659         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
23660              
23661              o  VMS is case-insensitive, RTL downcases filenames read
23662              by perl... so need to re-upcase filenames like MANIFEST
23663              and MANIFEST.SKIP
23664              
23665              o  Need to convert VMS-style to Unix-style filenames when comparing
23666              names in MANIFEST to names in filesystem.
23667              
23668              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
23669              since VMS won't let you (easily) delete non-empty directories.
23670              
23671              From Charles Lane.
23672      Branch: perl
23673            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
23674 ____________________________________________________________________________
23675 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
23676         Log: Unix and VMS agree on "*" as a "match any number of any chars"
23677              wildcards, but differ ("?"  vs.  "%") for their "match any single
23678              char" wildcard.  This patch changes "?"  chars to "%" before doing a
23679              VMS glob...at no loss of functionality, since "?"  isn't a valid
23680              filename char on VMS.  From Charles Lane.
23681      Branch: perl
23682            ! doio.c
23683 ____________________________________________________________________________
23684 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
23685         Log: (accidentally empty submit; new life as #12390)
23686      Branch: perl
23687            ! lib/File/Find/t/taint.t
23688 ____________________________________________________________________________
23689 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
23690         Log: Even more VMS tweakage from Charles Lane:
23691              
23692              Tweak #1:  splitdir only works on directory part of filespec,
23693              split off volume first
23694              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
23695              (it's a horrible kludge in the run-time library,
23696              improved in later versions). Check the
23697              $Config{'d_setenv'} flag before attempting to set it.
23698      Branch: perl
23699            ! t/op/chdir.t
23700 ____________________________________________________________________________
23701 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
23702         Log: VMS tweakage from Charles Lane.
23703              
23704              . command.com doubles an output line when prompting for extensions
23705              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
23706              . perl5db doesn't clean up after itself
23707      Branch: perl
23708            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
23709 ____________________________________________________________________________
23710 [ 12384] By: sky                                   on 2001/10/09  19:16:11
23711         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
23712              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23713              Date: Tue, 9 Oct 2001 22:10:26 +0200
23714              Message-ID: <20011009221026.A8579@rafael>
23715      Branch: perl
23716            ! pod/perldata.pod
23717 ____________________________________________________________________________
23718 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
23719         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
23720              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23721              Date: 9 Oct 2001 15:15:06 -0000
23722              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
23723      Branch: perl
23724            ! t/op/subst.t
23725 ____________________________________________________________________________
23726 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
23727         Log: Update Changes.
23728      Branch: perl
23729            ! Changes patchlevel.h
23730 ____________________________________________________________________________
23731 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
23732         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
23733              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
23734              when a NULL is passed for the filename string pointer.
23735              From Charles Lane.
23736      Branch: perl
23737            ! vms/vms.c
23738 ____________________________________________________________________________
23739 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
23740         Log: Subject: HP systems update
23741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23742              Date: Tue, 09 Oct 2001 15:59:22 +0200
23743              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
23744      Branch: perl
23745            ! README.hpux
23746 ____________________________________________________________________________
23747 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
23748         Log: CPAN::Nox does now have a test.
23749      Branch: perl
23750            ! t/lib/1_compile.t
23751 ____________________________________________________________________________
23752 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
23753         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
23754              From: David Dyck <dcd@tc.fluke.com>
23755              Date: Mon, 1 Oct 2001 12:17:36 -0700
23756              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
23757      Branch: perl
23758            ! installperl
23759 ____________________________________________________________________________
23760 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
23761         Log: NetWare update from Ananth Kesari.
23762      Branch: perl
23763            ! NetWare/nwperlsys.h makedef.pl
23764 ____________________________________________________________________________
23765 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
23766         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
23767              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23768              Date: Tue, 9 Oct 2001 08:40:57 EDT
23769              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
23770      Branch: perl
23771            ! lib/File/Find/t/find.t
23772 ____________________________________________________________________________
23773 [ 12374] By: ams                                   on 2001/10/09  05:31:45
23774         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
23775              ExtUtils::Mkbootstrap
23776              From: "chromatic" <chromatic@rmci.net>
23777              Date: Tue, 09 Oct 2001 00:08:37 -0600
23778              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
23779      Branch: perl
23780            + lib/ExtUtils/Mkbootstrap.t
23781            ! MANIFEST
23782 ____________________________________________________________________________
23783 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
23784         Log: Enable more debugging.
23785      Branch: perl
23786            ! lib/utf8_heavy.pl
23787 ____________________________________________________________________________
23788 [ 12372] By: ams                                   on 2001/10/09  02:11:59
23789         Log: #12370 forgot to modify is_gv_magical().
23790      Branch: perl
23791            ! gv.c
23792 ____________________________________________________________________________
23793 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
23794         Log: Make the toupper/lower/title API for Unicode not right
23795              but at least less wrong: prepare for the mapping being
23796              more than just one-character-to-one-character.
23797      Branch: perl
23798            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
23799            ! regexec.c utf8.c
23800 ____________________________________________________________________________
23801 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
23802         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
23803              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23804              Date: Mon, 8 Oct 2001 22:18:23 -0400
23805              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
23806      Branch: perl
23807            ! pod/perlvar.pod t/op/taint.t
23808 ____________________________________________________________________________
23809 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
23810         Log: FAQ sync.
23811      Branch: perl
23812            ! pod/perlfaq3.pod pod/perlfaq4.pod
23813 ____________________________________________________________________________
23814 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
23815         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
23816              From: "chromatic" <chromatic@rmci.net>
23817              Date: Mon, 08 Oct 2001 14:05:32 -0600
23818              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
23819      Branch: perl
23820            ! lib/Term/Cap.t
23821 ____________________________________________________________________________
23822 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
23823         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
23824              From: Michael G Schwern <schwern@pobox.com>
23825              Date: Mon, 8 Oct 2001 17:00:14 -0400
23826              Message-ID: <20011008170014.L17083@blackrider>
23827      Branch: perl
23828            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
23829 ____________________________________________________________________________
23830 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
23831         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
23832              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23833              Date: Mon, 8 Oct 2001 16:01:33 EDT
23834              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
23835      Branch: perl
23836            ! ext/Time/HiRes/HiRes.xs
23837 ____________________________________________________________________________
23838 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
23839         Log: Subject: [PATCH] Autosplit patch for VMS
23840              From: "Craig A. Berry" <craigberry@mac.com>
23841              Date: Mon, 08 Oct 2001 15:40:43 -0500
23842              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
23843      Branch: perl
23844            ! lib/AutoSplit.pm lib/AutoSplit.t
23845 ____________________________________________________________________________
23846 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
23847         Log: Don't assume that everybody is running OS X 10.1 yet;
23848              from Kay Röpke.
23849      Branch: perl
23850            ! hints/darwin.sh
23851 ____________________________________________________________________________
23852 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
23853         Log: Update Changes.
23854      Branch: perl
23855            ! Changes patchlevel.h
23856 ____________________________________________________________________________
23857 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
23858         Log: Retract #12358 for now.
23859      Branch: perl
23860            ! lib/Term/Cap.t
23861 ____________________________________________________________________________
23862 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
23863         Log: Can't figure out what this is testing.
23864              (If it is trying to catch SIGKILL, it should stop
23865              trying because that is by definition impossible.)
23866      Branch: perl
23867            ! lib/sigtrap.t
23868 ____________________________________________________________________________
23869 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
23870         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
23871              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23872              Date: Sun, 30 Sep 2001 21:15:13 +0200
23873              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
23874      Branch: perl
23875            ! lib/ExtUtils/MM_Win32.pm
23876 ____________________________________________________________________________
23877 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
23878         Log: Clarify the ldlibpth part and condense the overall text.
23879      Branch: perl
23880            ! t/TEST
23881 ____________________________________________________________________________
23882 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
23883         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
23884              From: "chromatic" <chromatic@rmci.net>
23885              Date: Sun, 07 Oct 2001 16:59:26 -0600
23886              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
23887      Branch: perl
23888            ! lib/Term/Cap.t
23889 ____________________________________________________________________________
23890 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
23891         Log: Update the list because fo #12265.
23892      Branch: perl
23893            ! t/lib/1_compile.t
23894 ____________________________________________________________________________
23895 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
23896         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
23897              From: Nicholas Clark <nick@ccl4.org>
23898              Date: Sun, 7 Oct 2001 20:53:33 +0100
23899              Message-ID: <20011007205333.S38756@plum.flirble.org>   
23900      Branch: perl
23901            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
23902            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
23903            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
23904            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
23905            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
23906            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
23907            ! lib/Switch/t/switch.t lib/Term/Complete.t
23908            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
23909            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
23910            ! t/op/my_stash.t
23911 ____________________________________________________________________________
23912 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
23913         Log: Integrate patch #12350 from maintperl; typo in
23914              IO::Seekable doc.
23915      Branch: perl
23916           !> ext/IO/lib/IO/Seekable.pm
23917 ____________________________________________________________________________
23918 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
23919         Log: Detypo.
23920      Branch: perl
23921            ! hints/darwin.sh
23922 ____________________________________________________________________________
23923 [ 12353] By: sky                                   on 2001/10/07  17:16:14
23924         Log: Change 12349 didn't really get it right.
23925      Branch: perl
23926            ! lib/Unicode/README
23927 ____________________________________________________________________________
23928 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
23929         Log: If running the harness the dynamic library search path
23930              may need setting.
23931      Branch: perl
23932            ! t/TEST
23933 ____________________________________________________________________________
23934 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
23935         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
23936              in ldflags.
23937      Branch: perl
23938            ! hints/darwin.sh
23939 ____________________________________________________________________________
23940 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
23941         Log: typo in IO::Seekable doc
23942      Branch: maint-5.6/perl
23943            ! ext/IO/lib/IO/Seekable.pm
23944 ____________________________________________________________________________
23945 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
23946         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
23947              doesn't work on Mac OS X 10.1 (when unpacking the tar the
23948              latter gets renamed as lib/unicode:1, assumedly for security
23949              reasons not to overwrite stuff)
23950      Branch: perl
23951            + lib/Unicode/README
23952            - lib/unicode/README
23953            ! MANIFEST
23954 ____________________________________________________________________________
23955 [ 12348] By: ams                                   on 2001/10/07  05:33:40
23956         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
23957              From: "chromatic" <chromatic@rmci.net>
23958              Date: Sat, 06 Oct 2001 21:42:03 -0600
23959              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
23960      Branch: perl
23961            + lib/CPAN/t/Nox.t
23962            ! MANIFEST
23963 ____________________________________________________________________________
23964 [ 12347] By: ams                                   on 2001/10/07  00:48:10
23965         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
23966              From: "chromatic" <chromatic@rmci.net>
23967              Date: Sat, 06 Oct 2001 18:52:10 -0600
23968              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
23969      Branch: perl
23970            + lib/sigtrap.t
23971            ! MANIFEST
23972 ____________________________________________________________________________
23973 [ 12346] By: ams                                   on 2001/10/06  23:14:01
23974         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
23975              h2xs write?)
23976              From: Nicholas Clark <nick@ccl4.org>
23977              Date: Sat, 6 Oct 2001 21:46:43 +0100
23978              Message-Id: <20011006214643.L38756@plum.flirble.org>
23979      Branch: perl
23980            ! utils/h2xs.PL
23981 ____________________________________________________________________________
23982 [ 12345] By: ams                                   on 2001/10/06  17:39:53
23983         Log: Subject: [PATCH] Memoize tests
23984              From: Nicholas Clark <nick@ccl4.org>
23985              Date: Sat, 6 Oct 2001 18:04:21 +0100
23986              Message-Id: <20011006180421.J38756@plum.flirble.org>
23987      Branch: perl
23988            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
23989            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
23990            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
23991            ! lib/Memoize/t/expire_module_n.t
23992            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
23993            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
23994            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
23995            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
23996            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
23997            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
23998 ____________________________________________________________________________
23999 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
24000         Log: Retract the latter part of #12343.
24001      Branch: perl
24002            ! ext/IO/lib/IO/Socket/INET.pm
24003 ____________________________________________________________________________
24004 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
24005         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
24006              From: David Dyck <dcd@tc.fluke.com>
24007              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
24008              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
24009              
24010              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
24011              From: David Dyck <dcd@tc.fluke.com>
24012              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
24013              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
24014      Branch: perl
24015            ! ext/IO/lib/IO/Socket/INET.pm
24016 ____________________________________________________________________________
24017 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
24018         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
24019              From: Robin Barker <rmb1@cise.npl.co.uk>
24020              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
24021              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
24022      Branch: perl
24023            ! t/TEST
24024 ____________________________________________________________________________
24025 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
24026         Log: Don't assume that %x is good for displaying UVs.
24027      Branch: perl
24028            ! dump.c
24029 ____________________________________________________________________________
24030 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
24031         Log: Update Changes.
24032      Branch: perl
24033            ! Changes patchlevel.h
24034 ____________________________________________________________________________
24035 [ 12339] By: ams                                   on 2001/10/05  10:22:34
24036         Log: Subject: [PATCH] perlfunc/select
24037              From: Nicholas Clark <nick@ccl4.org>
24038              Date: Fri, 5 Oct 2001 11:33:58 +0100
24039              Message-Id: <20011005113358.Z38756@plum.flirble.org>
24040      Branch: perl
24041            ! pod/perlfunc.pod
24042 ____________________________________________________________________________
24043 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
24044         Log: Retract #12313 and #12249.
24045      Branch: perl
24046            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
24047            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
24048            ! pod/perlebcdic.pod
24049 ____________________________________________________________________________
24050 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
24051         Log: Subject: [PATCH] perlvms.pod update
24052              From: "Craig A. Berry" <craigberry@mac.com>
24053              Date: Thu, 04 Oct 2001 12:55:52 -0500
24054              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
24055      Branch: perl
24056            ! vms/perlvms.pod
24057 ____________________________________________________________________________
24058 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
24059         Log: Subject: PATCH: Tie::SubstrHash
24060              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24061              Date: Thu, 04 Oct 2001 12:12:41 +0100
24062              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
24063      Branch: perl
24064            ! lib/Tie/SubstrHash.pm
24065 ____________________________________________________________________________
24066 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
24067         Log: Unicode properties saga continues.
24068      Branch: perl
24069            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
24070            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
24071 ____________________________________________________________________________
24072 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
24073         Log: Yet more Unicode properties.
24074      Branch: perl
24075            + lib/unicore/In/137.pl lib/unicore/In/138.pl
24076            + lib/unicore/In/139.pl lib/unicore/In/140.pl
24077            + lib/unicore/In/141.pl lib/unicore/In/142.pl
24078            + lib/unicore/In/143.pl lib/unicore/In/144.pl
24079            + lib/unicore/In/145.pl lib/unicore/In/146.pl
24080            + lib/unicore/In/147.pl lib/unicore/In/148.pl
24081            + lib/unicore/In/149.pl lib/unicore/In/150.pl
24082            + lib/unicore/In/151.pl lib/unicore/In/152.pl
24083            + lib/unicore/In/153.pl lib/unicore/In/154.pl
24084            + lib/unicore/In/155.pl lib/unicore/In/156.pl
24085            + lib/unicore/In/157.pl lib/unicore/In/158.pl
24086            + lib/unicore/In/159.pl lib/unicore/In/160.pl
24087            + lib/unicore/In/161.pl lib/unicore/In/162.pl
24088            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
24089            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
24090            ! pod/perlunicode.pod
24091 ____________________________________________________________________________
24092 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
24093         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
24094              From: "Craig A. Berry" <craigberry@mac.com>
24095              Date: Wed, 03 Oct 2001 17:45:25 -0500
24096              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
24097              
24098              (the lib/Term/Complete.t patched differently by #12332)
24099      Branch: perl
24100            ! lib/ExtUtils/Command.t
24101 ____________________________________________________________________________
24102 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
24103         Log: Restore only if something to restore.
24104      Branch: perl
24105            ! lib/Term/Complete.t
24106 ____________________________________________________________________________
24107 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
24108         Log: Update various resources for credits,
24109              minor icons fixes, and versions.
24110      Branch: maint-5.6/macperl
24111            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
24112            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
24113            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
24114 ____________________________________________________________________________
24115 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
24116         Log: Quiet the warnings about using undef value
24117      Branch: maint-5.6/macperl
24118            ! lib/File/Temp.pm
24119 ____________________________________________________________________________
24120 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
24121         Log: Fix up Ballon Help and Help menu docs (first pass);
24122              remove balloon rez file, and autogenerate with
24123              Balloon2Rez instead.
24124      Branch: maint-5.6/macperl
24125            + macos/macperl/macscripts/Balloon2Rez
24126            - macos/macperl/MPBalloons.r
24127            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
24128 ____________________________________________________________________________
24129 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
24130         Log: Allow overriding of defaults, for change #12327.
24131      Branch: maint-5.6/macperl
24132            ! perl.h
24133 ____________________________________________________________________________
24134 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
24135         Log: Override PerlProc_exit.
24136      Branch: maint-5.6/macperl
24137            ! macos/macish.h
24138 ____________________________________________________________________________
24139 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
24140         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
24141      Branch: maint-5.6/macperl
24142            + macos/bundled_lib/blib/lib/MD5.pm
24143            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
24144            + macos/lib/Mac/AETE/Dialect.pm
24145            + macos/lib/Mac/AETE/Format/Converter.pm
24146            + macos/lib/Mac/AETE/Format/Dictionary.pm
24147            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
24148            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
24149            + macos/lib/Mac/Toolbox.pod
24150            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
24151 ____________________________________________________________________________
24152 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
24153         Log: Sync up silly CVS headers ... I should commit CVS
24154              first to avoid this ...
24155      Branch: maint-5.6/macperl
24156            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
24157            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
24158            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
24159            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
24160 ____________________________________________________________________________
24161 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
24162         Log: Fix Matthias' address, and attributions.
24163      Branch: maint-5.6/macperl
24164            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
24165            ! pod/perlport.pod
24166 ____________________________________________________________________________
24167 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
24168         Log: Fix Matthias' address, and attributions.
24169      Branch: maint-5.6/macperl
24170            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
24171            ! macos/ext/Mac/Components/Components.pm
24172            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
24173            ! macos/ext/Mac/Dialogs/Dialogs.pm
24174            ! macos/ext/Mac/Events/Events.pm
24175            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
24176            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
24177            ! macos/ext/Mac/Gestalt/Gestalt.pm
24178            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
24179            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
24180            ! macos/ext/Mac/Menus/Menus.pm
24181            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
24182            ! macos/ext/Mac/Movies/Movies.pm
24183            ! macos/ext/Mac/Navigation/Navigation.pm
24184            ! macos/ext/Mac/Notification/Notification.pm
24185            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
24186            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
24187            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
24188            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
24189            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
24190            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
24191            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
24192            ! macos/ext/Mac/StandardFile/StandardFile.pm
24193            ! macos/ext/Mac/TextEdit/TextEdit.pm
24194            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
24195            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
24196            ! macos/lib/Mac/LowMem.pm
24197 ____________________________________________________________________________
24198 [ 12322] By: sky                                   on 2001/10/03  18:41:07
24199         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
24200              From: "Craig A. Berry" <craigberry@mac.com>
24201              Date: Wed, 03 Oct 2001 14:30:55 -0500
24202              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
24203      Branch: perl
24204            ! vms/vms.c
24205 ____________________________________________________________________________
24206 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
24207         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
24208              From: "Craig A. Berry" <craigberry@mac.com>
24209              Date: Wed, 03 Oct 2001 14:30:55 -0500
24210              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
24211      Branch: perl
24212            ! vms/vms.c
24213 ____________________________________________________________________________
24214 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
24215         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
24216              only IsL&) and Inherited (negative lookahead good);
24217              add tests for Common, Inherited, and L&.
24218      Branch: perl
24219            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
24220 ____________________________________________________________________________
24221 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
24222         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
24223              (The Unicode standard uses L& quite often.)
24224      Branch: perl
24225            ! lib/utf8_heavy.pl
24226 ____________________________________________________________________________
24227 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
24228         Log: Add the 'Common' Unicode property (code points not
24229              explicitly assigned to any other script).
24230      Branch: perl
24231            + lib/unicore/In/136.pl
24232            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
24233 ____________________________________________________________________________
24234 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
24235         Log: Skip the RV printing test under threads until fixed.
24236      Branch: perl
24237            ! ext/B/t/terse.t
24238 ____________________________________________________________________________
24239 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
24240         Log: Subject: 12309 / cygwin / win2k
24241              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24242              Date: Wed, 03 Oct 2001 15:25:15 +0200
24243              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
24244      Branch: perl
24245            ! makedef.pl
24246 ____________________________________________________________________________
24247 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
24248         Log: Metaconfig unit change for #12314.
24249      Branch: metaconfig
24250            ! U/modified/Head.U
24251 ____________________________________________________________________________
24252 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
24253         Log: Subject: Both cygwin and djgpp on one machine
24254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24255              Date: Wed, 03 Oct 2001 15:02:59 +0200
24256              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
24257      Branch: perl
24258            ! Configure
24259 ____________________________________________________________________________
24260 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
24261         Log: (retracted by #12338)
24262              
24263              Subject: [PATCH] Code clean up for perlboot.pod
24264              From: Casey West <casey@geeknest.com>
24265              Date: Tue, 2 Oct 2001 19:24:43 -0400
24266              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
24267              
24268              Subject: [PATCH] Code clean up for perlbot.diff
24269              From: Casey West <casey@geeknest.com>
24270              Date: Tue, 2 Oct 2001 19:25:22 -0400
24271              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
24272              
24273              Subject: [PATCH] Code clean up for perlcall.pod
24274              From: Casey West <casey@geeknest.com>
24275              Date: Tue, 2 Oct 2001 19:25:57 -0400
24276              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
24277              
24278              Subject: [PATCH] Code clean up for perldata.pod
24279              From: Casey West <casey@geeknest.com>
24280              Date: Tue, 2 Oct 2001 19:26:29 -0400
24281              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
24282              
24283              Subject: [PATCH] Code clean up for perldbmfilter.pod
24284              From: Casey West <casey@geeknest.com>
24285              Date: Tue, 2 Oct 2001 19:26:59 -0400
24286              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
24287              
24288              Subject: [PATCH] Code clean up for perlebcdic.pod
24289              From: Casey West <casey@geeknest.com>
24290              Date: Tue, 2 Oct 2001 19:27:37 -0400
24291              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
24292      Branch: perl
24293            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
24294            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
24295 ____________________________________________________________________________
24296 [ 12312] By: ams                                   on 2001/10/02  23:43:55
24297         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
24298              From: Michael G Schwern <schwern@pobox.com>
24299              Date: Tue, 2 Oct 2001 17:00:49 -0400
24300              Message-Id: <20011002170049.A9955@blackrider>
24301      Branch: perl
24302            ! lib/ExtUtils/MakeMaker.pm
24303 ____________________________________________________________________________
24304 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
24305         Log: FAQ sync.
24306      Branch: perl
24307            ! pod/perlfaq3.pod
24308 ____________________________________________________________________________
24309 [ 12310] By: nick                                  on 2001/10/02  16:09:49
24310         Log: Integrate mainline
24311      Branch: perlio
24312           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
24313           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
24314           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
24315           !> patchlevel.h t/op/pat.t
24316 ____________________________________________________________________________
24317 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
24318         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
24319              not just one single space.
24320      Branch: perl
24321            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
24322 ____________________________________________________________________________
24323 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
24324         Log: AUTHORS updates.
24325      Branch: perl
24326            ! AUTHORS
24327 ____________________________________________________________________________
24328 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
24329         Log: Update Changes.
24330      Branch: perl
24331            ! Changes patchlevel.h
24332 ____________________________________________________________________________
24333 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
24334         Log: Work around old buggy glibcs for langinfo constants,
24335              from Nicholas Clark and David Dyck.
24336      Branch: perl
24337            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
24338 ____________________________________________________________________________
24339 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
24340         Log: Eradicate Time::Piece; add an example.
24341      Branch: perl
24342            ! ext/I18N/Langinfo/Langinfo.pm
24343 ____________________________________________________________________________
24344 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
24345         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
24346              From: Robert Spier <rspier@pobox.com>
24347              Date: Mon, 1 Oct 2001 23:20:16 -0700
24348              Message-ID: <15289.23712.422087.878224@rls.cx>
24349      Branch: perl
24350            ! lib/Pod/Html.pm
24351 ____________________________________________________________________________
24352 [ 12303] By: sky                                   on 2001/10/02  10:40:57
24353         Log: Fixes obscure bug that manifests itself by.
24354              local $!=0;undef*STDOUT;#segfaults
24355              Has been around for a while. Possible other magic IO vars are
24356              possibly affected as well. Reported by Jos Boumans.
24357      Branch: perl
24358            ! mg.c
24359 ____________________________________________________________________________
24360 [ 12302] By: nick                                  on 2001/10/02  09:00:52
24361         Log: Integrate mainline
24362      Branch: perlio
24363           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
24364           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
24365           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
24366 ____________________________________________________________________________
24367 [ 12301] By: nick                                  on 2001/10/02  08:40:57
24368         Log: Integrate mainline + lib/open.t patch from Chromatic
24369      Branch: perlio
24370           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
24371            ! lib/open.t
24372           !> (integrate 29 files)
24373 ____________________________________________________________________________
24374 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
24375         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
24376              Until it has, better stop early if someone requests threads.
24377      Branch: perl
24378            ! hints/darwin.sh
24379 ____________________________________________________________________________
24380 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
24381         Log: Subject: [ID 20011001.011] redundant code in t/TEST
24382              From: David Dyck <dcd@tc.fluke.com>
24383              Date: Mon, 1 Oct 2001 12:56:24 -0700
24384              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
24385      Branch: perl
24386            ! t/TEST
24387 ____________________________________________________________________________
24388 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
24389         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
24390              From: "chromatic" <chromatic@rmci.net>
24391              Date: Mon, 01 Oct 2001 12:27:12 -0600
24392              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
24393      Branch: perl
24394            ! lib/Term/Cap.t
24395 ____________________________________________________________________________
24396 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
24397         Log: UNICOS testing patches from Nicholas Clark.
24398      Branch: perl
24399            ! t/op/arith.t t/op/pack.t
24400 ____________________________________________________________________________
24401 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
24402         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
24403              From: "chromatic" <chromatic@rmci.net>
24404              Date: Mon, 01 Oct 2001 10:21:51 -0600
24405              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
24406      Branch: perl
24407            ! lib/open.t
24408 ____________________________________________________________________________
24409 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
24410         Log: Make missing the RADIXCHAR a softer, gentler error.
24411      Branch: perl
24412            ! ext/I18N/Langinfo/Langinfo.t
24413 ____________________________________________________________________________
24414 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
24415         Log: Nuke also the LANG because of glibc.
24416      Branch: perl
24417            ! lib/open.t
24418 ____________________________________________________________________________
24419 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
24420         Log: Also the ^Is is optional.
24421      Branch: perl
24422            ! pod/perlunicode.pod t/op/pat.t
24423 ____________________________________________________________________________
24424 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
24425         Log: Be careful to pull chars from the varargs stack when
24426              formatting chars.
24427      Branch: perl
24428            ! regcomp.c
24429 ____________________________________________________________________________
24430 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
24431         Log: sortsv not in place anymore, noticed by John P. Linderman.
24432      Branch: perl
24433            ! pod/perlapi.pod pp_ctl.c
24434 ____________________________________________________________________________
24435 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
24436         Log: Make the diagnostic messages more neutral.
24437      Branch: perl
24438            ! ext/B/t/terse.t
24439 ____________________________________________________________________________
24440 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
24441         Log: Forgotten from #12288.
24442      Branch: perl
24443            ! ext/Data/Dumper/Dumper.pm
24444 ____________________________________________________________________________
24445 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
24446         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
24447              From: Brian Ingerson <ingy@ttul.org>
24448              Date: Sun, 30 Sep 2001 21:45:56 -0700
24449              Message-ID: <20010930214556.D26392@ttul.org>
24450              
24451              (remember also the #12289)
24452      Branch: perl
24453            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
24454 ____________________________________________________________________________
24455 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
24456         Log: More Unicode property tests for the abbreviated
24457              general properties.
24458      Branch: perl
24459            ! t/op/pat.t
24460 ____________________________________________________________________________
24461 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
24462         Log: Further tweaks to the Unicode properties.
24463      Branch: perl
24464            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
24465 ____________________________________________________________________________
24466 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
24467         Log: Retract #12284.
24468      Branch: perl
24469            ! lib/Term/Cap.t
24470 ____________________________________________________________________________
24471 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
24472         Log: (Retracted by #12285)
24473      Branch: perl
24474            ! lib/Term/Cap.t
24475 ____________________________________________________________________________
24476 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
24477         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
24478              From: "chromatic" <chromatic@rmci.net>  
24479              Date: Sun, 30 Sep 2001 16:10:02 -0600
24480              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
24481      Branch: perl
24482            + lib/Term/Cap.t
24483            ! MANIFEST
24484 ____________________________________________________________________________
24485 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
24486         Log: Use stty -g to restore the terminal state, do not even
24487              try to run the tests if stty -g is not available.
24488      Branch: perl
24489            ! lib/Term/Complete.t
24490 ____________________________________________________________________________
24491 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
24492         Log: Cleanup utf8_heavy; allow dropping the In prefix from
24493              Unicode script/block properties.
24494      Branch: perl
24495            ! lib/utf8_heavy.pl
24496 ____________________________________________________________________________
24497 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
24498         Log: Retract the #12259 for now.
24499      Branch: perl
24500            ! embed.h embed.pl sv.h
24501 ____________________________________________________________________________
24502 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
24503         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
24504      Branch: perl
24505            + lib/Text/TabsWrap/CHANGELOG
24506            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
24507 ____________________________________________________________________________
24508 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
24509         Log: #12272 wasn't right, it introduced an extra ().
24510      Branch: perl
24511            ! lib/utf8_heavy.pl
24512 ____________________________________________________________________________
24513 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
24514         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
24515              From: Jonathan Stowe <gellyfish@gellyfish.com>
24516              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
24517              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
24518      Branch: perl
24519            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
24520 ____________________________________________________________________________
24521 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
24522         Log: Subject: Patch to put qsortsv in the public API
24523              From: Brian Ingerson <ingy@ttul.org>
24524              Date: Sat, 29 Sep 2001 17:41:13 -0700
24525              Message-ID: <20010929174113.A30223@ttul.org>
24526      Branch: perl
24527            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
24528 ____________________________________________________________________________
24529 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
24530         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
24531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24532              Date: Sat, 29 Sep 2001 23:54:48 +0200
24533              Message-ID: <20010929235448.A5017@rafael>
24534      Branch: perl
24535            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
24536 ____________________________________________________________________________
24537 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
24538         Log: FAQ sync.
24539      Branch: perl
24540            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24541            ! pod/perlfaq9.pod
24542 ____________________________________________________________________________
24543 [ 12273] By: bailey                                on 2001/09/29  23:43:46
24544         Log: Resync with mainline
24545      Branch: vmsperl
24546           +> (branch 1207 files)
24547            - (delete 324 files)
24548           !> (integrate 866 files)
24549 ____________________________________________________________________________
24550 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
24551         Log: Nasty recursion trap if one would match Unicode.
24552      Branch: perl
24553            ! lib/utf8_heavy.pl
24554 ____________________________________________________________________________
24555 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
24556         Log: More Unicode todo.
24557      Branch: perl
24558            ! pod/perltodo.pod
24559 ____________________________________________________________________________
24560 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
24561         Log: Explain a bit the new more flexible \p\P syntax.
24562      Branch: perl
24563            ! pod/perlunicode.pod
24564 ____________________________________________________________________________
24565 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
24566         Log: More leniency to the \p and \P: now can have whitespace
24567              between the property definition and the curlies; now can
24568              invert the property by having a caret between the open
24569              curly and the property.
24570      Branch: perl
24571            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
24572 ____________________________________________________________________________
24573 [ 12268] By: nick                                  on 2001/09/29  17:39:26
24574         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
24575              one test (lib/open.t) fails
24576      Branch: perlio
24577           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
24578           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
24579           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
24580           +> lib/Tie/Scalar.t lib/open.t
24581            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
24582            - ext/B/Stash.t
24583           !> (integrate 62 files)
24584 ____________________________________________________________________________
24585 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
24586         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
24587      Branch: perl
24588            ! t/op/chdir.t
24589 ____________________________________________________________________________
24590 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
24591         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
24592              From: "Craig A. Berry" <craigberry@mac.com> 
24593              Date: Sat, 29 Sep 2001 09:35:33 -0500
24594              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
24595      Branch: perl
24596            ! t/op/chdir.t
24597 ____________________________________________________________________________
24598 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
24599         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
24600              From: "chromatic" <chromatic@rmci.net>
24601              Date: Fri, 28 Sep 2001 21:20:12 -0600
24602              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
24603      Branch: perl
24604            + lib/Tie/Scalar.t
24605            ! MANIFEST lib/Tie/Scalar.pm
24606 ____________________________________________________________________________
24607 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
24608         Log: Allow for more flexibility in the \p{In...} names, now
24609              case doesn't matter, and any space or dash can be
24610              matched by any space, dash, underbar, or empty.
24611              (may be going too far on leniency)
24612      Branch: perl
24613            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
24614            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
24615            ! t/op/pat.t
24616 ____________________________________________________________________________
24617 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
24618         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
24619              From: "chromatic" <chromatic@rmci.net>
24620              Date: Fri, 28 Sep 2001 17:39:50 -0600
24621              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
24622      Branch: perl
24623            + lib/open.t
24624            ! MANIFEST
24625 ____________________________________________________________________________
24626 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
24627         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
24628              From: "Craig A. Berry" <craigberry@mac.com>
24629              Date: Fri, 28 Sep 2001 16:24:51 -0500
24630              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
24631      Branch: perl
24632            ! ext/File/Glob/t/basic.t
24633 ____________________________________________________________________________
24634 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
24635         Log: Subject: [DOC PATCH] Carp.pm pod typo
24636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24637              Date: Fri, 28 Sep 2001 23:14:51 +0200
24638              Message-ID: <20010928231451.E16889@rafael>
24639      Branch: perl
24640            ! lib/Carp.pm
24641 ____________________________________________________________________________
24642 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
24643         Log: Subject: [PATCH] Allow an @INC hook to set %INC
24644              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24645              Date: Fri, 28 Sep 2001 22:18:13 +0200
24646              Message-ID: <20010928221813.A16889@rafael>
24647      Branch: perl
24648            ! pp_ctl.c
24649 ____________________________________________________________________________
24650 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
24651         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
24652              From: Nicholas Clark <nick@ccl4.org>
24653              Date: Fri, 28 Sep 2001 23:39:33 +0100
24654              Message-ID: <20010928233933.C23673@plum.flirble.org>
24655      Branch: perl
24656            ! embed.h embed.pl sv.h
24657 ____________________________________________________________________________
24658 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
24659         Log: Update Changes.
24660      Branch: perl
24661            ! Changes patchlevel.h
24662 ____________________________________________________________________________
24663 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
24664         Log: Move the B tests to B/t.
24665      Branch: perl
24666            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
24667            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
24668            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
24669            - ext/B/Showlex.t ext/B/Stash.t
24670            ! MANIFEST
24671 ____________________________________________________________________________
24672 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
24673         Log: Forgot from #12254.
24674      Branch: perl
24675            + ext/B/B/Terse.t
24676 ____________________________________________________________________________
24677 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
24678         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
24679              From: "chromatic" <chromatic@rmci.net>
24680              Date: Thu, 27 Sep 2001 23:22:17 -0600
24681              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
24682      Branch: perl
24683            ! MANIFEST
24684 ____________________________________________________________________________
24685 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
24686         Log: Test numbering mismatch.
24687      Branch: perl
24688            ! t/op/chdir.t
24689 ____________________________________________________________________________
24690 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
24691         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
24692              From: "Craig A. Berry" <craigberry@mac.com>
24693              Date: Wed, 26 Sep 2001 17:43:14 -0500
24694              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
24695      Branch: perl
24696            ! iperlsys.h t/op/chdir.t
24697 ____________________________________________________________________________
24698 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
24699         Log: Subject: [PATCH gv.c] make __ANON__ global
24700              From: Robin Barker <rmb1@cise.npl.co.uk>
24701              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
24702              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
24703      Branch: perl
24704            ! gv.c t/op/anonsub.t t/op/runlevel.t
24705 ____________________________________________________________________________
24706 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
24707         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
24708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24709              Date: Thu, 27 Sep 2001 22:34:32 +0200
24710              Message-ID: <20010927223432.A1485@rafael>
24711      Branch: perl
24712            ! ext/B/B/Terse.pm
24713 ____________________________________________________________________________
24714 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
24715         Log: (retracted by #12338)
24716              
24717              Subject: [PATCH] Cleanup of perldsc.pod      
24718              From: Casey West <casey@geeknest.com>
24719              Date: Thu, 27 Sep 2001 11:13:17 -0400
24720              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
24721      Branch: perl
24722            ! pod/perldsc.pod
24723 ____________________________________________________________________________
24724 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
24725         Log: Not everyone is using ithreads...
24726      Branch: perl
24727            ! ext/Devel/Peek/Peek.t
24728 ____________________________________________________________________________
24729 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
24730         Log: Document the nss_delete core dump workaround for HP-UX
24731              and Solaris, bug IDs 20010805.018 and 20010629.004.
24732      Branch: perl
24733            ! README.hpux README.solaris
24734 ____________________________________________________________________________
24735 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
24736         Log: Dump Unicode hash keys also as Unicode,
24737              not just as a byte string.
24738      Branch: perl
24739            ! dump.c ext/Devel/Peek/Peek.t
24740 ____________________________________________________________________________
24741 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
24742         Log: Integrate changes #12241 and #12242 from macperl:
24743              
24744              Remove unneeded disabling of umask() calls
24745              
24746              Note (get|set)sockopt are available.
24747      Branch: perl
24748           !> lib/File/Temp.pm pod/perlport.pod
24749 ____________________________________________________________________________
24750 [ 12244] By: sky                                   on 2001/09/27  08:53:00
24751         Log: Flush buffers on thread closedown.
24752      Branch: perl
24753            ! ext/threads/threads.xs
24754 ____________________________________________________________________________
24755 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
24756         Log: Dump SvUTF8(sv)s also as \x{...}.
24757              
24758              TODO: dump the SvUTF8() hash keys similarly. 
24759      Branch: perl
24760            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
24761 ____________________________________________________________________________
24762 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
24763         Log: Note (get|set)sockopt are available.
24764      Branch: maint-5.6/macperl
24765            ! pod/perlport.pod
24766 ____________________________________________________________________________
24767 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
24768         Log: Remove unneeded disabling of umask() calls
24769      Branch: maint-5.6/macperl
24770            ! lib/File/Temp.pm
24771 ____________________________________________________________________________
24772 [ 12240] By: sky                                   on 2001/09/26  18:44:56
24773         Log: Documention update
24774      Branch: perl
24775            ! ext/threads/threads.pm
24776 ____________________________________________________________________________
24777 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
24778         Log: Update Changes.
24779      Branch: perl
24780            ! Changes patchlevel.h
24781 ____________________________________________________________________________
24782 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
24783         Log: Check that all environment variables are tainted.
24784      Branch: perl
24785            ! t/op/taint.t
24786 ____________________________________________________________________________
24787 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
24788         Log: Manual integration error in #12235.
24789      Branch: perl
24790            ! lib/File/DosGlob.t
24791 ____________________________________________________________________________
24792 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
24793         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
24794              From: "chromatic" <chromatic@rmci.net>
24795              Date: Tue, 25 Sep 2001 23:57:07 -0600
24796              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
24797      Branch: perl
24798            ! perlio.c
24799 ____________________________________________________________________________
24800 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
24801         Log: Integrate macperl changes from Chris Nandor:
24802              12192 11817 11815 11813 11778 11775
24803              
24804              Update CPAN.pm to work with new Mac::BuildTools instead
24805              of ExtUtils::MM_MacOS "orphan" functions
24806              
24807              Fix test
24808              
24809              Make syntax check report in MPW style, fix tests
24810              to use Mac::err=unix to get normal-style error
24811              messages.
24812              
24813              More module and test ports from Thomas Wegner et al
24814              
24815              Fix open of /dev/null for Mac OS
24816              
24817              Allow for platforms to override formatting of errors
24818              on output from Matthias Neeracher (core files)
24819      Branch: perl
24820            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
24821            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
24822            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
24823           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
24824           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
24825           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
24826 ____________________________________________________________________________
24827 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
24828         Log: grrr.
24829      Branch: perl
24830            ! t/op/gv.t
24831 ____________________________________________________________________________
24832 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
24833         Log: Retract #12232.
24834      Branch: perl
24835            ! t/op/gv.t
24836 ____________________________________________________________________________
24837 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
24838         Log: (Retracted by #12233.)
24839      Branch: perl
24840            ! t/op/gv.t
24841 ____________________________________________________________________________
24842 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
24843         Log: Detypo.
24844      Branch: perl
24845            ! ext/Encode/Makefile.PL
24846 ____________________________________________________________________________
24847 [ 12230] By: sky                                   on 2001/09/26  11:36:23
24848         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
24849              We are using a "delay" here because we do not want to depend on thread synchronization issues.
24850      Branch: perl
24851            + ext/threads/t/stress_cv.t
24852            ! MANIFEST ext/threads/t/stress_string.t
24853 ____________________________________________________________________________
24854 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
24855         Log: NetWare tweak from Ananth Kesari.
24856      Branch: perl
24857            ! NetWare/t/Readme.txt
24858 ____________________________________________________________________________
24859 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
24860         Log: Trick to fool case-blind filesystems.
24861      Branch: perl
24862            ! ext/Encode/Makefile.PL
24863 ____________________________________________________________________________
24864 [ 12227] By: sky                                   on 2001/09/26  11:06:50
24865         Log: Threads can start executing in a different order than they were
24866              created.... so we cannot ok() inside the threadstarter.
24867      Branch: perl
24868            ! ext/threads/t/stress_string.t
24869 ____________________________________________________________________________
24870 [ 12226] By: sky                                   on 2001/09/26  07:41:45
24871         Log: Add in stress_string.t to stress test threads a bit more.
24872      Branch: perl
24873            + ext/threads/t/stress_string.t
24874            ! MANIFEST
24875 ____________________________________________________________________________
24876 [ 12225] By: sky                                   on 2001/09/26  07:04:21
24877         Log: Fix negative refcount introduced by #12223.
24878      Branch: perl
24879            ! ext/threads/threads.xs
24880 ____________________________________________________________________________
24881 [ 12224] By: sky                                   on 2001/09/26  06:57:58
24882         Log: Update documentation to match change #12223
24883      Branch: perl
24884            ! sharedsv.c
24885 ____________________________________________________________________________
24886 [ 12223] By: sky                                   on 2001/09/26  06:54:32
24887         Log: Use a separate interpreter for the sharedsv space. Another
24888              negative sv leak. Sigh.
24889      Branch: perl
24890            ! sharedsv.c
24891 ____________________________________________________________________________
24892 [ 12222] By: sky                                   on 2001/09/26  05:58:35
24893         Log: Do the environ assignment in perl_contruct to match perl_destruct.
24894              Now we don't need to perl_parse/perl_run. However environ is a
24895              global....
24896      Branch: perl
24897            ! perl.c
24898 ____________________________________________________________________________
24899 [ 12221] By: sky                                   on 2001/09/26  05:41:02
24900         Log: Move the creation of PL_strtab to perl_construct so we can work
24901              with HV and HEs without running perl_parse.
24902      Branch: perl
24903            ! perl.c
24904 ____________________________________________________________________________
24905 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
24906         Log: integrate macperl changes into maint-5.6
24907      Branch: maint-5.6/perl
24908           !> (integrate 26 files)
24909 ____________________________________________________________________________
24910 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
24911         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
24912              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
24913      Branch: maint-5.6/macperl
24914            ! macos/ext/Mac/Fonts/Fonts.xs
24915            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
24916 ____________________________________________________________________________
24917 [ 12218] By: ams                                   on 2001/09/25  23:31:33
24918         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
24919              From: Nicholas Clark <nick@ccl4.org>
24920              Date: Wed, 26 Sep 2001 01:20:20 +0100
24921              Message-Id: <20010926012020.B48092@plum.flirble.org>
24922      Branch: perl
24923            ! lib/AutoSplit.t
24924 ____________________________________________________________________________
24925 [ 12217] By: ams                                   on 2001/09/25  22:33:05
24926         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
24927              From: "Craig A. Berry" <craigberry@mac.com>
24928              Date: Tue, 25 Sep 2001 18:08:42 -0500
24929              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
24930      Branch: perl
24931            ! vms/vms.c
24932 ____________________________________________________________________________
24933 [ 12216] By: ams                                   on 2001/09/25  21:41:01
24934         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
24935              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
24936              From: Michael G Schwern <schwern@pobox.com>
24937              Date: Wed, 26 Sep 2001 00:38:21 -0400
24938              Message-Id: <20010926003821.A627@blackrider>
24939      Branch: perl
24940            ! lib/AutoSplit.t
24941 ____________________________________________________________________________
24942 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
24943         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
24944              From: Michael G Schwern <schwern@pobox.com>
24945              Date: Tue, 25 Sep 2001 17:43:49 -0400
24946              Message-ID: <20010925174349.B19534@blackrider>
24947      Branch: perl
24948            ! lib/Test/Simple.pm lib/Test/Utils.pm
24949 ____________________________________________________________________________
24950 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
24951         Log: Integrate changes from bleadperl.
24952      Branch: maint-5.6/macperl
24953           !> pod/perlport.pod
24954 ____________________________________________________________________________
24955 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
24956         Log: skip($mess) should result in one skip.
24957      Branch: perl
24958            ! t/test.pl
24959 ____________________________________________________________________________
24960 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
24961         Log: Integrate change #12200 from maintperl.
24962      Branch: maint-5.6/macperl
24963           !> win32/perlhost.h
24964 ____________________________________________________________________________
24965 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
24966         Log: Fix file types to "apple"
24967      Branch: maint-5.6/macperl
24968            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
24969            ! macos/ext/Mac/SAT/t/Collision.rsrc
24970 ____________________________________________________________________________
24971 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
24972         Log: Fix rsrc file as snd file; fix path in t file.
24973      Branch: maint-5.6/macperl
24974            ! macos/ext/Mac/Notification/t/Notification.rsrc
24975            ! macos/ext/Mac/Notification/t/Notification.t
24976 ____________________________________________________________________________
24977 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
24978         Log: Sync up with File::Find from bleadperl.
24979      Branch: maint-5.6/macperl
24980            ! lib/File/Find.pm t/lib/filefind-taint.t
24981 ____________________________________________________________________________
24982 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
24983         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
24984              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
24985              of hundreds)
24986      Branch: maint-5.6/macperl
24987            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
24988            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
24989            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
24990 ____________________________________________________________________________
24991 [ 12207] By: nick                                  on 2001/09/25  19:04:36
24992         Log: Integrate mainline (untested while modem is up)
24993      Branch: perlio
24994           +> lib/AutoSplit.t t/test.pl
24995            - lib/warnings/register.t
24996           !> (integrate 28 files)
24997 ____________________________________________________________________________
24998 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
24999         Log: perldiag entry for #12205.
25000      Branch: perl
25001            ! pod/perldiag.pod
25002 ____________________________________________________________________________
25003 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
25004         Log: Subject: [PATCH] warning on v-string in use/require
25005              From: John Peacock <jpeacock@rowman.com>
25006              Date: Mon, 24 Sep 2001 17:29:03 -0400
25007              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
25008      Branch: perl
25009            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
25010 ____________________________________________________________________________
25011 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
25012         Log: perltooc et al updates.
25013      Branch: perl
25014            ! plan9/mkfile pod/roffitall
25015 ____________________________________________________________________________
25016 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
25017         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
25018              From: Michael G Schwern <schwern@pobox.com>
25019              Date: Sun, 23 Sep 2001 00:07:12 -0400
25020              Message-ID: <20010923000712.A7005@blackrider>
25021      Branch: perl
25022            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
25023 ____________________________________________________________________________
25024 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
25025         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
25026              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25027              Date: Wed, 26 Sep 2001 01:25:10 +0900
25028              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
25029      Branch: perl
25030            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
25031            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
25032            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
25033 ____________________________________________________________________________
25034 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
25035         Log: Integrate change #12200 from maintperl;
25036              on windows, virtualized environment could propagate deleted variables
25037              into children if they happen to be at the very end of the table
25038      Branch: perl
25039           !> win32/perlhost.h
25040 ____________________________________________________________________________
25041 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
25042         Log: on windows, virtualized environment could propagate deleted variables
25043              into children if they happen to be at the very end of the table
25044              (thanks for succinct test case from Johan Holmberg, and fix from
25045              Doug Lankshear)
25046      Branch: maint-5.6/perl
25047            ! win32/perlhost.h
25048 ____________________________________________________________________________
25049 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
25050         Log: avoid the use of ftime() (it does a useless, potentially
25051              expensive call to GetTimeZoneInformation()); this potentially
25052              also results in three more digits of precision from
25053              Time::HiRes::time()
25054      Branch: perl
25055            ! ext/Time/HiRes/HiRes.xs
25056 ____________________________________________________________________________
25057 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
25058         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
25059              
25060              Note: io/binmode is failing, have to figure out why.
25061      Branch: perl
25062            + t/test.pl
25063            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
25064            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
25065            ! t/run/exit.t
25066 ____________________________________________________________________________
25067 [ 12197] By: ams                                   on 2001/09/25  13:48:55
25068         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
25069              From: Nicholas Clark <nick@ccl4.org>
25070              Date: Tue, 25 Sep 2001 00:37:40 +0100
25071              Message-Id: <20010925003740.S4971@plum.flirble.org>
25072              (Further changes expected.)
25073      Branch: perl
25074            + lib/AutoSplit.t
25075            ! MANIFEST
25076 ____________________________________________________________________________
25077 [ 12196] By: sky                                   on 2001/09/25  13:37:12
25078         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
25079              _ftime to try and be more robust.
25080      Branch: perl
25081            ! ext/Time/HiRes/HiRes.xs
25082 ____________________________________________________________________________
25083 [ 12194] By: ams                                   on 2001/09/25  11:40:00
25084         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
25085              From: "Craig A. Berry" <craigberry@mac.com>
25086              Date: Mon, 24 Sep 2001 17:54:20 -0500
25087              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
25088      Branch: perl
25089            ! vms/descrip_mms.template
25090 ____________________________________________________________________________
25091 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
25092         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
25093              not working, cursor not spinning (Bug #422129); external
25094              editor problems (Bug #456329); escape/cmd-. not activating
25095              "Cancel" in Save dialog box (Bug #446960); Runtimes not
25096              executing on launch (Bug #464441).
25097      Branch: maint-5.6/macperl
25098            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
25099            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
25100            ! macos/macperl/MacPerl.r
25101 ____________________________________________________________________________
25102 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
25103         Log: Update CPAN.pm to work with new Mac::BuildTools instead
25104              of ExtUtils::MM_MacOS "orphan" functions
25105      Branch: maint-5.6/macperl
25106            ! lib/CPAN.pm
25107 ____________________________________________________________________________
25108 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
25109         Log: Fix up another xsubpp problem (Matthias Neeracher)
25110      Branch: maint-5.6/macperl
25111            ! macos/xsubpp
25112 ____________________________________________________________________________
25113 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
25114         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
25115      Branch: maint-5.6/macperl
25116            ! macos/lib/ExtUtils/MM_MacOS.pm
25117 ____________________________________________________________________________
25118 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
25119         Log: Fix up Makefiles for more Mac:: modules (and prepare for
25120              static build ...?)
25121      Branch: maint-5.6/macperl
25122            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
25123            ! macos/macperl/Makefile.mk
25124 ____________________________________________________________________________
25125 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
25126         Log: Fix up tests
25127      Branch: maint-5.6/macperl
25128            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
25129 ____________________________________________________________________________
25130 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
25131         Log: Make malloc smarter, fix bugs.  (Bug #404030)
25132      Branch: maint-5.6/macperl
25133            ! macos/icemalloc.c macos/icemalloc.h
25134 ____________________________________________________________________________
25135 [ 12186] By: nick                                  on 2001/09/24  19:18:17
25136         Log: Integrate mainline
25137      Branch: perlio
25138           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
25139           +> lib/filetest.t
25140           !> (integrate 30 files)
25141 ____________________________________________________________________________
25142 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
25143         Log: Retract #12136, the warnings::register is already
25144              tested by t/lib/warnings/9enabled, as pointed out
25145              by Paul Marquess.
25146      Branch: perl
25147            - lib/warnings/register.t
25148            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
25149 ____________________________________________________________________________
25150 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
25151         Log: fix Time::HiRes implementation of gettimeofday() on windows
25152              (HiRes.t#14 now passes)
25153      Branch: perl
25154            ! ext/Time/HiRes/HiRes.xs
25155 ____________________________________________________________________________
25156 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
25157         Log: File::Spec::catfile() canonifies everything to blackslashes on
25158              windows :-(
25159      Branch: perl
25160            ! lib/ExtUtils/Manifest.t
25161 ____________________________________________________________________________
25162 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
25163         Log: test number mismatch
25164      Branch: perl
25165            ! t/op/magic.t
25166 ____________________________________________________________________________
25167 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
25168         Log: ok().
25169      Branch: perl
25170            ! t/op/pack.t
25171 ____________________________________________________________________________
25172 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
25173         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
25174              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25175      Branch: perl
25176            ! pp_pack.c t/op/pack.t
25177 ____________________________________________________________________________
25178 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
25179         Log: Update Changes.
25180      Branch: perl
25181            ! Changes patchlevel.h
25182 ____________________________________________________________________________
25183 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
25184         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
25185              From: Michael G Schwern <schwern@pobox.com>
25186              Date: Mon, 24 Sep 2001 11:12:13 -0400
25187              Message-ID: <20010924111213.G27885@blackrider>
25188      Branch: perl
25189            ! lib/ExtUtils/Manifest.pm
25190 ____________________________________________________________________________
25191 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
25192         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
25193              From: Michael G Schwern <schwern@pobox.com> 
25194              Date: Mon, 24 Sep 2001 11:02:07 -0400
25195              Message-ID: <20010924110207.E27885@blackrider>
25196      Branch: perl
25197            ! vms/test.com
25198 ____________________________________________________________________________
25199 [ 12176] By: ams                                   on 2001/09/24  14:01:59
25200         Log: Update Changes.
25201      Branch: perl
25202            ! Changes
25203 ____________________________________________________________________________
25204 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
25205         Log: Various cleanups.
25206      Branch: perl
25207            ! ext/threads/Makefile.PL ext/threads/threads.xs
25208 ____________________________________________________________________________
25209 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
25210         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
25211      Branch: maint-5.6/macperl
25212           !> (integrate 33 files)
25213 ____________________________________________________________________________
25214 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
25215         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
25216              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25217              Date: Mon, 24 Sep 2001 20:04:58 +0900
25218              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
25219      Branch: perl
25220            ! ext/Encode/Encode/gb2312.enc
25221 ____________________________________________________________________________
25222 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
25223         Log: Clarifying comment to #12164.
25224      Branch: perl
25225            ! lib/Cwd.pm
25226 ____________________________________________________________________________
25227 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
25228         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
25229              From: Nicholas Clark <nick@ccl4.org>
25230              Date: Sun, 23 Sep 2001 23:00:56 +0100
25231              Message-ID: <20010923230055.Y4971@plum.flirble.org>
25232              
25233              (with "sample_constants" changed to "fallback")
25234      Branch: perl
25235            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
25236            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
25237            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
25238            ! lib/h2xs.t utils/h2xs.PL
25239 ____________________________________________________________________________
25240 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
25241         Log: Metaconfig unit change for #12167.
25242      Branch: metaconfig
25243            ! U/modified/Cppsym.U
25244 ____________________________________________________________________________
25245 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
25246         Log: Add a few glibc cpp symbols to probe for.
25247      Branch: perl
25248            ! Configure
25249 ____________________________________________________________________________
25250 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
25251         Log: DJGPP tweaks for Laszlo Molnar.
25252      Branch: perl
25253            ! djgpp/djgppsed.sh dosish.h
25254 ____________________________________________________________________________
25255 [ 12165] By: ams                                   on 2001/09/24  10:07:08
25256         Log: Subject: [PATCH t/op/inccode.t] More tests
25257              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25258              Date: 24 Sep 2001 10:01:44 -0000
25259              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
25260      Branch: perl
25261            ! t/op/inccode.t
25262 ____________________________________________________________________________
25263 [ 12164] By: ams                                   on 2001/09/24  09:43:29
25264         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
25265              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
25266              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
25267              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
25268      Branch: perl
25269            ! lib/Cwd.pm
25270 ____________________________________________________________________________
25271 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
25272         Log: 1_compile updates.
25273      Branch: perl
25274            ! t/lib/1_compile.t
25275 ____________________________________________________________________________
25276 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
25277         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
25278              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25279              Date: Wed, 19 Sep 2001 22:47:14 +0200
25280              Message-ID: <20010919224714.A6382@rafael>
25281      Branch: perl
25282            ! pod/perlvar.pod pp_ctl.c
25283 ____________________________________________________________________________
25284 [ 12161] By: ams                                   on 2001/09/23  17:40:02
25285         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
25286              filetest Pragma
25287              From: "chromatic" <chromatic@rmci.net>
25288              Date: Sun, 23 Sep 2001 12:07:25 -0600
25289              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
25290      Branch: perl
25291            + lib/filetest.t
25292            ! MANIFEST t/lib/1_compile.t
25293 ____________________________________________________________________________
25294 [ 12160] By: ams                                   on 2001/09/23  16:32:11
25295         Log: Additional minor chdir() tweak.
25296      Branch: perl
25297            ! pod/perlfunc.pod
25298 ____________________________________________________________________________
25299 [ 12159] By: ams                                   on 2001/09/23  16:25:01
25300         Log: Subject: PATCH lib/ExtUtils/Command.t
25301              From: Abe Timmerman <abe@ztreet.demon.nl>
25302              Date: Sun, 23 Sep 2001 19:11:44 +0200
25303              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
25304      Branch: perl
25305            ! lib/ExtUtils/Command.t
25306 ____________________________________________________________________________
25307 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
25308         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
25309              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25310              Date: Sun, 23 Sep 2001 02:02:26 +0200
25311              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
25312      Branch: perl
25313            ! makedef.pl
25314 ____________________________________________________________________________
25315 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
25316         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
25317              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
25318              Date: Sat, 22 Sep 2001 12:54:39 -0500
25319              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
25320      Branch: perl
25321            ! t/op/study.t
25322 ____________________________________________________________________________
25323 [ 12156] By: nick                                  on 2001/09/23  07:48:44
25324         Log: Integrate mainline
25325      Branch: perlio
25326            - check83.pl
25327           !> ext/Encode/Encode/2022-cn.enc
25328 ____________________________________________________________________________
25329 [ 12155] By: nick                                  on 2001/09/23  07:48:01
25330         Log: Integrate mainline
25331      Branch: perlio
25332           +> (branch 64 files)
25333            - ext/Encode/Encode/cns11643-1.enc
25334            - ext/Encode/Encode/cns11643-2.enc
25335            - ext/Encode/Encode/iso2022-cn.enc
25336            - ext/Encode/Encode/iso2022-jp.enc
25337            - ext/Encode/Encode/iso2022-jp1.enc
25338            - ext/Encode/Encode/iso2022-jp2.enc
25339            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
25340            - ext/Encode/Encode/iso8859-1.enc
25341            - ext/Encode/Encode/iso8859-1.ucm
25342            - ext/Encode/Encode/iso8859-10.enc
25343            - ext/Encode/Encode/iso8859-10.ucm
25344            - ext/Encode/Encode/iso8859-13.enc
25345            - ext/Encode/Encode/iso8859-13.ucm
25346            - ext/Encode/Encode/iso8859-14.enc
25347            - ext/Encode/Encode/iso8859-14.ucm
25348            - ext/Encode/Encode/iso8859-15.enc
25349            - ext/Encode/Encode/iso8859-15.ucm
25350            - ext/Encode/Encode/iso8859-16.enc
25351            - ext/Encode/Encode/iso8859-16.ucm
25352            - ext/Encode/Encode/iso8859-2.enc
25353            - ext/Encode/Encode/iso8859-2.ucm
25354            - ext/Encode/Encode/iso8859-3.enc
25355            - ext/Encode/Encode/iso8859-3.ucm
25356            - ext/Encode/Encode/iso8859-4.enc
25357            - ext/Encode/Encode/iso8859-4.ucm
25358            - ext/Encode/Encode/iso8859-5.enc
25359            - ext/Encode/Encode/iso8859-5.ucm
25360            - ext/Encode/Encode/iso8859-6.enc
25361            - ext/Encode/Encode/iso8859-6.ucm
25362            - ext/Encode/Encode/iso8859-7.enc
25363            - ext/Encode/Encode/iso8859-7.ucm
25364            - ext/Encode/Encode/iso8859-8.enc
25365            - ext/Encode/Encode/iso8859-8.ucm
25366            - ext/Encode/Encode/iso8859-9.enc
25367            - ext/Encode/Encode/iso8859-9.ucm
25368            - ext/Encode/Encode/isoir-197.enc
25369            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
25370            - t/lib/sample-tests/header_at_end
25371            - t/lib/sample-tests/header_at_end_fail
25372           !> (integrate 174 files)
25373 ____________________________________________________________________________
25374 [ 12154] By: ams                                   on 2001/09/23  07:11:46
25375         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
25376              by Blair Zajac.
25377      Branch: perl
25378            ! pod/perlfunc.pod
25379 ____________________________________________________________________________
25380 [ 12153] By: ams                                   on 2001/09/23  06:56:32
25381         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
25382              Forgotten deprecation of *glob{FILEHANDLE}?
25383              From: "chromatic" <chromatic@rmci.net>
25384              Date: Sat, 22 Sep 2001 21:27:56 -0600
25385              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
25386      Branch: perl
25387            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
25388 ____________________________________________________________________________
25389 [ 12152] By: ams                                   on 2001/09/23  06:42:58
25390         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
25391              From: Michael G Schwern <schwern@pobox.com>
25392              Date: Sun, 23 Sep 2001 03:34:39 -0400
25393              Message-Id: <20010923033439.E7005@blackrider>
25394      Branch: perl
25395            ! lib/File/Find.pm
25396 ____________________________________________________________________________
25397 [ 12151] By: ams                                   on 2001/09/23  06:37:57
25398         Log: Subject: Re: t/op/magic.t missing tests on Win32
25399              From: Michael G Schwern <schwern@pobox.com>
25400              Date: Sat, 22 Sep 2001 20:29:09 -0400
25401              Message-Id: <20010922202909.I18223@blackrider>
25402      Branch: perl
25403            ! t/op/magic.t
25404 ____________________________________________________________________________
25405 [ 12150] By: ams                                   on 2001/09/23  06:36:26
25406         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
25407              Dumpvalue.pm
25408              From: "chromatic" <chromatic@rmci.net>
25409              Date: Sat, 22 Sep 2001 19:41:31 -0600
25410              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
25411      Branch: perl
25412            + lib/Dumpvalue.t
25413            ! MANIFEST lib/Dumpvalue.pm
25414 ____________________________________________________________________________
25415 [ 12149] By: ams                                   on 2001/09/23  06:25:35
25416         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
25417              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25418              Date: Sun, 23 Sep 2001 15:27:56 +0900
25419              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
25420      Branch: perl
25421            ! ext/Encode/Encode/2022-cn.enc
25422 ____________________________________________________________________________
25423 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
25424         Log: Manual eror in #12147.
25425      Branch: perl
25426            ! win32/win32.c
25427 ____________________________________________________________________________
25428 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
25429         Log: Integrate change #12146 from maintperl;
25430              win32_chdir() et al don't handle a NULL argument gracefully
25431      Branch: perl
25432           !> win32/perlhost.h win32/win32.c
25433 ____________________________________________________________________________
25434 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
25435         Log: win32_chdir() et al don't handle a NULL argument gracefully
25436      Branch: maint-5.6/perl
25437            ! win32/perlhost.h win32/win32.c
25438 ____________________________________________________________________________
25439 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
25440         Log: typo in change#12026
25441      Branch: maint-5.6/perl
25442            ! op.c
25443 ____________________________________________________________________________
25444 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
25445         Log: Subject: [PATCH] Re: scalar context unpack bugs
25446              From: Nicholas Clark <nick@ccl4.org>
25447              Date: Sat, 22 Sep 2001 23:07:56 +0100
25448              Message-ID: <20010922230755.O4971@plum.flirble.org>
25449      Branch: perl
25450            ! pp_pack.c t/op/pack.t
25451 ____________________________________________________________________________
25452 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
25453         Log: Try ExtUtils::Command.t everywhere, not just on Win32
25454              (as suggested by NI-S).  Also allow running it either
25455              in t/ or in the main directory.
25456      Branch: perl
25457            ! lib/ExtUtils/Command.t
25458 ____________________________________________________________________________
25459 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
25460         Log: Update the test on warnings/register.t.
25461      Branch: perl
25462            ! t/lib/1_compile.t
25463 ____________________________________________________________________________
25464 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
25465         Log: The code is now almost tidy enough to keep the IRIX cc happy.
25466      Branch: perl
25467            ! hints/irix_6.sh
25468 ____________________________________________________________________________
25469 [ 12140] By: ams                                   on 2001/09/22  17:26:32
25470         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
25471              use_ithreads
25472              From: "Craig A. Berry" <craigberry@mac.com>
25473              Date: Sat, 22 Sep 2001 13:15:32 -0500
25474              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
25475      Branch: perl
25476            ! configure.com
25477 ____________________________________________________________________________
25478 [ 12139] By: ams                                   on 2001/09/22  16:44:08
25479         Log: Do what perl_clone() does for sharedsv functions.
25480      Branch: perl
25481            ! embed.pl proto.h
25482 ____________________________________________________________________________
25483 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
25484         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
25485              (suggested by Sarathy, extensions shouldn't be dabbling with
25486              op structures, so binary backward compatibility should not be
25487              an issue.)
25488      Branch: perl
25489            ! hints/irix_6.sh op.h
25490 ____________________________________________________________________________
25491 [ 12137] By: ams                                   on 2001/09/22  16:21:05
25492         Log: More cleanups. (What's PERL_DECL_PROT?)
25493      Branch: perl
25494            ! embed.pl proto.h sharedsv.h
25495 ____________________________________________________________________________
25496 [ 12136] By: ams                                   on 2001/09/22  15:14:34
25497         Log: (Retracted by #12185)
25498              
25499              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
25500              Add Tests for warnings::register, Doc Update
25501              From: "chromatic" <chromatic@rmci.net>
25502              Date: Sat, 22 Sep 2001 09:43:20 -0600
25503              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
25504      Branch: perl
25505            + lib/warnings/register.t
25506            ! MANIFEST lib/warnings/register.pm
25507 ____________________________________________________________________________
25508 [ 12135] By: ams                                   on 2001/09/22  15:07:50
25509         Log: `@foo' should be @foo for consistency.
25510      Branch: perl
25511            ! pod/perldiag.pod
25512 ____________________________________________________________________________
25513 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
25514         Log: (Retracted by #12138)
25515              
25516              Add -woff (turn warning off) 3187:
25517              "A pointer is converted to a smaller integer."
25518              This happens when your pointers are 64-bit: then every case
25519              of converting pointers to PADOFFSETs (explicitly 32-bit)
25520              faces truncation (even explicit use of INT2PTR doesn't help).
25521              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
25522              Changing PADOFFSET from U32 to UV would help, but that
25523              would break binary backward compatibility of BASEOP and padop
25524              (assuming you have been using 64-bit pointers).
25525      Branch: perl
25526            ! hints/irix_6.sh
25527 ____________________________________________________________________________
25528 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
25529         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
25530              but the name comes from the inside the file, not from the file
25531              name, and Rumanian is the name of the language.
25532      Branch: perl
25533            + ext/Encode/Encode/macRumanian.enc
25534            - ext/Encode/Encode/macRomania.enc
25535            ! MANIFEST
25536 ____________________________________________________________________________
25537 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
25538         Log: Rename perltootc as perltooc for 8.3-friedliness.
25539      Branch: perl
25540            + pod/perltooc.pod
25541            - pod/perltootc.pod
25542            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
25543            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
25544            ! pod/perltoot.pod
25545 ____________________________________________________________________________
25546 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
25547         Log: Find more conflicts by lowercasing.
25548      Branch: perl
25549            + Porting/check83.pl
25550            - check83.pl
25551            ! MANIFEST
25552 ____________________________________________________________________________
25553 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
25554         Log: The AIX cc 5.0.0.0 is simply too buggy.
25555      Branch: perl
25556            ! hints/aix.sh
25557 ____________________________________________________________________________
25558 [ 12129] By: ams                                   on 2001/09/22  12:35:38
25559         Log: Uninteresting cleanup.
25560      Branch: perl
25561            ! form.h
25562 ____________________________________________________________________________
25563 [ 12128] By: ams                                   on 2001/09/22  12:28:48
25564         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
25565              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
25566              Date: Sat, 22 Sep 2001 14:29:13 +0100
25567              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
25568      Branch: perl
25569            ! cv.h
25570 ____________________________________________________________________________
25571 [ 12127] By: ams                                   on 2001/09/22  12:04:28
25572         Log: What's a backet?
25573      Branch: perl
25574            ! dump.c
25575 ____________________________________________________________________________
25576 [ 12126] By: ams                                   on 2001/09/22  10:02:34
25577         Log: Removed duplicated tests #19 and #20.
25578      Branch: perl
25579            ! t/op/do.t
25580 ____________________________________________________________________________
25581 [ 12125] By: ams                                   on 2001/09/22  03:58:41
25582         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
25583              From: Michael Carman <mjcarman@home.com>
25584              Date: Fri, 21 Sep 2001 17:54:05 -0500
25585              Message-Id: <3BABC50D.6040202@home.com>
25586              (Applied with some changes.)
25587      Branch: perl
25588            ! pod/perlmod.pod
25589 ____________________________________________________________________________
25590 [ 12124] By: ams                                   on 2001/09/22  03:44:19
25591         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
25592              From: Michael G Schwern <schwern@pobox.com>
25593              Date: Fri, 21 Sep 2001 19:20:40 -0400
25594              Message-Id: <20010921192040.E5494@blackrider>
25595      Branch: perl
25596            ! t/op/chdir.t
25597 ____________________________________________________________________________
25598 [ 12123] By: ams                                   on 2001/09/22  03:41:08
25599         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
25600              From: Blair Zajac <blair@orcaware.com>
25601              Date: Fri, 21 Sep 2001 15:13:04 -0700
25602              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
25603      Branch: perl
25604            ! t/op/chdir.t
25605 ____________________________________________________________________________
25606 [ 12122] By: ams                                   on 2001/09/22  03:37:07
25607         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
25608              20010920.007
25609              From: Michael G Schwern <schwern@pobox.com>
25610              Date: Fri, 21 Sep 2001 17:59:03 -0400
25611              Message-Id: <20010921175903.V5494@blackrider>
25612      Branch: perl
25613            ! t/op/do.t
25614 ____________________________________________________________________________
25615 [ 12121] By: ams                                   on 2001/09/22  03:30:38
25616         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
25617              suite on WinCE)
25618              From: Michael G Schwern <schwern@pobox.com>
25619              Date: Fri, 21 Sep 2001 19:41:03 -0400
25620              Message-Id: <20010921194103.G5494@blackrider>
25621      Branch: perl
25622            ! pod/perlport.pod
25623 ____________________________________________________________________________
25624 [ 12120] By: ams                                   on 2001/09/22  03:28:06
25625         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
25626              From: Michael G Schwern <schwern@pobox.com>
25627              Date: Fri, 21 Sep 2001 17:33:35 -0400
25628              Message-Id: <20010921173335.T5494@blackrider>
25629              ($ENV{FOO}=undef hunk not applied.)
25630      Branch: perl
25631            ! t/op/magic.t
25632 ____________________________________________________________________________
25633 [ 12119] By: ams                                   on 2001/09/22  03:02:26
25634         Log: Subject: [PATCH] perldiag.pod
25635              From: Peter Scott <Peter@PSDT.com>
25636              Date: Fri, 21 Sep 2001 18:54:50 -0700
25637              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
25638              (Moved to the right place.)
25639      Branch: perl
25640            ! pod/perldiag.pod
25641 ____________________________________________________________________________
25642 [ 12118] By: ams                                   on 2001/09/21  20:05:29
25643         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
25644              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25645              Date: Fri, 21 Sep 2001 22:36:54 +0200
25646              Message-Id: <20010921223654.A12742@rafael>
25647      Branch: perl
25648            ! t/op/do.t
25649 ____________________________________________________________________________
25650 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
25651         Log: Restore things as they were before
25652              the backward compatibility police notices.
25653      Branch: perl
25654            ! lib/Cwd.pm
25655 ____________________________________________________________________________
25656 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
25657         Log: More Cwd from Schwern: make also OS/2 and DOS
25658              Cwd agree with File::Spec (that is, native path
25659              syntax using \ instead of / -- backward compatibility
25660              polic warning) and stop Win32 from using bsd_realpath().
25661      Branch: perl
25662            ! lib/Cwd.pm
25663 ____________________________________________________________________________
25664 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
25665         Log: Subject: [PATCH @12110] RE: Untested libraries update
25666              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
25667              Date: Fri, 21 Sep 2001 18:21:07 +0100
25668              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
25669      Branch: perl
25670            ! lib/warnings/register.pm
25671 ____________________________________________________________________________
25672 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
25673         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
25674              From: Michael G Schwern <schwern@pobox.com>
25675              Date: Thu, 20 Sep 2001 22:54:02 -0400
25676              Message-ID: <20010920225402.A3611@blackrider>
25677      Branch: perl
25678            ! lib/Cwd.pm
25679 ____________________________________________________________________________
25680 [ 12113] By: ams                                   on 2001/09/21  17:08:24
25681         Log: Subject: [PATCH] avoid v-strings with require/use
25682              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25683              Date: Fri, 21 Sep 2001 12:34:40 -0400
25684              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
25685      Branch: perl
25686            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
25687            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
25688            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
25689            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
25690            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
25691            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
25692            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
25693            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25694            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
25695            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
25696            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
25697            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
25698            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
25699            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
25700            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
25701            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
25702            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
25703            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
25704            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
25705 ____________________________________________________________________________
25706 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
25707         Log: Update Changes.
25708      Branch: perl
25709            ! Changes patchlevel.h
25710 ____________________________________________________________________________
25711 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
25712         Log: Make AIX and Tru64 compilers happy.  
25713      Branch: perl
25714            ! ext/threads/threads.h ext/threads/threads.xs
25715 ____________________________________________________________________________
25716 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
25717         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
25718              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25719              Date: 21 Sep 2001 09:16:37 -0000
25720              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
25721      Branch: perl
25722            ! toke.c
25723 ____________________________________________________________________________
25724 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
25725         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
25726              From: Michael G Schwern <schwern@pobox.com>
25727              Date: Thu, 20 Sep 2001 21:21:34 -0400
25728              Message-ID: <20010920212134.Y28291@blackrider>
25729      Branch: perl
25730            ! pp_sys.c
25731 ____________________________________________________________________________
25732 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
25733         Log: Subject: Re: GDB Debugging Macros from mod_perl
25734              From: rspier@pobox.com (Robert Spier)
25735              Date: Thu, 20 Sep 2001 22:45:03 -0700
25736              Message-ID: <15274.54239.413929.49430@rls.cx>
25737      Branch: perl
25738            ! pod/perltodo.pod
25739 ____________________________________________________________________________
25740 [ 12105] By: sky                                   on 2001/09/21  10:33:34
25741         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
25742              timezone! GetSystemTime should be available on all Win32 
25743              platforms we support. Perhaps Time::HiRes should be extended to
25744              support WinCE and Novell?
25745      Branch: perl
25746            ! ext/Time/HiRes/HiRes.xs
25747 ____________________________________________________________________________
25748 [ 12104] By: sky                                   on 2001/09/21  08:12:39
25749         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
25750      Branch: perl
25751            ! ext/threads/threads.h ext/threads/threads.xs
25752 ____________________________________________________________________________
25753 [ 12103] By: sky                                   on 2001/09/21  07:57:41
25754         Log: Rename the *thread* functions to Perl_* to avoid clashes.
25755              Notably on AIX but could become a problem on other platforms.
25756      Branch: perl
25757            ! ext/threads/threads.h ext/threads/threads.xs
25758 ____________________________________________________________________________
25759 [ 12102] By: sky                                   on 2001/09/21  07:35:30
25760         Log: Add the shared sv space to the global vars.
25761              Fix problems compiling on win32.
25762      Branch: perl
25763            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
25764            ! sharedsv.c sharedsv.h
25765 ____________________________________________________________________________
25766 [ 12101] By: ams                                   on 2001/09/21  00:19:55
25767         Log: Subject: [PATCH] win32/Makefile warning fix
25768              From: Blair Zajac <blair@orcaware.com>
25769              Date: Thu, 20 Sep 2001 18:15:43 -0700
25770              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
25771      Branch: perl
25772            ! win32/Makefile
25773 ____________________________________________________________________________
25774 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
25775         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
25776              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25777              Date: Thu, 20 Sep 2001 18:36:22 +0200
25778              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
25779      Branch: perl
25780            ! lib/ExtUtils/Command.t
25781 ____________________________________________________________________________
25782 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
25783         Log: Cant spl wirth a dam.
25784      Branch: perl
25785            ! intrpvar.h
25786 ____________________________________________________________________________
25787 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
25788         Log: Don't use C++ comments.
25789      Branch: perl
25790            ! ext/threads/threads.xs
25791 ____________________________________________________________________________
25792 [ 12097] By: ams                                   on 2001/09/20  21:42:07
25793         Log: Change #12044 didn't.
25794      Branch: perl
25795            ! lib/constant.pm
25796 ____________________________________________________________________________
25797 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
25798         Log: Metaconfig unit changes for #12095.
25799      Branch: metaconfig
25800            ! U/modified/Myinit.U U/modified/libs.U
25801 ____________________________________________________________________________
25802 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
25803         Log: Remove iconv references since we are not using it
25804              and not going to; regen perltoc, perlmodlib.
25805              (Some references still linger in perltoc, have to figure
25806              out where they are coming from.)
25807      Branch: perl
25808            ! Configure NetWare/config.wc NetWare/config_H.wc
25809            ! Porting/Glossary Porting/config.sh Porting/config_H
25810            ! config_h.SH configure.com epoc/config.sh perl.h
25811            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
25812            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25813            ! vos/config.ga.h win32/config.bc win32/config.gc
25814            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25815            ! win32/config_H.vc wince/config.ce wince/config.h
25816            ! wince/config_H.ce
25817 ____________________________________________________________________________
25818 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
25819         Log: Subject: [PATCH docs] Re: ARGV and read
25820              From: Dave Mitchell <davem@fdgroup.co.uk>
25821              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
25822              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
25823      Branch: perl
25824            ! pod/perltodo.pod pod/perlvar.pod
25825 ____________________________________________________________________________
25826 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
25827         Log: Fresh copies from the cvs.perl.org perlfaq repository.
25828      Branch: perl
25829            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
25830            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25831            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
25832            ! pod/perlfaq9.pod
25833 ____________________________________________________________________________
25834 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
25835         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
25836              From: Nicholas Clark <nick@ccl4.org>
25837              Date: Thu, 20 Sep 2001 14:27:08 +0100
25838              Message-ID: <20010920142708.X4971@plum.flirble.org>
25839      Branch: perl
25840            ! pp_pack.c t/op/pack.t
25841 ____________________________________________________________________________
25842 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
25843         Log: The sharedsv_space* are variables, not code.  Duh.
25844      Branch: perl
25845            ! intrpvar.h makedef.pl
25846 ____________________________________________________________________________
25847 [ 12090] By: ams                                   on 2001/09/20  11:26:06
25848         Log: Subject: [patch lib/lib_pm.PL]
25849              From: Stas Bekman <stas@stason.org>
25850              Date: Thu, 20 Sep 2001 18:48:53 +0800
25851              Message-Id: <3BA9C995.6010302@stason.org>
25852              (Applied by hand.)
25853      Branch: perl
25854            ! lib/lib_pm.PL
25855 ____________________________________________________________________________
25856 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
25857         Log: Only 21 tests, skipping or not.
25858      Branch: perl
25859            ! lib/ExtUtils/Command.t
25860 ____________________________________________________________________________
25861 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
25862         Log: New exported symbols.
25863      Branch: perl
25864            ! makedef.pl
25865 ____________________________________________________________________________
25866 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
25867         Log: Update Changes.
25868      Branch: perl
25869            ! Changes patchlevel.h
25870 ____________________________________________________________________________
25871 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
25872         Log: Correct numbering of the tests is useful.
25873      Branch: perl
25874            ! ext/threads/t/basic.t
25875 ____________________________________________________________________________
25876 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
25877         Log: More tests now too.
25878      Branch: perl
25879            ! lib/ExtUtils/Command.t
25880 ____________________________________________________________________________
25881 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
25882         Log: More tests now.
25883      Branch: perl
25884            ! ext/threads/t/basic.t
25885 ____________________________________________________________________________
25886 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
25887         Log: The test assumed 7-bit ASCII.  Now it "just"
25888              assumes 8-bit whatever.
25889      Branch: perl
25890            ! t/op/crypt.t
25891 ____________________________________________________________________________
25892 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
25893         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
25894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25895              Date: Wed, 19 Sep 2001 11:45:28 +0200
25896              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
25897              
25898              Lvalue casts are not portable.
25899      Branch: perl
25900            ! ext/threads/threads.xs
25901 ____________________________________________________________________________
25902 [ 12081] By: sky                                   on 2001/09/19  10:17:52
25903         Log: Make the basic test contain only realy basic API tests
25904              Seems to be a problem with detach.
25905      Branch: perl
25906            ! ext/threads/t/basic.t
25907 ____________________________________________________________________________
25908 [ 12080] By: ams                                   on 2001/09/19  01:23:55
25909         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
25910              From: Michael G Schwern <schwern@pobox.com>
25911              Date: Tue, 18 Sep 2001 19:53:48 -0400
25912              Message-Id: <20010918195348.M585@blackrider>
25913              
25914              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
25915              From: Michael G Schwern <schwern@pobox.com>
25916              Date: Tue, 18 Sep 2001 22:07:13 -0400
25917              Message-Id: <20010918220713.B19616@blackrider>
25918      Branch: perl
25919            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
25920            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25921            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
25922            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
25923            ! lib/Test/Tutorial.pod
25924 ____________________________________________________________________________
25925 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
25926         Log: Indent the test a bit.
25927      Branch: perl
25928            ! ext/threads/t/basic.t
25929 ____________________________________________________________________________
25930 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
25931         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
25932              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25933              Date: Tue, 18 Sep 2001 18:06:44 +0200
25934              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
25935      Branch: perl
25936            ! win32/win32.c
25937 ____________________________________________________________________________
25938 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
25939         Log: Subject: stat access time is wrong on Win95
25940              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25941              Date: Tue, 18 Sep 2001 21:59:24 +0200
25942              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
25943      Branch: perl
25944            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
25945 ____________________________________________________________________________
25946 [ 12076] By: ams                                   on 2001/09/18  22:11:25
25947         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
25948              From: Michael G Schwern <schwern@pobox.com>
25949              Date: Tue, 18 Sep 2001 18:47:14 -0400
25950              Message-Id: <20010918184714.I585@blackrider>
25951      Branch: perl
25952            ! t/op/crypt.t
25953 ____________________________________________________________________________
25954 [ 12075] By: sky                                   on 2001/09/18  19:29:37
25955         Log: two test failures
25956              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25957              Message-ID: <20010918221702.A17408@rafael>
25958              partly applied, #12074 already fixed half the patch
25959      Branch: perl
25960            ! ext/threads/t/basic.t
25961 ____________________________________________________________________________
25962 [ 12074] By: sky                                   on 2001/09/18  18:49:03
25963         Log: Fixes test case failure introduced by #12071, the warning is
25964              now correctly spelled :-)
25965      Branch: perl
25966            ! ext/IO/lib/IO/t/io_sel.t
25967 ____________________________________________________________________________
25968 [ 12073] By: sky                                   on 2001/09/18  18:46:22
25969         Log: Make the test behave properly!
25970      Branch: perl
25971            ! ext/threads/t/basic.t
25972 ____________________________________________________________________________
25973 [ 12072] By: ams                                   on 2001/09/18  18:44:59
25974         Log: OP_RCATLINE is an SVOP, not a BASEOP.
25975      Branch: perl
25976            ! opcode.h opcode.pl
25977 ____________________________________________________________________________
25978 [ 12071] By: ams                                   on 2001/09/18  18:06:27
25979         Log: Deprecate != Depreciate.
25980      Branch: perl
25981            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
25982            ! lib/Pod/ParseUtils.pm
25983 ____________________________________________________________________________
25984 [ 12070] By: ams                                   on 2001/09/18  15:14:58
25985         Log: Subject: [PATCH] Getopt::Std cleanup
25986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25987              Date: Tue, 18 Sep 2001 17:32:13 +0200
25988              Message-Id: <20010918173213.C777@rafael>
25989      Branch: perl
25990            ! lib/Getopt/Std.pm lib/Getopt/Std.t
25991 ____________________________________________________________________________
25992 [ 12069] By: sky                                   on 2001/09/18  14:56:33
25993         Log: Forgot the makefile
25994      Branch: perl
25995            + ext/threads/Makefile.PL
25996 ____________________________________________________________________________
25997 [ 12068] By: sky                                   on 2001/09/18  14:13:26
25998         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
25999              The test will fail because of Test.pm not knowing about threads. 
26000              basic needs to be manually tested
26001              compile time warnings on IV2PTR conversions need to be fixed
26002      Branch: perl
26003            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
26004            + ext/threads/threads.h ext/threads/threads.pm
26005            + ext/threads/threads.xs
26006            ! MANIFEST
26007 ____________________________________________________________________________
26008 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
26009         Log: DJGPP tweak from Laszlo Molnar.
26010      Branch: perl
26011            ! djgpp/config.over
26012 ____________________________________________________________________________
26013 [ 12066] By: sky                                   on 2001/09/18  10:24:31
26014         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
26015      Branch: perl
26016            ! sharedsv.c sharedsv.h
26017 ____________________________________________________________________________
26018 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
26019         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
26020              ditto ^cns.
26021      Branch: perl
26022            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
26023            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
26024            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
26025            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
26026            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
26027            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
26028            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
26029            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
26030            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
26031            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
26032            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
26033            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
26034            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
26035            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
26036            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
26037            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
26038            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
26039            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
26040            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
26041            + ext/Encode/Encode/ir-197.enc
26042            - ext/Encode/Encode/cns11643-1.enc
26043            - ext/Encode/Encode/cns11643-2.enc
26044            - ext/Encode/Encode/iso2022-cn.enc
26045            - ext/Encode/Encode/iso2022-jp.enc
26046            - ext/Encode/Encode/iso2022-jp1.enc
26047            - ext/Encode/Encode/iso2022-jp2.enc
26048            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
26049            - ext/Encode/Encode/iso8859-1.enc
26050            - ext/Encode/Encode/iso8859-1.ucm
26051            - ext/Encode/Encode/iso8859-10.enc
26052            - ext/Encode/Encode/iso8859-10.ucm
26053            - ext/Encode/Encode/iso8859-11.enc
26054            - ext/Encode/Encode/iso8859-11.ucm
26055            - ext/Encode/Encode/iso8859-13.enc
26056            - ext/Encode/Encode/iso8859-13.ucm
26057            - ext/Encode/Encode/iso8859-14.enc
26058            - ext/Encode/Encode/iso8859-14.ucm
26059            - ext/Encode/Encode/iso8859-15.enc
26060            - ext/Encode/Encode/iso8859-15.ucm
26061            - ext/Encode/Encode/iso8859-16.enc
26062            - ext/Encode/Encode/iso8859-16.ucm
26063            - ext/Encode/Encode/iso8859-2.enc
26064            - ext/Encode/Encode/iso8859-2.ucm
26065            - ext/Encode/Encode/iso8859-3.enc
26066            - ext/Encode/Encode/iso8859-3.ucm
26067            - ext/Encode/Encode/iso8859-4.enc
26068            - ext/Encode/Encode/iso8859-4.ucm
26069            - ext/Encode/Encode/iso8859-5.enc
26070            - ext/Encode/Encode/iso8859-5.ucm
26071            - ext/Encode/Encode/iso8859-6.enc
26072            - ext/Encode/Encode/iso8859-6.ucm
26073            - ext/Encode/Encode/iso8859-7.enc
26074            - ext/Encode/Encode/iso8859-7.ucm
26075            - ext/Encode/Encode/iso8859-8.enc
26076            - ext/Encode/Encode/iso8859-8.ucm
26077            - ext/Encode/Encode/iso8859-9.enc
26078            - ext/Encode/Encode/iso8859-9.ucm
26079            - ext/Encode/Encode/isoir-197.enc
26080            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
26081 ____________________________________________________________________________
26082 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
26083         Log: Must Uppercase.
26084      Branch: perl
26085            ! ext/Encode/Encode.pm
26086 ____________________________________________________________________________
26087 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
26088         Log: Add various encodings.
26089      Branch: perl
26090            + ext/Encode/Encode/iso8859-11.enc
26091            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
26092            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
26093            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
26094            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
26095            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
26096            + ext/Encode/Encode/viscii.ucm
26097            ! MANIFEST ext/Encode/Encode.pm
26098 ____________________________________________________________________________
26099 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
26100         Log: lib/unicode relic.
26101      Branch: perl
26102            ! ext/Encode/compile
26103 ____________________________________________________________________________
26104 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
26105         Log: Subject: [PATCH] Re: filename problems
26106              From: Michael G Schwern <schwern@pobox.com>
26107              Date: Mon, 17 Sep 2001 17:26:26 -0400
26108              Message-ID: <20010917172626.Q585@blackrider>
26109      Branch: perl
26110            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
26111            - t/lib/sample-tests/header_at_end
26112            - t/lib/sample-tests/header_at_end_fail
26113            ! MANIFEST lib/Test/Harness/t/test-harness.t
26114 ____________________________________________________________________________
26115 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
26116         Log: Explicitly explain the 1e9 seconds, not everybody
26117              is a C geek.
26118      Branch: perl
26119            ! ext/Time/HiRes/HiRes.pm
26120 ____________________________________________________________________________
26121 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
26122         Log: Explain an apparent bug reported by
26123              Richard J. Barbalace <rjbarbal@MIT.EDU>,
26124              with additional explanation from Gisle Aas.
26125      Branch: perl
26126            ! ext/Time/HiRes/HiRes.pm
26127 ____________________________________________________________________________
26128 [ 12058] By: ams                                   on 2001/09/17  19:52:01
26129         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
26130              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26131              Date: Mon, 17 Sep 2001 22:48:05 +0200
26132              Message-Id: <20010917224805.C11744@rafael>
26133      Branch: perl
26134            ! t/lib/warnings/op t/lib/warnings/pp
26135 ____________________________________________________________________________
26136 [ 12057] By: ams                                   on 2001/09/17  16:51:18
26137         Log: Its a nit!
26138      Branch: perl
26139            ! sv.h
26140 ____________________________________________________________________________
26141 [ 12056] By: ams                                   on 2001/09/17  16:47:55
26142         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
26143              From: "Craig A. Berry" <craigberry@mac.com>
26144              Date: Mon, 17 Sep 2001 12:34:20 -0500
26145              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
26146      Branch: perl
26147            ! vms/vms.c
26148 ____________________________________________________________________________
26149 [ 12055] By: ams                                   on 2001/09/17  16:05:15
26150         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
26151              From: Gisle Aas <gisle@ActiveState.com>
26152              Date: 16 Apr 2001 16:20:34 -0700
26153              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
26154              (Applied by hand.)
26155      Branch: perl
26156            ! lib/CPAN.pm lib/CPAN/Nox.pm
26157 ____________________________________________________________________________
26158 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
26159         Log: Update Changes.
26160      Branch: perl
26161            ! Changes patchlevel.h
26162 ____________________________________________________________________________
26163 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
26164         Log: Adding new files to the MANIFEST is always nice.
26165      Branch: perl
26166            ! MANIFEST
26167 ____________________________________________________________________________
26168 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
26169         Log: Reindent the PerlIO files (suggested by NI-S), used
26170              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
26171              (GNU indent).  Note that wholesale re-indenting might
26172              be nice, but that would break nice formatting/alignment
26173              of assignments, equality testing, and complex boolean
26174              expressions with lots of &s and |s.
26175      Branch: perl
26176            ! perlio.c perlio.h perliol.h
26177 ____________________________________________________________________________
26178 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
26179         Log: Add a script for being 8.3-polite.
26180              The found conflicts are being worked on.
26181      Branch: perl
26182            + check83.pl
26183            ! MANIFEST Porting/pumpkin.pod
26184 ____________________________________________________________________________
26185 [ 12050] By: sky                                   on 2001/09/17  12:44:36
26186         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
26187              finding it.
26188      Branch: perl
26189            ! sv.c
26190 ____________________________________________________________________________
26191 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
26192         Log: Bump up versions because of #12041.
26193      Branch: perl
26194            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
26195            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
26196            ! lib/Time/localtime.pm
26197 ____________________________________________________________________________
26198 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
26199         Log: Bump the version number because of #12042.
26200      Branch: perl
26201            ! lib/CPAN/FirstTime.pm
26202 ____________________________________________________________________________
26203 [ 12047] By: ams                                   on 2001/09/17  11:21:40
26204         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
26205              From: Abhijit Menon-Sen <ams@wiw.org>
26206              Date: Mon, 17 Sep 2001 17:44:12 +0530
26207              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
26208      Branch: perl
26209            ! op.c
26210 ____________________________________________________________________________
26211 [ 12046] By: sky                                   on 2001/09/17  07:14:17
26212         Log: Subject: Re: t/op/ver.t using skip() improperly
26213              From: "chromatic" <chromatic@rmci.net>
26214              Date: Mon, 17 Sep 2001 00:22:29 -0600
26215              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
26216      Branch: perl
26217            ! t/op/ver.t
26218 ____________________________________________________________________________
26219 [ 12045] By: nick                                  on 2001/09/17  07:12:14
26220         Log: Integrate mainline
26221      Branch: perlio
26222           +> t/op/chdir.t
26223           !> (integrate 117 files)
26224 ____________________________________________________________________________
26225 [ 12044] By: ams                                   on 2001/09/17  05:49:53
26226         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
26227              From: Ilmari Karonen <iltzu@sci.fi>
26228              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
26229              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
26230              (And $VERSION = '1.05'.)
26231      Branch: perl
26232            ! lib/constant.pm
26233 ____________________________________________________________________________
26234 [ 12043] By: ams                                   on 2001/09/17  05:44:50
26235         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
26236              From: Michael G Schwern <schwern@pobox.com>
26237              Date: Mon, 17 Sep 2001 07:49:04 +0200
26238              Message-Id: <20010917074904.V1588@blackrider>
26239              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
26240      Branch: perl
26241            + t/op/chdir.t
26242            ! MANIFEST pp_sys.c
26243 ____________________________________________________________________________
26244 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
26245         Log: Subject: Re: CPAN.pm needs some hacking 
26246              From: "chromatic" <chromatic@rmci.net>
26247              Date: Sun, 16 Sep 2001 16:46:29 -0600
26248              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
26249      Branch: perl
26250            ! lib/CPAN/FirstTime.pm
26251 ____________________________________________________________________________
26252 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
26253         Log: Change use|require 5.005_64 to use|require 5.6.1.
26254      Branch: perl
26255            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
26256            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
26257            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
26258            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
26259            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
26260            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
26261            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
26262            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
26263            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
26264            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
26265            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
26266            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
26267            ! lib/base.pm lib/fields.pm
26268 ____________________________________________________________________________
26269 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
26270         Log: Bump up version numbers.
26271              
26272              TODO 1: double check that pre-5.6.1 CPAN.pm:s
26273              don't try to download 5.8.0 because of the
26274              version numbers.  Mainly this means using _00
26275              in the core version numbers.
26276              
26277              TODO 2: the "use 5.005_64" in many modules
26278              needs to be changed to, say, "use 5.6.1".
26279      Branch: perl
26280            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
26281            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
26282            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
26283            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
26284            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
26285            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
26286            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26287            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
26288            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
26289            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
26290            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
26291 ____________________________________________________________________________
26292 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
26293         Log: Use UCHARAT() as suggested by Inaba Hiroto.
26294      Branch: perl
26295            ! regexec.c
26296 ____________________________________________________________________________
26297 [ 12038] By: ams                                   on 2001/09/16  15:16:24
26298         Log: Subject: [PATCH] Re: Core module version numbers review
26299              From: Peter Scott <Peter@PSDT.com>
26300              Date: Sun, 16 Sep 2001 09:09:58 -0700
26301              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
26302      Branch: perl
26303            ! lib/perl5db.pl
26304 ____________________________________________________________________________
26305 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
26306         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
26307              not yet fully implemented.
26308      Branch: perl
26309            ! pod/perlfunc.pod pod/perlunicode.pod
26310 ____________________________________________________________________________
26311 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
26312         Log: Subject: [patch] plug PL_beginav_save leak
26313              From: Doug MacEachern <dougm@covalent.net>
26314              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
26315              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
26316      Branch: perl
26317            ! perl.c
26318 ____________________________________________________________________________
26319 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
26320         Log: (accidentally empty checkin)
26321      Branch: perl
26322            ! sv.c
26323 ____________________________________________________________________________
26324 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
26325         Log: Subject: [patch] ithreads+PL_beginav_save
26326              From: Doug MacEachern <dougm@covalent.net>
26327              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
26328              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
26329      Branch: perl
26330            ! sv.c
26331 ____________________________________________________________________________
26332 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
26333         Log: Subject: [PATCH] h2xs.PL with C::Scan
26334              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26335              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
26336              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
26337      Branch: perl
26338            ! utils/h2xs.PL
26339 ____________________________________________________________________________
26340 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
26341         Log: Elaborate (well, make more vague, really) #12030.
26342      Branch: perl
26343            ! pod/perltodo.pod pod/perlunicode.pod
26344 ____________________________________________________________________________
26345 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
26346         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
26347              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26348              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
26349              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
26350      Branch: perl
26351            ! regexec.c
26352 ____________________________________________________________________________
26353 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
26354         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
26355              are not yet complete.
26356      Branch: perl
26357            ! pod/perltodo.pod pod/perlunicode.pod
26358 ____________________________________________________________________________
26359 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
26360         Log: Document what's still to be done on the regular expression
26361              Unicode support, based on the UTR#18.
26362      Branch: perl
26363            ! pod/perltodo.pod pod/perlunicode.pod
26364 ____________________________________________________________________________
26365 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
26366         Log: Regen headers.
26367      Branch: perl
26368            ! embedvar.h perlapi.h
26369 ____________________________________________________________________________
26370 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
26371         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
26372              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26373              Date: Sun, 09 Sep 2001 18:41:54 +0100
26374              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
26375      Branch: perl
26376            ! Porting/findvars ext/ByteLoader/bytecode.h
26377            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
26378            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
26379 ____________________________________________________________________________
26380 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
26381         Log: enable most warnings for windows build; fix the various typecasting
26382              nits that showed up (no bugfixes here)
26383      Branch: maint-5.6/perl
26384            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
26385            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
26386            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
26387            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
26388            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
26389            ! x2p/walk.c
26390 ____________________________________________________________________________
26391 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
26392         Log: Integrate change #12024 from maintperl
26393              (a local() precedence bug)
26394      Branch: perl
26395           !> lib/ExtUtils/Install.pm
26396 ____________________________________________________________________________
26397 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
26398         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
26399              change#8642
26400      Branch: maint-5.6/perl
26401            ! lib/ExtUtils/Install.pm
26402 ____________________________________________________________________________
26403 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
26404         Log: Update Changes.
26405      Branch: perl
26406            ! Changes patchlevel.h
26407 ____________________________________________________________________________
26408 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
26409         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
26410              From: "chromatic" <chromatic@rmci.net>
26411              Date: Fri, 14 Sep 2001 09:44:57 -0600 
26412              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
26413      Branch: perl
26414            ! lib/ExtUtils/Manifest.t
26415 ____________________________________________________________________________
26416 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
26417         Log: Hopefully better skipping of the Complete.t tests
26418              in case of not a tty. 
26419      Branch: perl
26420            ! lib/Term/Complete.t t/op/stat.t
26421 ____________________________________________________________________________
26422 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
26423         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
26424              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26425              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
26426              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
26427      Branch: perl
26428            ! regexec.c t/op/pat.t
26429 ____________________________________________________________________________
26430 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
26431         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
26432              From: Robin Barker <rmb1@cise.npl.co.uk>
26433              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
26434              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
26435      Branch: perl
26436            ! pod/perlport.pod
26437 ____________________________________________________________________________
26438 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
26439         Log: NetWare tweaks from Ananth Kesari.
26440      Branch: perl
26441            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
26442            ! NetWare/nwutil.h
26443 ____________________________________________________________________________
26444 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
26445         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
26446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26447              Date: Fri, 14 Sep 2001 10:51:13 +0200
26448              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
26449      Branch: perl
26450            ! pod/perlport.pod
26451 ____________________________________________________________________________
26452 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
26453         Log: Subject: Re: [PATCH 2 pl2pm.PL]
26454              From: Joe Smith <Joe.Smith@inwap.com>
26455              Date: Fri, 14 Sep 2001 00:13:32 -0700
26456              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
26457              
26458              Eradicate qu.
26459      Branch: perl
26460            ! keywords.h keywords.pl utils/pl2pm.PL
26461 ____________________________________________________________________________
26462 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
26463         Log: Retract #12013, didn't go over too well in Tru64.
26464      Branch: perl
26465            ! embed.h embed.pl sv.h
26466 ____________________________________________________________________________
26467 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
26468         Log: Subject: [PATCH] Execute files of debugger commands
26469              From: Peter Scott <Peter@PSDT.com>
26470              Date: Thu, 13 Sep 2001 15:26:31 -0700
26471              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
26472      Branch: perl
26473            ! lib/perl5db.pl pod/perldebug.pod
26474 ____________________________________________________________________________
26475 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
26476         Log: (Retracted by #12015)
26477              Subject: [proposed PATCH] Re: perl@11920
26478              From: Nicholas Clark <nick@ccl4.org>
26479              Date: Wed, 12 Sep 2001 23:46:09 +0100
26480              Message-ID: <20010912234609.H4971@plum.flirble.org>     
26481      Branch: perl
26482            ! embed.h embed.pl sv.h
26483 ____________________________________________________________________________
26484 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
26485         Log: ucblib shouldn't be linked against in nonstop-ux,
26486              from Tom Bates.
26487      Branch: perl
26488            ! hints/nonstopux.sh
26489 ____________________________________________________________________________
26490 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
26491         Log: Do stty only if we have stty.
26492              
26493              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
26494      Branch: perl
26495            ! lib/Term/Complete.pm
26496 ____________________________________________________________________________
26497 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
26498         Log: Skip the test if not running on a tty.
26499      Branch: perl
26500            ! lib/Term/Complete.t
26501 ____________________________________________________________________________
26502 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
26503         Log: Regen headers.
26504      Branch: perl
26505            ! embed.h opcode.h pod/perlapi.pod proto.h
26506 ____________________________________________________________________________
26507 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
26508         Log: Subject: [PATCH op.c] Re: perl@12003
26509              From: Robin Barker <rmb1@cise.npl.co.uk>
26510              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
26511              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
26512      Branch: perl
26513            ! op.c
26514 ____________________________________________________________________________
26515 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
26516         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
26517              From: Robin Barker <rmb1@cise.npl.co.uk>
26518              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
26519              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
26520      Branch: perl
26521            ! sv.c
26522 ____________________________________________________________________________
26523 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
26524         Log: Upgrade to Memoize 0.66.
26525      Branch: perl
26526            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
26527            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
26528            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
26529 ____________________________________________________________________________
26530 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
26531         Log: Subject: [ID 20010912.007] substr reference core dump
26532              From: me-01@ton.iguana.be
26533              Date: 12 Sep 2001 14:11:16 -0000
26534              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
26535      Branch: perl
26536            ! mg.c
26537 ____________________________________________________________________________
26538 [ 12004] By: ams                                   on 2001/09/12  01:13:49
26539         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
26540              From: Ilmari Karonen <iltzu@sci.fi>
26541              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
26542              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
26543      Branch: perl
26544            ! pod/perlfaq4.pod
26545 ____________________________________________________________________________
26546 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
26547         Log: Update Changes.
26548      Branch: perl
26549            ! Changes patchlevel.h
26550 ____________________________________________________________________________
26551 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
26552         Log: NetWare update from Ananth Kesari.
26553      Branch: perl
26554            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
26555            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
26556 ____________________________________________________________________________
26557 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
26558         Log: Retract #11984: div() being redefined, and 1397
26559              failing on 64-bit platforms.
26560      Branch: perl
26561            ! lib/Math/BigInt/Calc.pm
26562 ____________________________________________________________________________
26563 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
26564         Log: Metaconfig unit change for #11999.
26565      Branch: metaconfig
26566            ! U/protos/d_lseekproto.U
26567 ____________________________________________________________________________
26568 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
26569         Log: The lseek fix (#11991) was no fix.
26570      Branch: perl
26571            ! Configure
26572 ____________________________________________________________________________
26573 [ 11998] By: sky                                   on 2001/09/11  07:52:06
26574         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
26575              From: Matt Sergeant <MSergeant@star.net.uk>
26576              Date: Tue, 11 Sep 2001 09:22:32 +0100
26577              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
26578      Branch: perl
26579            ! ext/Encode/Encode.pm
26580 ____________________________________________________________________________
26581 [ 11997] By: sky                                   on 2001/09/11  06:35:29
26582         Log: Sometimes dTHX is added because it is needed on non 
26583              gnuc platforms, but not needed there. This uses GCC
26584              to silence GCC specific warnings by marking pTHX as 
26585              unused.
26586      Branch: perl
26587            ! perl.h
26588 ____________________________________________________________________________
26589 [ 11996] By: nick                                  on 2001/09/11  06:25:27
26590         Log: Integrate mainline
26591      Branch: perlio
26592            - ext/POSIX/sigaction.t lib/File/Find/taint.t
26593           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
26594 ____________________________________________________________________________
26595 [ 11995] By: nick                                  on 2001/09/11  06:23:39
26596         Log: Part Integrate mainline
26597      Branch: perlio
26598           +> (branch 69 files)
26599            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
26600            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
26601            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
26602            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
26603            - lib/Switch/t/switch_case.t lib/Test/Harness.t
26604            - lib/Test/More/Changes lib/Test/More/t/More.t
26605            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
26606            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
26607            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
26608            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
26609            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
26610            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
26611            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
26612            - t/lib/Test/More/Catch.pm wince/perl.ico
26613           !> (integrate 197 files)
26614 ____________________________________________________________________________
26615 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
26616         Log: Subject: Re: [PATCH] Encode.pm docs fix
26617              From: Gisle Aas <gisle@ActiveState.com>
26618              Date: 10 Sep 2001 11:27:02 -0700
26619              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
26620      Branch: perl
26621            ! ext/Encode/Encode.pm
26622 ____________________________________________________________________________
26623 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
26624         Log: Fix unpack U to be the reverse of pack U
26625              (but implement unpack U0U as a backdoor to get
26626              the UTF-8 malformed warnings from un-UTF-8 data)
26627      Branch: perl
26628            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
26629 ____________________________________________________________________________
26630 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
26631         Log: Metaconfig unit change for #11991;
26632              delete an unused unit (d_strtoull.U is the one used)
26633      Branch: metaconfig
26634            ! U/protos/d_lseekproto.U
26635      Branch: metaconfig/U/perl
26636            - strtoull.U
26637 ____________________________________________________________________________
26638 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
26639         Log: Subject: [PATCH] Configure not recording lseek proto
26640              From: Blair Zajac <blair@orcaware.com>
26641              Date: Mon, 10 Sep 2001 17:52:37 -0700
26642              Message-ID: <3B9D6055.BA334A31@orcaware.com>
26643              
26644              plus regen Configure.
26645      Branch: perl
26646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26647            ! config_h.SH uconfig.h
26648 ____________________________________________________________________________
26649 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
26650         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?)))                  
26651              From: Nicholas Clark <nick@ccl4.org>
26652              Date: Tue, 11 Sep 2001 00:00:31 +0100
26653              Message-ID: <20010911000031.G1512@plum.flirble.org>
26654      Branch: perl
26655            + t/op/qq.t
26656            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
26657 ____________________________________________________________________________
26658 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
26659         Log: Subject: [PATCH] Building on win32 w/o perlio
26660              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26661              Date: Mon, 10 Sep 2001 23:38:46 +0200
26662              Message-ID: <3B9D4F06.14433.2C37644@localhost>
26663      Branch: perl
26664            ! perl.c win32/Makefile win32/makefile.mk
26665 ____________________________________________________________________________
26666 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
26667         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
26668              From: "chromatic" <chromatic@rmci.net>
26669              Date: Mon, 10 Sep 2001 15:14:01 -0600
26670              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
26671      Branch: perl
26672            + lib/CGI/t/push.t
26673            ! MANIFEST
26674 ____________________________________________________________________________
26675 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
26676         Log: Subject: avoiding hoardes of zombies
26677              From: Nicholas Clark <nick@ccl4.org>
26678              Date: Mon, 10 Sep 2001 22:00:40 +0100
26679              Message-ID: <20010910220040.C1512@plum.flirble.org>
26680      Branch: perl
26681            ! pod/perlipc.pod
26682 ____________________________________________________________________________
26683 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
26684         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
26685              From: John Peacock <jpeacock@rowman.com>
26686              Date: Mon, 10 Sep 2001 16:34:30 -0400
26687              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
26688      Branch: perl
26689            ! sv.c t/op/ver.t utf8.h
26690 ____________________________________________________________________________
26691 [ 11985] By: ams                                   on 2001/09/10  23:20:13
26692         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
26693      Branch: perl
26694            ! MANIFEST
26695 ____________________________________________________________________________
26696 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
26697         Log: (Retracted by #12001)
26698              Subject: Calc with USE_MUL/USE_DIV
26699              From: Tels <perl_dummy@bloodgate.com>
26700              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
26701              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
26702      Branch: perl
26703            ! lib/Math/BigInt/Calc.pm
26704 ____________________________________________________________________________
26705 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
26706         Log: Subject: [PATCH op.c] Re: perl@11978
26707              From: Robin Barker <rmb1@cise.npl.co.uk>
26708              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
26709              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
26710              
26711              Format errors.
26712      Branch: perl
26713            ! op.c
26714 ____________________________________________________________________________
26715 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
26716         Log: Switch PADOFFSET back to U32 both because of binary backward
26717              compatibility and because Arthur seems to have been fixing the
26718              problems with naughty integer-pointer casting.
26719      Branch: perl
26720            ! op.h
26721 ____________________________________________________________________________
26722 [ 11981] By: ams                                   on 2001/09/10  16:31:43
26723         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
26724              Fix Pod Typo, Add Test for ExtUtils::Command
26725              From: "chromatic" <chromatic@rmci.net>
26726              Date: Mon, 10 Sep 2001 11:20:56 -0600
26727              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
26728      Branch: perl
26729            + lib/ExtUtils/Command.t
26730            ! MANIFEST lib/ExtUtils/Command.pm
26731 ____________________________________________________________________________
26732 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
26733         Log: Subject: [PATCH] Encode.pm docs fix
26734              From: Matt Sergeant <MSergeant@star.net.uk>
26735              Date: Mon, 10 Sep 2001 15:24:01 +0100
26736              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
26737      Branch: perl
26738            ! ext/Encode/Encode.pm
26739 ____________________________________________________________________________
26740 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
26741         Log: Update Changes.
26742      Branch: perl
26743            ! Changes patchlevel.h
26744 ____________________________________________________________________________
26745 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
26746         Log: Revert #11973, the dTHX seems to be needed in there
26747              for threaded builds.
26748      Branch: perl
26749            ! perlio.c
26750 ____________________________________________________________________________
26751 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
26752         Log: Detypo.
26753      Branch: perl
26754            ! pod/perlguts.pod
26755 ____________________________________________________________________________
26756 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
26757         Log: Further Class::Struct patching from Damian.
26758              
26759              The new new semantics are:
26760              
26761              * If you pass an initializer for a nested object, it has to be:
26762              a) a reference to an object of that class, or      
26763              b) a reference to an object of a subclass of that class, or
26764              c) a reference to a hash of arguments to be passed to the
26765              class's constructor
26766              * If you pass no initializer for a nested object, the attribute
26767              is initialized to C<undef>
26768      Branch: perl
26769            ! lib/Class/Struct.pm
26770 ____________________________________________________________________________
26771 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
26772         Log: Skip the crypt test if no crypt.
26773      Branch: perl
26774            ! t/op/crypt.t
26775 ____________________________________________________________________________
26776 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
26777         Log: Warn against using bare v-strings as IP addresses
26778              (okay if using the wrappers from Socket)
26779      Branch: perl
26780            ! pod/perldata.pod pod/perlport.pod
26781 ____________________________________________________________________________
26782 [ 11973] By: sky                                   on 2001/09/10  11:57:58
26783         Log: Remove unused dTHX. Silenced another warning.
26784      Branch: perl
26785            ! perlio.c
26786 ____________________________________________________________________________
26787 [ 11972] By: sky                                   on 2001/09/10  11:54:25
26788         Log: Silence some more warnings INT2PTR.
26789      Branch: perl
26790            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
26791 ____________________________________________________________________________
26792 [ 11971] By: sky                                   on 2001/09/10  11:21:50
26793         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
26794      Branch: perl
26795            ! cop.h
26796 ____________________________________________________________________________
26797 [ 11970] By: sky                                   on 2001/09/10  11:17:25
26798         Log: Apply INT2PTR with force to silence warnings from
26799              PM_GETRE and friends. No more warnings with 64bit 
26800              IVs and 32bit pointers.    
26801      Branch: perl
26802            ! op.c op.h perl.c
26803 ____________________________________________________________________________
26804 [ 11969] By: sky                                   on 2001/09/10  10:13:02
26805         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
26806      Branch: perl
26807            ! pod/perlguts.pod
26808 ____________________________________________________________________________
26809 [ 11968] By: sky                                   on 2001/09/10  10:02:51
26810         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
26811              Rename to custop_op_name to Perl_custom_op_name to match perlapi
26812              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
26813              perl_clone.
26814      Branch: perl
26815            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
26816 ____________________________________________________________________________
26817 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
26818         Log: Using strlen() not good on embedded nul bytes.
26819      Branch: perl
26820            ! regcomp.c
26821 ____________________________________________________________________________
26822 [ 11966] By: ams                                   on 2001/09/09  21:06:13
26823         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
26824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26825              Date: Mon, 13 Aug 2001 22:51:59 +0200
26826              Message-ID: <20010813225159.C6681@rafael>
26827              (Applied with several tweaks.)
26828      Branch: perl
26829            ! embed.h embed.pl proto.h toke.c
26830 ____________________________________________________________________________
26831 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
26832         Log: The exact error message is system-dependent.
26833      Branch: perl
26834            ! lib/ExtUtils/Manifest.t
26835 ____________________________________________________________________________
26836 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
26837         Log: Add Windows and Mac Sami support to Encode
26838              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
26839      Branch: perl
26840            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
26841            ! MANIFEST
26842 ____________________________________________________________________________
26843 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
26844         Log: Use the tried method.
26845      Branch: perl
26846            ! pod/perlport.pod
26847 ____________________________________________________________________________
26848 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
26849         Log: Can't count parentheses.
26850      Branch: perl
26851            ! ext/IO/lib/IO/Socket/INET.pm
26852 ____________________________________________________________________________
26853 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
26854         Log: perlport additions: 1 while unlink, add/delete directory
26855              entries and permissions, cygwin stat funkiness (from Michael
26856              Schwern and Nicholas Clark)
26857      Branch: perl
26858            ! pod/perlport.pod
26859 ____________________________________________________________________________
26860 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
26861         Log: blib does have a detectable test.
26862      Branch: perl
26863            ! t/lib/1_compile.t
26864 ____________________________________________________________________________
26865 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
26866         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
26867              From: "chromatic" <chromatic@rmci.net>
26868              Date: Sat, 08 Sep 2001 19:33:42 -0600
26869              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
26870      Branch: perl
26871            + lib/Term/Complete.t
26872            ! MANIFEST
26873 ____________________________________________________________________________
26874 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
26875         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
26876              From: Michael G Schwern <schwern@pobox.com> 
26877              Date: Sat, 8 Sep 2001 02:40:26 -0400
26878              Message-ID: <20010908024026.A26283@blackrider>
26879      Branch: perl
26880            + lib/Test/Tutorial.pod
26881            ! MANIFEST
26882 ____________________________________________________________________________
26883 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
26884         Log: Try to look up protocol (by name) only iff it has non-numbers:
26885              nice if the server is in a chrooted environment (no /etc/protocols,
26886              server code using hardcorded protocol numbers like 6 for tcp),
26887              suggested by John Holdsworth <coldwave@bigfoot.com>.
26888              In other words, if we are given a number, why look it up again
26889              (by number)?
26890      Branch: perl
26891            ! ext/IO/lib/IO/Socket/INET.pm
26892 ____________________________________________________________________________
26893 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
26894         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
26895              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26896              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
26897              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
26898              
26899              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
26900              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26901              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
26902              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
26903              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
26904              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26905              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
26906              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
26907      Branch: perl
26908            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
26909 ____________________________________________________________________________
26910 [ 11955] By: ams                                   on 2001/09/09  02:54:21
26911         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
26912              From: "Craig A. Berry" <craigberry@mac.com>
26913              Date: Sat, 08 Sep 2001 19:02:16 -0500
26914              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
26915      Branch: perl
26916            ! lib/CGI/t/carp.t
26917 ____________________________________________________________________________
26918 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
26919         Log: Documentation tweaks; think the IP address as an opaque string.
26920      Branch: perl
26921            ! ext/Socket/Socket.pm
26922 ____________________________________________________________________________
26923 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
26924         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
26925              From: Michael G Schwern <schwern@pobox.com>
26926              Date: Sat, 8 Sep 2001 19:45:46 -0400
26927              Message-ID: <20010908194546.C9193@blackrider>
26928      Branch: perl
26929            + lib/blib.t
26930            ! MANIFEST lib/blib.pm t/lib/1_compile.t
26931 ____________________________________________________________________________
26932 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
26933         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
26934              From: "chromatic" <chromatic@rmci.net>
26935              Date: Sat, 08 Sep 2001 12:31:44 -0600
26936              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
26937      Branch: perl
26938            + lib/CGI/t/fast.t
26939            ! MANIFEST
26940 ____________________________________________________________________________
26941 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
26942         Log: The Socket tests were wrong: they were assuming too much.
26943      Branch: perl
26944            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
26945 ____________________________________________________________________________
26946 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
26947         Log: Retract the portability changes since they
26948              seem to have opened a can of worms... will
26949              go back to UNICOS/mk and do the bare minimum
26950              required to get the tests working.
26951      Branch: perl
26952            ! ext/Socket/Socket.xs
26953 ____________________________________________________________________________
26954 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
26955         Log: PADOFFSET is used to cast pointers into integers,
26956              if pointers are 64 bits and U32 32 bits,
26957              bad things may happen, or at least warnings issued.
26958      Branch: perl
26959            ! op.h
26960 ____________________________________________________________________________
26961 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
26962         Log: Still more Socket portability tweaking.
26963              Now Socket.t seems to be happy in all of
26964              Linux/x86, Tru64/alpha, Solaris/sparc,
26965              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
26966              
26967              Addendum: it seems that io_multihomed, io_sock, and hostent
26968              were broken in little-endians (linux/x86 and tru64/alpha)
26969              because of this change.  Argh.
26970      Branch: perl
26971            ! ext/Socket/Socket.xs
26972 ____________________________________________________________________________
26973 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
26974         Log: More portability kicking on inet_ntoa().
26975      Branch: perl
26976            ! ext/Socket/Socket.xs
26977 ____________________________________________________________________________
26978 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
26979         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
26980              From: Michael G Schwern <schwern@pobox.com> 
26981              Date: Fri, 7 Sep 2001 23:06:51 -0400
26982              Message-ID: <20010907230651.R606@blackrider>
26983      Branch: perl
26984            + lib/ExtUtils/Manifest.t
26985            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
26986 ____________________________________________________________________________
26987 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
26988         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
26989              From: "chromatic" <chromatic@rmci.net>
26990              Date: Fri, 07 Sep 2001 17:53:15 -0600      
26991              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
26992      Branch: perl
26993            + lib/ExtUtils/testlib.t
26994            ! MANIFEST
26995 ____________________________________________________________________________
26996 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
26997         Log: Thinko.
26998      Branch: perl
26999            ! lib/integer.t
27000 ____________________________________________________________________________
27001 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
27002         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
27003              From: "Craig A. Berry" <craigberry@mac.com>
27004              Date: Fri, 07 Sep 2001 15:30:03 -0500
27005              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
27006      Branch: perl
27007            ! lib/CGI/Carp.pm
27008 ____________________________________________________________________________
27009 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
27010         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
27011              From: Michael G Schwern <schwern@pobox.com>
27012              Date: Fri, 7 Sep 2001 15:38:13 -0400
27013              Message-ID: <20010907153813.K606@blackrider>
27014      Branch: perl
27015            ! lib/ExtUtils/MM_Unix.pm
27016 ____________________________________________________________________________
27017 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
27018         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
27019              From: Robin Barker <rmb1@cise.npl.co.uk>
27020              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
27021              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
27022      Branch: perl
27023            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
27024 ____________________________________________________________________________
27025 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
27026         Log: Clean up 1_compile.t; move tests to more consistent
27027              places (t/ subdirectories); add integer.t (much of
27028              the pragma is tested elsewhere but there is no one
27029              centralized place)
27030      Branch: perl
27031            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
27032            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
27033            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
27034            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
27035            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
27036            - lib/File/Find/find.t lib/File/Find/taint.t
27037            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
27038 ____________________________________________________________________________
27039 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
27040         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
27041              From: "chromatic" <chromatic@rmci.net>
27042              Date: Fri, 07 Sep 2001 10:17:40 -0600
27043              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
27044      Branch: perl
27045            ! lib/File/Find/taint.t
27046 ____________________________________________________________________________
27047 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
27048         Log: Update Changes.
27049      Branch: perl
27050            ! Changes patchlevel.h
27051 ____________________________________________________________________________
27052 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
27053         Log: Rename the old threading tutorial, start a new one,
27054              regen toc.
27055      Branch: perl
27056            + pod/perlothrtut.pod
27057            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
27058            ! pod/perltoc.pod
27059 ____________________________________________________________________________
27060 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
27061         Log: vars very much has a test.
27062      Branch: perl
27063            ! t/lib/1_compile.t
27064 ____________________________________________________________________________
27065 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
27066         Log: Subject: Re: wince/perl.ico marked as binary
27067              From: Nicholas Clark <nick@ccl4.org>
27068              Date: Fri, 7 Sep 2001 13:54:40 +0100
27069              Message-ID: <20010907135439.D39150@plum.flirble.org>
27070              
27071              and wince/Makefile.ce change from Rainer Keuchel.
27072      Branch: perl
27073            + wince/makeico.pl
27074            ! MANIFEST wince/Makefile.ce
27075 ____________________________________________________________________________
27076 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
27077         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
27078              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
27079              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
27080              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
27081      Branch: perl
27082            ! regexec.c
27083 ____________________________________________________________________________
27084 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
27085         Log: (Replaced by #11934)
27086              Subject: Re: [PATCH regexec.c] more general .* and .*?
27087              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
27088              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
27089              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
27090      Branch: perl
27091            ! regexec.c
27092 ____________________________________________________________________________
27093 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
27094         Log: The #11931 patching misbehaved.
27095      Branch: perl
27096            ! lib/Test/Harness/t/test-harness.t
27097 ____________________________________________________________________________
27098 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
27099         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
27100              From: Michael G Schwern <schwern@pobox.com>
27101              Date: Fri, 7 Sep 2001 03:30:41 -0400
27102              Message-ID: <20010907033041.A2796@blackrider>
27103      Branch: perl
27104            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
27105            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
27106            + t/lib/sample-tests/header_at_end_fail
27107            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
27108            - lib/Test/Harness.t
27109            ! MANIFEST lib/Test/Harness.pm t/TEST
27110 ____________________________________________________________________________
27111 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
27112         Log: Subject: [PATCH] Digest::MD5 update
27113              From: Gisle Aas <gisle@ActiveState.com>
27114              Date: 06 Sep 2001 23:32:56 -0700
27115              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
27116      Branch: perl
27117            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27118            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
27119 ____________________________________________________________________________
27120 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
27121         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
27122              From: "chromatic" <chromatic@rmci.net>
27123              Date: Thu, 06 Sep 2001 23:11:44 -0600
27124              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
27125      Branch: perl
27126            + lib/less.t
27127            ! MANIFEST t/lib/1_compile.t
27128 ____________________________________________________________________________
27129 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
27130         Log: The binary file must somehow differently stored.
27131      Branch: perl
27132            - wince/perl.ico
27133            ! MANIFEST
27134 ____________________________________________________________________________
27135 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
27136         Log: Add more modules to the list of modules that have tests,
27137              Schwern's wallet is getting more nervous.
27138              (Run t/lib/1_compile.t manually to see which modules
27139              are lacking tests, or the tests can't be run for some
27140              reason or another, such as the Net:: modules)
27141      Branch: perl
27142            ! t/lib/1_compile.t
27143 ____________________________________________________________________________
27144 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
27145         Log: Try to make Socket::inet_ntoa() more robust.
27146      Branch: perl
27147            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
27148 ____________________________________________________________________________
27149 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
27150         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
27151              From: chromatic <chromatic@rmci.net>       
27152              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
27153              Message-Id: <01090522580506.19590@firewheel>           
27154      Branch: perl
27155            ! lib/English.t
27156 ____________________________________________________________________________
27157 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
27158         Log: Subject: Re: perlvar manpage and localizing special vars
27159              From: Stas Bekman <stas@stason.org>
27160              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
27161              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
27162      Branch: perl
27163            ! pod/perlvar.pod
27164 ____________________________________________________________________________
27165 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
27166         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
27167              From: Robin Barker <rmb1@cise.npl.co.uk>
27168              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
27169              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
27170      Branch: perl
27171            ! lib/ExtUtils/MakeMaker.pm
27172 ____________________________________________________________________________
27173 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
27174         Log: Symbol missing; AIX unhappy.
27175      Branch: perl
27176            ! makedef.pl
27177 ____________________________________________________________________________
27178 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
27179         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
27180              Reported in 5.61, seems to work okay in blead.
27181      Branch: perl
27182            ! t/run/kill_perl.t
27183 ____________________________________________________________________________
27184 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
27185         Log: Update Changes.
27186      Branch: perl
27187            ! Changes patchlevel.h
27188 ____________________________________________________________________________
27189 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
27190         Log: Document the bad assumptions currently breaking
27191              the Socket.t tests 10, 11, and 13 in UNICOS.
27192      Branch: perl
27193            ! ext/Socket/Socket.xs
27194 ____________________________________________________________________________
27195 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
27196         Log: Subject: [PATCH x2p] make OPTIMIZE=...
27197              From: Robin Barker <rmb1@cise.npl.co.uk>
27198              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
27199              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
27200      Branch: perl
27201            ! x2p/Makefile.SH x2p/cflags.SH
27202 ____________________________________________________________________________
27203 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
27204         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
27205              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
27206              Date: Thu, 6 Sep 2001 11:09:40 +0100
27207              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
27208              
27209              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
27210              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27211              Date: 6 Sep 2001 10:14:38 -0000
27212              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
27213      Branch: perl
27214            ! pod/perlfaq1.pod pod/perlhack.pod
27215 ____________________________________________________________________________
27216 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
27217         Log: Subject: Extra NUL is Data::Dumper output - patch
27218              From: Tony Cook <tony@develop-help.com>
27219              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
27220              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
27221      Branch: perl
27222            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
27223 ____________________________________________________________________________
27224 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
27225         Log: Avoid redefinition warning
27226              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
27227              from
27228              perl -w -Ilib -MCwd -e ''
27229      Branch: perl
27230            ! lib/Cwd.pm
27231 ____________________________________________________________________________
27232 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
27233         Log: Update the is_tainted() example implementation.
27234      Branch: perl
27235            ! pod/perlsec.pod
27236 ____________________________________________________________________________
27237 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
27238         Log: Missing) in #11912.
27239      Branch: perl
27240            ! lib/Test/Simple/t/fail.t
27241 ____________________________________________________________________________
27242 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
27243         Log: Rewhack Test-Simple into core harness.
27244      Branch: perl
27245            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
27246            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
27247            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
27248            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
27249            ! lib/Test/Simple/t/skipall.t
27250 ____________________________________________________________________________
27251 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
27252         Log: Workaround for the new Exporter 'feature'.
27253      Branch: perl
27254            ! lib/Test/More.pm
27255 ____________________________________________________________________________
27256 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
27257         Log: Re-introduce pure-Perl fall-back for abs_path,
27258              re-introduce #11898.
27259      Branch: perl
27260            ! lib/Cwd.pm lib/File/Find.pm
27261 ____________________________________________________________________________
27262 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
27263         Log: More tests.
27264      Branch: perl
27265            ! lib/Exporter.t
27266 ____________________________________________________________________________
27267 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
27268         Log: Retract #11898 for now because it introduces
27269              a rather nasty depencency: when B is being built,
27270              MakeMaker is used.  MakeMaker uses File::Find.
27271              File::Find uses Cwd::getcwd()...which doesn't
27272              exist yet.
27273      Branch: perl
27274            ! lib/File/Find.pm
27275 ____________________________________________________________________________
27276 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
27277         Log: New test welcome.
27278      Branch: perl
27279            + lib/Test/Simple/t/simple.t
27280 ____________________________________________________________________________
27281 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
27282         Log: Old test begone.
27283      Branch: perl
27284            - lib/Attribute/Handlers/test.pl
27285 ____________________________________________________________________________
27286 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
27287         Log: Test-Simple syncup from Schwern.
27288      Branch: perl
27289            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
27290            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
27291            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
27292            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
27293            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
27294            - lib/Test/More/Changes lib/Test/More/t/More.t
27295            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
27296            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
27297            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
27298            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
27299            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
27300            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
27301            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
27302            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
27303            ! t/lib/Test/Simple/sample_tests/death.plx
27304            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
27305            ! t/lib/Test/Simple/sample_tests/extras.plx
27306            ! t/lib/Test/Simple/sample_tests/five_fail.plx
27307            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
27308            ! t/lib/Test/Simple/sample_tests/one_fail.plx
27309            ! t/lib/Test/Simple/sample_tests/require.plx
27310            ! t/lib/Test/Simple/sample_tests/success.plx
27311            ! t/lib/Test/Simple/sample_tests/too_few.plx
27312            ! t/lib/Test/Simple/sample_tests/two_fail.plx
27313 ____________________________________________________________________________
27314 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
27315         Log: Integrate File::Find changes from bleadperl
27316      Branch: maint-5.6/macperl
27317            ! lib/File/Find.pm t/lib/filefind-taint.t
27318 ____________________________________________________________________________
27319 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
27320         Log: Integrate 11847 from maint-5.6/perl
27321      Branch: maint-5.6/macperl
27322           !> sv.c
27323 ____________________________________________________________________________
27324 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
27325         Log: In UNICOS division yada yada.
27326      Branch: perl
27327            ! t/op/override.t
27328 ____________________________________________________________________________
27329 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
27330         Log: In UNICOS division is really lossy, better use
27331              a tolerance test.
27332      Branch: perl
27333            ! ext/Time/HiRes/HiRes.t
27334 ____________________________________________________________________________
27335 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
27336         Log: In UNICOS sigaction() sets an extra flag
27337              ("the signal has been registered for all the processes in
27338              a multitasking group.")
27339      Branch: perl
27340            ! ext/POSIX/sigaction.t
27341 ____________________________________________________________________________
27342 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
27343         Log: Documentation micropatch from Damian.
27344      Branch: perl
27345            ! lib/Attribute/Handlers.pm
27346 ____________________________________________________________________________
27347 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
27348         Log: (Retracted by #11908)
27349              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
27350              From: Michael G Schwern <schwern@pobox.com>
27351              Date: Wed, 5 Sep 2001 15:58:21 -0400
27352              Message-ID: <20010905155821.I632@blackrider>
27353      Branch: perl
27354            ! lib/File/Find.pm lib/File/Find/taint.t
27355 ____________________________________________________________________________
27356 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
27357         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
27358              From: Michael G Schwern <schwern@pobox.com>
27359              Date: Wed, 5 Sep 2001 19:16:31 -0400
27360              Message-ID: <20010905191631.E11386@blackrider>
27361      Branch: perl
27362            + lib/CGI/t/carp.t
27363            ! MANIFEST
27364 ____________________________________________________________________________
27365 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
27366         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
27367              From: chromatic <chromatic@rmci.net>
27368              Date: Wed, 5 Sep 2001 18:08:07 -0600
27369              Message-Id: <01090518080700.19590@firewheel>
27370      Branch: perl
27371            ! lib/English.pm
27372 ____________________________________________________________________________
27373 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
27374         Log: Fix a typo #11889 and add a test for the same.
27375      Branch: perl
27376            ! ext/Socket/Socket.t ext/Socket/Socket.xs
27377 ____________________________________________________________________________
27378 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
27379         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
27380              From: "Craig A. Berry" <craigberry@mac.com>
27381              Date: Wed, 05 Sep 2001 17:48:54 -0500
27382              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
27383      Branch: perl
27384            ! lib/warnings.t t/run/kill_perl.t
27385 ____________________________________________________________________________
27386 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
27387         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
27388              From: Michael G Schwern <schwern@pobox.com>
27389              Date: Wed, 5 Sep 2001 17:22:25 -0400
27390              Message-ID: <20010905172225.C11386@blackrider>
27391      Branch: perl
27392            ! t/run/kill_perl.t
27393 ____________________________________________________________________________
27394 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
27395         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
27396              From: Nicholas Clark <nick@ccl4.org>
27397              Date: Wed, 5 Sep 2001 20:54:24 +0100
27398              Message-ID: <20010905205424.C25120@plum.flirble.org>
27399      Branch: perl
27400            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
27401 ____________________________________________________________________________
27402 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
27403         Log: Forgotten thing.
27404      Branch: perl
27405            ! uconfig.h
27406 ____________________________________________________________________________
27407 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
27408         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
27409              From: chromatic <chromatic@rmci.net>               
27410              Date: Wed, 5 Sep 2001 13:22:08 -0600
27411              Message-Id: <01090513220807.10587@firewheel> 
27412      Branch: perl
27413            ! lib/English.pm
27414 ____________________________________________________________________________
27415 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
27416         Log: inet_ntoa() tweaks:
27417              - don't allow addresses with > 255 characters
27418              - indent the HP-UX workaround
27419              - don't leak memory
27420      Branch: perl
27421            ! ext/Socket/Socket.xs
27422 ____________________________________________________________________________
27423 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
27424         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
27425              <xwu@theeducationcenter.com>
27426      Branch: perl
27427            ! lib/File/Find.pm
27428 ____________________________________________________________________________
27429 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
27430         Log: Typo nits.
27431      Branch: perl
27432            ! lib/File/Find.pm
27433 ____________________________________________________________________________
27434 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
27435         Log: -Wall nit.
27436      Branch: perl
27437            ! op.c
27438 ____________________________________________________________________________
27439 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
27440         Log: Update to Scalar-List-Utils 1.05
27441      Branch: perl
27442            ! ext/List/Util/ChangeLog ext/List/Util/README
27443            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
27444 ____________________________________________________________________________
27445 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
27446         Log: Update Changes.
27447      Branch: perl
27448            ! Changes patchlevel.h
27449 ____________________________________________________________________________
27450 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
27451         Log: Update to Scalar-List-Utils 1.04
27452      Branch: perl
27453            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
27454            ! ext/List/Util/lib/List/Util.pm
27455            ! ext/List/Util/lib/Scalar/Util.pm
27456 ____________________________________________________________________________
27457 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
27458         Log: Metaconfigify #11724.
27459      Branch: metaconfig
27460            ! U/threads/archname.U
27461 ____________________________________________________________________________
27462 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
27463         Log: The MacOS reference is okay, no reason to hide it.
27464      Branch: perl
27465            ! lib/Cwd.pm
27466 ____________________________________________________________________________
27467 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
27468         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
27469              From: Michael G Schwern <schwern@pobox.com>
27470              Date: Tue, 4 Sep 2001 15:30:10 -0400
27471              Message-ID: <20010904153010.H26466@blackrider> 
27472              
27473              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
27474      Branch: perl
27475            ! ext/Cwd/Makefile.PL lib/Cwd.pm
27476 ____________________________________________________________________________
27477 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
27478         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.))
27479              From: Michael G Schwern <schwern@pobox.com>
27480              Date: Tue, 4 Sep 2001 17:39:13 -0400
27481              Message-ID: <20010904173913.C626@blackrider>
27482      Branch: perl
27483            ! lib/Cwd.pm
27484 ____________________________________________________________________________
27485 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
27486         Log: Subject: Re: Perl_pp_* in public API?
27487              From: "Craig A. Berry" <craigberry@mac.com>
27488              Date: Tue, 4 Sep 2001 21:51:29 -0500
27489              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
27490      Branch: perl
27491            ! ext/List/Util/Util.xs
27492 ____________________________________________________________________________
27493 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
27494         Log: From Damian: Class::Struct was unable to define
27495              recursive classes.  After the patch an object reference
27496              (rather than a hash) is required to initialize
27497              an object attribute.  If no such initializer is given to
27498              the constructor, object attributes are now default
27499              initialized to C<undef>.
27500      Branch: perl
27501            ! lib/Class/Struct.pm lib/Class/Struct.t
27502 ____________________________________________________________________________
27503 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
27504         Log: Subject: Re: sv_catpvfn and sv_setpvfn
27505              From: Richard Soderberg <rs@oregonnet.com>
27506              Date: Tue, 4 Sep 2001 15:16:47 -0700
27507              Message-Id: <200109042216.PAA17858@oregonnet.com>
27508      Branch: perl
27509            ! pod/perlclib.pod pod/perlguts.pod
27510 ____________________________________________________________________________
27511 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
27512         Log: NetWare updates from Ananth Kesari.
27513      Branch: perl
27514            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
27515            ! NetWare/nw5thread.h
27516 ____________________________________________________________________________
27517 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
27518         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?))
27519              From: Nicholas Clark <nick@ccl4.org>
27520              Date: Tue, 4 Sep 2001 22:42:50 +0100
27521              Message-ID: <20010904224250.P25120@plum.flirble.org>
27522      Branch: perl
27523            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
27524            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
27525            ! t/op/oct.t toke.c
27526 ____________________________________________________________________________
27527 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
27528         Log: Fix Cwd::getcwd() not being tainted, as noticed
27529              by Schwern.
27530      Branch: perl
27531            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
27532            - ext/Cwd/Cwd.t
27533            ! MANIFEST ext/Cwd/Cwd.xs util.c
27534 ____________________________________________________________________________
27535 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
27536         Log: Retract #11870 and volatilize the right destruct_level.
27537              Silly thinko pointed out by Sarathy.
27538      Branch: perl
27539            ! intrpvar.h perl.c
27540 ____________________________________________________________________________
27541 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
27542         Log: At least a temporary fix for the mysterious scope core dumps
27543              in Tru64 from Graham.
27544      Branch: perl
27545            ! ext/List/Util/Util.xs
27546 ____________________________________________________________________________
27547 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
27548         Log: (Retracted by #11872)
27549      Branch: perl
27550            ! intrpvar.h
27551 ____________________________________________________________________________
27552 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
27553         Log: Quench a -Wall gripe noticed by Robin Barker.
27554      Branch: perl
27555            ! op.c
27556 ____________________________________________________________________________
27557 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
27558         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
27559              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27560              Date: Wed, 05 Sep 2001 02:01:32 +0900
27561              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
27562      Branch: perl
27563            ! lib/Unicode/UCD.pm
27564 ____________________________________________________________________________
27565 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
27566         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
27567              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
27568              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
27569              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
27570      Branch: perl
27571            ! gv.c
27572 ____________________________________________________________________________
27573 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
27574         Log: Update Changes.
27575      Branch: perl
27576            ! Changes patchlevel.h
27577 ____________________________________________________________________________
27578 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
27579         Log: Add the \[$@%&*] prototype support.
27580      Branch: perl
27581            ! op.c pod/perlsub.pod t/comp/proto.t
27582 ____________________________________________________________________________
27583 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
27584         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
27585              From: Michael G Schwern <schwern@pobox.com>
27586              Date: Mon, 3 Sep 2001 18:59:01 -0400
27587              Message-ID: <20010903185901.Z9233@blackrider>
27588      Branch: perl
27589            ! lib/CGI/t/form.t
27590 ____________________________________________________________________________
27591 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
27592         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
27593              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
27594              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
27595              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
27596      Branch: perl
27597            ! gv.c
27598 ____________________________________________________________________________
27599 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
27600         Log: More srand entry tweakage based on Randal's suggestion.
27601      Branch: perl
27602            ! pod/perlfunc.pod
27603 ____________________________________________________________________________
27604 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
27605         Log: Subject: [PATCH] 'main' *is* a reserved word
27606              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27607              Date: Mon, 3 Sep 2001 22:55:41 +0200
27608              Message-ID: <20010903225541.A24097@rafael>
27609      Branch: perl
27610            ! toke.c
27611 ____________________________________________________________________________
27612 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
27613         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
27614              From: Peter Prymmer <pvhp@best.com>
27615              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
27616              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
27617      Branch: perl
27618            ! README.vms configure.com
27619 ____________________________________________________________________________
27620 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
27621         Log: Subject: Re: A slightly better default seed?   
27622              From: Michael G Schwern <schwern@pobox.com>
27623              Date: Mon, 3 Sep 2001 18:08:15 -0400 
27624              Message-ID: <20010903180815.W9233@blackrider>
27625      Branch: perl
27626            ! t/op/srand.t
27627 ____________________________________________________________________________
27628 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
27629         Log: Add sharedsv.o to microperl object files.
27630      Branch: perl
27631            ! Makefile.micro
27632 ____________________________________________________________________________
27633 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
27634         Log: AUTHORS updates and
27635              
27636              Subject: [PATCH] Just some preening :-)        
27637              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
27638              Date: Tue, 4 Sep 2001 14:16:59 +0100
27639              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
27640      Branch: perl
27641            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
27642 ____________________________________________________________________________
27643 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
27644         Log: Typo fix and slight rewording.
27645      Branch: perl
27646            ! pod/perlfunc.pod
27647 ____________________________________________________________________________
27648 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
27649         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
27650      Branch: perl
27651            ! pod/perlfaq4.pod
27652 ____________________________________________________________________________
27653 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
27654         Log: The helper file changed name.
27655      Branch: perl
27656            ! MANIFEST
27657 ____________________________________________________________________________
27658 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
27659         Log: Update to Scalar-List-Utils 1.03
27660      Branch: perl
27661            + ext/List/Util/t/shuffle.t
27662            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
27663            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
27664            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
27665            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
27666            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
27667            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
27668            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
27669            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
27670 ____________________________________________________________________________
27671 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
27672         Log: Make crypt() do something more sane for Unicode
27673              (take crypt() of the low eight bits of the characters,
27674              instead of taking crypt() of the UTF-8 of the scalar);
27675              add a test for crypt().
27676      Branch: perl
27677            + t/op/crypt.t
27678            ! MANIFEST pod/perlfunc.pod pp.c
27679 ____________________________________________________________________________
27680 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
27681         Log: Reorganize the srand entry.
27682      Branch: perl
27683            ! pod/perlfunc.pod
27684 ____________________________________________________________________________
27685 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
27686         Log: Remove the tests that assume something about
27687              calling srand() without arguments multiple times.
27688      Branch: perl
27689            ! t/op/srand.t
27690 ____________________________________________________________________________
27691 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
27692         Log: Upgrade to Math::BigInt 1.42.
27693      Branch: perl
27694            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27695            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
27696            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
27697            ! lib/Math/BigInt/t/mbimbf.t
27698 ____________________________________________________________________________
27699 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
27700         Log: integrate change#11847 from maint-5.6
27701              
27702              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
27703      Branch: perl
27704            ! sv.c
27705 ____________________________________________________________________________
27706 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
27707         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
27708      Branch: maint-5.6/perl
27709            ! sv.c
27710 ____________________________________________________________________________
27711 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
27712         Log: As far as I can tell these functions have been Unicodified.
27713      Branch: perl
27714            ! doop.c
27715 ____________________________________________________________________________
27716 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
27717         Log: Update to Storable 1.0.13.
27718      Branch: perl
27719            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27720            ! ext/Storable/Storable.xs
27721 ____________________________________________________________________________
27722 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
27723         Log: Patch the Filter::Simple test to work with
27724              the core test suite (since the FilterTest.pm
27725              is in t/lib, not in lib).
27726      Branch: perl
27727            ! lib/Filter/Simple/t/filter.t
27728 ____________________________________________________________________________
27729 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
27730         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
27731      Branch: perl
27732            + t/lib/FilterTest.pm
27733            - t/lib/MyFilter.pm
27734 ____________________________________________________________________________
27735 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
27736         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
27737              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
27738              Text::Balanced 1.86.
27739      Branch: perl
27740            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
27741            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
27742            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
27743            + lib/Switch/t/nested.t lib/Switch/t/switch.t
27744            + lib/Text/Balanced/Changes lib/Text/Balanced/README
27745            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
27746            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
27747            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
27748            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
27749            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
27750            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
27751            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
27752            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
27753            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
27754            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
27755            ! MANIFEST lib/Attribute/Handlers.pm
27756            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
27757            ! lib/Attribute/Handlers/demo/Demo.pm
27758            ! lib/Attribute/Handlers/demo/Descriptions.pm
27759            ! lib/Attribute/Handlers/demo/MyClass.pm
27760            ! lib/Attribute/Handlers/demo/demo.pl
27761            ! lib/Attribute/Handlers/demo/demo2.pl
27762            ! lib/Attribute/Handlers/demo/demo3.pl
27763            ! lib/Attribute/Handlers/demo/demo4.pl
27764            ! lib/Attribute/Handlers/demo/demo_call.pl
27765            ! lib/Attribute/Handlers/demo/demo_chain.pl
27766            ! lib/Attribute/Handlers/demo/demo_cycle.pl
27767            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
27768            ! lib/Attribute/Handlers/demo/demo_phases.pl
27769            ! lib/Attribute/Handlers/demo/demo_range.pl
27770            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
27771            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
27772            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
27773            ! lib/Text/Balanced.pm
27774 ____________________________________________________________________________
27775 [ 11841] By: sky                                   on 2001/09/03  11:04:15
27776         Log: Forgot to add a file with Change #11840
27777      Branch: perl
27778            + t/op/srand.t
27779 ____________________________________________________________________________
27780 [ 11840] By: sky                                   on 2001/09/03  11:02:04
27781         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
27782              From: Michael G Schwern <schwern@pobox.com>
27783              Date: Mon, 3 Sep 2001 07:43:00 -0400
27784              Message-ID: <20010903074300.E9233@blackrider>
27785      Branch: perl
27786            ! MANIFEST pod/perlfunc.pod t/op/rand.t
27787 ____________________________________________________________________________
27788 [ 11839] By: sky                                   on 2001/09/03  10:47:11
27789         Log: Document the changes with regards to running of END blocks.
27790              And DESTROY on global objects are called in perl_destruct()!
27791      Branch: perl
27792            ! pod/perl572delta.pod pod/perlembed.pod
27793 ____________________________________________________________________________
27794 [ 11838] By: sky                                   on 2001/09/03  09:34:44
27795         Log: Subject: [PATCH t/op/time.t] Partial cleanup
27796              From: Michael G Schwern <schwern@pobox.com>
27797              Date: Mon, 3 Sep 2001 06:29:42 -0400
27798              Message-ID: <20010903062942.C9233@blackrider>
27799      Branch: perl
27800            ! t/op/time.t
27801 ____________________________________________________________________________
27802 [ 11837] By: sky                                   on 2001/09/03  09:30:02
27803         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
27804              From: Michael G Schwern <schwern@pobox.com>
27805              Date: Mon, 3 Sep 2001 06:24:13 -0400
27806              Message-ID: <20010903062413.B9233@blackrider>
27807      Branch: perl
27808            ! t/op/rand.t
27809 ____________________________________________________________________________
27810 [ 11836] By: sky                                   on 2001/09/03  07:56:47
27811         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
27812              From: Michael G Schwern <schwern@pobox.com>
27813              Date: Sun, 2 Sep 2001 21:38:43 -0400
27814              Message-ID: <20010902213843.L2711@blackrider>
27815      Branch: perl
27816            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
27817            ! MANIFEST
27818 ____________________________________________________________________________
27819 [ 11835] By: nick                                  on 2001/09/03  06:20:06
27820         Log: Integrate mainline
27821      Branch: perlio
27822           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
27823            - t/op/misc.t
27824           !> (integrate 187 files)
27825 ____________________________________________________________________________
27826 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
27827         Log: Update Changes.
27828      Branch: perl
27829            ! Changes patchlevel.h
27830 ____________________________________________________________________________
27831 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
27832         Log: Slight tweaks.
27833      Branch: perl
27834            ! t/run/kill_perl.t
27835 ____________________________________________________________________________
27836 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
27837         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
27838      Branch: perl
27839            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
27840 ____________________________________________________________________________
27841 [ 11831] By: sky                                   on 2001/09/02  12:10:42
27842         Log: Change #11828 wasn't complete, this updates to intest path
27843      Branch: perl
27844            ! t/run/kill_perl.t
27845 ____________________________________________________________________________
27846 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
27847         Log: 's's's.
27848      Branch: perl
27849            ! Changes
27850 ____________________________________________________________________________
27851 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
27852         Log: Update Changes.
27853      Branch: perl
27854            ! Changes patchlevel.h
27855 ____________________________________________________________________________
27856 [ 11828] By: sky                                   on 2001/09/02  11:53:56
27857         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
27858              From: Michael G Schwern <schwern@pobox.com>
27859              Date: Sat, 1 Sep 2001 20:18:58 -0400
27860              Message-ID: <20010901201858.X606@blackrider>
27861              +MANIFEST Fix
27862      Branch: perl
27863            + t/run/kill_perl.t
27864            - t/op/misc.t t/run/segfault.t
27865            ! MANIFEST
27866 ____________________________________________________________________________
27867 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
27868         Log: Subject: [PATCH] lib/Time/Local.pm
27869              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27870              Date: Sun, 2 Sep 2001 06:50:01 -0500
27871              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
27872      Branch: perl
27873            ! lib/Time/Local.pm
27874 ____________________________________________________________________________
27875 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
27876         Log: Tick off Unicode collation and the normalization from
27877              the todo list.
27878      Branch: perl
27879            ! pod/perltodo.pod
27880 ____________________________________________________________________________
27881 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
27882         Log: Update to Unicode 3.1.1.
27883      Branch: perl
27884            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
27885            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
27886            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
27887            ! lib/unicore/PropList.txt lib/unicore/README.perl
27888            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
27889            ! lib/unicore/rename lib/unicore/version
27890 ____________________________________________________________________________
27891 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
27892         Log: Slight doc tweaks for the module.
27893      Branch: perl
27894            ! lib/Unicode/UCD.pm
27895 ____________________________________________________________________________
27896 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
27897         Log: Rename the variable: it *used* to be (wrongly) that the
27898              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
27899              but that is no more the case: PL_reg_match_utf8 is better.
27900      Branch: perl
27901            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
27902            ! regexec.c sv.c thrdvar.h
27903 ____________________________________________________________________________
27904 [ 11822] By: ams                                   on 2001/09/02  02:54:50
27905         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
27906              From: Ilmari Karonen <iltzu@sci.fi>
27907              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
27908              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
27909              (op/sub_lval.t updated to take new error message into account.)
27910      Branch: perl
27911            ! op.c t/op/sub_lval.t
27912 ____________________________________________________________________________
27913 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
27914         Log: remove stray CRs in files; keep all files with UNIX line-ends
27915              (Porting/makerel adds CRs to the files that need it in the
27916              distribution)
27917      Branch: perl
27918            ! NetWare/t/NWScripts.pl README.dos
27919            ! ext/Encode/Encode/cns11643-1.enc
27920            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
27921            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27922 ____________________________________________________________________________
27923 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
27924         Log: some remnants of change#11803
27925      Branch: perl
27926            ! ext/ByteLoader/byterun.h perl.h
27927 ____________________________________________________________________________
27928 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
27929         Log: Update to Unicode::Collate 0.08.
27930      Branch: perl
27931            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27932            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
27933 ____________________________________________________________________________
27934 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
27935         Log: Test tweaks.
27936      Branch: perl
27937            ! t/op/pat.t
27938 ____________________________________________________________________________
27939 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
27940         Log: Fix test
27941      Branch: maint-5.6/macperl
27942            ! t/lib/b.t
27943 ____________________________________________________________________________
27944 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
27945         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
27946              warnings in Config.pm with -W; increase default and
27947              minimum RAM; bump version number.
27948      Branch: maint-5.6/macperl
27949            + macos/lib/Mac/LowMem.pm
27950            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
27951            ! macos/configpm macos/macperl/MacPerl.r
27952 ____________________________________________________________________________
27953 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
27954         Log: Make syntax check report in MPW style, fix tests
27955              to use Mac::err=unix to get normal-style error
27956              messages.
27957      Branch: maint-5.6/macperl
27958            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
27959            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
27960 ____________________________________________________________________________
27961 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
27962         Log: Make MPW-style errors optional (but the default); add
27963              MacPerl::ErrorFormat() function and Mac::err pragma
27964      Branch: maint-5.6/macperl
27965            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
27966            + macos/ext/Mac/err/err.xs
27967            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
27968            ! macos/macish.c macos/macish.h macos/macperl.sym
27969 ____________________________________________________________________________
27970 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
27971         Log: More module and test ports from Thomas Wegner et al
27972      Branch: maint-5.6/macperl
27973            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27974            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
27975            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
27976            ! t/op/magic.t
27977 ____________________________________________________________________________
27978 [ 11812] By: sky                                   on 2001/09/01  17:19:30
27979         Log: Subject: [PATCH t/op/concat.t] cleanup
27980              From: Michael G Schwern <schwern@pobox.com>
27981              Date: Sat, 1 Sep 2001 14:06:28 -0400
27982              Message-ID: <20010901140628.C606@blackrider>
27983      Branch: perl
27984            ! t/op/concat.t
27985 ____________________________________________________________________________
27986 [ 11811] By: sky                                   on 2001/09/01  12:25:29
27987         Log: Change #11805 didn't update the MANIFEST
27988      Branch: perl
27989            ! MANIFEST
27990 ____________________________________________________________________________
27991 [ 11810] By: sky                                   on 2001/09/01  11:52:44
27992         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
27993              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27994              Date: Sat, 1 Sep 2001 14:50:14 +0200
27995              Message-ID: <20010901145014.A691@rafael>
27996      Branch: perl
27997            ! t/op/inccode.t
27998 ____________________________________________________________________________
27999 [ 11809] By: sky                                   on 2001/09/01  11:49:22
28000         Log: Subject: PATCH: ExtUtils::MakeMaker
28001              From: Tony Bowden <tony@kasei.com>
28002              Date: Sat, 1 Sep 2001 10:33:53 +0100
28003              Message-ID: <20010901103353.A13863@soto.kasei.com>
28004              Manually applied
28005      Branch: perl
28006            ! lib/ExtUtils/MakeMaker.pm
28007 ____________________________________________________________________________
28008 [ 11808] By: sky                                   on 2001/09/01  11:39:13
28009         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
28010              From: mike808@users.sourceforge.net
28011              Date: Sat, 1 Sep 101 11:27:50 GMT
28012              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
28013              With little tweak
28014      Branch: perl
28015            ! lib/Term/Cap.pm
28016 ____________________________________________________________________________
28017 [ 11807] By: ams                                   on 2001/09/01  11:31:16
28018         Log: Subject: oct() and hex()
28019              From: Nicholas Clark <nick@ccl4.org>
28020              Date: Fri, 31 Aug 2001 23:14:13 +0100
28021              Message-Id: <20010831231413.J4950@plum.flirble.org>
28022      Branch: perl
28023            ! pod/perlclib.pod
28024 ____________________________________________________________________________
28025 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
28026         Log: Integrate change 11801 from maintperl
28027      Branch: maint-5.6/macperl
28028            ! perl.c
28029 ____________________________________________________________________________
28030 [ 11805] By: sky                                   on 2001/08/31  21:35:10
28031         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
28032              From: Michael G Schwern <schwern@pobox.com>
28033              Date: Fri, 31 Aug 2001 15:36:28 -0400
28034              Message-ID: <20010831153628.B598@blackrider>
28035              Check for things which used to segfault
28036      Branch: perl
28037            + t/run/segfault.t
28038 ____________________________________________________________________________
28039 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
28040         Log: integrate change#11801 from maint-5.6
28041              
28042              remove age-old UNICOS "workaround" that introduces a static, and
28043              hence an egregious race condition for threaded builds (*sigh*
28044              beats me why this kludge wasn't guarded by a UNICOS-specific
28045              #define *sigh*)
28046      Branch: perl
28047            ! perl.c
28048 ____________________________________________________________________________
28049 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
28050         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
28051              working in 5.7.x
28052      Branch: perl
28053            - objXSUB.h
28054            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
28055            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
28056            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
28057            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
28058            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
28059            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
28060            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
28061            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
28062            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
28063            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
28064            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
28065            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
28066            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
28067            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
28068            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
28069            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
28070            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
28071            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
28072            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
28073            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
28074            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
28075            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
28076 ____________________________________________________________________________
28077 [ 11802] By: ams                                   on 2001/08/31  18:11:32
28078         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
28079              From: "Philip Newton" <Philip.Newton@gmx.net>
28080              Date: Fri, 31 Aug 2001 21:12:56 +0200
28081              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
28082      Branch: perl
28083            ! pod/perldiag.pod
28084 ____________________________________________________________________________
28085 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
28086         Log: remove age-old UNICOS "workaround" that introduces a static, and
28087              hence an egregious race condition for threaded builds (*sigh*
28088              beats me why this kludge wasn't guarded by a UNICOS-specific
28089              #define *sigh*)
28090      Branch: maint-5.6/perl
28091            ! perl.c
28092 ____________________________________________________________________________
28093 [ 11800] By: sky                                   on 2001/08/31  17:30:26
28094         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
28095              Might break on platforms where bool is larger than 8 bites ???
28096      Branch: perl
28097            ! regcomp.c
28098 ____________________________________________________________________________
28099 [ 11799] By: ams                                   on 2001/08/31  12:15:44
28100         Log: Integrate 11778 into mainline.
28101      Branch: perl
28102            ! t/base/term.t
28103 ____________________________________________________________________________
28104 [ 11798] By: sky                                   on 2001/08/31  11:31:44
28105         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
28106              supposed to happen.
28107      Branch: perl
28108            ! regcomp.c
28109 ____________________________________________________________________________
28110 [ 11797] By: sky                                   on 2001/08/31  11:28:17
28111         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
28112              From: "John P. Linderman" <jpl@research.att.com>
28113              Date: Fri, 31 Aug 2001 08:20:35 -0400
28114              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
28115              Fixes test 14 which could fail randomly in rare cases.
28116      Branch: perl
28117            ! ext/Time/HiRes/HiRes.t regcomp.c
28118 ____________________________________________________________________________
28119 [ 11796] By: ams                                   on 2001/08/31  01:13:07
28120         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
28121              From: Nicholas Clark <nick@ccl4.org>
28122              Date: Thu, 30 Aug 2001 23:21:50 +0100
28123              Message-Id: <20010830232150.D4950@plum.flirble.org>
28124      Branch: perl
28125            ! ext/Sys/Syslog/Makefile.PL
28126 ____________________________________________________________________________
28127 [ 11795] By: ams                                   on 2001/08/30  23:53:23
28128         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
28129              patching example
28130              From: Michael G Schwern <schwern@pobox.com>
28131              Date: Thu, 30 Aug 2001 17:02:08 -0400
28132              Message-Id: <20010830170208.M2318@blackrider>
28133      Branch: perl
28134            ! pod/perlhack.pod
28135 ____________________________________________________________________________
28136 [ 11794] By: ams                                   on 2001/08/30  19:35:36
28137         Log: Subject: [PATCH] pp_modulo
28138              From: Nicholas Clark <nick@ccl4.org>
28139              Date: Thu, 30 Aug 2001 18:20:54 +0100
28140              Message-Id: <20010830182053.A4950@plum.flirble.org>
28141      Branch: perl
28142            ! pp.c t/op/64bitint.t
28143 ____________________________________________________________________________
28144 [ 11793] By: sky                                   on 2001/08/30  13:02:48
28145         Log: 11792 wasn't complete
28146      Branch: perl
28147            ! makedef.pl regcomp.c
28148 ____________________________________________________________________________
28149 [ 11792] By: sky                                   on 2001/08/30  12:21:11
28150         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
28151      Branch: perl
28152            ! makedef.pl
28153 ____________________________________________________________________________
28154 [ 11791] By: sky                                   on 2001/08/30  10:08:02
28155         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
28156      Branch: perl
28157            ! config_h.SH
28158 ____________________________________________________________________________
28159 [ 11790] By: sky                                   on 2001/08/30  08:22:31
28160         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
28161              on the pad. Fixes coredumps in cleanups introduced by
28162              Change 11755  
28163      Branch: perl
28164            ! op.c perl.c sv.h
28165 ____________________________________________________________________________
28166 [ 11789] By: sky                                   on 2001/08/29  19:01:47
28167         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
28168              This is a replacement implmentation that works on HPUX.
28169              This bug should probably be fixed in GCC.
28170      Branch: perl
28171            ! ext/Socket/Socket.xs
28172 ____________________________________________________________________________
28173 [ 11788] By: ams                                   on 2001/08/29  17:35:33
28174         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
28175              From: Nicholas Clark <nick@ccl4.org>
28176              Date: Wed, 29 Aug 2001 18:21:56 +0100
28177              Message-Id: <20010829182156.O4950@plum.flirble.org>
28178      Branch: perl
28179            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
28180 ____________________________________________________________________________
28181 [ 11787] By: sky                                   on 2001/08/29  10:42:54
28182         Log: Added test for pack_addr_in and unpack_addr_in
28183              Nitpik in test 10
28184      Branch: perl
28185            ! ext/Socket/Socket.t
28186 ____________________________________________________________________________
28187 [ 11786] By: sky                                   on 2001/08/29  10:28:14
28188         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
28189              Trying to catch errors on HP-UX
28190      Branch: perl
28191            ! ext/Socket/Socket.t
28192 ____________________________________________________________________________
28193 [ 11785] By: sky                                   on 2001/08/29  09:07:03
28194         Log: make sure USE_THREADS is defined so external apps work
28195      Branch: perl
28196            ! config_h.SH
28197 ____________________________________________________________________________
28198 [ 11784] By: sky                                   on 2001/08/29  08:06:12
28199         Log: Subject: Re: The hitlist of untested modules.
28200              From: Jonathan Stowe <gellyfish@gellyfish.com>
28201              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
28202              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
28203              Start of tests for Shell.pm (make Schwern poorer!)
28204      Branch: perl
28205            + lib/Shell.t
28206            ! MANIFEST
28207 ____________________________________________________________________________
28208 [ 11783] By: sky                                   on 2001/08/29  07:37:50
28209         Log: END{} can change the return value even if we die from BEGIN{}
28210      Branch: perl
28211            ! miniperlmain.c
28212 ____________________________________________________________________________
28213 [ 11782] By: ams                                   on 2001/08/29  06:32:17
28214         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
28215              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28216              Date: Wed, 29 Aug 2001 09:18:17 +0200
28217              Message-Id: <20010829091817.A4453@rafael>
28218      Branch: perl
28219            ! t/op/inccode.t
28220 ____________________________________________________________________________
28221 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
28222         Log: Delete xsubpp.patch, as full copy exists now
28223      Branch: maint-5.6/macperl
28224            - macos/xsubpp.patch
28225 ____________________________________________________________________________
28226 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
28227         Log: Add Changes file
28228      Branch: maint-5.6/macperl
28229            + macos/Changes
28230 ____________________________________________________________________________
28231 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
28232         Log: Add Mac version of xsubpp as separate file
28233      Branch: maint-5.6/macperl
28234            + macos/xsubpp
28235            ! macos/Makefile.mk
28236 ____________________________________________________________________________
28237 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
28238         Log: Fix open of /dev/null for Mac OS
28239      Branch: maint-5.6/macperl
28240            ! t/base/term.t
28241 ____________________________________________________________________________
28242 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
28243         Log: Various patches: enable more tests; skip CVS in PerlInstall;
28244              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
28245      Branch: maint-5.6/macperl
28246            ! macos/MacPerlTests.cmd macos/PerlInstall
28247            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
28248 ____________________________________________________________________________
28249 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
28250         Log: Allow for platforms to override formatting of errors
28251              on output from Matthias Neeracher (Mac files)
28252      Branch: maint-5.6/macperl
28253            ! macos/macish.c macos/macish.h
28254 ____________________________________________________________________________
28255 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
28256         Log: Allow for platforms to override formatting of errors
28257              on output from Matthias Neeracher (core files)
28258      Branch: maint-5.6/macperl
28259            ! perl.h pp_ctl.c util.c
28260 ____________________________________________________________________________
28261 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
28262         Log: Add some param checking, from reports by Kevin Reid.
28263      Branch: maint-5.6/macperl
28264            ! macos/ext/Mac/Controls/Controls.pm
28265            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
28266 ____________________________________________________________________________
28267 [ 11773] By: ams                                   on 2001/08/28  23:54:57
28268         Log: Subject: [PATCH] make coretest
28269              From: Paul Johnson <paul@pjcj.net>
28270              Date: Wed, 29 Aug 2001 00:11:38 +0200
28271              Message-Id: <20010829001138.B12169@pjcj.net>
28272              (Applied without the change to perlhack.pod. This should
28273              probably stay undocumented.)
28274      Branch: perl
28275            ! Makefile.SH t/TEST
28276 ____________________________________________________________________________
28277 [ 11772] By: sky                                   on 2001/08/28  13:01:20
28278         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
28279              From: Michael G Schwern <schwern@pobox.com>
28280              Date: Tue, 28 Aug 2001 09:57:39 -0400
28281              Message-ID: <20010828095738.E17775@blackrider>
28282      Branch: perl
28283            ! pod/perlhack.pod t/op/pack.t
28284 ____________________________________________________________________________
28285 [ 11771] By: sky                                   on 2001/08/28  11:20:13
28286         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
28287              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28288              Date: Tue, 28 Aug 2001 14:23:43 +0200
28289              Message-ID: <20010828142343.A19299@rafael>
28290      Branch: perl
28291            ! pod/perlvar.pod pp_ctl.c
28292 ____________________________________________________________________________
28293 [ 11770] By: ams                                   on 2001/08/28  10:13:21
28294         Log: Subject: [PATCH] odd typo in op.h
28295              From: Nicholas Clark <nick@ccl4.org>
28296              Date: Tue, 28 Aug 2001 12:10:26 +0100
28297              Message-Id: <20010828121026.V4950@plum.flirble.org>
28298      Branch: perl
28299            ! op.h
28300 ____________________________________________________________________________
28301 [ 11769] By: sky                                   on 2001/08/28  08:09:16
28302         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
28303              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
28304              Date: Tue, 28 Aug 2001 02:22:20 +0300
28305              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
28306      Branch: perl
28307            ! ext/B/B/Lint.pm
28308 ____________________________________________________________________________
28309 [ 11768] By: ams                                   on 2001/08/28  00:47:35
28310         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
28311              From: Michael G Schwern <schwern@pobox.com>
28312              Date: Mon, 27 Aug 2001 21:24:44 -0400
28313              Message-Id: <20010827212444.F12582@blackrider>
28314      Branch: perl
28315            ! pod/perlhack.pod t/op/pack.t
28316 ____________________________________________________________________________
28317 [ 11767] By: ams                                   on 2001/08/27  23:59:48
28318         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
28319              From: Michael G Schwern <schwern@pobox.com>
28320              Date: Mon, 27 Aug 2001 20:12:29 -0400
28321              Message-Id: <20010827201229.D12582@blackrider>
28322      Branch: perl
28323            ! pod/perlhack.pod t/op/pack.t
28324 ____________________________________________________________________________
28325 [ 11766] By: ams                                   on 2001/08/27  23:39:40
28326         Log: Update Changes.
28327      Branch: perl
28328            ! Changes
28329 ____________________________________________________________________________
28330 [ 11765] By: ams                                   on 2001/08/27  22:53:10
28331         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
28332              From: Michael G Schwern <schwern@pobox.com>
28333              Date: Mon, 27 Aug 2001 19:47:30 -0400
28334              Message-Id: <20010827194730.C12582@blackrider>
28335      Branch: perl
28336            ! t/op/inccode.t
28337 ____________________________________________________________________________
28338 [ 11764] By: ams                                   on 2001/08/27  22:46:21
28339         Log: Subject: [PATCH] new tests for the coderef-in-@INC
28340              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28341              Date: Mon, 27 Aug 2001 22:36:27 +0200
28342              Message-Id: <20010827223627.C690@rafael>
28343              
28344              Subject: Re: [PATCH] new tests for the coderef-in-@INC
28345              From: Nicholas Clark <nick@ccl4.org>
28346              Date: Tue, 28 Aug 2001 00:02:46 +0100
28347              Message-Id: <20010828000245.R4950@plum.flirble.org>
28348      Branch: perl
28349            + t/op/inccode.t
28350            ! MANIFEST
28351 ____________________________________________________________________________
28352 [ 11763] By: ams                                   on 2001/08/27  22:41:09
28353         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
28354              bleadperl on fire, Win95+4NT)
28355              From: Michael G Schwern <schwern@pobox.com>
28356              Date: Mon, 27 Aug 2001 16:54:42 -0400
28357              Message-Id: <20010827165442.F9436@blackrider>
28358      Branch: perl
28359            ! lib/warnings.t
28360 ____________________________________________________________________________
28361 [ 11762] By: sky                                   on 2001/08/27  19:19:17
28362         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
28363              avaible at compile time. This broke the compilation of 
28364              Net/Ping.pm
28365      Branch: perl
28366            ! lib/Net/Ping.pm
28367 ____________________________________________________________________________
28368 [ 11761] By: sky                                   on 2001/08/27  18:34:48
28369         Log: Removed tripple definitions of CUSTOM_OP functions.
28370      Branch: perl
28371            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
28372 ____________________________________________________________________________
28373 [ 11760] By: sky                                   on 2001/08/27  18:21:27
28374         Log: Regen headers
28375      Branch: perl
28376            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
28377            ! perlapi.h proto.h
28378 ____________________________________________________________________________
28379 [ 11759] By: ams                                   on 2001/08/27  16:31:53
28380         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
28381              From: "chromatic" <chromatic@rmci.net>
28382              Date: Mon, 27 Aug 2001 11:17:09 -0600
28383              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
28384      Branch: perl
28385            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
28386 ____________________________________________________________________________
28387 [ 11758] By: sky                                   on 2001/08/27  15:16:42
28388         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
28389              Thanks to H. Merijn Brand for the patch.
28390              Some of the comments and or guards might be removable in perl.h now.
28391      Branch: perl
28392            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
28393            ! Porting/Glossary Porting/config_H README.threads config_h.SH
28394            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
28395            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
28396            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
28397            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
28398            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
28399            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
28400            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
28401            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
28402            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
28403            ! win32/config_H.vc win32/perllib.c win32/win32.h
28404            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
28405            ! wince/config.h wince/config_H.ce wince/win32.h
28406            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
28407 ____________________________________________________________________________
28408 [ 11757] By: sky                                   on 2001/08/27  13:39:16
28409         Log: Subject: GNU ld parses arguments different
28410              From: H.Merijn Brand <h.m.brand@hccnet.nl>
28411              Date: Mon, 27 Aug 2001 16:25:51 +0200
28412              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
28413      Branch: perl
28414            ! hints/hpux.sh
28415 ____________________________________________________________________________
28416 [ 11756] By: sky                                   on 2001/08/27  13:18:45
28417         Log: Subject: Custom Ops
28418              From: Simon Cozens <simon@netthink.co.uk>
28419              Date: Sat, 25 Aug 2001 17:45:09 +0100
28420              Message-ID: <20010825174509.A5752@netthink.co.uk>
28421              I also added a fix to Opcode.pm to quite test cases.
28422      Branch: perl
28423            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
28424            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
28425 ____________________________________________________________________________
28426 [ 11755] By: sky                                   on 2001/08/27  05:37:17
28427         Log: Plugs a memory leak on destruction of regular expressions
28428              introcued by #11274.
28429              PL_regex_padav now has an AV as it's first entry with a list
28430              of freed regex_padav slots that it will reuse on creating
28431              new PMOPs.
28432      Branch: perl
28433            ! op.c perl.c
28434 ____________________________________________________________________________
28435 [ 11754] By: ams                                   on 2001/08/26  14:38:52
28436         Log: Subject: [PATCH] t/io/binmode.t
28437              From: Nicholas Clark <nick@ccl4.org>
28438              Date: Sun, 26 Aug 2001 12:03:05 +0100
28439              Message-Id: <20010826120305.C4950@plum.flirble.org>
28440              
28441              (Also a nitpick in #11752 to t/op/universal.t)
28442      Branch: perl
28443            ! t/io/binmode.t t/op/universal.t
28444 ____________________________________________________________________________
28445 [ 11753] By: ams                                   on 2001/08/26  08:19:34
28446         Log: Subject: [PATCH] op/universal.t failing
28447              From: Nicholas Clark <nick@ccl4.org>
28448              Date: Sun, 26 Aug 2001 09:48:22 +0100
28449              Message-Id: <20010826094822.B4950@plum.flirble.org>
28450      Branch: perl
28451            ! t/op/universal.t
28452 ____________________________________________________________________________
28453 [ 11752] By: ams                                   on 2001/08/25  22:46:13
28454         Log: Subject: Re: 'can' with undefined subs
28455              From: Tony Bowden <tony@kasei.com>
28456              Date: Sat, 25 Aug 2001 14:58:17 +0100
28457              Message-Id: <20010825145817.A11788@soto.kasei.com>
28458              (Applied with minor modifications.)
28459      Branch: perl
28460            ! t/op/universal.t
28461 ____________________________________________________________________________
28462 [ 11751] By: ams                                   on 2001/08/25  18:28:43
28463         Log: Subject: Re: 'can' with undefined subs
28464              From: Tony Bowden <tony@kasei.com>
28465              Date: Sat, 25 Aug 2001 15:13:14 +0100
28466              Message-Id: <20010825151314.B11788@soto.kasei.com>
28467      Branch: perl
28468            ! lib/UNIVERSAL.pm
28469 ____________________________________________________________________________
28470 [ 11750] By: nick                                  on 2001/08/25  15:24:15
28471         Log: Integrate mainline
28472      Branch: perlio
28473           +> t/io/binmode.t
28474           !> (integrate 26 files)
28475 ____________________________________________________________________________
28476 [ 11749] By: nick                                  on 2001/08/25  14:55:41
28477         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
28478              From:  John Peacock <jpeacock@rowman.com>
28479              Date:  Wed, 22 Aug 2001 12:05:28 -0400
28480              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
28481      Branch: perl
28482            ! pod/perlhack.pod
28483 ____________________________________________________________________________
28484 [ 11748] By: nick                                  on 2001/08/25  14:53:04
28485         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
28486              From:  Michael G Schwern <schwern@pobox.com>
28487              Date:  Wed, 22 Aug 2001 19:22:45 -0400
28488              Message-Id:  <20010822192245.U619@blackrider>
28489      Branch: perl
28490            ! MANIFEST
28491 ____________________________________________________________________________
28492 [ 11747] By: nick                                  on 2001/08/25  14:52:33
28493         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
28494              From:  Nicholas Clark <nick@ccl4.org>
28495              Date:  Wed, 22 Aug 2001 23:29:06 +0100
28496              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
28497      Branch: perl
28498            + t/io/binmode.t
28499            ! perlio.c pod/perlfunc.pod
28500 ____________________________________________________________________________
28501 [ 11744] By: nick                                  on 2001/08/25  14:37:33
28502         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
28503              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
28504              Date:  Fri, 24 Aug 2001 22:10:42 +0200
28505              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
28506      Branch: perl
28507            ! x2p/a2py.c x2p/walk.c
28508 ____________________________________________________________________________
28509 [ 11743] By: nick                                  on 2001/08/25  14:32:47
28510         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
28511              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28512              Date:  Fri, 24 Aug 2001 23:34:13 +0200
28513              Message-Id:  <20010824233413.A1285@rafael>
28514      Branch: perl
28515            ! pod/perlfunc.pod pod/perlvar.pod
28516 ____________________________________________________________________________
28517 [ 11742] By: ams                                   on 2001/08/25  13:16:02
28518         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
28519              From: Nicholas Clark <nick@ccl4.org>
28520              Date: Sat, 25 Aug 2001 14:50:07 +0100
28521              Message-Id: <20010825145007.L41464@plum.flirble.org>
28522      Branch: perl
28523            ! pp_ctl.c
28524 ____________________________________________________________________________
28525 [ 11741] By: nick                                  on 2001/08/24  07:08:45
28526         Log: When applying patch via Porting/apply fails, do p4 refresh
28527              to get old files back.
28528      Branch: perl
28529            ! Porting/apply
28530 ____________________________________________________________________________
28531 [ 11740] By: ams                                   on 2001/08/24  04:47:24
28532         Log: #11739 was incomplete.
28533      Branch: perl
28534            ! pod/perldiag.pod
28535 ____________________________________________________________________________
28536 [ 11739] By: ams                                   on 2001/08/24  04:09:40
28537         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
28538              From: "Philip Newton" <Philip.Newton@gmx.net>
28539              Date: Fri, 24 Aug 2001 07:08:34 +0200
28540      Branch: perl
28541            ! pod/perldiag.pod
28542 ____________________________________________________________________________
28543 [ 11738] By: ams                                   on 2001/08/24  02:19:42
28544         Log: Fixed Doug Wilson's email address.
28545      Branch: perl
28546            ! AUTHORS
28547 ____________________________________________________________________________
28548 [ 11737] By: ams                                   on 2001/08/24  00:10:13
28549         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
28550              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28551              Date: Thu, 23 Aug 2001 22:22:58 +0200
28552              Message-Id: <20010823222258.A901@rafael>
28553      Branch: perl
28554            ! pod/perldiag.pod
28555 ____________________________________________________________________________
28556 [ 11736] By: ams                                   on 2001/08/24  00:05:02
28557         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
28558              From: "Craig A. Berry" <craigberry@mac.com>
28559              Date: Thu, 23 Aug 2001 19:07:45 -0500
28560              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
28561      Branch: perl
28562            ! configure.com
28563 ____________________________________________________________________________
28564 [ 11735] By: sky                                   on 2001/08/23  13:42:07
28565         Log: Backed out 11732, it breaks lib/strict.t 
28566      Branch: perl
28567            ! op.c
28568 ____________________________________________________________________________
28569 [ 11734] By: sky                                   on 2001/08/23  11:45:59
28570         Log: Removed toy from 17133 after Matt Sargeants request.
28571      Branch: perl
28572            ! pod/perlfaq4.pod
28573 ____________________________________________________________________________
28574 [ 11733] By: sky                                   on 2001/08/23  11:36:29
28575         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
28576              From: Robin Houston <robin@kitsite.com>
28577              Date: Wed, 22 Aug 2001 23:06:16 +0100
28578              Message-ID: <20010822230616.A254@robin.kitsite.com>
28579      Branch: perl
28580            ! pod/perlfaq4.pod
28581 ____________________________________________________________________________
28582 [ 11732] By: sky                                   on 2001/08/23  10:36:02
28583         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
28584              From: Simon Cozens <simon@netthink.co.uk>
28585              Date: Thu, 23 Aug 2001 12:06:36 +0100
28586              Message-ID: <20010823120636.A9961@netthink.co.uk>
28587      Branch: perl
28588            ! op.c
28589 ____________________________________________________________________________
28590 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
28591         Log: fix broken windows build
28592      Branch: perl
28593            ! perl.h
28594 ____________________________________________________________________________
28595 [ 11730] By: ams                                   on 2001/08/22  21:35:30
28596         Log: Subject: [PATCH] io/tell.t doesn't chdir t
28597              From: Nicholas Clark <nick@ccl4.org>
28598              Date: Wed, 22 Aug 2001 23:25:58 +0100
28599              Message-Id: <20010822232557.Y82818@plum.flirble.org>
28600      Branch: perl
28601            ! t/io/tell.t
28602 ____________________________________________________________________________
28603 [ 11729] By: ams                                   on 2001/08/22  20:32:21
28604         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
28605              questions)
28606              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28607              Date: Wed, 22 Aug 2001 17:09:04 -0400
28608              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
28609              (Oops, forgot File::Spec::Unix in the previous patch.)
28610      Branch: perl
28611            ! lib/File/Spec/Unix.pm
28612 ____________________________________________________________________________
28613 [ 11728] By: ams                                   on 2001/08/22  20:25:41
28614         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
28615              questions)
28616              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28617              Date: Wed, 22 Aug 2001 17:09:04 -0400
28618              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
28619      Branch: perl
28620            ! lib/File/Spec.pm
28621 ____________________________________________________________________________
28622 [ 11727] By: ams                                   on 2001/08/22  19:43:30
28623         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
28624              From: John Peacock <jpeacock@rowman.com>
28625              Date: Wed, 22 Aug 2001 12:35:52 -0400
28626              Message-Id: <3B83DF68.5D89DC81@rowman.com>
28627              (Adds proper tests for $], notwithstanding Subject. +nitpick)
28628      Branch: perl
28629            ! t/op/ver.t
28630 ____________________________________________________________________________
28631 [ 11726] By: ams                                   on 2001/08/22  19:36:39
28632         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
28633              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
28634              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
28635              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
28636      Branch: perl
28637            ! lib/diagnostics.pm lib/diagnostics.t
28638 ____________________________________________________________________________
28639 [ 11725] By: ams                                   on 2001/08/22  19:25:01
28640         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
28641              From: Nicholas Clark <nick@ccl4.org>
28642              Date: Wed, 22 Aug 2001 20:59:05 +0100
28643              Message-Id: <20010822205905.U82818@plum.flirble.org>
28644      Branch: perl
28645            ! pp.c t/op/64bitint.t t/op/arith.t
28646 ____________________________________________________________________________
28647 [ 11724] By: ams                                   on 2001/08/22  10:02:33
28648         Log: Subject: Configure blooper
28649              From: H.Merijn Brand <h.m.brand@hccnet.nl>
28650              Date: Wed, 22 Aug 2001 12:38:35 +0200
28651              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
28652      Branch: perl
28653            ! Configure
28654 ____________________________________________________________________________
28655 [ 11723] By: ams                                   on 2001/08/21  16:17:53
28656         Log: Subject: [PATCH] installperl -help
28657              From: Nicholas Clark <nick@ccl4.org>
28658              Date: Tue, 21 Aug 2001 17:34:23 +0100
28659              Message-Id: <20010821173423.F82818@plum.flirble.org>
28660      Branch: perl
28661            ! installperl
28662 ____________________________________________________________________________
28663 [ 11722] By: ams                                   on 2001/08/20  07:46:31
28664         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
28665              From: Ilmari Karonen <iltzu@sci.fi>
28666              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
28667              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
28668      Branch: perl
28669            ! pod/perlvar.pod
28670 ____________________________________________________________________________
28671 [ 11721] By: nick                                  on 2001/08/20  06:24:31
28672         Log: Integrate mainline
28673      Branch: perlio
28674           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
28675           +> lib/Lingua/KO/Hangul/Util/Changes
28676           +> lib/Lingua/KO/Hangul/Util/README
28677           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
28678           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
28679           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
28680           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
28681           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
28682           +> lib/Unicode/Normalize/t/test.t
28683            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
28684           !> (integrate 55 files)
28685 ____________________________________________________________________________
28686 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
28687         Log: Integrate Change #11599 from maint-5.6/perl
28688      Branch: maint-5.6/macperl
28689           !> README.win32
28690 ____________________________________________________________________________
28691 [ 11719] By: ams                                   on 2001/08/18  21:21:42
28692         Log: Add Porting/apply to MANIFEST.
28693      Branch: perl
28694            ! MANIFEST
28695 ____________________________________________________________________________
28696 [ 11718] By: sky                                   on 2001/08/18  14:38:01
28697         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
28698              Better solution would be to make 5005threaded perl use
28699              the same system as ithreads do
28700      Branch: perl
28701            ! perl.h
28702 ____________________________________________________________________________
28703 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
28704         Log: New try for ID 20010407.006: detach the semantics
28705              "was the last match target UTF8" into its own variable.
28706      Branch: perl
28707            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
28708            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
28709 ____________________________________________________________________________
28710 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
28711         Log: UTF8 flag should be meaningful only when POK.
28712      Branch: perl
28713            ! dump.c
28714 ____________________________________________________________________________
28715 [ 11715] By: sky                                   on 2001/08/18  11:45:16
28716         Log: USE_THREADS and USE_ITHREADS are never true at the same time
28717      Branch: perl
28718            ! perl.h
28719 ____________________________________________________________________________
28720 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
28721         Log: Retract #11712 for now.  The real fix would probably
28722              be something like making PL_reg_sv a copy (PV + UTF8)
28723              of the matched/substituted string (note: not just a SvPOK
28724              string, for example the stringified form of a ROK would
28725              be applicable)  Beware of leaks.
28726      Branch: perl
28727            ! pp_hot.c t/op/pat.t
28728 ____________________________________________________________________________
28729 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
28730         Log: UTF8 wasn't printing for PVMGs.
28731      Branch: perl
28732            ! dump.c
28733 ____________________________________________________________________________
28734 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
28735         Log: (Retracted by #11714)
28736              
28737              Okay analysis, debatable fix.  (The fix will inc
28738              the refcount of all temporary match objects,
28739              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
28740              which will then cause griping at untie() time
28741              ("inner references remain").
28742              
28743              Fix for ID 20010407.006: PL_reg_sv got wiped out
28744              by freetemps if the match target was a temporary
28745              (like function_call() =~ /.../), which in turn meant
28746              that the $1 et al stopped working if they had UTF-8
28747              in them.  Therefore bump up the refcount of PL_reg_sv.
28748      Branch: perl
28749            ! pp_hot.c t/op/pat.t
28750 ____________________________________________________________________________
28751 [ 11711] By: ams                                   on 2001/08/17  20:32:08
28752         Log: Subject: [PATCH] doesn't compile, was perl@11710
28753              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28754              Date: Fri, 17 Aug 2001 23:21:10 +0200
28755              Message-Id: <20010817232110.C7041@rafael> 
28756      Branch: perl
28757            ! sharedsv.c
28758 ____________________________________________________________________________
28759 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
28760         Log: Update Changes.
28761      Branch: perl
28762            ! Changes patchlevel.h
28763 ____________________________________________________________________________
28764 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
28765         Log: Upgrade to libnet 1.0704.
28766      Branch: perl
28767            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
28768            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
28769            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
28770            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
28771            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
28772            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
28773            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
28774 ____________________________________________________________________________
28775 [ 11708] By: sky                                   on 2001/08/17  13:34:04
28776         Log: Let perl_clone copy PL_exit_flags
28777      Branch: perl
28778            ! sv.c
28779 ____________________________________________________________________________
28780 [ 11707] By: sky                                   on 2001/08/17  12:28:41
28781         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
28782      Branch: perl
28783            ! sharedsv.c sharedsv.h
28784 ____________________________________________________________________________
28785 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
28786         Log: The metaconfig unit change for #11705.
28787      Branch: metaconfig/U/perl
28788            ! Extensions.U
28789 ____________________________________________________________________________
28790 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
28791         Log: Allow the threads extension to be found if present.
28792      Branch: perl
28793            ! Configure
28794 ____________________________________________________________________________
28795 [ 11704] By: nick                                  on 2001/08/17  11:47:54
28796         Log: Mail -> change script (pre-alpha)
28797      Branch: perl
28798            + Porting/apply
28799 ____________________________________________________________________________
28800 [ 11703] By: sky                                   on 2001/08/17  07:11:24
28801         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
28802              Thanks to Tom Hospel for pointing out my error.
28803      Branch: perl
28804            ! op.h
28805 ____________________________________________________________________________
28806 [ 11702] By: sky                                   on 2001/08/17  04:18:11
28807         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.
28808      Branch: perl
28809            ! embed.pl miniperlmain.c perl.c perl.h proto.h
28810 ____________________________________________________________________________
28811 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
28812         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
28813              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
28814      Branch: perl
28815            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
28816            + lib/Lingua/KO/Hangul/Util/README
28817            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
28818            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
28819            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
28820            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
28821            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
28822            + lib/Unicode/Normalize/t/test.t
28823            ! MANIFEST
28824 ____________________________________________________________________________
28825 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
28826         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
28827              Date: Thu, 16 Aug 2001 22:46:15 -0500
28828              From: "Craig A. Berry" <craigberry@mac.com>
28829              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
28830      Branch: perl
28831            ! configure.com numeric.c
28832 ____________________________________________________________________________
28833 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
28834         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
28835              of the usual suspects (like getpwent) but not for others
28836              (like localtime and rand).  The _r versions are available
28837              for all of them, so let's use them.
28838      Branch: perl
28839            ! perl.h
28840 ____________________________________________________________________________
28841 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
28842         Log: (Accidental apply; thankfully empty.)
28843      Branch: perl
28844            ! hints/os390.sh
28845 ____________________________________________________________________________
28846 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
28847         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
28848              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28849              Date: Thu, 16 Aug 2001 16:27:49 +0100
28850              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
28851      Branch: perl
28852            ! regexec.c t/op/re_tests
28853 ____________________________________________________________________________
28854 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
28855         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
28856              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28857              Date: Thu, 16 Aug 2001 18:50:01 +0100
28858              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
28859      Branch: perl
28860            ! pp_hot.c t/op/pat.t
28861 ____________________________________________________________________________
28862 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
28863         Log: Subject: [PATCH] *time_r again
28864              From: "Arthur Bergman" <arthur@contiller.se>
28865              Date: Thu, 16 Aug 2001 16:01:54 +0200
28866              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
28867      Branch: perl
28868            ! op.h
28869 ____________________________________________________________________________
28870 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
28871         Log: system() and backtick error handling cleanup from Craig A. Berry.
28872      Branch: perl
28873            ! vms/vms.c
28874 ____________________________________________________________________________
28875 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
28876         Log: change#10334 leaks memory, copies string when it doesn't
28877              need to
28878      Branch: perl
28879            ! perl.c
28880 ____________________________________________________________________________
28881 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
28882         Log: One more twist to the sprintf + utf8 testing.
28883      Branch: perl
28884            ! t/op/misc.t
28885 ____________________________________________________________________________
28886 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
28887         Log: Fix for 20010407.008 sprintf removes utf8-ness.
28888      Branch: perl
28889            ! pp.c t/op/misc.t
28890 ____________________________________________________________________________
28891 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
28892         Log: Subject: [PATCH] *time_r fixes
28893              From: "Arthur Bergman" <arthur@contiller.se>
28894              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
28895              Date: Thu, 16 Aug 2001 14:22:27 +0200
28896      Branch: perl
28897            ! op.h
28898 ____________________________________________________________________________
28899 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
28900         Log: Upgrade to CGI.pm 2.77.
28901      Branch: perl
28902            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
28903            ! lib/CGI/t/function.t
28904 ____________________________________________________________________________
28905 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
28906         Log: Document the bytes-to-Unicode upgrading.
28907      Branch: perl
28908            ! pod/perlunicode.pod
28909 ____________________________________________________________________________
28910 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
28911         Log: Add a test for Unicode sprintf.
28912      Branch: perl
28913            ! t/op/misc.t
28914 ____________________________________________________________________________
28915 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
28916         Log: Add Unicode tests for index/rindex.
28917      Branch: perl
28918            ! t/op/index.t
28919 ____________________________________________________________________________
28920 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
28921         Log: Document a bit the art of minimizing the installation,
28922              based on the p5p discussion.
28923      Branch: perl
28924            ! INSTALL
28925 ____________________________________________________________________________
28926 [ 11684] By: nick                                  on 2001/08/15  15:03:31
28927         Log: Integrate mainline
28928      Branch: perlio
28929           +> sharedsv.c sharedsv.h
28930           !> (integrate 53 files)
28931 ____________________________________________________________________________
28932 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
28933         Log: Update Changes.
28934      Branch: perl
28935            ! Changes patchlevel.h
28936 ____________________________________________________________________________
28937 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
28938         Log: The #11673 necessitated a test tweak.
28939      Branch: perl
28940            ! t/io/utf8.t
28941 ____________________________________________________________________________
28942 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
28943         Log: Also UNICOS is in the general case unable to silently
28944              handle fp overflows.
28945      Branch: perl
28946            ! numeric.c
28947 ____________________________________________________________________________
28948 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
28949         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
28950              NV_EPSILON #defined.
28951      Branch: perl
28952            ! perl.h
28953 ____________________________________________________________________________
28954 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
28955         Log: Re-establish the fp overflow detection for VAX VMS; there
28956              is no easy way to have the IEEE fp silent overflow semantics.
28957              (in Alpha VMS we still will use IEEE fp by default-- but it
28958              is still possible to configure Perl to use G_FLOAT)
28959      Branch: perl
28960            ! numeric.c
28961 ____________________________________________________________________________
28962 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
28963         Log: Subject: [PATCH] pp_lock 
28964              From: "Arthur Bergman" <arthur@contiller.se>
28965              Date: Wed, 15 Aug 2001 11:52:16 +0200
28966              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
28967      Branch: perl
28968            ! pp.c
28969 ____________________________________________________________________________
28970 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
28971         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
28972              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28973              Date: Wed, 15 Aug 2001 11:32:11 +0100
28974              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
28975      Branch: perl
28976            ! regcomp.c t/op/re_tests
28977 ____________________________________________________________________________
28978 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
28979         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
28980              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28981              Date: Wed, 15 Aug 2001 10:33:49 +0100
28982              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
28983      Branch: perl
28984            ! regexec.c t/op/re_tests
28985 ____________________________________________________________________________
28986 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
28987         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
28988              From: Barrie Slaymaker <barries@slaysys.com>
28989              Date: Tue, 14 Aug 2001 14:32:25 -0400
28990              Message-ID: <20010814143225.A19822@jester.slaysys.com>
28991      Branch: perl
28992            ! lib/File/Spec.t lib/File/Spec/Unix.pm
28993 ____________________________________________________________________________
28994 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
28995         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
28996              From: Peter Prymmer <pvhp@forte.com>
28997              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
28998              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
28999      Branch: perl
29000            ! README.vms configure.com
29001 ____________________________________________________________________________
29002 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
29003         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
29004              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29005              Date: Tue, 14 Aug 2001 21:23:27 +0200
29006              Message-ID: <20010814212327.A1919@rafael>
29007      Branch: perl
29008            ! doio.c
29009 ____________________________________________________________________________
29010 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
29011         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
29012              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
29013              Date: Tue, 14 Aug 2001 22:30:11 +0200
29014              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
29015              
29016              Combination of nmake, quoting, and Perl expanded $( in here-doc.
29017      Branch: perl
29018            ! ext/SDBM_File/Makefile.PL
29019 ____________________________________________________________________________
29020 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
29021         Log: Todo updates.
29022      Branch: perl
29023            ! pod/perltodo.pod
29024 ____________________________________________________________________________
29025 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
29026         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
29027              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
29028              Date: Mon, 13 Aug 2001 23:15:01 +0200
29029              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
29030      Branch: perl
29031            ! sv.c
29032 ____________________________________________________________________________
29033 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
29034         Log: Subject: [PATCH] [b-]showlex.t
29035              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
29036              Date: Sun, 12 Aug 2001 22:24:51 +0200
29037              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
29038              
29039              The 4nt command shell will expand the % in command line
29040              no matter what quoting is attempted, changed the % to @.
29041      Branch: perl
29042            ! ext/B/Showlex.t
29043 ____________________________________________________________________________
29044 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
29045         Log: Subject: [PATCH] magic.t
29046              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
29047              Date: Sun, 12 Aug 2001 20:49:27 +0200
29048              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
29049      Branch: perl
29050            ! t/op/magic.t
29051 ____________________________________________________________________________
29052 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
29053         Log: Add sharedsv* to the DOSish platforms; plus add
29054              some WinCE files to the list of DOSish files.
29055      Branch: perl
29056            ! NetWare/Makefile Porting/makerel win32/Makefile
29057            ! win32/makefile.mk wince/Makefile.ce
29058 ____________________________________________________________________________
29059 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
29060         Log: More DOSish files.
29061      Branch: perl
29062            ! Porting/makerel
29063 ____________________________________________________________________________
29064 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
29065         Log: Strip CRs from the WinCE files.  Now we need to
29066              figure out in which CRs are really needed: probably
29067              Makefile.ce and the README files, at least, probably
29068              also the registry.bat.
29069      Branch: perl
29070            ! wince/Makefile.ce wince/README.compile wince/README.perlce
29071            ! wince/config.h wince/include/cectype.h wince/include/errno.h
29072            ! wince/include/sys/stat.h wince/include/sys/types.h
29073            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
29074            ! wince/perldll.def wince/registry.bat wince/wince.h
29075            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
29076 ____________________________________________________________________________
29077 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
29078         Log: Add some files to DOSish and writables.
29079      Branch: perl
29080            ! Porting/makerel
29081 ____________________________________________________________________________
29082 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
29083         Log: Compile failure message tidying.
29084      Branch: perl
29085            ! t/lib/1_compile.t
29086 ____________________________________________________________________________
29087 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
29088         Log: The new sharedsv* should be exported only if usethreads.
29089      Branch: perl
29090            ! makedef.pl
29091 ____________________________________________________________________________
29092 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
29093         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
29094              From: Peter Prymmer <pvhp@forte.com>
29095              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
29096              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
29097      Branch: perl
29098            ! README.os390
29099 ____________________________________________________________________________
29100 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
29101         Log: Update Changes.
29102      Branch: perl
29103            ! Changes patchlevel.h
29104 ____________________________________________________________________________
29105 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
29106         Log: Subject: [PATHC] sharedsv.[c|h]
29107              From: "Artur Bergman" <artur@contiller.se>
29108              Date: Mon, 13 Aug 2001 14:38:41 +0200
29109              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
29110              
29111              Subject: [PATCH] embed.pl
29112              From: Arthur Bergman <arthur@contiller.se>
29113              Date: Mon, 13 Aug 2001 14:38:14 +0200
29114              Message-ID: <B79D96D6.3088%arthur@contiller.se>
29115              
29116              Subject: [PATCH] sharedsv cleanups
29117              From: "Arthur Bergman" <arthur@contiller.se>
29118              Date: Mon, 13 Aug 2001 15:14:25 +0200
29119              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
29120              
29121              Plus few tweaks: _init needs to be Adp, the prototypes
29122              should not be revealed unless using ithreads, #endif FOO
29123              must be #endif /* FOO */, adding (parentheses) around
29124              do { } while doesn't work too well.
29125      Branch: perl
29126            + sharedsv.c sharedsv.h
29127            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
29128            ! perl.h perlapi.c pod/perlapi.pod proto.h
29129 ____________________________________________________________________________
29130 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
29131         Log: Subject: Re: END {} blocks run in perl_run
29132              From: Arthur Bergman <arthur@contiller.se>
29133              Date: Mon, 13 Aug 2001 11:11:30 +0200
29134              Message-ID: <B79D6661.3068%arthur@contiller.se>
29135      Branch: perl
29136            ! perl.c
29137 ____________________________________________________________________________
29138 [ 11657] By: nick                                  on 2001/08/13  09:03:02
29139         Log: Integrate mainline
29140      Branch: perlio
29141           +> (branch 326 files)
29142            - (delete 330 files)
29143           !> (integrate 85 files)
29144 ____________________________________________________________________________
29145 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
29146         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
29147              and the Perl will be built to do that by default (adding that
29148              will break scripts having non-UTF-8 binary data, such as Latin-1.)
29149      Branch: perl
29150            ! op.c toke.c utf8.h
29151 ____________________________________________________________________________
29152 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
29153         Log: Unnecessary downgrades.
29154      Branch: perl
29155            ! doop.c
29156 ____________________________________________________________________________
29157 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
29158         Log: Failure not true anymore (probably caused by my broken setup).
29159      Branch: perl
29160            ! t/op/pat.t
29161 ____________________________________________________________________________
29162 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
29163         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
29164              stopped working).
29165      Branch: perl
29166            ! op.h pp_ctl.c regcomp.c
29167 ____________________________________________________________________________
29168 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
29169         Log: There is no IN_UTF8.
29170      Branch: perl
29171            ! utf8.h
29172 ____________________________________________________________________________
29173 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
29174         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
29175      Branch: perl
29176            ! op.c op.h pp_ctl.c regcomp.c
29177 ____________________________________________________________________________
29178 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
29179         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
29180              and a test tweak.
29181      Branch: perl
29182            ! op.c t/pod/find.t
29183 ____________________________________________________________________________
29184 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
29185         Log: Todo updates and fixes.
29186      Branch: perl
29187            ! pod/perltodo.pod
29188 ____________________________________________________________________________
29189 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
29190         Log: Mark tests (and one module) having explicit Latin-1
29191              (and one file having explicit UTF-8) with an explicit
29192              'no utf8' (and one explicit 'use utf8').
29193              
29194              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
29195      Branch: perl
29196            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
29197            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
29198            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
29199 ____________________________________________________________________________
29200 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
29201         Log: Subject: SV: END {} blocks run in perl_run
29202              From: "Arthur Bergman" <arthur@contiller.se>
29203              Date: Sun, 12 Aug 2001 00:34:28 +0200 
29204              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
29205      Branch: perl
29206            ! miniperlmain.c perl.c
29207 ____________________________________________________________________________
29208 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
29209         Log: Typos in #11645.
29210      Branch: perl
29211            ! perl.h
29212 ____________________________________________________________________________
29213 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
29214         Log: On ithreads default to use_reentrant except on naturally
29215              threadsafe platforms.
29216      Branch: perl
29217            ! perl.h
29218 ____________________________________________________________________________
29219 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
29220         Log: (Hopefully) a fix for 20010723.004: make install needs
29221              write permission in build directory.  The problem was
29222              probably caused by overeager sprinkling of the lib/re.pm
29223              dependencies (which was done to guarantee lib/re.pm being
29224              uptodate for parallel makes: now solved by funneling that
29225              through an explicit recursive make in the preplibrary target).
29226      Branch: perl
29227            ! Makefile.SH
29228 ____________________________________________________________________________
29229 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
29230         Log: Dispell the "use utf8" superstition.
29231      Branch: perl
29232            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
29233            ! pod/perlunicode.pod
29234 ____________________________________________________________________________
29235 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
29236         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
29237              From: "Abigail" <abigail@foad.org> 
29238              Date: Sat, 11 Aug 2001 23:49:49 +0200
29239              Message-ID: <20010811214950.23255.qmail@foad.org>
29240      Branch: perl
29241            ! t/op/taint.t
29242 ____________________________________________________________________________
29243 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
29244         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
29245              From: Abhijit Menon-Sen <ams@wiw.org>
29246              Date: Sat, 11 Aug 2001 06:18:19 +0530
29247              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
29248      Branch: perl
29249            ! mg.c
29250 ____________________________________________________________________________
29251 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
29252         Log: Test for change #11639.
29253      Branch: perl
29254            ! t/op/tiehandle.t
29255 ____________________________________________________________________________
29256 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
29257         Log: Subject: Re: Can't localize *FH, then tie it
29258              From: Abhijit Menon-Sen <ams@wiw.org>
29259              Date: Sun, 12 Aug 2001 16:08:06 +0530
29260              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
29261      Branch: perl
29262            ! pp_hot.c pp_sys.c
29263 ____________________________________________________________________________
29264 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
29265         Log: Drop all the unnecessary "use utf8" clauses and some of
29266              the unnecessary "use bytes" ones.
29267              
29268              TODO: scour the documentation for unnecessary "use utf8"
29269              and prominently display it in perldelta when the time comes.
29270              ("use utf8" should be necessary ONLY if one wants the script
29271              to be in UTF-8.)  Also should be checked in some non-ASCII
29272              non-Latin-1 platform, like EBCDIC.
29273      Branch: perl
29274            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
29275            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
29276 ____________________________________________________________________________
29277 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
29278         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
29279              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
29280              in Unicode handling.
29281      Branch: perl
29282            + t/op/lc.t
29283            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
29284 ____________________________________________________________________________
29285 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
29286         Log: Thinko: we want the flags for native cc, not gcc.
29287      Branch: perl
29288            ! hints/dec_osf.sh
29289 ____________________________________________________________________________
29290 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
29291         Log: (retracted by 13077)
29292              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
29293              From: Robin Houston <robin@kitsite.com>
29294              Date: Fri, 10 Aug 2001 14:42:02 +0100
29295              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
29296      Branch: perl
29297            ! pp.c
29298 ____________________________________________________________________________
29299 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
29300         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
29301              From: Abhijit Menon-Sen <ams@wiw.org>
29302              Date: Sat, 11 Aug 2001 16:31:04 +0530
29303              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
29304      Branch: perl
29305            ! op.c
29306 ____________________________________________________________________________
29307 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
29308         Log: Get rid of indread, from Abhijit Menon-Sen.
29309      Branch: perl
29310            ! pp_sys.c
29311 ____________________________________________________________________________
29312 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
29313         Log: CRLFgngngn.
29314      Branch: perl
29315            ! win32/Makefile win32/makefile.mk
29316 ____________________________________________________________________________
29317 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
29318         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
29319      Branch: perl
29320            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
29321            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
29322            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
29323            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
29324            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
29325            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
29326            ! win32/Makefile win32/makefile.mk
29327 ____________________________________________________________________________
29328 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
29329         Log: Avoid #elif (less portable than #else #if).
29330      Branch: perl
29331            ! handy.h
29332 ____________________________________________________________________________
29333 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
29334         Log: Subject: patch for perlvar.pod
29335              From: mah@everybody.org (Mark A. Hershberger)
29336              Date: 08 Aug 2001 17:03:16 -0500
29337              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
29338      Branch: perl
29339            ! pod/perlvar.pod
29340 ____________________________________________________________________________
29341 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
29342         Log: cpp commands must start (the # must be) at the column #0.
29343      Branch: perl
29344            ! op.c
29345 ____________________________________________________________________________
29346 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
29347         Log: If using gcc -B/foo/bar makedepend would give
29348              unnecessary warnings about unused -B/foo/bar.
29349      Branch: perl
29350            ! makedepend.SH
29351 ____________________________________________________________________________
29352 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
29353         Log: Update Changes.
29354      Branch: perl
29355            ! Changes patchlevel.h
29356 ____________________________________________________________________________
29357 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
29358         Log: s/z/tz/
29359      Branch: perl
29360            ! pod/perlfaq2.pod
29361 ____________________________________________________________________________
29362 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
29363         Log: Article nit.
29364      Branch: perl
29365            ! pod/perlfaq2.pod
29366 ____________________________________________________________________________
29367 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
29368         Log: Rename lib/unicode files to lib/unicore to avoid
29369              conflicts between core lib/unicode and Unicode::
29370              files in case-ignoring filesystems.
29371      Branch: perl
29372            + (add 325 files)
29373            - (delete 324 files)
29374            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
29375 ____________________________________________________________________________
29376 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
29377         Log: Upgrade to Math::BigInt 1.41.
29378      Branch: perl
29379            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
29380 ____________________________________________________________________________
29381 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
29382         Log: Subject: [PATCH] remove PL_na from typemap
29383              From: James <james@rf.net>
29384              Date: Mon, 06 Aug 2001 20:23:15 -0700
29385              Message-ID: <3B6F5F23.A31A81B1@rf.net>
29386              
29387              (had to be manually applied)
29388      Branch: perl
29389            ! lib/ExtUtils/typemap
29390 ____________________________________________________________________________
29391 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
29392         Log: The metaconfig unit changes for #11618.
29393      Branch: metaconfig/U/perl
29394            + d_fpclassl.U i_fp.U
29395 ____________________________________________________________________________
29396 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
29397         Log: Forgot this from #11618.
29398              
29399              NOTE: wince/config_H.ce needs updating.
29400      Branch: perl
29401            ! wince/config.ce
29402 ____________________________________________________________________________
29403 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
29404         Log: Introduce more floating point classifying APIs;
29405              try to define (most importantly) Perl_is{inf,nan}(x).
29406              
29407              For this first cut, assume none such APIs exist in non-UNIXoid
29408              platforms-- this is of course too unkind: Win32 rumoredly has
29409              _fpclass() and _isnan(), and VMS/VOS very probably have some
29410              of the APIs available.     The only thing Perl uses at the moment
29411              is Perl_isnan() (has been in use for a while now).
29412              
29413              NOTE: the Win32 and NetWare config_h.?c need regenerating.
29414      Branch: perl
29415            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
29416            ! Porting/config_H config_h.SH configure.com epoc/config.sh
29417            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
29418            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29419            ! vos/config.ga.h win32/config.bc win32/config.gc
29420            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29421            ! win32/config_H.vc wince/config.ce wince/config.h
29422 ____________________________________________________________________________
29423 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
29424         Log: Integrate change #11519 from perlio:
29425              
29426              Avoid testing for (non-)existance of "encoding(xxxx)"
29427              layer is called "encoding" the (xxxx) is an argument.
29428      Branch: perl
29429           !> lib/open.pm
29430 ____________________________________________________________________________
29431 [ 11616] By: nick                                  on 2001/08/09  07:50:24
29432         Log: Integrate mainline
29433      Branch: perlio
29434           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
29435           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
29436           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
29437           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
29438            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
29439            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
29440           !> (integrate 79 files)
29441 ____________________________________________________________________________
29442 [ 11615] By: nick                                  on 2001/08/09  06:23:44
29443         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
29444              layer is called "encoding" the (xxxx) is an argument.
29445      Branch: perlio
29446            ! lib/open.pm
29447 ____________________________________________________________________________
29448 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
29449         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
29450              From: Paul Johnson <paul@pjcj.net>
29451              Date: Wed, 8 Aug 2001 23:54:17 +0200
29452              Message-ID: <20010808235417.O1006@pjcj.net>
29453      Branch: perl
29454            ! ext/B/B/Concise.pm
29455 ____________________________________________________________________________
29456 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
29457         Log: Make VMS use IEEE math by default; reorder Tru64 hints
29458              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
29459              exception semantics) is always set if using (the new) cc.
29460      Branch: perl
29461            ! configure.com hints/dec_osf.sh
29462 ____________________________________________________________________________
29463 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
29464         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
29465              From: Abhijit Menon-Sen <ams@wiw.org>
29466              Date: Tue, 7 Aug 2001 17:16:05 +0530
29467              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
29468      Branch: perl
29469            ! pp_sys.c
29470 ____________________________________________________________________________
29471 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
29472         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
29473              From: "Craig A. Berry" <craigberry@mac.com>
29474              Date: Tue, 07 Aug 2001 22:27:47 -0500
29475              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
29476      Branch: perl
29477            ! t/run/exit.t
29478 ____________________________________________________________________________
29479 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
29480         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
29481              From: "Craig A. Berry" <craigberry@mac.com>
29482              Date: Tue, 07 Aug 2001 20:01:53 -0500
29483              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
29484      Branch: perl
29485            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
29486 ____________________________________________________________________________
29487 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
29488         Log: Update the magazine information.
29489      Branch: perl
29490            ! pod/perlfaq2.pod
29491 ____________________________________________________________________________
29492 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
29493         Log: Ignore SIGFPE everywhere.
29494      Branch: perl
29495            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
29496 ____________________________________________________________________________
29497 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
29498         Log: With permission, change the licensing of the docs by
29499              TomC (and Gnat) to comply with the rest of Perl.
29500      Branch: perl
29501            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
29502            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29503            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
29504            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
29505            ! pod/perltootc.pod
29506 ____________________________________________________________________________
29507 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
29508         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
29509              From: Andy Dougherty <doughera@lafayette.edu>
29510              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
29511              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
29512      Branch: perl
29513            ! hints/openbsd.sh
29514 ____________________________________________________________________________
29515 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
29516         Log: Subject: [PATCH] Makefile.SH test_prep dependency
29517              From: Andy Dougherty <doughera@lafayette.edu>
29518              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
29519              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
29520      Branch: perl
29521            ! Makefile.SH
29522 ____________________________________________________________________________
29523 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
29524         Log: Don't autogenerate the headers et alia,
29525              make regen_headers explicitly.
29526      Branch: perl
29527            ! Makefile.SH
29528 ____________________________________________________________________________
29529 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
29530         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
29531              From: Gurusamy Sarathy <gsar@ActiveState.com> 
29532              Date: Tue, 07 Aug 2001 08:33:26 -0700
29533              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
29534              
29535              Unnecessary dependency.
29536      Branch: perl
29537            ! embed.pl
29538 ____________________________________________________________________________
29539 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
29540         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
29541              From: Abhijit Menon-Sen <ams@wiw.org>
29542              Date: Tue, 7 Aug 2001 09:10:54 +0530
29543              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
29544      Branch: perl
29545            ! pp_hot.c
29546 ____________________________________________________________________________
29547 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
29548         Log: Subject: [PATCH perl@11597] B && BEGIN handling
29549              From: "James A. Duncan" <jduncan@fotango.com>
29550              Date: Mon, 6 Aug 2001 17:29:11 +0100
29551              Message-ID: <20010806172911.A2071@fotango.com>
29552              
29553              (the intrpvar.h addition moved to the end for bincompat)
29554      Branch: perl
29555            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
29556 ____________________________________________________________________________
29557 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
29558         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
29559      Branch: perl
29560           !> README.win32
29561 ____________________________________________________________________________
29562 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
29563         Log: fix URLs for fcrypt.c
29564      Branch: maint-5.6/perl
29565            ! README.win32
29566 ____________________________________________________________________________
29567 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
29568         Log: Yet another way to say Infinity: HP-UX calls its "++".
29569      Branch: perl
29570            ! lib/Math/BigInt/t/bigintpm.t
29571 ____________________________________________________________________________
29572 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
29573         Log: Update Changes.
29574      Branch: perl
29575            ! Changes patchlevel.h
29576 ____________________________________________________________________________
29577 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
29578         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
29579      Branch: perl
29580            ! pod/perlfaq5.pod
29581 ____________________________________________________________________________
29582 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
29583         Log: The #11593 wasn't right.
29584      Branch: perl
29585            ! lib/Math/BigInt/t/bigintpm.t
29586 ____________________________________________________________________________
29587 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
29588         Log: Subject: [PATCH: perl@11564] introducing perlivp
29589              From: Prymmer/Kahn <pvhp@best.com>
29590              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
29591              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
29592              
29593              Subject: Re: [PATCH: perl@11564] introducing perlivp
29594              From: Prymmer/Kahn <pvhp@best.com>
29595              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
29596              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
29597      Branch: perl
29598            + utils/perlivp.PL
29599            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
29600            ! win32/Makefile win32/makefile.mk
29601 ____________________________________________________________________________
29602 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
29603         Log: libcs are confused what to call Infinity.
29604      Branch: perl
29605            ! lib/Math/BigInt/t/bigintpm.t
29606 ____________________________________________________________________________
29607 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
29608         Log: Avoid SIGFPE in Tru64.
29609      Branch: perl
29610            ! numeric.c
29611 ____________________________________________________________________________
29612 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
29613         Log: Upgrade to Math::BigInt 1.40.
29614              
29615              NOTE: this patch necessitates doing something about
29616              infinity handling since the new bigintpm.t tests use
29617              infinity, which causes SIGFPEs at least in Tru64.
29618      Branch: perl
29619            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29620            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
29621            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
29622            ! lib/Math/BigInt/t/mbimbf.t
29623 ____________________________________________________________________________
29624 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
29625         Log: remove hardcoded cmd shell in testsuite
29626      Branch: perl
29627            ! t/op/glob.t t/op/magic.t t/op/stat.t
29628 ____________________________________________________________________________
29629 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
29630         Log: 4-arg select() was busted on windows because change#8178 didn't
29631              make it into mainline
29632      Branch: perl
29633            ! perl.h win32/include/sys/socket.h
29634 ____________________________________________________________________________
29635 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
29636         Log: Rename the Getopt::Long tests to be as they are
29637              in the Getopt::Long official distribution.
29638      Branch: perl
29639            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
29640            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
29641            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
29642            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
29643            ! MANIFEST
29644 ____________________________________________________________________________
29645 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
29646         Log: Upgrade to Getopt::Long 2.26.
29647      Branch: perl
29648            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
29649            ! MANIFEST lib/Getopt/Long.pm
29650 ____________________________________________________________________________
29651 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
29652         Log: Retract #10874 (the hack should be unnecessary by now)
29653      Branch: perl
29654            ! lib/Test/Harness.pm
29655 ____________________________________________________________________________
29656 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
29657         Log: avoid temp file littering in tests
29658      Branch: perl
29659            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
29660 ____________________________________________________________________________
29661 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
29662         Log: Subject: warning in sv.c: double format, NV arg
29663              From: "Philip Newton" <Philip.Newton@gmx.net>
29664              Date: Sun, 5 Aug 2001 19:41:07 +0200
29665              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
29666      Branch: perl
29667            ! sv.c
29668 ____________________________________________________________________________
29669 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
29670         Log: fix POSIX.t#13 for windos
29671      Branch: perl
29672            ! ext/POSIX/POSIX.t
29673 ____________________________________________________________________________
29674 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
29675         Log: Add a test for PerlIO::Via.
29676      Branch: perl
29677            + ext/PerlIO/t/via.t
29678            ! MANIFEST ext/PerlIO/Via/Via.pm
29679 ____________________________________________________________________________
29680 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
29681         Log: flock() and link() are not available on Windows 9x
29682      Branch: perl
29683            ! win32/config_sh.PL
29684 ____________________________________________________________________________
29685 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
29686         Log: Some Tru64 C compilers have C++ components that confuse
29687              the ccversion parsing.
29688      Branch: perl
29689            ! hints/dec_osf.sh
29690 ____________________________________________________________________________
29691 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
29692         Log: (Reintroduce #11125)
29693              
29694              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
29695              From: Alan Burlison <Alan.Burlison@sun.com> 
29696              Date: Tue, 03 Jul 2001 15:20:13 +0100   
29697              Message-ID: <3B41D49D.A923D4F9@sun.com> 
29698      Branch: perl
29699            ! lib/ExtUtils/MM_Unix.pm
29700 ____________________________________________________________________________
29701 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
29702         Log: Little pointer juggling for HP-UX cc to avoid
29703              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
29704              followed by
29705              "error 1549: Modifiable lvalue required for assignment operator."
29706      Branch: perl
29707            ! hv.c
29708 ____________________________________________________________________________
29709 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
29710         Log: Continuation of #11575: SANY_SEEN completely deprecated,
29711              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
29712              plus a fix for the bug.
29713      Branch: perl
29714            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
29715 ____________________________________________________________________________
29716 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
29717         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
29718              From: Doug MacEachern <dougm@covalent.net>
29719              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
29720              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
29721      Branch: perl
29722            ! sv.c
29723 ____________________________________________________________________________
29724 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
29725         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
29726              the new CANY is the \C.  The problem reported and the
29727              test case supplied in
29728              
29729              Subject: UTF-8 bugs in string length & single line regex matches
29730              From: "Daniel P. Berrange" <dan@berrange.com>
29731              Date: Fri, 3 Aug 2001 11:39:33 +0100
29732              Message-ID: <20010803113932.A19318@berrange.com>
29733      Branch: perl
29734            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
29735            ! t/op/pat.t
29736 ____________________________________________________________________________
29737 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
29738         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
29739              From: Doug MacEachern <dougm@covalent.net>
29740              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
29741              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
29742      Branch: perl
29743            ! perl.c regexec.c
29744 ____________________________________________________________________________
29745 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
29746         Log: The #11572 didn't up the test count.
29747      Branch: perl
29748            ! t/op/length.t
29749 ____________________________________________________________________________
29750 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
29751         Log: Subject: UTF-8 bugs in string length & single line regex matches
29752              From: "Daniel P. Berrange" <dan@berrange.com>
29753              Date: Fri, 3 Aug 2001 11:39:33 +0100         
29754              Message-ID: <20010803113932.A19318@berrange.com>
29755              
29756              (the mg_length() fix)
29757      Branch: perl
29758            ! mg.c t/op/length.t
29759 ____________________________________________________________________________
29760 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
29761         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
29762              From: Abhijit Menon-Sen <ams@wiw.org>
29763              Date: Sat, 4 Aug 2001 16:56:35 +0530
29764              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
29765      Branch: perl
29766            ! hv.c
29767 ____________________________________________________________________________
29768 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
29769         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
29770              From: Abhijit Menon-Sen <ams@wiw.org>
29771              Date: Sat, 4 Aug 2001 16:16:03 +0530
29772              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
29773      Branch: perl
29774            ! hv.c
29775 ____________________________________________________________________________
29776 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
29777         Log: Subject: Re: [patch] refcount re ops
29778              From: Abhijit Menon-Sen <ams@wiw.org>
29779              Date: Sat, 4 Aug 2001 08:54:55 +0530
29780              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
29781      Branch: perl
29782            ! sv.c
29783 ____________________________________________________________________________
29784 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
29785         Log: Subject: [patch] refcount re ops
29786              From: Doug MacEachern <dougm@covalent.net>
29787              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
29788              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
29789      Branch: perl
29790            ! regcomp.c sv.c
29791 ____________________________________________________________________________
29792 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
29793         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
29794              From: Doug MacEachern <dougm@covalent.net>
29795              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
29796              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
29797      Branch: perl
29798            ! perl.c regexec.c
29799 ____________________________________________________________________________
29800 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
29801         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
29802              From: "Craig A. Berry" <craigberry@mac.com> 
29803              Date: Fri, 03 Aug 2001 16:16:16 -0500
29804              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
29805      Branch: perl
29806            ! t/op/misc.t
29807 ____________________________________________________________________________
29808 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
29809         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
29810              From: John Kristian <jmk2001@engineer.com>
29811              Date: Fri, 03 Aug 2001 00:59:08 -0700
29812              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
29813      Branch: perl
29814            ! win32/win32.c
29815 ____________________________________________________________________________
29816 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
29817         Log: Update Changes.
29818      Branch: perl
29819            ! Changes patchlevel.h
29820 ____________________________________________________________________________
29821 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
29822         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
29823              From: "Craig A. Berry" <craigberry@mac.com>
29824              Date: Thu, 02 Aug 2001 23:15:24 -0500
29825              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
29826      Branch: perl
29827            ! ext/B/Stash.t
29828 ____________________________________________________________________________
29829 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
29830         Log: Subject: [patch] plug PL_cshname leak
29831              From: Doug MacEachern <dougm@covalent.net>
29832              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
29833              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
29834      Branch: perl
29835            ! sv.c
29836 ____________________________________________________________________________
29837 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
29838         Log: Subject: [patch] plug PL_sh_path leak
29839              From: Doug MacEachern <dougm@covalent.net>
29840              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
29841              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
29842      Branch: perl
29843            ! sv.c
29844 ____________________________________________________________________________
29845 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
29846         Log: Subject: [patch] plug PL_regex_padav leaks
29847              From: Doug MacEachern <dougm@covalent.net>
29848              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
29849              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
29850      Branch: perl
29851            ! op.c op.h perl.c
29852 ____________________________________________________________________________
29853 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
29854         Log: Subject: [patch] plug PL_origargv leak
29855              From: Doug MacEachern <dougm@covalent.net>
29856              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
29857              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
29858      Branch: perl
29859            ! perl.c
29860 ____________________________________________________________________________
29861 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
29862         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
29863              From: Abhijit Menon-Sen <ams@wiw.org>
29864              Date: Fri, 3 Aug 2001 06:38:11 +0530
29865              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
29866      Branch: perl
29867            ! hv.c
29868 ____________________________________________________________________________
29869 [ 11557] By: nick                                  on 2001/08/03  08:17:38
29870         Log: Integrate mainline
29871      Branch: perlio
29872           +> (branch 47 files)
29873            - lib/Switch/test.pl
29874           !> (integrate 49 files)
29875 ____________________________________________________________________________
29876 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
29877         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
29878              From: "Craig A. Berry" <craigberry@mac.com>
29879              Date: Thu, 02 Aug 2001 12:56:19 -0500
29880              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
29881      Branch: perl
29882            ! ext/B/Showlex.t
29883 ____________________________________________________________________________
29884 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
29885         Log: Be more careful about non-existent files.
29886      Branch: perl
29887            ! lib/File/Copy.pm
29888 ____________________________________________________________________________
29889 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
29890         Log: Subject: [PATCH resend] deparse empty formats
29891              From: Robin Houston <robin@kitsite.com> 
29892              Date: Thu, 2 Aug 2001 14:32:36 +0100
29893              Message-ID: <20010802143236.A894@robin.kitsite.com>
29894      Branch: perl
29895            ! ext/B/B/Deparse.pm
29896 ____________________________________________________________________________
29897 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
29898         Log: Subject: [patch] ithreads + refto fix improvement
29899              From: Doug MacEachern <dougm@covalent.net>
29900              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
29901              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
29902      Branch: perl
29903            ! pp.c
29904 ____________________________________________________________________________
29905 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
29906         Log: Readability nit from Abhijit.
29907      Branch: perl
29908            ! op.c
29909 ____________________________________________________________________________
29910 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
29911         Log: setproctitle() API version nit from Anton Berezin.
29912      Branch: perl
29913            ! mg.c
29914 ____________________________________________________________________________
29915 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
29916         Log: Add PerlCE to the docs.
29917      Branch: perl
29918            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
29919            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29920 ____________________________________________________________________________
29921 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
29922         Log: Integrate the PerlCE (WinCE Perl) port;
29923              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
29924      Branch: perl
29925            + README.ce wince/FindExt.pm wince/Makefile.ce
29926            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
29927            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
29928            + wince/bin/search.pl wince/config.ce wince/config.h
29929            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
29930            + wince/dl_win32.xs wince/include/arpa/inet.h
29931            + wince/include/cectype.h wince/include/errno.h
29932            + wince/include/netdb.h wince/include/sys/socket.h
29933            + wince/include/sys/stat.h wince/include/sys/types.h
29934            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
29935            + wince/perl.rc wince/perldll.def wince/perllib.c
29936            + wince/perlmain.c wince/registry.bat wince/runperl.c
29937            + wince/splittree.pl wince/win32.h wince/win32iop.h
29938            + wince/win32thread.c wince/win32thread.h wince/wince.c
29939            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
29940            + wince/xdistclean.ksh wince/xmakediffs.ksh
29941            ! MANIFEST perl.c perl.h perlio.c
29942 ____________________________________________________________________________
29943 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
29944         Log: setproctitle() made simpler.  (This assumes the string is
29945              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
29946              should be used.  Note len, not len + 1.)  BSD-fu from Anton
29947              Berezin.
29948      Branch: perl
29949            ! mg.c
29950 ____________________________________________________________________________
29951 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
29952         Log: Subject: [PATCH] -Wall cleanup: op.c
29953              From: Richard Soderberg <rs@oregonnet.com>
29954              Date: Thu, 2 Aug 2001 00:17:09 -0700
29955              Message-Id: <200108020717.AAA26895@oregonnet.com>
29956              
29957              Subject: [PATCH] -Wall cleanup: sv.c
29958              From: Richard Soderberg <rs@oregonnet.com>
29959              Date: Thu, 2 Aug 2001 00:49:21 -0700
29960              Message-Id: <200108020749.AAA27492@oregonnet.com>
29961      Branch: perl
29962            ! op.c sv.c
29963 ____________________________________________________________________________
29964 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
29965         Log: Update Changes.
29966      Branch: perl
29967            ! Changes patchlevel.h
29968 ____________________________________________________________________________
29969 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
29970         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
29971              From: Doug MacEachern <dougm@covalent.net>
29972              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
29973              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
29974      Branch: perl
29975            ! op.c
29976 ____________________________________________________________________________
29977 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
29978         Log: The #11541 didn't work under threads.
29979      Branch: perl
29980            ! op.c
29981 ____________________________________________________________________________
29982 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
29983         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
29984              From: Hugo <hv@crypt.compulink.co.uk>
29985              Date: Fri, 22 Jun 2001 01:19:08 +0100 
29986              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
29987              
29988              (Skip tests if accept() failed)
29989      Branch: perl
29990            ! ext/IO/lib/IO/t/io_unix.t
29991 ____________________________________________________________________________
29992 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
29993         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
29994              From: "Stian Seeberg" <sseeberg@nimsoft.no>
29995              Date: Mon, 30 Jul 2001 12:28:07 +0200
29996              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
29997      Branch: perl
29998            ! perl.h
29999 ____________________________________________________________________________
30000 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
30001         Log: Subject: Pluggable optimizer
30002              From: Simon Cozens <simon@netthink.co.uk>
30003              Date: Wed, 1 Aug 2001 13:57:02 -0700
30004              Message-ID: <20010801135702.I10442@netthink.co.uk>
30005      Branch: perl
30006            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
30007 ____________________________________________________________________________
30008 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
30009         Log: Subject: [ID 20010801.039] perlre.pod message typo
30010              From: Autrijus Tang <autrijus@geb.elixus.org>
30011              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
30012              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
30013      Branch: perl
30014            ! pod/perlre.pod
30015 ____________________________________________________________________________
30016 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
30017         Log: Test for change #11536.
30018      Branch: perl
30019            ! t/op/tiehandle.t
30020 ____________________________________________________________________________
30021 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
30022         Log: More test fixups for #11537.
30023      Branch: perl
30024            ! t/lib/warnings/4lint t/lib/warnings/9enabled
30025 ____________________________________________________________________________
30026 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
30027         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
30028              From: Doug MacEachern <dougm@covalent.net>
30029              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
30030              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
30031      Branch: perl
30032            ! op.c t/TestInit.pm
30033 ____________________________________________________________________________
30034 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
30035         Log: Subject: [patch] ithreads + refto bug
30036              From: Doug MacEachern <dougm@covalent.net>
30037              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
30038              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
30039              
30040              (Test in change #11539)
30041      Branch: perl
30042            ! pp.c
30043 ____________________________________________________________________________
30044 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
30045         Log: Subject: [PATCH: perl@11523] fixups for t/harness
30046              From: Prymmer/Kahn <pvhp@best.com>
30047              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
30048              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
30049      Branch: perl
30050            ! t/harness
30051 ____________________________________________________________________________
30052 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
30053         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
30054              From: Prymmer/Kahn <pvhp@best.com>
30055              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
30056              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
30057      Branch: perl
30058            ! win32/Makefile win32/makefile.mk
30059 ____________________________________________________________________________
30060 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
30061         Log: Need to know the number of tests.
30062      Branch: perl
30063            ! t/run/exit.t
30064 ____________________________________________________________________________
30065 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
30066         Log: Subject: Re: new exit tests on VMS
30067              From: "Craig A. Berry" <craigberry@mac.com>
30068              Date: Tue, 31 Jul 2001 12:19:29 -0500
30069              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
30070      Branch: perl
30071            ! t/run/exit.t
30072 ____________________________________________________________________________
30073 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
30074         Log: Retract #11530 (the dTHX is needed under threads)
30075      Branch: perl
30076            ! perlio.c
30077 ____________________________________________________________________________
30078 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
30079         Log: (Retracted by #11531)
30080      Branch: perl
30081            ! perlio.c
30082 ____________________________________________________________________________
30083 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
30084         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
30085              From: Richard Soderberg <rs@crystalflame.net>
30086              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
30087              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
30088      Branch: perl
30089            ! unixish.h
30090 ____________________________________________________________________________
30091 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
30092         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
30093              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30094              Date: Tue, 31 Jul 2001 05:39:09 -0400
30095              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
30096              
30097              (with a note about the case of UV being equal to long long)
30098      Branch: perl
30099            ! utils/h2xs.PL
30100 ____________________________________________________________________________
30101 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
30102         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
30103              From: "Craig A. Berry" <craigberry@mac.com>
30104              Date: Tue, 31 Jul 2001 14:57:43 -0500
30105              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
30106      Branch: perl
30107            ! t/io/fs.t
30108 ____________________________________________________________________________
30109 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
30110         Log: Fix for
30111              
30112              Subject: [ID 20010116.001] File::Copy truncates orig file 
30113              From: arbor@al37al08.telecel.pt
30114              Date: Tue, 16 Jan 2001 11:43:02 GMT
30115              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
30116              
30117              (copy($foo, $foo) would truncate $foo)
30118      Branch: perl
30119            ! lib/File/Copy.pm lib/File/Copy.t
30120 ____________________________________________________________________________
30121 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
30122         Log: Metaconfig unit change for #11524.
30123      Branch: metaconfig/U/perl
30124            ! Extras.U
30125 ____________________________________________________________________________
30126 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
30127         Log: Multiple modules didn't work; plus typo fixes.
30128      Branch: perl
30129            ! Configure
30130 ____________________________________________________________________________
30131 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
30132         Log: Update Changes.
30133      Branch: perl
30134            ! Changes patchlevel.h
30135 ____________________________________________________________________________
30136 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
30137         Log: Regen perlapi.
30138      Branch: perl
30139            ! pod/perlapi.pod
30140 ____________________________________________________________________________
30141 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
30142         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
30143              From: Dave Mitchell <davem@fdgroup.co.uk>
30144              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
30145              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
30146      Branch: perl
30147            ! sv.c
30148 ____________________________________________________________________________
30149 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
30150         Log: Regen toc.
30151      Branch: perl
30152            ! pod/perltoc.pod
30153 ____________________________________________________________________________
30154 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
30155         Log: Regen Porting stuff.
30156      Branch: perl
30157            ! Porting/Glossary Porting/config.sh Porting/config_H
30158 ____________________________________________________________________________
30159 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
30160         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
30161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30162              Date: Tue, 31 Jul 2001 05:34:38 -0400
30163              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
30164      Branch: perl
30165            ! utils/h2xs.PL
30166 ____________________________________________________________________________
30167 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
30168         Log: Metaconfig unit change for #11516. 
30169      Branch: metaconfig/U/perl
30170            ! gccvers.U
30171 ____________________________________________________________________________
30172 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
30173         Log: Add -Wall in cflags, not in Configure.
30174              (This way -Wall affects only the core and the core XS,
30175              not user modules' XS.  Concern from Paul Marquess,
30176              implementation idea from Andy Dougherty.)
30177      Branch: perl
30178            ! Configure cflags.SH
30179 ____________________________________________________________________________
30180 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
30181         Log: Metaconfig unit changes for #11514.
30182      Branch: metaconfig
30183            + U/modified/sysman.U
30184            ! U/installdirs/man1dir.U
30185 ____________________________________________________________________________
30186 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
30187         Log: Subject: Configure's detection of system manual
30188              From: Sean Dague <sean@dague.net> 
30189              Date: Sun, 13 May 2001 15:53:15 -0400
30190              Message-ID: <20010513155315.A15833@underhill.dague.net>
30191      Branch: perl
30192            ! Configure
30193 ____________________________________________________________________________
30194 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
30195         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
30196              From: Autrijus Tang <autrijus@autrijus.org> 
30197              Date: Thu, 21 Jun 2001 23:56:48 +0800
30198              Message-Id: <20010621235648.A57340@not.autrijus.org>
30199      Branch: perl
30200            ! pod/perlobj.pod
30201 ____________________________________________________________________________
30202 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
30203         Log: Subject: Typo in DB_File.pm
30204              From: "Philip Newton" <Philip.Newton@gmx.net>
30205              Date: Tue, 31 Jul 2001 06:19:35 +0200
30206              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
30207      Branch: perl
30208            ! ext/DB_File/DB_File.pm
30209 ____________________________________________________________________________
30210 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
30211         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
30212              From: "Stephen P. Potter" <spp@spotter.yi.org>
30213              Date: Wed, 30 May 2001 13:59:34 -0400
30214              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
30215      Branch: perl
30216            ! pod/perlre.pod
30217 ____________________________________________________________________________
30218 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
30219         Log: eval "format foo=" would loop indefinitely; reported in
30220              
30221              Subject: A load of old rubbish
30222              From: Mike Guy <mjtg@cam.ac.uk>
30223              Date: Mon, 14 May 2001 16:12:22 +0100
30224              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
30225              
30226              (The core dumps reported in there already fixed.)
30227      Branch: perl
30228            ! toke.c
30229 ____________________________________________________________________________
30230 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
30231         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
30232      Branch: perl
30233            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
30234            + lib/Switch/t/switch_case.t
30235            - lib/Switch/test.pl
30236            ! MANIFEST lib/Switch.pm
30237 ____________________________________________________________________________
30238 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
30239         Log: Subject: [PATCH @11505] DB_File-1.78
30240              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
30241              Date: Mon, 30 Jul 2001 22:54:37 +0100
30242              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
30243      Branch: perl
30244            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30245            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30246 ____________________________________________________________________________
30247 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
30248         Log: Explain in more detail why -pipe and -fno-common are good.
30249      Branch: perl
30250            ! hints/darwin.sh
30251 ____________________________________________________________________________
30252 [ 11506] By: nick                                  on 2001/07/30  14:32:23
30253         Log: Integrate mainline
30254      Branch: perlio
30255           !> INSTALL Makefile.SH doio.c hints/darwin.sh
30256 ____________________________________________________________________________
30257 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
30258         Log: Perl hasn't been putting man pages into $prefix/lib for
30259              a long time now; pointed out by Andy Dougherty. 
30260      Branch: perl
30261            ! hints/darwin.sh
30262 ____________________________________________________________________________
30263 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
30264         Log: Document the extras Configure option.
30265      Branch: perl
30266            ! INSTALL
30267 ____________________________________________________________________________
30268 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
30269         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
30270              everywhere.
30271      Branch: perl
30272           !> doio.c
30273 ____________________________________________________________________________
30274 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
30275         Log: Doubly guard against invoking CPAN if no extras defined,
30276              pointed out by H. Merijn Brand.
30277      Branch: perl
30278            ! Makefile.SH
30279 ____________________________________________________________________________
30280 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
30281         Log: Fix O_RDONLY check to check for O_RDONLY.
30282      Branch: maint-5.6/macperl
30283            ! doio.c
30284 ____________________________________________________________________________
30285 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
30286         Log: Integrate miscellaneous changes from maint-5.6/perl.
30287      Branch: maint-5.6/macperl
30288           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
30289 ____________________________________________________________________________
30290 [ 11499] By: nick                                  on 2001/07/30  06:52:42
30291         Log: Integrate mainline
30292      Branch: perlio
30293           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
30294           +> win32/sync_ext.pl
30295            - win32/sncfnmcs.pl
30296           !> (integrate 71 files)
30297 ____________________________________________________________________________
30298 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
30299         Log: Update Changes.
30300      Branch: perl
30301            ! Changes patchlevel.h
30302 ____________________________________________________________________________
30303 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
30304         Log: Now Configure -Dextras=Foo::Bar and "make install" will
30305              fetch and install Foo::Bar.
30306      Branch: perl
30307            ! Makefile.SH
30308 ____________________________________________________________________________
30309 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
30310         Log: Metaconfig unit change for #11495.
30311      Branch: metaconfig/U/perl
30312            ! Extras.U
30313 ____________________________________________________________________________
30314 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
30315         Log: extras.make, extras.test, and extras.install make targets.
30316      Branch: perl
30317            ! Configure Makefile.SH
30318 ____________________________________________________________________________
30319 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
30320         Log: Metaconfig unit change for #11493.
30321      Branch: metaconfig/U/perl
30322            ! Extras.U
30323 ____________________________________________________________________________
30324 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
30325         Log: Better to have the list of extras in $extras than 'define'.
30326      Branch: perl
30327            ! Configure
30328 ____________________________________________________________________________
30329 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
30330         Log: The metaconfig unit change for #11490.
30331      Branch: metaconfig/U/perl
30332            + Extras.U
30333 ____________________________________________________________________________
30334 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
30335         Log: Missed from #11490 (the required dependency).
30336      Branch: perl
30337            ! Makefile.SH
30338 ____________________________________________________________________________
30339 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
30340         Log: Add the support of asking for extra modules or bundles of modules
30341              to be fetched from the CPAN and installed as a part of the Perl
30342              build process.  None of this installation is yet really done;
30343              only the list is asked, and saved away in extras.lst for
30344              the build and installation process to worry about later.
30345      Branch: perl
30346            ! Configure
30347 ____________________________________________________________________________
30348 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
30349         Log: Beginnings of better Inf and NaN support.
30350              At least toke.c and sv.c still need quite a bit of work.
30351      Branch: perl
30352            ! numeric.c perl.h
30353 ____________________________________________________________________________
30354 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
30355         Log: Top-level Makefile didn't honour OPTIMIZE.
30356      Branch: perl
30357            ! Makefile.SH
30358 ____________________________________________________________________________
30359 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
30360         Log: Update Changes.
30361      Branch: perl
30362            ! Changes patchlevel.h
30363 ____________________________________________________________________________
30364 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
30365         Log: Use Search::Dict 1.02 interface for charinfo().
30366      Branch: perl
30367            ! lib/UnicodeCD.pm
30368 ____________________________________________________________________________
30369 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
30370         Log: Now also allow transforming the read lines before comparing them.
30371              (This will help UnicodeCD.) 
30372      Branch: perl
30373            ! lib/Search/Dict.pm
30374 ____________________________________________________________________________
30375 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
30376         Log: Remove tiehandle code.
30377      Branch: perl
30378            ! lib/UnicodeCD.pm
30379 ____________________________________________________________________________
30380 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
30381         Log: Allow specifying a comparison function for Search::Dict::look().
30382      Branch: perl
30383            ! lib/Search/Dict.pm
30384 ____________________________________________________________________________
30385 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
30386         Log: Small UnicodeCD tweaks.
30387      Branch: perl
30388            ! lib/UnicodeCD.pm lib/UnicodeCD.t
30389 ____________________________________________________________________________
30390 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
30391         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
30392              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30393              Date: Tue, 24 Jul 2001 01:51:32 +0900
30394              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
30395      Branch: perl
30396            ! lib/UnicodeCD.pm lib/UnicodeCD.t
30397 ____________________________________________________________________________
30398 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
30399         Log: Subject: [PATCH] installperl
30400              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
30401              Date: Fri, 27 Jul 2001 19:05:04 -0700
30402              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
30403      Branch: perl
30404            ! installperl
30405 ____________________________________________________________________________
30406 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
30407         Log: Subject: [PATCH] Set proper compatibility versions in core
30408              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
30409              Date: Fri, 27 Jul 2001 20:01:49 -0700
30410              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
30411      Branch: perl
30412            ! Makefile.SH
30413 ____________________________________________________________________________
30414 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
30415         Log: Metaconfig unit change for #11477.
30416      Branch: metaconfig/U/perl
30417            ! dlsrc.U
30418 ____________________________________________________________________________
30419 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
30420         Log: Subject: [PATCH] Darwin: -fpic not so good
30421              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
30422              Date: Fri, 27 Jul 2001 18:57:38 -0700
30423              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
30424      Branch: perl
30425            ! Configure
30426 ____________________________________________________________________________
30427 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
30428         Log: Subject: [PATCH] Clean up Darwin hints
30429              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
30430              Date: Fri, 27 Jul 2001 19:13:15 -0700
30431              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
30432      Branch: perl
30433            ! hints/darwin.sh
30434 ____________________________________________________________________________
30435 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
30436         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
30437              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
30438              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
30439              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
30440      Branch: perl
30441            ! pod/perlfunc.pod pp.c t/op/split.t
30442 ____________________________________________________________________________
30443 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
30444         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
30445              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
30446              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
30447              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
30448      Branch: perl
30449            ! pod/perlvar.pod
30450 ____________________________________________________________________________
30451 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
30452         Log: Subject: [PATCH] fixes to constant.pm documentation
30453              From: Ilmari Karonen <iltzu@sci.fi>
30454              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
30455              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
30456      Branch: perl
30457            ! lib/constant.pm
30458 ____________________________________________________________________________
30459 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
30460         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
30461              From: "Philip Newton" <Philip.Newton@gmx.net>
30462              Date: Fri, 27 Jul 2001 07:51:10 +0200
30463              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
30464      Branch: perl
30465            ! pod/perlport.pod
30466 ____________________________________________________________________________
30467 [ 11471] By: nick                                  on 2001/07/26  06:23:32
30468         Log: Subject:  [PATCH] Doc fix for perlguts / threading
30469              From:  Arthur Bergman <arthur@contiller.se>
30470              Date:  Wed, 25 Jul 2001 11:28:23 +0200
30471              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
30472      Branch: perl
30473            ! pod/perlguts.pod
30474 ____________________________________________________________________________
30475 [ 11470] By: nick                                  on 2001/07/26  06:21:06
30476         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
30477              From:  Philip Newton <Philip.Newton@gmx.net>
30478              Date:  Wed, 25 Jul 2001 08:19:47 +0200
30479              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
30480      Branch: perl
30481            ! INSTALL
30482 ____________________________________________________________________________
30483 [ 11469] By: nick                                  on 2001/07/26  06:20:25
30484         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
30485              From:  Philip Newton <Philip.Newton@gmx.net>
30486              Date:  Wed, 25 Jul 2001 08:12:48 +0200
30487              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
30488      Branch: perl
30489            ! INSTALL
30490 ____________________________________________________________________________
30491 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
30492         Log: More +x.
30493      Branch: perl
30494            ! Porting/makerel
30495 ____________________________________________________________________________
30496 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
30497         Log: Update Changes.
30498      Branch: perl
30499            ! Changes patchlevel.h
30500 ____________________________________________________________________________
30501 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
30502         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
30503              From: "Philip Newton" <Philip.Newton@gmx.net>
30504              Date: Tue, 24 Jul 2001 06:45:55 +0200
30505              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
30506      Branch: perl
30507            ! os2/perlrexx.c
30508 ____________________________________________________________________________
30509 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
30510         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
30511              From: Peter Prymmer <pvhp@forte.com>
30512              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
30513              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
30514      Branch: perl
30515            ! pod/perlport.pod t/io/fs.t vms/test.com
30516 ____________________________________________________________________________
30517 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
30518         Log: Workaround on Cwd bootstrap problem.
30519      Branch: perl
30520            ! lib/ExtUtils/MakeMaker.pm
30521 ____________________________________________________________________________
30522 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
30523         Log: When in Rome, quote like the Romans do.
30524      Branch: perl
30525            ! cflags.SH
30526 ____________________________________________________________________________
30527 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
30528         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
30529              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30530              Date: Mon, 23 Jul 2001 19:29:49 -0400
30531              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
30532      Branch: perl
30533            + os2/perlrexx.c
30534            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
30535            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
30536            ! t/op/write.t
30537 ____________________________________________________________________________
30538 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
30539         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
30540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30541              Date: Mon, 23 Jul 2001 18:43:42 -0400
30542              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
30543      Branch: perl
30544            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
30545 ____________________________________________________________________________
30546 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
30547         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
30548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30549              Date: Mon, 23 Jul 2001 18:33:16 -0400
30550              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
30551      Branch: perl
30552            ! lib/ExtUtils/MakeMaker.pm
30553 ____________________________________________________________________________
30554 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
30555         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
30556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30557              Date: Mon, 23 Jul 2001 18:20:35 -0400
30558              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
30559      Branch: perl
30560            ! Makefile.SH cflags.SH
30561 ____________________________________________________________________________
30562 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
30563         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
30564              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
30565              Date: Mon, 23 Jul 2001 11:32:17 -0500
30566              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
30567      Branch: perl
30568            ! lib/ExtUtils/MakeMaker.pm
30569 ____________________________________________________________________________
30570 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
30571         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
30572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30573              Date: Mon, 23 Jul 2001 18:13:20 -0400
30574              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
30575      Branch: perl
30576            ! lib/perl5db.pl
30577 ____________________________________________________________________________
30578 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
30579         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
30580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30581              Date: Mon, 23 Jul 2001 18:07:40 -0400
30582              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
30583      Branch: perl
30584            ! op.c
30585 ____________________________________________________________________________
30586 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
30587         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
30588              From: "Craig A. Berry" <craigberry@mac.com>
30589              Date: Mon, 23 Jul 2001 15:35:06 -0500
30590              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
30591      Branch: perl
30592            ! util.c
30593 ____________________________________________________________________________
30594 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
30595         Log: Subject: [PATCH perlfaq9.pod typo]
30596              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
30597              Date: Mon, 23 Jul 2001 07:49:05 -0700
30598              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
30599      Branch: perl
30600            ! pod/perlfaq9.pod
30601 ____________________________________________________________________________
30602 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
30603         Log: Subject: win32\sncfnmcs.pl corrections
30604              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
30605              Date: Mon, 23 Jul 2001 12:56:54 +0200
30606              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
30607              
30608              Rename the script a little bit more sensibly.
30609      Branch: perl
30610            + win32/sync_ext.pl
30611            - win32/sncfnmcs.pl
30612            ! MANIFEST README.win32
30613 ____________________________________________________________________________
30614 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
30615         Log: Test tweak.
30616      Branch: perl
30617            ! ext/B/Deparse.t
30618 ____________________________________________________________________________
30619 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
30620         Log: Metaconfig unit tweak for #11450.
30621      Branch: metaconfig/U/perl
30622            ! Mksymlinks.U
30623 ____________________________________________________________________________
30624 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
30625         Log: Too volatile failsafe check.
30626      Branch: perl
30627            ! Configure
30628 ____________________________________________________________________________
30629 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
30630         Log: Further doc tweaks.
30631      Branch: perl
30632            ! lib/UnicodeCD.pm
30633 ____________________________________________________________________________
30634 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
30635         Log: Doc tweaks.
30636      Branch: perl
30637            ! lib/UnicodeCD.pm
30638 ____________________________________________________________________________
30639 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
30640         Log: Doc tweakery from Abhijit.
30641      Branch: perl
30642            ! Porting/repository.pod
30643 ____________________________________________________________________________
30644 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
30645         Log: An accidental empty line.
30646      Branch: perl
30647            ! MANIFEST
30648 ____________________________________________________________________________
30649 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
30650         Log: Missing MANIFESTations.
30651      Branch: perl
30652            ! MANIFEST
30653 ____________________________________________________________________________
30654 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
30655         Log: Update Changes.
30656      Branch: perl
30657            ! Changes patchlevel.h
30658 ____________________________________________________________________________
30659 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
30660         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
30661              From: Mike Guy <mjtg@cam.ac.uk>
30662              Date: Fri, 20 Jul 2001 16:12:49 +0100
30663              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
30664      Branch: perl
30665            ! Porting/pumpkin.pod
30666 ____________________________________________________________________________
30667 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
30668         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
30669              From: Peter Prymmer <pvhp@forte.com>
30670              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
30671              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
30672      Branch: perl
30673            ! pod/perlhack.pod
30674 ____________________________________________________________________________
30675 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
30676         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
30677              From: Michael G Schwern <schwern@pobox.com>
30678              Date: Fri, 20 Jul 2001 20:22:35 -0400
30679              Message-ID: <20010720202235.O4498@blackrider>
30680      Branch: perl
30681            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
30682            ! lib/Test/t/todo.t
30683 ____________________________________________________________________________
30684 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
30685         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
30686              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
30687              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
30688              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
30689      Branch: perl
30690            ! ext/POSIX/POSIX.pod
30691 ____________________________________________________________________________
30692 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
30693         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
30694              From: Mark-Jason Dominus <mjd@plover.com>
30695              Date: Fri, 20 Jul 2001 23:16:54 -0400
30696              Message-ID: <20010721031654.21877.qmail@plover.com>
30697      Branch: perl
30698            ! ext/POSIX/POSIX.pod
30699 ____________________________________________________________________________
30700 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
30701         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
30702              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30703              Date: Sun, 22 Jul 2001 14:56:09 +0200
30704              Message-ID: <20010722145609.A766@rafael>
30705      Branch: perl
30706            ! ext/B/O.pm
30707 ____________________________________________________________________________
30708 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
30709         Log: Subject: regexec.c #define cleanup
30710              From: Mark-Jason Dominus <mjd@plover.com>
30711              Date: Sat, 21 Jul 2001 18:33:25 -0400
30712              Message-ID: <20010721223325.3069.qmail@plover.com>
30713      Branch: perl
30714            ! regexec.c
30715 ____________________________________________________________________________
30716 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
30717         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
30718              From: Prymmer/Kahn <pvhp@best.com>
30719              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
30720              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
30721      Branch: perl
30722            ! t/io/fs.t
30723 ____________________________________________________________________________
30724 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
30725         Log: Typo in #11432.
30726      Branch: perl
30727            ! ext/POSIX/POSIX.t
30728 ____________________________________________________________________________
30729 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
30730         Log: Integrate (manually) change #11424 from macperl.
30731      Branch: perl
30732            ! ext/Filter/t/call.t
30733 ____________________________________________________________________________
30734 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
30735         Log: Integrate change #11408 from macperl.
30736      Branch: perl
30737           !> README.macos pod/perlport.pod
30738 ____________________________________________________________________________
30739 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
30740         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
30741      Branch: perl
30742           +> macos/MacPerlTests.cmd macos/xsubpp.patch
30743            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
30744            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
30745            ! ext/POSIX/POSIX.t
30746 ____________________________________________________________________________
30747 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
30748         Log: pod/*.t tests not picked up by t/TEST either
30749      Branch: maint-5.6/perl
30750            ! t/TEST
30751 ____________________________________________________________________________
30752 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
30753         Log: better tweak for change#11429 (windows has both / and \ separated
30754              paths in @INC at that point)
30755      Branch: maint-5.6/perl
30756            ! t/pod/testp2pt.pl
30757 ____________________________________________________________________________
30758 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
30759         Log: MacOS pod test tweak needs \Escape
30760      Branch: maint-5.6/perl
30761            ! t/pod/testp2pt.pl
30762 ____________________________________________________________________________
30763 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
30764         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
30765              resulting duplicate output, but t/harness isn't)
30766      Branch: maint-5.6/perl
30767            ! t/run/runenv.t
30768 ____________________________________________________________________________
30769 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
30770         Log: t/harness wasn't picking up all the tests
30771      Branch: maint-5.6/perl
30772            ! t/harness
30773 ____________________________________________________________________________
30774 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
30775         Log: update MANIFEST for new file
30776      Branch: maint-5.6/perl
30777            ! MANIFEST
30778 ____________________________________________________________________________
30779 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
30780         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
30781              the exception of the macperl/macos/... tree
30782      Branch: maint-5.6/perl
30783           +> t/lib/filefind-taint.t
30784           !> (integrate 72 files)
30785 ____________________________________________________________________________
30786 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
30787         Log: Fix test.
30788      Branch: maint-5.6/macperl
30789            ! macos/bundled_ext/Filter/t/call.t
30790 ____________________________________________________________________________
30791 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
30792         Log: Make perl fork()-safe (in a slightly limited way) even on
30793              platforms that don't have pthread_atfork() (extension of
30794              the fix in change#11151).
30795              
30796              Note that this will not help extensions that call fork()
30797              directly in C, or that link to libraries that call fork()
30798              directly.  Such cases must be fixed to either call
30799              PerlProc_fork(), or call atfork_lock() in parent before the
30800              calling the function that forks and call atfork_unlock()
30801              in both parent and child immediately after the fork().
30802              (There are no worries if C code calls exec() in the child
30803              immediately after a fork().  Only cases where the child
30804              calls perl's API functions (including New()) after the
30805              fork() are problematic.)
30806              
30807              This change also eliminates the use of vfork() from perl,
30808              since all such uses were violating the severe restrictions
30809              on modifying the state of the process between the vfork()
30810              and the exec().
30811              
30812              This is a modified version of patches suggested by Abhijit
30813              Menon-Sen and Richard Soderberg.
30814      Branch: perl
30815            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
30816            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
30817 ____________________________________________________________________________
30818 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
30819         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
30820              Switch, and Text::Balanced.
30821      Branch: maint-5.6/macperl
30822            + macos/bundled_ext/Filter/Util/Call/Call.pm
30823            + macos/bundled_ext/Filter/Util/Call/Call.xs
30824            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
30825            + macos/bundled_ext/Filter/t/MyFilter.pm
30826            + macos/bundled_ext/Filter/t/call.t
30827            + macos/bundled_ext/Filter/t/filter-util.pl
30828            + macos/bundled_lib/blib/lib/Class/ISA.pm
30829            + macos/bundled_lib/blib/lib/Digest.pm
30830            + macos/bundled_lib/blib/lib/Filter/Simple.pm
30831            + macos/bundled_lib/blib/lib/Switch.pm
30832            + macos/bundled_lib/blib/lib/Text/Balanced.pm
30833            + macos/bundled_lib/blib/lib/Text/Balanced.pod
30834            + macos/bundled_lib/t/Class/ISA/test.pl
30835            + macos/bundled_lib/t/Digest/Digest.t
30836            + macos/bundled_lib/t/Filter/Simple/test.pl
30837            + macos/bundled_lib/t/Switch/test.pl
30838            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
30839            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
30840            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
30841            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
30842            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
30843            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
30844            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
30845            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
30846 ____________________________________________________________________________
30847 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
30848         Log: Add Filter::Util::Call to config/make files; edit utils
30849              to recognize the module (it was descended too far down).
30850              Bump version to 5.6.1a4.
30851      Branch: maint-5.6/macperl
30852            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
30853            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
30854            ! macos/macperl/Makefile.mk macos/xsubpp.patch
30855 ____________________________________________________________________________
30856 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
30857         Log: Make DB_File the default for MLDBM on MacOS.
30858      Branch: maint-5.6/macperl
30859            ! macos/bundled_lib/blib/lib/MLDBM.pm
30860 ____________________________________________________________________________
30861 [ 11419] By: nick                                  on 2001/07/20  14:51:03
30862         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
30863              From:  Simon Cozens <simon@netthink.co.uk>
30864              Date:  Fri, 20 Jul 2001 11:42:35 -0400
30865              Message-Id:  <20010720114235.A5235@netthink.co.uk>
30866      Branch: perl
30867            ! lib/UnicodeCD.pm
30868 ____________________________________________________________________________
30869 [ 11418] By: nick                                  on 2001/07/20  14:48:12
30870         Log: Subject:  [PATCH regcomp.h] adds a comment
30871              From:  Abhijit Menon-Sen <ams@wiw.org>
30872              Date:  Fri, 20 Jul 2001 21:05:37 +0530
30873              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
30874      Branch: perl
30875            ! regcomp.h
30876 ____________________________________________________________________________
30877 [ 11417] By: nick                                  on 2001/07/20  14:16:38
30878         Log: Subject:  [PATCH 5.7.2] INSTALL updates
30879              From:  Andy Dougherty <doughera@lafayette.edu>
30880              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
30881              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
30882      Branch: perl
30883            ! INSTALL
30884 ____________________________________________________________________________
30885 [ 11416] By: nick                                  on 2001/07/20  06:44:44
30886         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
30887              From:  Russ Allbery <rra@stanford.edu>
30888              Date:  19 Jul 2001 15:52:37 -0700
30889              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
30890      Branch: perl
30891            ! lib/Pod/Man.pm
30892 ____________________________________________________________________________
30893 [ 11415] By: nick                                  on 2001/07/20  06:35:11
30894         Log: Subject:  [PATCH] defer op_seq allocation
30895              From:  Abhijit Menon-Sen <ams@wiw.org>
30896              Date:  Thu, 19 Jul 2001 22:12:24 +0530
30897              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
30898      Branch: perl
30899            ! op.c
30900 ____________________________________________________________________________
30901 [ 11414] By: nick                                  on 2001/07/20  06:23:36
30902         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
30903              From:  Abhijit Menon-Sen <ams@wiw.org>
30904              Date:  Fri, 20 Jul 2001 01:18:50 +0530
30905              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
30906              (Private e-mail)
30907      Branch: perl
30908            ! ext/Time/HiRes/HiRes.xs
30909 ____________________________________________________________________________
30910 [ 11413] By: nick                                  on 2001/07/20  06:18:53
30911         Log: Integrate mainline
30912      Branch: perlio
30913           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
30914            - t/base/commonsense.t
30915           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
30916           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
30917           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
30918           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
30919           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
30920           !> win32/win32.c
30921 ____________________________________________________________________________
30922 [ 11412] By: nick                                  on 2001/07/19  06:44:27
30923         Log: Integrate win32/perlhost.h from maintenance branch.
30924              (Rest of $ENV{PATH} / system() fix.)
30925      Branch: perl
30926           !> win32/perlhost.h
30927 ____________________________________________________________________________
30928 [ 11411] By: nick                                  on 2001/07/19  06:41:34
30929         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
30930              From:  Philip Newton <Philip.Newton@gmx.net>
30931              Date:  Wed, 18 Jul 2001 21:43:57 +0200
30932              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
30933      Branch: perl
30934            ! pod/perlhack.pod
30935 ____________________________________________________________________________
30936 [ 11410] By: nick                                  on 2001/07/19  06:39:35
30937         Log: Subject:  Security hole in taint checking in open()
30938              From:  deekoo@tentacle.net
30939              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
30940              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
30941      Branch: perl
30942            ! doio.c
30943 ____________________________________________________________________________
30944 [ 11409] By: nick                                  on 2001/07/19  06:28:08
30945         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
30946              From:  Abhijit Menon-Sen <ams@wiw.org>
30947              Date:  Thu, 19 Jul 2001 04:30:43 +0530
30948              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
30949      Branch: perl
30950            ! ext/Time/HiRes/HiRes.xs
30951 ____________________________________________________________________________
30952 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
30953         Log: Update docs with latest implementation information and new URLs.
30954      Branch: maint-5.6/macperl
30955            ! README.macos pod/perlport.pod
30956 ____________________________________________________________________________
30957 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
30958         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
30959              Fix BuildRules to accept optimization variables.
30960      Branch: maint-5.6/macperl
30961            + macos/bundled_ext/Digest/MD5/Makefile.mk
30962            ! macos/BuildRules.mk macos/Makefile.mk
30963            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
30964            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
30965 ____________________________________________________________________________
30966 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
30967         Log: Integrate changes 11399,11401
30968      Branch: maint-5.6/macperl
30969           !> win32/perlhost.h win32/win32.c
30970 ____________________________________________________________________________
30971 [ 11405] By: nick                                  on 2001/07/18  06:50:33
30972         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
30973              from perl5.6*
30974      Branch: perl
30975           !> win32/perlhost.h win32/win32.c
30976 ____________________________________________________________________________
30977 [ 11404] By: nick                                  on 2001/07/18  06:43:59
30978         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
30979              From:  hv@crypt0.demon.co.uk
30980              Date:  Wed, 18 Jul 2001 05:58:46 +0100
30981              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
30982      Branch: perl
30983            ! ext/POSIX/POSIX.t
30984 ____________________________________________________________________________
30985 [ 11403] By: nick                                  on 2001/07/18  06:38:57
30986         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
30987              From:  hv@crypt0.demon.co.uk
30988              Date:  Wed, 18 Jul 2001 05:21:54 +0100
30989              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
30990      Branch: perl
30991            ! numeric.c t/op/arith.t
30992 ____________________________________________________________________________
30993 [ 11402] By: nick                                  on 2001/07/18  06:19:17
30994         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
30995              From:  mjd@plover.com
30996              Date:  17 Jul 2001 17:59:20 -0000
30997              Message-Id:  <20010717175920.8177.qmail@plover.com>
30998      Branch: perl
30999            ! pod/perlre.pod
31000 ____________________________________________________________________________
31001 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
31002         Log: thinko in change#11400 (duh)
31003      Branch: maint-5.6/perl
31004            ! win32/perlhost.h
31005 ____________________________________________________________________________
31006 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
31007         Log: change#11399 revealed another unrelated bug; this is just a temporary
31008              bandaid
31009      Branch: maint-5.6/perl
31010            ! win32/perlhost.h
31011 ____________________________________________________________________________
31012 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
31013         Log: fix bugs in handling of the virtualized environment under windows;
31014              there were bugs in propagating any changes to %ENV down to the real
31015              environment when such changes happened in the toplevel process
31016              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
31017              problem identification, and for a part of the fix)
31018      Branch: maint-5.6/perl
31019            ! win32/perlhost.h win32/win32.c
31020 ____________________________________________________________________________
31021 [ 11398] By: nick                                  on 2001/07/17  08:26:35
31022         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
31023              From: Peter Prymmer <pvhp@forte.com>
31024              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
31025              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
31026              
31027              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
31028              should not depend on existance of Config.pm
31029      Branch: perl
31030           +> t/lib/commonsense.t
31031            - t/base/commonsense.t
31032            ! MANIFEST t/README
31033 ____________________________________________________________________________
31034 [ 11397] By: nick                                  on 2001/07/17  08:09:58
31035         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
31036              From:  Michael G Schwern <schwern@pobox.com>
31037              Date:  Mon, 16 Jul 2001 18:20:31 -0400
31038              Message-Id:  <20010716182031.A1128@blackrider>
31039      Branch: perl
31040            ! pod/perlhack.pod
31041 ____________________________________________________________________________
31042 [ 11396] By: nick                                  on 2001/07/17  08:04:11
31043         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
31044              From:  Gwyn Judd <b.judd@xtra.co.nz>
31045              Date:  Tue, 17 Jul 2001 20:55:58 +1200
31046              Message-Id:  <20010717205558.A3107@thislove>
31047      Branch: perl
31048            ! pod/perlfunc.pod
31049 ____________________________________________________________________________
31050 [ 11395] By: nick                                  on 2001/07/17  08:02:22
31051         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
31052              From:  Peter Prymmer <pvhp@forte.com>
31053              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
31054              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
31055      Branch: perl
31056            ! t/op/sprintf.t
31057 ____________________________________________________________________________
31058 [ 11394] By: nick                                  on 2001/07/17  07:57:06
31059         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
31060              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
31061              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
31062              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
31063      Branch: perl
31064            ! gv.c
31065 ____________________________________________________________________________
31066 [ 11392] By: nick                                  on 2001/07/17  07:50:12
31067         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
31068              From:  Coral <coral@moonlight.crystalflame.net>
31069              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
31070              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
31071      Branch: perl
31072            ! pp_sys.c thread.h
31073 ____________________________________________________________________________
31074 [ 11391] By: nick                                  on 2001/07/17  07:34:28
31075         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
31076              From:  Jonathan Stowe <gellyfish@gellyfish.com>
31077              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
31078              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
31079      Branch: perl
31080            ! utils/h2xs.PL
31081 ____________________________________________________________________________
31082 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
31083         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
31084              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
31085              and Mac::Apps::Launch, which don't work, and Time::HiRes and
31086              Time::Piece, which don't yet work.
31087      Branch: maint-5.6/macperl
31088            + (add 154 files)
31089 ____________________________________________________________________________
31090 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
31091         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
31092              Also add hack to get around missing setenv for PERL5DB.
31093      Branch: maint-5.6/macperl
31094            ! macos/macish.c macos/macish.h
31095 ____________________________________________________________________________
31096 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
31097         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
31098      Branch: maint-5.6/macperl
31099            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
31100            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
31101 ____________________________________________________________________________
31102 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
31103         Log: Fix up some configuration and make options, add extra
31104              extensions.
31105      Branch: maint-5.6/macperl
31106            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
31107            ! macos/macperl/Makefile.mk
31108 ____________________________________________________________________________
31109 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
31110         Log: From Change 11374 in maintperl.
31111      Branch: maint-5.6/macperl
31112           !> utils/h2ph.PL
31113 ____________________________________________________________________________
31114 [ 11385] By: nick                                  on 2001/07/16  14:12:58
31115         Log: Back out change to h2xs till it passes its test.
31116      Branch: perl
31117            ! utils/h2xs.PL
31118 ____________________________________________________________________________
31119 [ 11384] By: nick                                  on 2001/07/16  14:00:10
31120         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
31121              From:  Jonathan Stowe <gellyfish@gellyfish.com>
31122              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
31123              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
31124      Branch: perl
31125            ! utils/h2xs.PL
31126 ____________________________________________________________________________
31127 [ 11383] By: nick                                  on 2001/07/16  13:53:12
31128         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
31129              From:  Robin Houston <robin@kitsite.com>
31130              Date:  Sun, 15 Jul 2001 18:22:31 +0100
31131              Message-Id:  <20010715182230.A11174@robin>
31132      Branch: perl
31133            ! hints/darwin.sh
31134 ____________________________________________________________________________
31135 [ 11382] By: nick                                  on 2001/07/16  13:52:49
31136         Log: Subject:  [PATCH perl@11372] re_dup
31137              From:  Radu Greab <radu@netsoft.ro>
31138              Date:  Sun, 15 Jul 2001 04:50:06 +0300
31139              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
31140      Branch: perl
31141            ! sv.c
31142 ____________________________________________________________________________
31143 [ 11379] By: nick                                  on 2001/07/16  13:35:39
31144         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
31145              From:  Robin Houston <robin@kitsite.com>
31146              Date:  Sat, 14 Jul 2001 14:28:50 +0100
31147              Message-Id:  <20010714142850.A10205@robin>
31148      Branch: perl
31149            ! ext/B/B/Deparse.pm
31150 ____________________________________________________________________________
31151 [ 11378] By: nick                                  on 2001/07/16  13:30:36
31152         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
31153              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
31154              Date:  Sat, 14 Jul 2001 22:17:42 +0900
31155              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
31156      Branch: perl
31157            + ext/Encode/Encode/euc-jp-0212.enc
31158            ! ext/Encode/Encode/Tcl.pm
31159 ____________________________________________________________________________
31160 [ 11377] By: nick                                  on 2001/07/16  13:17:28
31161         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
31162              From:  Andy Dougherty <doughera@lafayette.edu>
31163              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
31164              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
31165      Branch: perl
31166            ! hints/darwin.sh hints/rhapsody.sh
31167 ____________________________________________________________________________
31168 [ 11376] By: nick                                  on 2001/07/16  09:05:00
31169         Log: Integrate mainline
31170      Branch: perlio
31171           +> ext/Encode/Encode/7bit-greek.enc
31172           +> ext/Encode/Encode/7bit-latin1.enc
31173           +> ext/Encode/Encode/cns11643-1.enc
31174           +> ext/Encode/Encode/cns11643-2.enc
31175           +> ext/Encode/Encode/iso2022-cn.enc
31176           +> ext/Encode/Encode/iso2022-jp1.enc
31177           +> ext/Encode/Encode/iso2022-jp2.enc
31178           !> Changes Configure MANIFEST Makefile.SH
31179           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
31180           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
31181           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
31182           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
31183           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
31184 ____________________________________________________________________________
31185 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
31186         Log: integrate change#11374 from maint-5.6
31187              
31188              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
31189      Branch: perl
31190           !> utils/h2ph.PL
31191 ____________________________________________________________________________
31192 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
31193         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
31194      Branch: maint-5.6/perl
31195            ! utils/h2ph.PL
31196 ____________________________________________________________________________
31197 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
31198         Log: Update Changes.
31199      Branch: perl
31200            ! Changes patchlevel.h
31201 ____________________________________________________________________________
31202 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
31203         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
31204              From: Jonathan Stowe <gellyfish@gellyfish.com>
31205              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
31206              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
31207      Branch: perl
31208            ! utils/h2xs.PL
31209 ____________________________________________________________________________
31210 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
31211         Log: Subject: patch to add DEL to [:cntrl:]
31212              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
31213              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
31214              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
31215      Branch: perl
31216            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
31217 ____________________________________________________________________________
31218 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
31219         Log: Metaconfig unit change for #11369; plus a dependency nit.
31220      Branch: metaconfig
31221            ! U/compline/nblock_io.U
31222      Branch: metaconfig/U/perl
31223            ! Extensions.U
31224 ____________________________________________________________________________
31225 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
31226         Log: #include <stdlib.h> so that exit() is prototyped,
31227              noticed by Hugo.
31228      Branch: perl
31229            ! Configure
31230 ____________________________________________________________________________
31231 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
31232         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
31233              From: Peter Prymmer <pvhp@forte.com>
31234              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
31235              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
31236      Branch: perl
31237            ! t/op/sprintf.t
31238 ____________________________________________________________________________
31239 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
31240         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
31241              From: Peter Prymmer <pvhp@forte.com>
31242              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
31243              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
31244      Branch: perl
31245            ! ext/Encode/Encode/Tcl.t
31246 ____________________________________________________________________________
31247 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
31248         Log: Add information about gcc 3.0 basic block profiling.
31249      Branch: perl
31250            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
31251 ____________________________________________________________________________
31252 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
31253         Log: Subject: Error in lib/PerlIO/Via.pm ?
31254              From: Mark-Jason Dominus <mjd@plover.com>
31255              Date: Fri, 13 Jul 2001 15:55:41 -0400
31256              Message-ID: <20010713195541.26751.qmail@plover.com>
31257      Branch: perl
31258            ! ext/PerlIO/Via/Via.pm
31259 ____________________________________________________________________________
31260 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
31261         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
31262              section from the Compiler section.
31263      Branch: perl
31264            ! myconfig.SH
31265 ____________________________________________________________________________
31266 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
31267         Log: Handle glibc style of constant definitions using enum
31268              with intervening #defines; from Brendan O'Dea.
31269      Branch: perl
31270            ! utils/h2ph.PL
31271 ____________________________________________________________________________
31272 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
31273         Log: Add LC_MESSAGES to the locale_h export tag (it already is
31274              in the Makefile.PL and thusly eligible for an XS constant)
31275              (see also maintperl #10543)
31276      Branch: perl
31277            ! ext/POSIX/POSIX.pm
31278 ____________________________________________________________________________
31279 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
31280         Log: Subject: Re: [patch] re_dup
31281              From: Abhijit Menon-Sen <ams@wiw.org>
31282              Date: Fri, 13 Jul 2001 21:41:09 +0530
31283              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
31284      Branch: perl
31285            ! sv.c
31286 ____________________________________________________________________________
31287 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
31288         Log: Subject: [patch] re_dup
31289              From: Doug MacEachern <dougm@covalent.net>
31290              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
31291              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
31292      Branch: perl
31293            ! sv.c
31294 ____________________________________________________________________________
31295 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
31296         Log: Update Changes.
31297      Branch: perl
31298            ! Changes patchlevel.h
31299 ____________________________________________________________________________
31300 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
31301         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
31302              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
31303              Date: Sat, 14 Jul 2001 00:06:30 +0900
31304              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
31305      Branch: perl
31306            + ext/Encode/Encode/7bit-greek.enc
31307            + ext/Encode/Encode/7bit-latin1.enc
31308            + ext/Encode/Encode/cns11643-1.enc
31309            + ext/Encode/Encode/cns11643-2.enc
31310            + ext/Encode/Encode/iso2022-cn.enc
31311            + ext/Encode/Encode/iso2022-jp1.enc
31312            + ext/Encode/Encode/iso2022-jp2.enc
31313            ! MANIFEST ext/Encode/Encode/Tcl.pm
31314            ! ext/Encode/Encode/iso2022-kr.enc
31315 ____________________________________________________________________________
31316 [ 11357] By: nick                                  on 2001/07/13  14:24:06
31317         Log: Blind integrate mainline (as of 5.7.2?)
31318      Branch: perlio
31319           !> AUTHORS Changes Porting/config.sh Porting/config_H
31320           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
31321           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
31322           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31323           !> win32/makefile.mk
31324 ____________________________________________________________________________
31325 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
31326         Log: Snip away the devel patchlevel.
31327      Branch: perl
31328            ! patchlevel.h
31329 ____________________________________________________________________________
31330 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
31331         Log: Bump the version to 5.7.2.
31332      Branch: perl
31333            ! Porting/config.sh Porting/config_H patchlevel.h
31334            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
31335            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31336            ! win32/makefile.mk
31337 ____________________________________________________________________________
31338 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
31339         Log: Update Changes.
31340      Branch: perl
31341            ! Changes
31342 ____________________________________________________________________________
31343 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
31344         Log: Reword.
31345      Branch: perl
31346            ! AUTHORS
31347 ____________________________________________________________________________
31348 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
31349         Log: AUTHORS update.
31350      Branch: perl
31351            ! AUTHORS
31352 ____________________________________________________________________________
31353 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
31354         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
31355              unless ithreads.
31356      Branch: perl
31357            ! makedef.pl
31358 ____________________________________________________________________________
31359 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
31360         Log: Integrate perlio.
31361      Branch: perl
31362           !> win32/distclean.bat
31363 ____________________________________________________________________________
31364 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
31365         Log: Test the encoding transform only iff we have PerlIO,
31366              noticed by H. Merijn Brand.
31367      Branch: perl
31368            ! ext/PerlIO/t/encoding.t
31369 ____________________________________________________________________________
31370 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
31371         Log: README.netware tweaks from Ananth Kesari.
31372      Branch: perl
31373            ! README.netware
31374 ____________________________________________________________________________
31375 [ 11346] By: nick                                  on 2001/07/13  09:18:51
31376         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
31377              to avoid /unicode vs /Unicode issues.
31378      Branch: perlio
31379            ! win32/distclean.bat
31380 ____________________________________________________________________________
31381 [ 11345] By: nick                                  on 2001/07/13  06:24:18
31382         Log: Integrate mainline
31383      Branch: perlio
31384           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
31385            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
31386           !> (integrate 63 files)
31387 ____________________________________________________________________________
31388 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
31389         Log: Add d_bincompat5005 information to perl -V.
31390      Branch: perl
31391            ! myconfig.SH
31392 ____________________________________________________________________________
31393 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
31394         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
31395              From: Abhijit Menon-Sen <ams@wiw.org>
31396              Date: Fri, 13 Jul 2001 07:12:36 +0530
31397              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
31398      Branch: perl
31399            ! sv.c
31400 ____________________________________________________________________________
31401 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
31402         Log: Remove unicode::distinct, as per Inaba Hiroto.
31403      Branch: perl
31404            - lib/unicode/distinct.pm
31405            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
31406            ! t/lib/1_compile.t
31407 ____________________________________________________________________________
31408 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
31409         Log: Paging for Dr Octothorpe.
31410      Branch: perl
31411            ! pod/perlfaq4.pod
31412 ____________________________________________________________________________
31413 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
31414         Log: cut-n-paste error noticed by mjd.
31415      Branch: perl
31416            ! pod/perlfaq4.pod
31417 ____________________________________________________________________________
31418 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
31419         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
31420              From: Peter Prymmer <pvhp@forte.com>
31421              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
31422              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
31423      Branch: perl
31424            ! pod/perlfaq4.pod
31425 ____________________________________________________________________________
31426 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
31427         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
31428              From: Randall Gellens <randy@qualcomm.com>
31429              Date: Thu, 12 Jul 2001 16:56:23 -0700
31430              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
31431      Branch: perl
31432            ! Porting/repository.pod
31433 ____________________________________________________________________________
31434 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
31435         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
31436      Branch: perl
31437            ! thread.h
31438 ____________________________________________________________________________
31439 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
31440         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
31441              From: coral <coral@moonlight.crystalflame.net>
31442              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
31443              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
31444      Branch: perl
31445            ! thread.h
31446 ____________________________________________________________________________
31447 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
31448         Log: Metaconfig unit change for #11134.
31449      Branch: metaconfig
31450            + U/threads/d_pthread_atfork.U
31451 ____________________________________________________________________________
31452 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
31453         Log: Add HAS_PTHREAD_ATFORK.
31454      Branch: perl
31455            ! Configure NetWare/config.wc NetWare/config_H.wc
31456            ! Porting/Glossary Porting/config.sh Porting/config_H
31457            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
31458            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
31459            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31460            ! win32/config.gc win32/config.vc win32/config_H.bc
31461            ! win32/config_H.gc win32/config_H.vc
31462 ____________________________________________________________________________
31463 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
31464         Log: Subject: [PATCH] File::Copy fails on tied handles
31465              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
31466              Date: Thu, 12 Jul 2001 15:18:51 -0700
31467              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
31468      Branch: perl
31469            ! lib/File/Copy.pm
31470 ____________________________________________________________________________
31471 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
31472         Log: Subject: [PATCH] Langinfo.t
31473              From: Nicholas Clark <nick@ccl4.org>
31474              Date: Thu, 12 Jul 2001 23:55:38 +0100
31475              Message-ID: <20010712235538.M5827@plum.flirble.org>
31476      Branch: perl
31477            ! ext/I18N/Langinfo/Langinfo.t
31478 ____________________________________________________________________________
31479 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
31480         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
31481              From: Peter Prymmer <pvhp@forte.com>
31482              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
31483              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
31484      Branch: perl
31485            ! pod/perl572delta.pod
31486 ____________________________________________________________________________
31487 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
31488         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
31489              From: Abhijit Menon-Sen <ams@wiw.org>
31490              Date: Fri, 13 Jul 2001 05:21:16 +0530
31491              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
31492      Branch: perl
31493            ! sv.c
31494 ____________________________________________________________________________
31495 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
31496         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
31497              From: Abhijit Menon-Sen <ams@wiw.org>
31498              Date: Fri, 13 Jul 2001 03:04:25 +0530
31499              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
31500      Branch: perl
31501            ! av.c
31502 ____________________________________________________________________________
31503 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
31504         Log: s/^M$//g
31505      Branch: perl
31506            ! win32/Makefile win32/makefile.mk
31507 ____________________________________________________________________________
31508 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
31509         Log: Update Changes.
31510      Branch: perl
31511            ! Changes patchlevel.h
31512 ____________________________________________________________________________
31513 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
31514         Log: Typo spotted by Philip Newton.
31515      Branch: perl
31516            ! pod/perl572delta.pod
31517 ____________________________________________________________________________
31518 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
31519         Log: Subject: [PATCH] fixes perl_clone of perl_clone
31520              From: Artur Bergman <artur@contiller.se>
31521              Date: Thu, 12 Jul 2001 20:57:09 +0200
31522              Message-ID: <B773BFA4.236B%artur@contiller.se>
31523      Branch: perl
31524            ! sv.c
31525 ____________________________________________________________________________
31526 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
31527         Log: Add README.uts from Hal Morris.
31528      Branch: perl
31529            + README.uts
31530            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
31531            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
31532 ____________________________________________________________________________
31533 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
31534         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
31535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31536              Date: Thu, 12 Jul 2001 20:32:37 +0200
31537              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
31538      Branch: perl
31539            ! hints/aix.sh
31540 ____________________________________________________________________________
31541 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
31542         Log: Subject: Patch: document reg_data.what member
31543              From: Mark-Jason Dominus <mjd@plover.com>
31544              Message-ID: <20010712182532.14821.qmail@plover.com>
31545              Date: Thu, 12 Jul 2001 14:25:32 -0400
31546      Branch: perl
31547            ! regcomp.c regcomp.h
31548 ____________________________________________________________________________
31549 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
31550         Log: Subject: [PATCH] Perl_re_dup()
31551              From: Abhijit Menon-Sen <ams@wiw.org>
31552              Date: Thu, 12 Jul 2001 23:54:32 +0530
31553              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
31554      Branch: perl
31555            ! embed.h embed.pl perlapi.c proto.h sv.c
31556 ____________________________________________________________________________
31557 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
31558         Log: Regen Configure, modlib, toc.
31559      Branch: perl
31560            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31561            ! pod/perlmodlib.pod pod/perltoc.pod
31562 ____________________________________________________________________________
31563 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
31564         Log: The problem seems to be in PerlIO::Layer::->find() not
31565              accepting the ":encoding(blurflur)" arguments.
31566      Branch: perl
31567            ! lib/PerlIO.pm lib/open.pm
31568 ____________________________________________________________________________
31569 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
31570         Log: AIX doc update.
31571      Branch: perl
31572            ! README.aix pod/perl572delta.pod
31573 ____________________________________________________________________________
31574 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
31575         Log: Subject: AIX README update
31576              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31577              Date: Thu, 12 Jul 2001 19:28:30 +0200
31578              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
31579      Branch: perl
31580            ! README.aix
31581 ____________________________________________________________________________
31582 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
31583         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
31584              From: Norton Allen <allen@huarp.harvard.edu>
31585              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
31586              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
31587      Branch: perl
31588            ! ext/IO/lib/IO/t/io_unix.t
31589 ____________________________________________________________________________
31590 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
31591         Log: Subject: [PATCH README.qnx hints/qnx.sh]
31592              From: Norton Allen <allen@huarp.harvard.edu>
31593              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
31594              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
31595      Branch: perl
31596            ! README.qnx hints/qnx.sh
31597 ____________________________________________________________________________
31598 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
31599         Log: Subject: [patch] faster PM_GETRE
31600              From: Doug MacEachern <dougm@covalent.net>
31601              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
31602              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
31603      Branch: perl
31604            ! op.h
31605 ____________________________________________________________________________
31606 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
31607         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
31608              From: Doug MacEachern <dougm@covalent.net>
31609              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
31610              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
31611      Branch: perl
31612            ! op.c
31613 ____________________________________________________________________________
31614 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
31615         Log: Tell where the nice Estonian database is.
31616      Branch: perl
31617            ! lib/open.pm
31618 ____________________________________________________________________________
31619 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
31620         Log: Retract #11309 since #11310 is a better fix.
31621      Branch: perl
31622            ! t/lib/1_compile.t
31623 ____________________________________________________________________________
31624 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
31625         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
31626              change#11300 needs to return the status of failed win32_spawnvp())
31627              
31628              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
31629              splitting correctly; remove unused variables; 'require' at run time
31630              rather than 'use' at compile time for I18N::Langinfo, since it
31631              isn't everyware
31632      Branch: perl
31633            ! lib/open.pm win32/win32.c
31634 ____________________________________________________________________________
31635 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
31636         Log: Temporary workaround.
31637      Branch: perl
31638            ! t/lib/1_compile.t
31639 ____________________________________________________________________________
31640 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
31641         Log: UCD typo in #11306 and add also more known-to-be-tested
31642              modules to the skip list.
31643      Branch: perl
31644            ! t/lib/1_compile.t
31645 ____________________________________________________________________________
31646 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
31647         Log: Rename Unicode::UCD to UnicodeCD to avoid
31648              messups with case-insensitive filesystems.
31649      Branch: perl
31650            + lib/UnicodeCD.pm lib/UnicodeCD.t
31651            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
31652            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
31653 ____________________________________________________________________________
31654 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
31655         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
31656              From: daniel@biz.bitpusher.com
31657              Date: Wed, 11 Jul 2001 23:25:47 -0700
31658              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
31659      Branch: perl
31660            ! lib/Tie/Array.pm t/op/splice.t
31661 ____________________________________________________________________________
31662 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
31663         Log: Subject: [PATCH] More accurate line numbers in messages
31664              From: Paul Johnson <paul@pjcj.net>
31665              Date: Thu, 12 Jul 2001 04:14:11 +0200
31666              Message-ID: <20010712041411.A3467@pjcj.net>
31667              
31668              (With prototyping and multiplicity tweaks.)
31669      Branch: perl
31670            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
31671 ____________________________________________________________________________
31672 [ 11304] By: nick                                  on 2001/07/12  12:53:40
31673         Log: Integrate mainline
31674      Branch: perlio
31675           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
31676           !> regexec.c thread.h
31677 ____________________________________________________________________________
31678 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
31679         Log: Cut-and-pasto in #11298.
31680      Branch: perl
31681            ! ext/ByteLoader/bytecode.h
31682 ____________________________________________________________________________
31683 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
31684         Log: Update the AIX known problems section.
31685      Branch: perl
31686            ! pod/perl572delta.pod
31687 ____________________________________________________________________________
31688 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
31689         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
31690              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31691              Date: Thu, 12 Jul 2001 12:16:16 +0200
31692              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
31693      Branch: perl
31694            ! hints/aix.sh
31695 ____________________________________________________________________________
31696 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
31697         Log: Integrate perlio.
31698      Branch: perl
31699           !> makedef.pl win32/win32.c
31700 ____________________________________________________________________________
31701 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
31702         Log: Subject: [PATCH] fix for PMOP threadness failures
31703              From: Artur Bergman <artur@contiller.se>
31704              Date: Thu, 12 Jul 2001 09:48:06 +0200
31705              Message-ID: <B77322D6.22DD%artur@contiller.se>
31706      Branch: perl
31707            ! regexec.c
31708 ____________________________________________________________________________
31709 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
31710         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
31711              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
31712              Date: Thu, 12 Jul 2001 09:09:48 +0200
31713              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
31714              
31715              More parentheses to keep bcc happy.
31716      Branch: perl
31717            ! ext/ByteLoader/bytecode.h
31718 ____________________________________________________________________________
31719 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
31720         Log: Subject: Re: [patch] pthread_atfork bandaid
31721              From: Doug MacEachern <dougm@covalent.net>
31722              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
31723              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
31724      Branch: perl
31725            ! thread.h
31726 ____________________________________________________________________________
31727 [ 11296] By: nick                                  on 2001/07/12  11:55:48
31728         Log: Exclude reentrant_buffer from .def file
31729      Branch: perlio
31730            ! makedef.pl
31731 ____________________________________________________________________________
31732 [ 11295] By: nick                                  on 2001/07/12  11:11:44
31733         Log: Honour void-ness of my_exit()
31734      Branch: perlio
31735            ! win32/win32.c
31736 ____________________________________________________________________________
31737 [ 11294] By: nick                                  on 2001/07/12  07:51:04
31738         Log: Integrate mainline
31739      Branch: perlio
31740           +> uts/sprintf_wrap.c
31741           !> (integrate 35 files)
31742 ____________________________________________________________________________
31743 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
31744         Log: Retract #11289.
31745      Branch: perl
31746            ! embed.h embed.pl perl.c proto.h thread.h
31747 ____________________________________________________________________________
31748 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
31749         Log: Now the :locale pseudolayer *almost* works...
31750      Branch: perl
31751            ! lib/open.pm
31752 ____________________________________________________________________________
31753 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
31754         Log: Locale encoding tweaks.
31755      Branch: perl
31756            ! lib/open.pm
31757 ____________________________________________________________________________
31758 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
31759         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
31760              From: Mark-Jason Dominus <mjd@plover.com>
31761              Date: Thu, 12 Jul 2001 00:59:31 -0400
31762              Message-ID: <20010712045931.8543.qmail@plover.com>
31763              
31764              Remove the chmod/umask leading zero warning.
31765      Branch: perl
31766            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
31767            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
31768 ____________________________________________________________________________
31769 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
31770         Log: (Retracted by #11289.)
31771      Branch: perl
31772            ! embed.h embed.pl perl.c proto.h thread.h
31773 ____________________________________________________________________________
31774 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
31775         Log: Needed by #11283.
31776      Branch: perl
31777            ! intrpvar.h
31778 ____________________________________________________________________________
31779 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
31780         Log: Metaconfig unit change for #11286.
31781      Branch: metaconfig/U/perl
31782            ! patchlevel.U
31783 ____________________________________________________________________________
31784 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
31785         Log: Subject: Re: [PATCH Configure] perl -V broken
31786              From: Andy Dougherty <doughera@lafayette.edu>
31787              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
31788              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
31789      Branch: perl
31790            ! Configure myconfig.SH
31791 ____________________________________________________________________________
31792 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
31793         Log: Retract #11166 (and #11237).
31794      Branch: perl
31795            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
31796            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
31797            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
31798 ____________________________________________________________________________
31799 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
31800         Log: UTS tweaks for Hal Morris.
31801      Branch: perl
31802            + uts/sprintf_wrap.c
31803            ! MANIFEST hints/uts.sh perl.h
31804 ____________________________________________________________________________
31805 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
31806         Log: Subject: [PATCH] Use reentrant API glibc
31807              From: Artur Bergman <artur@contiller.se>
31808              Date: Thu, 12 Jul 2001 00:58:21 +0200
31809              Message-ID: <B772A6AD.2288%artur@contiller.se>
31810      Branch: perl
31811            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
31812            ! sv.c
31813 ____________________________________________________________________________
31814 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
31815         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
31816              From: barries <barries@slaysys.com>
31817              Date: Wed, 11 Jul 2001 15:11:46 -0400
31818              Message-ID: <20010711151146.G24560@jester.slaysys.com>
31819      Branch: perl
31820            ! pp_sys.c t/lib/warnings/doio win32/win32.c
31821 ____________________________________________________________________________
31822 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
31823         Log: Subject: [patch] pthread_atfork bandaid
31824              From: Doug MacEachern <dougm@covalent.net>
31825              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
31826              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
31827      Branch: perl
31828            ! miniperlmain.c perl.c
31829 ____________________________________________________________________________
31830 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
31831         Log: Subject: [patch] perl_clone leaks
31832              From: Doug MacEachern <dougm@covalent.net>
31833              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
31834              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
31835      Branch: perl
31836            ! sv.c
31837 ____________________________________________________________________________
31838 [ 11279] By: nick                                  on 2001/07/11  15:49:38
31839         Log: Integrate mainline
31840      Branch: perlio
31841           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
31842           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
31843           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
31844           +> lib/Term/ANSIColor/README
31845           !> (integrate 54 files)
31846 ____________________________________________________________________________
31847 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
31848         Log: Update Changes.
31849      Branch: perl
31850            ! Changes patchlevel.h
31851 ____________________________________________________________________________
31852 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
31853         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
31854              From: Peter Prymmer <pvhp@forte.com>
31855              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
31856              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
31857              
31858              Backport of embed.pl to 5.003.
31859      Branch: perl
31860            ! embed.pl
31861 ____________________________________________________________________________
31862 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
31863         Log: Subject: Re: POSIX test #14 on UTS 
31864              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
31865              Date: Wed, 11 Jul 2001 03:02:14 +0100
31866              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
31867      Branch: perl
31868            ! ext/POSIX/POSIX.t
31869 ____________________________________________________________________________
31870 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
31871         Log: Make the I32 an IV to preserve structure alignment and size.
31872      Branch: perl
31873            ! op.h
31874 ____________________________________________________________________________
31875 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
31876         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
31877              From: "Artur Bergman" <artur@contiller.se>
31878              Date: Wed, 11 Jul 2001 14:23:37 +0200
31879              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
31880              
31881              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
31882      Branch: perl
31883            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
31884            ! pod/perlapi.pod sv.c
31885 ____________________________________________________________________________
31886 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
31887         Log: Tweak until Pod::Parser gets updated.
31888      Branch: perl
31889            ! t/pod/special_seqs.xr
31890 ____________________________________________________________________________
31891 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
31892         Log: File::Spec usage tweak.
31893      Branch: perl
31894            ! lib/ExtUtils.t
31895 ____________________________________________________________________________
31896 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
31897         Log: Integrate #11263 from macperl; macos and macosx updates.
31898      Branch: perl
31899           !> pod/perlport.pod
31900 ____________________________________________________________________________
31901 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
31902         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
31903              From: Peter Prymmer <pvhp@forte.com>
31904              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
31905              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
31906      Branch: perl
31907            + ext/Time/HiRes/hints/dynixptx.pl
31908            ! MANIFEST hints/dynixptx.sh
31909 ____________________________________________________________________________
31910 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
31911         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
31912              From: Nicholas Clark <nick@ccl4.org>
31913              Date: Tue, 10 Jul 2001 23:17:43 +0100
31914              Message-ID: <20010710231742.B59620@plum.flirble.org>
31915      Branch: perl
31916            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
31917 ____________________________________________________________________________
31918 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
31919         Log: Subject: [DOC PATCH] Pluggable runops
31920              From: Paul Johnson <paul@pjcj.net>
31921              Date: Tue, 10 Jul 2001 21:53:28 +0200
31922              Message-ID: <20010710215328.B26577@pjcj.net>
31923      Branch: perl
31924            ! pod/perlguts.pod
31925 ____________________________________________________________________________
31926 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
31927         Log: Subject: [PATCH] Authors
31928              From: Artur Bergman <artur@contiller.se>
31929              Date: Tue, 10 Jul 2001 20:39:12 +0200
31930              Message-ID: <B771186F.21CD%artur@contiller.se>
31931      Branch: perl
31932            ! AUTHORS
31933 ____________________________________________________________________________
31934 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
31935         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
31936              From: Doug MacEachern <dougm@covalent.net>
31937              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
31938              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
31939      Branch: perl
31940            ! pp_ctl.c
31941 ____________________________________________________________________________
31942 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
31943         Log: Subject: doc patch; times() in scalar context
31944              From: mjd@plover.com
31945              Date: 10 Jul 2001 18:01:17 -0000
31946              Message-ID: <20010710180117.12477.qmail@plover.com>
31947      Branch: perl
31948            ! pod/perlfunc.pod
31949 ____________________________________________________________________________
31950 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
31951         Log: Subject: [PATCH] Small fix to pp_gmtime
31952              From: Artur Bergman <artur@contiller.se>
31953              Date: Tue, 10 Jul 2001 19:54:52 +0200
31954              Message-ID: <B7710E0B.21C5%artur@contiller.se>
31955      Branch: perl
31956            ! pp_sys.c
31957 ____________________________________________________________________________
31958 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
31959         Log: Integrate changes from mainline perl, add notes about
31960              Mac OS X and Mac OS.
31961      Branch: maint-5.6/macperl
31962            ! pod/perlport.pod
31963 ____________________________________________________________________________
31964 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
31965         Log: A proof of the dangers of package; ?
31966      Branch: perl
31967            ! t/lib/warnings/op
31968 ____________________________________________________________________________
31969 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
31970         Log: Regen toc and modlib.
31971      Branch: perl
31972            ! pod/perlmodlib.pod pod/perltoc.pod
31973 ____________________________________________________________________________
31974 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
31975         Log: Add compexcl(), casefold(), and casespec() interfaces;
31976              and make all interfaces to return hash references instead
31977              of hashes. 
31978      Branch: perl
31979            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
31980 ____________________________________________________________________________
31981 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
31982         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
31983              From: "Philip Newton" <Philip.Newton@gmx.net>
31984              Date: Tue, 10 Jul 2001 09:55:59 +0200
31985              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
31986              
31987              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
31988              From: "Philip Newton" <Philip.Newton@gmx.net>
31989              Date: Tue, 10 Jul 2001 09:56:37 +0200
31990              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
31991      Branch: perl
31992            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31993            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
31994 ____________________________________________________________________________
31995 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
31996         Log: Subject: [patch] undef &xsub for 1,2
31997              From: Doug MacEachern <dougm@covalent.net>
31998              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
31999              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
32000              
32001              (This version of the patch with a comment from Gisle.)
32002      Branch: perl
32003            ! op.c
32004 ____________________________________________________________________________
32005 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
32006         Log: Mention package; deprecation and the Win32 problems.
32007      Branch: perl
32008            ! pod/perl572delta.pod
32009 ____________________________________________________________________________
32010 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
32011         Log: Subject: [PATCH] deprecate package with no arguments
32012              From: Robin Houston <robin@kitsite.com>
32013              Date: Tue, 10 Jul 2001 13:33:40 +0100
32014              Message-ID: <20010710133340.A13452@robin.kitsite.com>
32015      Branch: perl
32016            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
32017 ____________________________________________________________________________
32018 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
32019         Log: Upgrade to podlators 1.10.
32020      Branch: perl
32021            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
32022            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
32023            ! pod/pod2man.PL pod/pod2text.PL
32024 ____________________________________________________________________________
32025 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
32026         Log: Upgrade to Term::ANSIColor 1.04.
32027      Branch: perl
32028            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
32029            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
32030 ____________________________________________________________________________
32031 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
32032         Log: Integrate perlio (the right fix for the ":layer(args)")
32033      Branch: perl
32034           !> perlio.c
32035 ____________________________________________________________________________
32036 [ 11252] By: nick                                  on 2001/07/10  06:58:14
32037         Log: Fix open(...,"...:layer(xxx)",...)
32038              - use memEQ not strEQ as there is '(' not '\0'
32039      Branch: perlio
32040            ! perlio.c
32041 ____________________________________________________________________________
32042 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
32043         Log: Telling the number of tests helps.
32044      Branch: perl
32045            ! ext/PerlIO/t/encoding.t
32046 ____________________________________________________________________________
32047 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
32048         Log: Require I18N::Langinfo, not use.
32049      Branch: perl
32050            ! lib/open.pm
32051 ____________________________________________________________________________
32052 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
32053         Log: Add a test for for PerlIO ":encoding(...)" layer.
32054      Branch: perl
32055            + ext/PerlIO/t/encoding.t
32056            ! MANIFEST ext/Encode/Encode.pm
32057 ____________________________________________________________________________
32058 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
32059         Log: PerlIO ":encoding(foobar)" temporary fix.
32060              Not really correct, I think, since the change means
32061              that prefixes match.
32062      Branch: perl
32063            ! perlio.c
32064 ____________________________________________________________________________
32065 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
32066         Log: Update to Math::BigInt 1.36.  The biggest news is
32067              the separation of the backend; now the pure Perl
32068              implementation is in Math::BigInt::Calc, but one
32069              can plugin, say, Math::BigInt::BitVect, and get
32070              considerable speedup.
32071      Branch: perl
32072            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
32073            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
32074            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
32075            ! lib/Math/BigInt/t/mbimbf.t
32076 ____________________________________________________________________________
32077 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
32078         Log: Subject: Re: compatibility question
32079              From: Peter Prymmer <pvhp@forte.com>
32080              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
32081              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
32082      Branch: perl
32083            ! lib/ExtUtils/MM_VMS.pm
32084 ____________________________________________________________________________
32085 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
32086         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
32087              From: Norton Allen <allen@huarp.harvard.edu>
32088              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
32089              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
32090      Branch: perl
32091            ! ext/File/Glob/t/basic.t
32092 ____________________________________________________________________________
32093 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
32094         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
32095              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32096              Date: Tue, 10 Jul 2001 00:29:55 +0900
32097              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
32098      Branch: perl
32099            + ext/Encode/Encode/HZ.enc
32100            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
32101            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
32102            ! ext/Encode/Encode/iso2022-jp.enc
32103            ! ext/Encode/Encode/iso2022-kr.enc
32104 ____________________________________________________________________________
32105 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
32106         Log: Add in all them there macos/ files.
32107      Branch: maint-5.6/macperl
32108            + (add 577 files)
32109 ____________________________________________________________________________
32110 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
32111         Log: Add the new modules to the list of having those own tests.
32112      Branch: perl
32113            ! t/lib/1_compile.t
32114 ____________________________________________________________________________
32115 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
32116         Log: Add INOUT to control both ways at the same time.
32117      Branch: perl
32118            ! lib/open.pm
32119 ____________________________________________________________________________
32120 [ 11240] By: nick                                  on 2001/07/09  16:33:50
32121         Log: Integrate mainline
32122      Branch: perlio
32123           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
32124           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
32125           !> (integrate 41 files)
32126 ____________________________________________________________________________
32127 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
32128         Log: More encoding mapping magic.
32129      Branch: perl
32130            ! lib/open.pm
32131 ____________________________________________________________________________
32132 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
32133         Log: Update Changes.
32134      Branch: perl
32135            ! Changes patchlevel.h
32136 ____________________________________________________________________________
32137 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
32138         Log: (Retracted by #11285).
32139              
32140              Subject: [PATCH] OPpCONST_OCTAL fixes
32141              From: Abhijit Menon-Sen <ams@wiw.org>
32142              Date: Mon, 9 Jul 2001 07:38:45 +0530
32143              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
32144      Branch: perl
32145            ! op.c
32146 ____________________________________________________________________________
32147 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
32148         Log: Add a pseudolayer ":locale" to the open pragma which
32149              will get the encoding from the locale.  Yet undocumented
32150              because I can't get the PerlIO :encoding(foobar) to work.
32151      Branch: perl
32152            ! ext/Encode/Encode.pm lib/open.pm
32153 ____________________________________________________________________________
32154 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
32155         Log: Add more encoding mappings.
32156      Branch: perl
32157            ! ext/Encode/Encode.pm
32158 ____________________________________________________________________________
32159 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
32160         Log: Document that using :encoding layer requires using Encode.
32161      Branch: perl
32162            ! ext/Encode/Encode.pm lib/PerlIO.pm
32163 ____________________________________________________________________________
32164 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
32165         Log: Netware tweak from Ananth Kesari.
32166      Branch: perl
32167            ! NetWare/netware.h
32168 ____________________________________________________________________________
32169 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
32170         Log: t/harness doesn't know about run/*.t
32171      Branch: perl
32172            ! t/harness
32173 ____________________________________________________________________________
32174 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
32175         Log: run/exit.t busted on windows
32176      Branch: perl
32177            ! t/run/exit.t
32178 ____________________________________________________________________________
32179 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
32180         Log: fix a couple of UCD.t tests that fail due to bad case
32181      Branch: perl
32182            ! lib/Unicode/UCD.t
32183 ____________________________________________________________________________
32184 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
32185         Log: test skip logic was broken
32186      Branch: perl
32187            ! ext/I18N/Langinfo/Langinfo.t
32188 ____________________________________________________________________________
32189 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
32190         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
32191              failure of ExtUtils.t#27 when built in debug mode)
32192      Branch: perl
32193            ! lib/ExtUtils/MM_Win32.pm
32194 ____________________________________________________________________________
32195 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
32196         Log: I18N::Langinfo is not available on windows
32197      Branch: perl
32198            ! win32/FindExt.pm
32199 ____________________________________________________________________________
32200 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
32201         Log: save a dTHX
32202      Branch: perl
32203            ! ext/POSIX/POSIX.xs
32204 ____________________________________________________________________________
32205 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
32206         Log: Update Changes.
32207      Branch: perl
32208            ! Changes patchlevel.h
32209 ____________________________________________________________________________
32210 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
32211         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
32212              as pointed out by Sarathy.
32213      Branch: perl
32214            ! ext/I18N/Langinfo/Langinfo.xs
32215 ____________________________________________________________________________
32216 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
32217         Log: Retract #11212.
32218      Branch: perl
32219            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
32220 ____________________________________________________________________________
32221 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
32222         Log: Bump up the VERSION of Cwd.xs.
32223      Branch: perl
32224            ! ext/Cwd/Makefile.PL
32225 ____________________________________________________________________________
32226 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
32227         Log: Retract #11220, the problem wasn't the missing leading zero.
32228              Here's the problem:
32229              $ ./perl -we 'chmod(oct("755"), ".")'
32230              Non-octal literal mode (493) specified at -e line 1.
32231              (Did you mean 0493 instead?)
32232      Branch: perl
32233            ! lib/ExtUtils/MM_Unix.pm
32234 ____________________________________________________________________________
32235 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
32236         Log: (Retracted by #11221)
32237              Change the PERM_RW and PERM_RWX to 0644 and 0755
32238              (add the leading zero).
32239      Branch: perl
32240            ! lib/ExtUtils/MM_Unix.pm
32241 ____________________________________________________________________________
32242 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
32243         Log: Integrate changes #11193, 11205, 11209 from macperl.
32244              
32245              Fix up AutoLoader to fudge for Mac paths in import().
32246              
32247              Allow symbols in try_symbol() to begin with "_".
32248              
32249              Small portability fix for Mac OS.
32250      Branch: perl
32251           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
32252 ____________________________________________________________________________
32253 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
32254         Log: Metaconfig unit change for #11217.
32255      Branch: metaconfig/U/perl
32256            ! Extensions.U
32257 ____________________________________________________________________________
32258 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
32259         Log: Detypo, problem noticed by Gerrit P. Haase.
32260      Branch: perl
32261            ! Configure config_h.SH
32262 ____________________________________________________________________________
32263 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
32264         Log: Cwd cleanups.
32265      Branch: perl
32266            ! ext/Cwd/Cwd.xs
32267 ____________________________________________________________________________
32268 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
32269         Log: Slight tweaks on #11213.
32270      Branch: perl
32271            ! toke.c
32272 ____________________________________________________________________________
32273 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
32274         Log: A missing dTHX noticed by Gerrit P. Haase.
32275      Branch: perl
32276            ! ext/POSIX/POSIX.xs
32277 ____________________________________________________________________________
32278 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
32279         Log: Subject: [PATCH toke.c] Simplify yytoke()
32280              From: Simon Cozens <simon@netthink.co.uk>
32281              Date: Sun, 8 Jul 2001 13:24:34 +0100
32282              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
32283              
32284              Split out pending_ident().
32285      Branch: perl
32286            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
32287 ____________________________________________________________________________
32288 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
32289         Log: (Retracted by #11223.)
32290              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
32291              Date: Wed, 05 Nov 1997 17:22:34 -0600
32292              From: Graham Barr <gbarr@ti.com>
32293              Message-Id: <3460FFBA.6DA51F46@ti.com>
32294      Branch: perl
32295            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
32296 ____________________________________________________________________________
32297 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
32298         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
32299      Branch: perl
32300            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
32301            ! pod/perllocale.pod
32302 ____________________________________________________________________________
32303 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
32304         Log: Really do the test under the C locale.
32305      Branch: perl
32306            ! ext/I18N/Langinfo/Langinfo.t
32307 ____________________________________________________________________________
32308 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
32309         Log: Small portability fix for Mac OS.
32310      Branch: maint-5.6/macperl
32311            ! lib/Cwd.pm
32312 ____________________________________________________________________________
32313 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
32314         Log: Metaconfig unit change for #11207.
32315      Branch: metaconfig/U/perl
32316            ! Extensions.U
32317 ____________________________________________________________________________
32318 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
32319         Log: Add I18N::Langinfo, which is basically a wrapper around
32320              nl_langinfo(), which is an additional way to query locale
32321              specific information.
32322      Branch: perl
32323            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
32324            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
32325            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
32326 ____________________________________________________________________________
32327 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
32328         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
32329              used in File::Find tests; replace with if.t.
32330      Branch: maint-5.6/macperl
32331            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
32332            ! t/pragma/warn/op
32333 ____________________________________________________________________________
32334 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
32335         Log: Allow symbols in try_symbol() to begin with "_".
32336      Branch: maint-5.6/macperl
32337            ! makedef.pl
32338 ____________________________________________________________________________
32339 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
32340         Log: Sync up the File::Find changes from the rewrite by
32341              Thomas Wegner, et al.
32342      Branch: maint-5.6/macperl
32343            + t/lib/filefind-taint.t
32344            ! lib/File/Find.pm t/lib/filefind.t
32345 ____________________________________________________________________________
32346 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
32347         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
32348              From: Thomas Wegner <wegner_thomas@yahoo.com>
32349              Date: Thu, 5 Jul 2001 20:31:25 +0200
32350              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
32351      Branch: maint-5.6/macperl
32352            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
32353 ____________________________________________________________________________
32354 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
32355         Log: Some more test portability fixes.
32356      Branch: maint-5.6/macperl
32357            ! t/lib/filecopy.t t/pragma/warn/pp_sys
32358 ____________________________________________________________________________
32359 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
32360         Log: The #11200 removed wrong (non-existent) target.  Duh.
32361      Branch: perl
32362            ! Makefile.SH
32363 ____________________________________________________________________________
32364 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
32365         Log: Zap the lib/re.pm before creating it.
32366      Branch: perl
32367            ! Makefile.SH
32368 ____________________________________________________________________________
32369 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
32370         Log: Another test.  Please ignore.
32371      Branch: maint-5.6/macperl
32372            ! README.macos
32373 ____________________________________________________________________________
32374 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
32375         Log: Portability fixes for a lot of tests, especially IO-related
32376              tests, and warnings, and the harness script.
32377      Branch: maint-5.6/macperl
32378            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
32379            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
32380            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
32381            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
32382            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
32383            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
32384            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
32385            ! t/pragma/warnings.t
32386 ____________________________________________________________________________
32387 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
32388         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
32389              From: Nicholas Clark <nick@ccl4.org>
32390              Date: Sat, 7 Jul 2001 21:00:17 +0100
32391              Message-ID: <20010707210017.H59620@plum.flirble.org>
32392      Branch: perl
32393            ! lib/h2xs.t
32394 ____________________________________________________________________________
32395 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
32396         Log: The UNICOS/mk SysV IPC problem has been fixed.
32397      Branch: perl
32398            ! pod/perl572delta.pod
32399 ____________________________________________________________________________
32400 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
32401         Log: Slight update tweaks on perlunicode.pod.
32402      Branch: perl
32403            ! pod/perlunicode.pod
32404 ____________________________________________________________________________
32405 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
32406         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
32407              From: Mark-Jason Dominus <mjd@plover.com>
32408              Date: Sat, 07 Jul 2001 13:04:04 -0400
32409              Message-ID: <20010707170404.32694.qmail@plover.com>
32410      Branch: perl
32411            ! ext/DB_File/DB_File.pm
32412 ____________________________________________________________________________
32413 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
32414         Log: Fix up AutoLoader to fudge for Mac paths in import().
32415      Branch: maint-5.6/macperl
32416            ! lib/AutoLoader.pm
32417 ____________________________________________________________________________
32418 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
32419         Log: Try to force the lib/re.pm to be there before entering
32420              the extensions builds, should help for parallel makes.
32421      Branch: perl
32422            ! Makefile.SH
32423 ____________________________________________________________________________
32424 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
32425         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
32426              From: Norton Allen <allen@huarp.harvard.edu>
32427              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
32428              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
32429      Branch: perl
32430            ! ext/POSIX/POSIX.xs
32431 ____________________________________________________________________________
32432 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
32433         Log: Subject: [PATCH] Re: op/arith.t
32434              From: Nicholas Clark <nick@ccl4.org>
32435              Date: Sat, 7 Jul 2001 13:04:54 +0100
32436              Message-ID: <20010707130454.D59620@plum.flirble.org>
32437      Branch: perl
32438            ! numeric.c toke.c
32439 ____________________________________________________________________________
32440 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
32441         Log: Subject: [PATCH] h2xs
32442              From: Nicholas Clark <nick@ccl4.org>
32443              Date: Fri, 6 Jul 2001 23:25:14 +0100
32444              Message-ID: <20010706232514.X59620@plum.flirble.org>
32445      Branch: perl
32446            ! utils/h2xs.PL
32447 ____________________________________________________________________________
32448 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
32449         Log: Subject: Re: bleedperl perl_alloc..free leakage
32450              From: Radu Greab <radu@netsoft.ro>
32451              Date: Fri, 6 Jul 2001 19:48:54 +0300
32452              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
32453              
32454              Leak-be-gone.
32455      Branch: perl
32456            ! op.c
32457 ____________________________________________________________________________
32458 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
32459         Log: Test again.  Please ignore.
32460      Branch: maint-5.6/macperl
32461            ! README.macos
32462 ____________________________________________________________________________
32463 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
32464         Log: Test.  Please ignore.
32465      Branch: maint-5.6/macperl
32466            ! README.macos
32467 ____________________________________________________________________________
32468 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
32469         Log: Include changes already sent in separately as patches,
32470              before branch was created.
32471      Branch: maint-5.6/macperl
32472            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
32473            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
32474            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
32475            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
32476            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
32477            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
32478            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
32479            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
32480            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
32481            ! t/pragma/strict.t
32482 ____________________________________________________________________________
32483 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
32484         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
32485              From: Norton Allen <allen@huarp.harvard.edu>
32486              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
32487              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
32488      Branch: perl
32489            ! utf8.h
32490 ____________________________________________________________________________
32491 [ 11183] By: nick                                  on 2001/07/06  16:27:40
32492         Log: Integrate mainline
32493      Branch: perlio
32494           +> (branch 42 files)
32495            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
32496            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
32497            - win32/bin/mdelete.bat
32498           !> (integrate 215 files)
32499 ____________________________________________________________________________
32500 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
32501         Log: The #11166 needed also these updated.
32502      Branch: perl
32503            ! lib/warnings.pm warnings.h
32504 ____________________________________________________________________________
32505 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
32506         Log: Update Changes.
32507      Branch: perl
32508            ! Changes patchlevel.h
32509 ____________________________________________________________________________
32510 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
32511         Log: Regen toc.
32512      Branch: perl
32513            ! pod/perltoc.pod
32514 ____________________________________________________________________________
32515 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
32516         Log: Nit from Abhijit.
32517      Branch: perl
32518            ! lib/CPAN.pm
32519 ____________________________________________________________________________
32520 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
32521         Log: Retract #11172.
32522      Branch: perl
32523            ! t/op/method.t
32524 ____________________________________________________________________________
32525 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
32526         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
32527              From: Norton Allen <allen@huarp.harvard.edu>
32528              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
32529              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
32530      Branch: perl
32531            ! lib/Cwd.pm
32532 ____________________________________________________________________________
32533 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
32534         Log: (Accidentally empty check-in.)
32535      Branch: perl
32536            ! utf8.h
32537 ____________________________________________________________________________
32538 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
32539         Log: Retract #11165 since Sarathy pointed out it'll not
32540              work properly under threads, the problem should be
32541              solved using "the savestack, either via SSNEW() or
32542              using a newSVpv()+SAVEFREESV() combo."
32543      Branch: perl
32544            ! ext/POSIX/POSIX.xs
32545 ____________________________________________________________________________
32546 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
32547         Log: Retract #11125 since NI-S pointed out it'll not work in
32548              cases where the extension has their own handcrafted INC
32549              et alia.
32550      Branch: perl
32551            ! lib/ExtUtils/MM_Unix.pm
32552 ____________________________________________________________________________
32553 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
32554         Log: Subject: RE: [PATCH] -I and MakeMaker again
32555              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
32556              Date: Fri, 6 Jul 2001 09:18:29 +0200
32557              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
32558      Branch: perl
32559            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
32560            ! lib/ExtUtils/MM_Win32.pm
32561 ____________________________________________________________________________
32562 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
32563         Log: (Retracted by #11178)
32564              Subject: [PATCH t/op/method.t] SUPER:: strangeness
32565              From: Piers Cawley <pdcawley@iterative-software.com>
32566              Date: 06 Jul 2001 10:49:01 +0100
32567              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
32568      Branch: perl
32569            ! t/op/method.t
32570 ____________________________________________________________________________
32571 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
32572         Log: VOS README update from Paul Green.
32573      Branch: perl
32574            ! README.vos
32575 ____________________________________________________________________________
32576 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
32577         Log: Subject: [PATCH README.qnx hints/qnx.sh]
32578              From: Norton Allen <allen@huarp.harvard.edu>
32579              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
32580              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
32581      Branch: perl
32582            ! README.qnx hints/qnx.sh
32583 ____________________________________________________________________________
32584 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
32585         Log: Subject: [PATCH] Doc patch for Tie::Hash
32586              From: Artur Bergman <artur@contiller.se>
32587              Date: Thu, 05 Jul 2001 22:51:18 +0200
32588              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
32589      Branch: perl
32590            ! lib/Tie/Hash.pm
32591 ____________________________________________________________________________
32592 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
32593         Log: Subject: [PATCH] perlfaq4.pod
32594              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
32595              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
32596              Date: Thu, 5 Jul 2001 18:44:10 +0100 
32597      Branch: perl
32598            ! pod/perlfaq4.pod
32599 ____________________________________________________________________________
32600 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
32601         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
32602              From: Robin Houston <robin@kitsite.com>
32603              Date: Thu, 5 Jul 2001 18:33:21 +0100
32604              Message-ID: <20010705183321.A27345@robin.kitsite.com>
32605      Branch: perl
32606            ! ext/B/B/Deparse.pm
32607 ____________________________________________________________________________
32608 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
32609         Log: (Retracted by #11285.)
32610              
32611              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
32612              From: Abhijit Menon-Sen <ams@wiw.org>
32613              Date: Fri, 6 Jul 2001 01:26:32 +0530
32614              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
32615      Branch: perl
32616            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
32617            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
32618            ! warnings.pl
32619 ____________________________________________________________________________
32620 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
32621         Log: (Retracted by #11175)
32622              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
32623              From: Norton Allen <allen@huarp.harvard.edu>
32624              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
32625              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
32626      Branch: perl
32627            ! ext/POSIX/POSIX.xs
32628 ____________________________________________________________________________
32629 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
32630         Log: Unterminated C< (noticed by Richard Hatch), and few other
32631              small Unicode doc tweaks.
32632      Branch: perl
32633            ! pod/perlretut.pod
32634 ____________________________________________________________________________
32635 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
32636         Log: More flexible argument understanding; add charblocks() and
32637              charscripts(); make charblock() and charscript() two-way;
32638              add charinrange(); separate the $Unicode::UCD::VERSION and
32639              the version of the Unicode by adding UnicodeVersion().
32640      Branch: perl
32641            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
32642 ____________________________________________________________________________
32643 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
32644         Log: Update Unicode::UCD on \p{In...}.
32645      Branch: perl
32646            ! lib/Unicode/UCD.pm
32647 ____________________________________________________________________________
32648 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
32649         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
32650              From: Norton Allen <allen@huarp.harvard.edu>
32651              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
32652              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
32653      Branch: perl
32654            ! lib/ExtUtils/MM_Unix.pm
32655 ____________________________________________________________________________
32656 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
32657         Log: POSIX-BC tweaks from Thomas Dorner.
32658      Branch: perl
32659            ! hints/posix-bc.sh perlio.h
32660 ____________________________________________________________________________
32661 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
32662         Log: Module updates for the delta.
32663      Branch: perl
32664            ! pod/perl572delta.pod
32665 ____________________________________________________________________________
32666 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
32667         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
32668              From: Norton Allen <allen@huarp.harvard.edu>
32669              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
32670              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
32671      Branch: perl
32672            ! ext/IO/lib/IO/t/io_sock.t
32673 ____________________________________________________________________________
32674 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
32675         Log: Subject: [PATCH perldiag.pod] Quick fixes
32676              From: Simon Cozens <simon@netthink.co.uk>
32677              Date: Wed, 4 Jul 2001 20:22:12 +0100
32678              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
32679      Branch: perl
32680            ! pod/perldiag.pod
32681 ____________________________________________________________________________
32682 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
32683         Log: (retracted by #13533)
32684              
32685              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
32686              From: Radu Greab <radu@netsoft.ro>
32687              Date: Wed, 4 Jul 2001 22:13:31 +0300
32688              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
32689      Branch: perl
32690            ! op.c sv.c t/op/pos.t
32691 ____________________________________________________________________________
32692 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
32693         Log: Subject: [PATCH] -I and MakeMaker again
32694              From: Michael G Schwern <schwern@pobox.com>
32695              Date: Wed, 4 Jul 2001 15:03:07 -0400
32696              Message-ID: <20010704150307.I20340@blackrider>
32697              
32698              (and retract #11145)
32699      Branch: perl
32700            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
32701            ! lib/ExtUtils/MakeMaker.pm
32702 ____________________________________________________________________________
32703 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
32704         Log: Subject: Re: PERFORCE change 11142 for review
32705              From: "Philip Newton" <Philip.Newton@gmx.net>
32706              Date: Wed, 4 Jul 2001 20:46:26 +0200
32707              Message-Id: <200107041841.VAA25380@taas.iki.fi>
32708      Branch: perl
32709            ! lib/ExtUtils/MakeMaker.pm
32710 ____________________________________________________________________________
32711 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
32712         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
32713              From: Jonathan Stowe <gellyfish@gellyfish.com>
32714              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
32715              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
32716      Branch: perl
32717            ! utils/pl2pm.PL
32718 ____________________________________________________________________________
32719 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
32720         Log: fix the binary compatibility issue when building with/without
32721              usemymalloc by exporting Perl_malloc() et al as simple wrappers
32722              around the system functions (this allows most extensions built
32723              using one mode to coexist with perls built in the other mode)
32724              
32725              XXX the Perl_mfree() wrapper might need to do return(free()) on
32726              platforms where Free_t isn't "void"
32727      Branch: perl
32728            ! embed.h embed.pl makedef.pl proto.h util.c
32729 ____________________________________________________________________________
32730 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
32731         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
32732              since it doesn't ensure threads other than the one calling fork()
32733              aren't holding any locks; the fix is to use pthread_atfork() to
32734              hold global locks
32735              
32736              building perl with -Dusemymalloc exacerbates the problem since
32737              Perl_malloc() holds a mutex, and perl's exec() calls New()
32738              
32739              XXX the code in win32thread.h may be needed on platforms that have
32740              no pthread_atfork()
32741      Branch: perl
32742            ! perl.c thread.h win32/win32thread.h
32743 ____________________________________________________________________________
32744 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
32745         Log: Integrate #11009 from maintperl.
32746      Branch: maint-5.6/macperl
32747           !> lib/ExtUtils/Manifest.pm
32748 ____________________________________________________________________________
32749 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
32750         Log: Flexing my Perforce muscles.
32751      Branch: maint-5.6/macperl
32752            ! README.macos
32753 ____________________________________________________________________________
32754 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
32755         Log: Update Changes.
32756      Branch: perl
32757            ! Changes patchlevel.h
32758 ____________________________________________________________________________
32759 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
32760         Log: Metaconfig unit change for #11146.
32761      Branch: metaconfig/U/perl
32762            ! d_fcntl_can_lock.U
32763 ____________________________________________________________________________
32764 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
32765         Log: Somehow the #ifdefs of the added code (in #11093) made
32766              HP-UX to fail the fcntl locking test, without the ifdefs
32767              the test seems to be working again.  Reason unknown:
32768              HP-UX cc doesn't complain either way.
32769      Branch: perl
32770            ! Configure
32771 ____________________________________________________________________________
32772 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
32773         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
32774      Branch: perl
32775            ! lib/ExtUtils/MM_Unix.pm
32776 ____________________________________________________________________________
32777 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
32778         Log: gcc -Wall nit.
32779      Branch: perl
32780            ! pp_hot.c
32781 ____________________________________________________________________________
32782 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
32783         Log: When removing tests updating the test count is a good idea, too.
32784      Branch: perl
32785            ! lib/Net/t/require.t
32786 ____________________________________________________________________________
32787 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
32788         Log: Document #11134 and add the new symbols to the list of
32789              of MakeMaker known ones.
32790      Branch: perl
32791            ! lib/ExtUtils/MakeMaker.pm
32792 ____________________________________________________________________________
32793 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
32794         Log: Microperl update.
32795      Branch: perl
32796            ! uconfig.h
32797 ____________________________________________________________________________
32798 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
32799         Log: Update the libnet tests as per #11138.
32800      Branch: perl
32801            - lib/Net/t/ph.t
32802            ! MANIFEST lib/Net/t/require.t
32803 ____________________________________________________________________________
32804 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
32805         Log: Regen toc and modlib.
32806      Branch: perl
32807            ! pod/perlmodlib.pod pod/perltoc.pod
32808 ____________________________________________________________________________
32809 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
32810         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
32811              Graham's request.
32812      Branch: perl
32813            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
32814            ! MANIFEST
32815 ____________________________________________________________________________
32816 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
32817         Log: Add the OS/390 harness results to the delta.
32818      Branch: perl
32819            ! pod/perl572delta.pod
32820 ____________________________________________________________________________
32821 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
32822         Log: Avoid the two study tests in OS/390 until the bug has been solved.
32823      Branch: perl
32824            ! t/op/study.t
32825 ____________________________________________________________________________
32826 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
32827         Log: DOS/DJGPP tweaks from Laszlo Molnar.
32828      Branch: perl
32829            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
32830 ____________________________________________________________________________
32831 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
32832         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
32833              From: Michael G Schwern <schwern@pobox.com>
32834              Date: Wed, 4 Jul 2001 00:01:16 -0400
32835              Message-ID: <20010704000116.C591@blackrider>
32836      Branch: perl
32837            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
32838 ____________________________________________________________________________
32839 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
32840         Log: The #11132 missed singleton characters (not part
32841              of a unilo..unihi range) in Unicode scripts.
32842      Branch: perl
32843            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
32844            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
32845            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
32846            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
32847            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
32848            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
32849            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
32850            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
32851            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
32852            ! lib/unicode/mktables.PL t/op/pat.t
32853 ____________________________________________________________________________
32854 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
32855         Log: Support preferentially the Unicode 'scripts' definition
32856              in the \p{In...} notation since according to Unicode the
32857              scripts concept is more natural for matching than using
32858              the somewhat artificial block names.  The block names are
32859              still available, though, and if there's a name conflict,
32860              the scripts one wins and the blocks one has to do with
32861              'Block' appended to its name.  For more information see
32862              
32863              http://www.unicode.org/unicode/reports/tr24/
32864      Branch: perl
32865            + lib/unicode/In/100.pl lib/unicode/In/101.pl
32866            + lib/unicode/In/102.pl lib/unicode/In/103.pl
32867            + lib/unicode/In/104.pl lib/unicode/In/105.pl
32868            + lib/unicode/In/106.pl lib/unicode/In/107.pl
32869            + lib/unicode/In/108.pl lib/unicode/In/109.pl
32870            + lib/unicode/In/110.pl lib/unicode/In/111.pl
32871            + lib/unicode/In/112.pl lib/unicode/In/113.pl
32872            + lib/unicode/In/114.pl lib/unicode/In/115.pl
32873            + lib/unicode/In/116.pl lib/unicode/In/117.pl
32874            + lib/unicode/In/118.pl lib/unicode/In/119.pl
32875            + lib/unicode/In/120.pl lib/unicode/In/121.pl
32876            + lib/unicode/In/122.pl lib/unicode/In/123.pl
32877            + lib/unicode/In/124.pl lib/unicode/In/125.pl
32878            + lib/unicode/In/126.pl lib/unicode/In/127.pl
32879            + lib/unicode/In/128.pl lib/unicode/In/129.pl
32880            + lib/unicode/In/130.pl lib/unicode/In/131.pl
32881            + lib/unicode/In/132.pl lib/unicode/In/133.pl
32882            + lib/unicode/In/134.pl lib/unicode/In/135.pl
32883            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
32884            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
32885            ! (edit 106 files)
32886 ____________________________________________________________________________
32887 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
32888         Log: Better document the difference between a block and a script.
32889      Branch: perl
32890            ! lib/Unicode/UCD.pm
32891 ____________________________________________________________________________
32892 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
32893         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
32894              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
32895              Date: Tue, 3 Jul 2001 15:04:23 -0500
32896              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
32897      Branch: perl
32898            ! lib/CPAN.pm
32899 ____________________________________________________________________________
32900 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
32901         Log: Add tests for charscript().
32902      Branch: perl
32903            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
32904 ____________________________________________________________________________
32905 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
32906         Log: Add charscript() to get the UTR#24 script names of characters.
32907      Branch: perl
32908            ! lib/Unicode/UCD.pm
32909 ____________________________________________________________________________
32910 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
32911         Log: Todo updates.
32912      Branch: perl
32913            ! pod/perltodo.pod
32914 ____________________________________________________________________________
32915 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
32916         Log: Unicode::UCD updates.
32917      Branch: perl
32918            ! lib/Unicode/UCD.pm
32919 ____________________________________________________________________________
32920 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
32921         Log: (Retracted by #11174)
32922              Subject: MakeMaker should pass through DEFINE and INC to subdirs
32923              From: Alan Burlison <Alan.Burlison@sun.com>
32924              Date: Tue, 03 Jul 2001 15:20:13 +0100
32925              Message-ID: <3B41D49D.A923D4F9@sun.com>
32926      Branch: perl
32927            ! lib/ExtUtils/MM_Unix.pm
32928 ____________________________________________________________________________
32929 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
32930         Log: Subject: Patch needed for UTS
32931              From: hom00@utsglobal.com (Hal Morris)
32932              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
32933              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
32934              
32935              Replace #11113 with a better version.
32936      Branch: perl
32937            ! perl.h
32938 ____________________________________________________________________________
32939 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
32940         Log: Subject: Re: POINTERRIGOR
32941              From: Andy Dougherty <doughera@lafayette.edu>
32942              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
32943              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
32944      Branch: perl
32945            ! util.c
32946 ____________________________________________________________________________
32947 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
32948         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
32949              From: "Philip Newton" <pnewton@gmx.de>
32950              Date: Tue, 3 Jul 2001 17:03:34 +0200
32951              Message-ID: <3B41FAE6.29564.660E117@localhost>
32952      Branch: perl
32953            ! pp_hot.c
32954 ____________________________________________________________________________
32955 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
32956         Log: Typos.
32957      Branch: perl
32958            ! INSTALL
32959 ____________________________________________________________________________
32960 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
32961         Log: Subject: [PATCH 5.6.1] debugger fixes
32962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32963              Date: Tue, 3 Jul 2001 03:38:18 -0400
32964              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
32965              
32966              The $^S is working again.
32967      Branch: perl
32968            ! lib/perl5db.pl
32969 ____________________________________________________________________________
32970 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
32971         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
32972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32973              Date: Tue, 3 Jul 2001 03:34:06 -0400
32974              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
32975      Branch: perl
32976            ! os2/OS2/Process/Process.pm
32977 ____________________________________________________________________________
32978 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
32979         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
32980              From: "Philip Newton" <Philip.Newton@gmx.net>
32981              Date: Tue, 3 Jul 2001 09:11:27 +0200
32982              Message-Id: <200107030706.KAA04596@taas.iki.fi>
32983      Branch: perl
32984            ! lib/FindBin.pm
32985 ____________________________________________________________________________
32986 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
32987         Log: Delta delta.
32988      Branch: perl
32989            ! pod/perl572delta.pod
32990 ____________________________________________________________________________
32991 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
32992         Log: Metaconfig unit change for 11115.
32993      Branch: metaconfig
32994            ! U/modified/libc.U
32995 ____________________________________________________________________________
32996 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
32997         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
32998              (from Richard Hatch) (this was the cause of pipes() and
32999              times() mysteriously not being found)
33000      Branch: perl
33001            ! Configure
33002 ____________________________________________________________________________
33003 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
33004         Log: Retract #10142, the real culprit found by Richard Hatch,
33005              coming soon to Configure near you.
33006      Branch: perl
33007            ! hints/aix.sh
33008 ____________________________________________________________________________
33009 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
33010         Log: (Replaced by #11124) UTS workaround from Hal Morris.
33011      Branch: perl
33012            ! perl.h
33013 ____________________________________________________________________________
33014 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
33015         Log: Subject: [PATCH] grok not grocking correctly
33016              From: Nicholas Clark <nick@ccl4.org>
33017              Date: Tue, 3 Jul 2001 00:19:08 +0100
33018              Message-ID: <20010703001908.H59620@plum.flirble.org>
33019      Branch: perl
33020            ! numeric.c
33021 ____________________________________________________________________________
33022 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
33023         Log: Subject: [PATCH Deparse.t] test just-posted patches
33024              From: Robin Houston <robin@kitsite.com>
33025              Date: Mon, 2 Jul 2001 23:46:15 +0100
33026              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
33027      Branch: perl
33028            ! ext/B/Deparse.t
33029 ____________________________________________________________________________
33030 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
33031         Log: Subject: [PATCH toke.c] autosplit into @F
33032              From: Robin Houston <robin@kitsite.com>
33033              Date: Mon, 2 Jul 2001 23:18:20 +0100
33034              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
33035      Branch: perl
33036            ! perl.c toke.c
33037 ____________________________________________________________________________
33038 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
33039         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
33040              From: Robin Houston <robin@kitsite.com>
33041              Date: Mon, 2 Jul 2001 23:00:48 +0100
33042              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
33043      Branch: perl
33044            ! ext/B/B/Deparse.pm
33045 ____________________________________________________________________________
33046 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
33047         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
33048              From: "Philip Newton" <Philip.Newton@gmx.net>
33049              Date: Mon, 2 Jul 2001 22:06:22 +0200
33050              (no Message-Id)
33051      Branch: perl
33052            ! ext/NDBM_File/hints/linux.pl
33053 ____________________________________________________________________________
33054 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
33055         Log: Subject: Re: Fixed pack problem - sort of
33056              From: Nicholas Clark <nick@ccl4.org>
33057              Date: Mon, 2 Jul 2001 20:59:20 +0100
33058              Message-ID: <20010702205919.F59620@plum.flirble.org>
33059      Branch: perl
33060            ! pp_pack.c t/op/pack.t
33061 ____________________________________________________________________________
33062 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
33063         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
33064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33065              Date: Mon, 2 Jul 2001 15:45:41 -0400
33066              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
33067      Branch: perl
33068            ! os2/os2.c
33069 ____________________________________________________________________________
33070 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
33071         Log: (Mistaken retraction)
33072      Branch: perl
33073            ! utils/pl2pm.PL
33074 ____________________________________________________________________________
33075 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
33076         Log: Detypo in #11103.
33077      Branch: perl
33078            ! utils/pl2pm.PL
33079 ____________________________________________________________________________
33080 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
33081         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
33082              From: Jonathan Stowe <gellyfish@gellyfish.com>
33083              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
33084              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
33085      Branch: perl
33086            ! utils/pl2pm.PL
33087 ____________________________________________________________________________
33088 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
33089         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
33090              From: "Craig A. Berry" <craigberry@mac.com>
33091              Date: Mon, 02 Jul 2001 14:11:23 -0500
33092              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
33093      Branch: perl
33094            ! lib/Unicode/UCD.pm
33095 ____________________________________________________________________________
33096 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
33097         Log: Subject: [PATCH] Re: op/numconvert.t failures
33098              From: Nicholas Clark <nick@ccl4.org>
33099              Date: Mon, 2 Jul 2001 20:10:48 +0100
33100              Message-ID: <20010702201048.E59620@plum.flirble.org>
33101      Branch: perl
33102            ! t/op/numconvert.t
33103 ____________________________________________________________________________
33104 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
33105         Log: Update Changes.
33106      Branch: perl
33107            ! Changes patchlevel.h
33108 ____________________________________________________________________________
33109 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
33110         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
33111              The real fix must be more involved.  The line of code all the leaky
33112              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
33113              line of Perl_newPMOP().
33114      Branch: perl
33115            ! op.h
33116 ____________________________________________________________________________
33117 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
33118         Log: Based on
33119              
33120              Subject: Re: sizeof(struct sembuf)
33121              From: Nicholas Clark <nick@ccl4.org>
33122              Date: Sun, 1 Jul 2001 22:26:48 +0100
33123              Message-ID: <20010701222648.W59620@plum.flirble.org>
33124              
33125              but do semop() always the slow way.
33126      Branch: perl
33127            ! doio.c
33128 ____________________________________________________________________________
33129 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
33130         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
33131              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33132              Date: Tue, 03 Jul 2001 00:56:30 +0900
33133              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
33134      Branch: perl
33135            ! ext/Encode/Encode/Tcl.t
33136 ____________________________________________________________________________
33137 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
33138         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
33139              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33140              Date: Tue, 03 Jul 2001 00:55:46 +0900
33141              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
33142      Branch: perl
33143            ! ext/Encode/Encode/Tcl.pm
33144 ____________________________________________________________________________
33145 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
33146         Log: Regen api and toc.
33147      Branch: perl
33148            ! pod/perlapi.pod pod/perltoc.pod
33149 ____________________________________________________________________________
33150 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
33151         Log: Metaconfig unit change for #11093.
33152      Branch: metaconfig/U/perl
33153            ! d_fcntl_can_lock.U
33154 ____________________________________________________________________________
33155 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
33156         Log: The fcntl locking test may hang if NFS locking messed up;
33157              break out with alarm(10).
33158      Branch: perl
33159            ! Configure
33160 ____________________________________________________________________________
33161 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
33162         Log: Move the mdelete.bat from win32/bin to win32.
33163      Branch: perl
33164            ! MANIFEST
33165 ____________________________________________________________________________
33166 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
33167         Log: Typo in #11083.
33168      Branch: perl
33169            ! ext/Time/Piece/Piece.t
33170 ____________________________________________________________________________
33171 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
33172         Log: Netware tweaks from Guruprasad.
33173      Branch: perl
33174            - NetWare/perlsdio.h
33175            ! MANIFEST NetWare/Makefile NetWare/interface.c
33176            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
33177            ! perlsdio.h
33178 ____________________________________________________________________________
33179 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
33180         Log: Subject: Re: [PATH] shared -> unique;
33181              From: Abhijit Menon-Sen <ams@wiw.org>
33182              Date: Wed, 27 Jun 2001 03:51:27 +0530
33183              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
33184      Branch: perl
33185            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
33186 ____________________________________________________________________________
33187 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
33188         Log: Subject: Re: AIX / gcc-3.0
33189              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33190              Date: Mon, 02 Jul 2001 15:20:21 +0200
33191              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
33192      Branch: perl
33193            ! hints/aix.sh
33194 ____________________________________________________________________________
33195 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
33196         Log: Subject: Re: Bug report: split splits on wrong pattern
33197              From: Abhijit Menon-Sen <ams@wiw.org>
33198              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
33199              Date: Mon, 2 Jul 2001 16:31:33 +0530
33200      Branch: perl
33201            ! pp_ctl.c
33202 ____________________________________________________________________________
33203 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
33204         Log: Subject: [PATCH 5.6.1] test harness
33205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33206              Date: Mon, 2 Jul 2001 06:29:21 -0400
33207              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
33208      Branch: perl
33209            ! lib/Test/Harness.pm
33210 ____________________________________________________________________________
33211 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
33212         Log: Subject: [PATCH 5.6.1] debugger goof
33213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33214              Date: Mon, 2 Jul 2001 06:27:22 -0400
33215              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
33216      Branch: perl
33217            ! lib/perl5db.pl
33218 ____________________________________________________________________________
33219 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
33220         Log: Subject: [PATCH 5.6.1] OS/2 cwd
33221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33222              Date: Mon, 2 Jul 2001 06:21:17 -0400
33223              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
33224      Branch: perl
33225            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
33226 ____________________________________________________________________________
33227 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
33228         Log: Make #11082 more OS/2-specific.
33229      Branch: perl
33230            ! ext/Time/Piece/Piece.t
33231 ____________________________________________________________________________
33232 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
33233         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
33234              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33235              Date: Mon, 2 Jul 2001 06:06:34 -0400
33236              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
33237      Branch: perl
33238            ! ext/Time/Piece/Piece.t
33239 ____________________________________________________________________________
33240 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
33241         Log: Subject: [PATCH B::Deparse] version number & changes
33242              From: Robin Houston <robin@kitsite.com>  
33243              Date: Sun, 1 Jul 2001 17:17:29 +0100
33244              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
33245      Branch: perl
33246            ! ext/B/B/Deparse.pm
33247 ____________________________________________________________________________
33248 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
33249         Log: Subject: a small fix.
33250              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
33251              Date: Mon, 2 Jul 2001 12:17:53 +0200
33252              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
33253      Branch: perl
33254            ! ext/Thread/Thread.xs
33255 ____________________________________________________________________________
33256 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
33257         Log: Subject: RE: perl@10907
33258              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
33259              Date: Mon, 2 Jul 2001 12:06:16 +0200
33260              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
33261              
33262              Borland C vs PerlIO.
33263      Branch: perl
33264            ! win32/config.bc win32/config_H.bc
33265 ____________________________________________________________________________
33266 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
33267         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
33268              From: "H.M. Brand" <merijn@l1.procura.nl>
33269              Date: Mon, 02 Jul 2001 11:18:57 +0200
33270              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
33271      Branch: perl
33272            ! t/op/write.t
33273 ____________________________________________________________________________
33274 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
33275         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
33276              From: Michael G Schwern <schwern@pobox.com>
33277              Date: Mon, 2 Jul 2001 00:26:24 -0400
33278              Message-ID: <20010702002624.A18302@blackrider>
33279      Branch: perl
33280            - ext/util/mkbootstrap
33281 ____________________________________________________________________________
33282 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
33283         Log: Subject: [PATCH op.h] v minor comment tweak
33284              From: Robin Houston <robin@puffinry.freeserve.co.uk>
33285              Date: Mon, 2 Jul 2001 00:42:01 +0100
33286              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
33287      Branch: perl
33288            ! op.h
33289 ____________________________________________________________________________
33290 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
33291         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
33292      Branch: perl
33293            ! pod/perlfunc.pod
33294 ____________________________________________________________________________
33295 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
33296         Log: Subject: Re: sizeof(struct sembuf)
33297              From: Nicholas Clark <nick@ccl4.org>
33298              Date: Sun, 1 Jul 2001 19:23:16 +0100
33299              Message-ID: <20010701192316.V59620@plum.flirble.org>
33300              
33301              s/signaling/signalling/
33302      Branch: perl
33303            ! pod/perlfunc.pod
33304 ____________________________________________________________________________
33305 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
33306         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
33307              From: "Philip Newton" <Philip.Newton@gmx.net>
33308              Date: Sun, 1 Jul 2001 09:37:56 +0200
33309              Message-Id: <200107010733.KAA03920@taas.iki.fi>
33310      Branch: perl
33311            ! pod/perlvar.pod
33312 ____________________________________________________________________________
33313 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
33314         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
33315              From: "Philip Newton" <Philip.Newton@gmx.net>
33316              Date: Sun, 1 Jul 2001 09:37:56 +0200
33317              Message-Id: <200107010733.KAA03925@taas.iki.fi>
33318      Branch: perl
33319            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
33320 ____________________________________________________________________________
33321 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
33322         Log: Metaconfig unit change for #11070.
33323      Branch: metaconfig
33324            ! U/compline/randfunc.U
33325 ____________________________________________________________________________
33326 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
33327         Log: Subject: [PATCH perlsnap] its --> it's --> its
33328              From: "Philip Newton" <Philip.Newton@gmx.net>
33329              Date: Sun, 1 Jul 2001 09:37:56 +0200
33330              Message-Id: <200107010733.KAA03914@taas.iki.fi>
33331      Branch: perl
33332            ! Porting/config_H
33333 ____________________________________________________________________________
33334 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
33335         Log: Sync with Sarathy; integrate with perlio.
33336      Branch: perl
33337           !> gv.c
33338 ____________________________________________________________________________
33339 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
33340         Log: regenerate win32/config_H.?c files
33341      Branch: perl
33342            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33343 ____________________________________________________________________________
33344 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
33345         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
33346              naming discipline
33347              
33348              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
33349              because of this)
33350              
33351              fix a warning about "fd" being used without being set in Cwd.xs
33352      Branch: perl
33353            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
33354            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
33355            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
33356            ! win32/config.vc
33357 ____________________________________________________________________________
33358 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
33359         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
33360              within macro arguments") and warnings ("unary minus applied to
33361              unsigned type", among others)
33362      Branch: perl
33363            ! gv.c hv.c op.c pp.c sv.c toke.c
33364 ____________________________________________________________________________
33365 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
33366         Log: win32 fixes: more spurious CRs
33367      Branch: perl
33368            ! win32/mdelete.bat
33369 ____________________________________________________________________________
33370 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
33371         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
33372              from win32/bin (or it gets deleted by distclean); don't delete
33373              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
33374              NT (should be made Win9x specific, and added to makefile.mk)
33375      Branch: perl
33376           +> win32/mdelete.bat
33377            - win32/bin/mdelete.bat
33378            ! win32/Makefile win32/makefile.mk
33379 ____________________________________________________________________________
33380 [ 11063] By: nick                                  on 2001/07/01  18:54:09
33381         Log: Quick for for #ifdef mess
33382      Branch: perlio
33383            ! gv.c
33384 ____________________________________________________________________________
33385 [ 11062] By: nick                                  on 2001/07/01  18:47:42
33386         Log: Raw integrate - does not build #if mess in gv.c
33387      Branch: perlio
33388           !> (integrate 29 files)
33389 ____________________________________________________________________________
33390 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
33391         Log: Make 'compile' target a little less broken.
33392              Still very broken, though: -Wall warnings from
33393              the generated code, boot_Foo prototypes missing,
33394              can't autoload Fcntl::SEEK_CUR et alia, ...
33395      Branch: perl
33396            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
33397            ! utils/perlcc.PL x2p/Makefile.SH
33398 ____________________________________________________________________________
33399 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
33400         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
33401      Branch: perl
33402            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
33403            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
33404 ____________________________________________________________________________
33405 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
33406         Log: Update Changes.
33407      Branch: perl
33408            ! Changes patchlevel.h
33409 ____________________________________________________________________________
33410 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
33411         Log: Still one typo, regen toc.
33412      Branch: perl
33413            ! lib/Unicode/UCD.pm pod/perltoc.pod
33414 ____________________________________________________________________________
33415 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
33416         Log: Detypos and regen toc.
33417      Branch: perl
33418            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
33419 ____________________________________________________________________________
33420 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
33421         Log: VERSION tweak.
33422      Branch: perl
33423            ! ext/List/Util/lib/List/Util.pm
33424 ____________________________________________________________________________
33425 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
33426         Log: Attempt at plugging the leak under ithreads detected by Doug.
33427      Branch: perl
33428            ! op.h
33429 ____________________________________________________________________________
33430 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
33431         Log: gcc -Wall lint after #11051.
33432      Branch: perl
33433            ! pp_sys.c
33434 ____________________________________________________________________________
33435 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
33436         Log: Integrate perlio.
33437      Branch: perl
33438           !> lib/File/Find/taint.t
33439 ____________________________________________________________________________
33440 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
33441         Log: Don't use the v-strings for module VERSIONs.
33442      Branch: perl
33443            ! lib/Unicode/UCD.pm
33444 ____________________________________________________________________________
33445 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
33446         Log: Code cleanup based on turning off the -woffs in IRIX.
33447              Not all of the gripes cleaned up (hairy code in hv.c and
33448              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
33449              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
33450              to the IRIX hints)
33451      Branch: perl
33452            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
33453            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
33454            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
33455            ! regcomp.c sv.c
33456 ____________________________________________________________________________
33457 [ 11050] By: nick                                  on 2001/06/30  20:46:46
33458         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
33459      Branch: perlio
33460            ! lib/File/Find/taint.t
33461 ____________________________________________________________________________
33462 [ 11049] By: nick                                  on 2001/06/30  18:13:33
33463         Log: Integrate mainline
33464      Branch: perlio
33465           +> NetWare/nwstdio.h NetWare/perlsdio.h
33466           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
33467           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
33468           +> lib/Unicode/UCD.t t/run/exit.t
33469           !> (integrate 60 files)
33470 ____________________________________________________________________________
33471 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
33472         Log: Delta delta.
33473      Branch: perl
33474            ! pod/perl572delta.pod
33475 ____________________________________________________________________________
33476 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
33477         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
33478              by CPAN.pm, use rather _00.
33479      Branch: perl
33480            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
33481            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
33482            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
33483            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
33484            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
33485            ! lib/ExtUtils/Embed.pm lib/Test.pm
33486 ____________________________________________________________________________
33487 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
33488         Log: Add a simple Unicode character database interface, Unicode::UCD.
33489      Branch: perl
33490            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
33491            ! MANIFEST
33492 ____________________________________________________________________________
33493 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
33494         Log: Subject: [PATCH] op/numconver.t
33495              From: Nicholas Clark <nick@ccl4.org>
33496              Date: Sat, 30 Jun 2001 15:40:10 +0100
33497              Message-ID: <20010630154010.I59620@plum.flirble.org>
33498      Branch: perl
33499            ! t/op/numconvert.t
33500 ____________________________________________________________________________
33501 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
33502         Log: The $^N is now taken (by #11038).
33503      Branch: perl
33504            ! t/base/lex.t
33505 ____________________________________________________________________________
33506 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
33507         Log: The #11040 had slipped to a wrong function...
33508      Branch: perl
33509            ! sv.c
33510 ____________________________________________________________________________
33511 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
33512         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
33513              the Configure library symbol probe mysteriously finds all
33514              symbols but those of pipe() and times().
33515      Branch: perl
33516            ! hints/aix.sh
33517 ____________________________________________________________________________
33518 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
33519         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
33520              From: Nicholas Clark <nick@ccl4.org>
33521              Date: Fri, 29 Jun 2001 23:49:07 +0100
33522              Message-ID: <20010629234907.D59620@plum.flirble.org>
33523      Branch: perl
33524            ! lib/ExtUtils.t
33525 ____________________________________________________________________________
33526 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
33527         Log: Subject: [PATCH] weakref fix 2, not yet there
33528              From: Artur Bergman <artur@contiller.se>
33529              Date: Sat, 30 Jun 2001 01:18:16 +0200
33530              Message-ID: <B762D957.1CC9%artur@contiller.se>
33531      Branch: perl
33532            ! sv.c
33533 ____________________________________________________________________________
33534 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
33535         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
33536              From: Michael G Schwern <schwern@pobox.com>
33537              Date: Fri, 29 Jun 2001 19:39:11 -0400
33538              Message-ID: <20010629193910.D25304@blackrider>
33539      Branch: perl
33540            + t/run/exit.t
33541            ! MANIFEST
33542 ____________________________________________________________________________
33543 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
33544         Log: Add support for $^N, the most-recently closed group.
33545      Branch: perl
33546            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
33547            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
33548            ! thrdvar.h
33549 ____________________________________________________________________________
33550 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
33551         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
33552              From: lvirden@cas.org
33553              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
33554              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
33555              
33556              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
33557              From: lvirden@cas.org
33558              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
33559              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
33560      Branch: perl
33561            ! README.solaris
33562 ____________________________________________________________________________
33563 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
33564         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
33565              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33566              Date: Sat, 30 Jun 2001 07:33:37 +0900
33567              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
33568              
33569              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
33570              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33571              Date: Sat, 30 Jun 2001 21:38:14 +0900
33572              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
33573      Branch: perl
33574            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
33575            + ext/Encode/Encode/7bit-kr.enc
33576            ! MANIFEST ext/Encode/Encode/Tcl.pm
33577 ____________________________________________________________________________
33578 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
33579         Log: NetWare tweaks from Guruprasad.
33580      Branch: perl
33581            + NetWare/nwstdio.h NetWare/perlsdio.h
33582            ! MANIFEST NetWare/Makefile NetWare/config.wc
33583            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
33584            ! NetWare/t/Readme.txt
33585 ____________________________________________________________________________
33586 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
33587         Log: More module $VERSION bump-ups.
33588      Branch: perl
33589            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
33590            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
33591            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
33592 ____________________________________________________________________________
33593 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
33594         Log: Doc update due to #11032.
33595      Branch: perl
33596            ! pod/perl572delta.pod
33597 ____________________________________________________________________________
33598 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
33599         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
33600              From: Peter Prymmer <pvhp@forte.com>
33601              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
33602              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
33603      Branch: perl
33604            ! ext/Time/HiRes/HiRes.xs
33605 ____________________________________________________________________________
33606 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
33607         Log: -lpthreads missing in AIX.
33608      Branch: perl
33609            ! hints/aix.sh
33610 ____________________________________________________________________________
33611 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
33612         Log: Subject: [PATCH] CLONE && weakrefs
33613              From: Artur Bergman <artur@contiller.se>
33614              Date: Fri, 29 Jun 2001 17:02:00 +0200
33615              Message-ID: <B7626508.1CA0%artur@contiller.se>
33616      Branch: perl
33617            ! sv.c
33618 ____________________________________________________________________________
33619 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
33620         Log: Subject: Re: Bug report: split splits on wrong pattern
33621              From: Radu Greab <radu@netsoft.ro>
33622              Date: Wed, 27 Jun 2001 21:50:52 +0300
33623              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
33624      Branch: perl
33625            ! pp_ctl.c t/op/split.t
33626 ____________________________________________________________________________
33627 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
33628         Log: Metaconfig unit change for #11027.
33629      Branch: metaconfig/U/perl
33630            ! d_modfl.U
33631 ____________________________________________________________________________
33632 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
33633         Log: I thought this Configure glitch for AIX was just recently fixed?
33634      Branch: perl
33635            ! Configure
33636 ____________________________________________________________________________
33637 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
33638         Log: Update Changes.
33639      Branch: perl
33640            ! Changes patchlevel.h
33641 ____________________________________________________________________________
33642 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
33643         Log: Subject: Re: perl@10967, File::Find, and Cwd
33644              From: Mike Guy <mjtg@cam.ac.uk>
33645              Date: Fri, 29 Jun 2001 14:56:49 +0100
33646              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
33647      Branch: perl
33648            ! lib/File/Find/taint.t
33649 ____________________________________________________________________________
33650 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
33651         Log: Update the sv_pvprintify() spec.
33652      Branch: perl
33653            ! pod/perltodo.pod
33654 ____________________________________________________________________________
33655 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
33656         Log: Known test failures update.
33657      Branch: perl
33658            ! pod/perl572delta.pod
33659 ____________________________________________________________________________
33660 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
33661         Log: Based on
33662              
33663              Subject: [PATCH @11016] More );) fixes
33664              From: Richard Soderberg <rs@crystalflame.net>
33665              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
33666              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
33667      Branch: perl
33668            ! ext/Thread/Thread.xs ext/Thread/typemap
33669 ____________________________________________________________________________
33670 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
33671         Log: Subject: [PATCH @11016] Fixes compile errors in four files
33672              From: Richard Soderberg <rs@crystalflame.net>
33673              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
33674              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
33675      Branch: perl
33676            ! mg.c pp.c pp_hot.c util.c
33677 ____________________________________________________________________________
33678 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
33679         Log: AIX hints tweaking continues, from Merijn Brand.
33680      Branch: perl
33681            ! hints/aix.sh
33682 ____________________________________________________________________________
33683 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
33684         Log: HP-UX needs gccversion sooner, from Merijn Brand.
33685      Branch: perl
33686            ! hints/hpux.sh
33687 ____________________________________________________________________________
33688 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
33689         Log: Subject: [PATCH 5.6.1] OS/2 docs
33690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33691              Date: Fri, 29 Jun 2001 02:34:12 -0400
33692              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
33693      Branch: perl
33694            ! README.os2 os2/Changes
33695 ____________________________________________________________________________
33696 [ 11017] By: nick                                  on 2001/06/29  10:20:30
33697         Log: Integrate mainline
33698      Branch: perlio
33699           +> (branch 37 files)
33700            - ext/ODBM_File/sdbm.t
33701           !> (integrate 211 files)
33702 ____________________________________________________________________________
33703 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
33704         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
33705              the modules found using a script written by Larry Schatzer Jr.
33706      Branch: perl
33707            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
33708            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
33709            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
33710            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
33711            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
33712            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
33713            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
33714            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
33715            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
33716            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
33717            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
33718            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
33719            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
33720            ! lib/constant.pm lib/fields.pm lib/strict.pm
33721 ____________________________________________________________________________
33722 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
33723         Log: The latest JPL from the anoncvs.
33724      Branch: perl
33725            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
33726 ____________________________________________________________________________
33727 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
33728         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
33729      Branch: perl
33730            ! t/op/pat.t
33731 ____________________________________________________________________________
33732 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
33733         Log: Worrying about insecure directories now is a bit too late.
33734      Branch: perl
33735            ! lib/File/Find/taint.t
33736 ____________________________________________________________________________
33737 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
33738         Log: Cannot DIE() in a void function,
33739              from Richard Hatch <rhatch@austin.ibm.com>.
33740      Branch: perl
33741            ! ext/IPC/SysV/SysV.xs
33742 ____________________________________________________________________________
33743 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
33744         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
33745              From: Peter Prymmer <pvhp@forte.com>
33746              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
33747              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
33748              
33749              (unfinished: time/hires tests 3, 5, 14 failing, but better
33750              than wholesale failure)
33751      Branch: perl
33752            ! ext/Time/HiRes/HiRes.xs
33753 ____________________________________________________________________________
33754 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
33755         Log: Subject: [PATCH 5.6.1] OS/2 improvements
33756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33757              Date: Thu, 28 Jun 2001 16:03:14 -0400
33758              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
33759      Branch: perl
33760            + os2/os2_base.t
33761            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
33762            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
33763            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
33764            ! os2/os2ish.h
33765 ____________________________________________________________________________
33766 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
33767         Log: Subject: Incrementing Extutils::Manifest's $VERSION
33768              From: Michael G Schwern <schwern@pobox.com>
33769              Date: Thu, 28 Jun 2001 13:13:49 -0400
33770              Message-ID: <20010628131349.A14738@blackrider>
33771      Branch: maint-5.6/perl
33772            ! lib/ExtUtils/Manifest.pm
33773 ____________________________________________________________________________
33774 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
33775         Log: AIX tweak from Merijn Brand.
33776      Branch: perl
33777            ! hints/aix.sh
33778 ____________________________________________________________________________
33779 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
33780         Log: Create the macperl branch.
33781      Branch: maint-5.6/macperl
33782           +> (branch 1728 files)
33783 ____________________________________________________________________________
33784 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
33785         Log: Update Changes.
33786      Branch: perl
33787            ! Changes patchlevel.h
33788 ____________________________________________________________________________
33789 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
33790         Log: More Perforce lore.
33791      Branch: perl
33792            ! Porting/repository.pod
33793 ____________________________________________________________________________
33794 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
33795         Log: Metaconfig unit changes for #11003.
33796      Branch: metaconfig/U/perl
33797            + d_nl_langinfo.U i_langinfo.U
33798 ____________________________________________________________________________
33799 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
33800         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
33801              Expected not to exist in non-UNIX excepting in VMS, where
33802              according to a quick web survey they just might.
33803      Branch: perl
33804            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
33805            ! Porting/config_H config_h.SH configure.com epoc/config.sh
33806            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
33807            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33808            ! win32/config.bc win32/config.gc win32/config.vc
33809 ____________________________________________________________________________
33810 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
33811         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
33812              in AIX is one is doing a 64-bit build.
33813      Branch: perl
33814            ! hints/aix.sh
33815 ____________________________________________________________________________
33816 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
33817         Log: Metaconfig unit changes for #11000.
33818      Branch: metaconfig/U/perl
33819            ! use64bits.U uselfs.U
33820 ____________________________________________________________________________
33821 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
33822         Log: Move use64bitint and use64bitall before uselargefiles.
33823      Branch: perl
33824            ! Configure
33825 ____________________________________________________________________________
33826 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
33827         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
33828              From: Robert Spier <rspier@pobox.com>
33829              Message-ID: <15162.41164.618712.841415@rls.cx>
33830              Date: Wed, 27 Jun 2001 23:13:16 -0400
33831      Branch: perl
33832            ! doio.c
33833 ____________________________________________________________________________
33834 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
33835         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
33836              From: Peter Prymmer <pvhp@forte.com>
33837              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
33838              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
33839      Branch: perl
33840            ! numeric.c
33841 ____________________________________________________________________________
33842 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
33843         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
33844              From: Peter Prymmer <pvhp@forte.com>
33845              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
33846              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
33847      Branch: perl
33848            ! configure.com ext/Digest/MD5/Makefile.PL
33849 ____________________________________________________________________________
33850 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
33851         Log: Update Changes.
33852      Branch: perl
33853            ! Changes patchlevel.h
33854 ____________________________________________________________________________
33855 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
33856         Log: Tiny EPOC updates.
33857      Branch: perl
33858            ! epoc/config.sh
33859 ____________________________________________________________________________
33860 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
33861         Log: The Test::More and Test::Simple tests required help
33862              thanks to our schizophrenic test scheme.
33863      Branch: perl
33864            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
33865            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
33866            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
33867            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
33868            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
33869 ____________________________________________________________________________
33870 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
33871         Log: Upgrade to Test::Simple 0.09.
33872      Branch: perl
33873            + lib/Test/Simple/Changes
33874            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
33875            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
33876            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
33877            ! lib/Test/Simple/t/plan_is_noplan.t
33878 ____________________________________________________________________________
33879 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
33880         Log: Upgrade to Test::More 0.07.
33881      Branch: perl
33882            + lib/Test/More/Changes
33883            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
33884            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
33885            ! lib/Test/More/t/skipall.t
33886 ____________________________________________________________________________
33887 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
33888         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
33889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33890              Date: Wed, 27 Jun 2001 18:40:04 +0200
33891              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
33892      Branch: perl
33893            ! hints/hpux.sh
33894 ____________________________________________________________________________
33895 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
33896         Log: Subject: [PATCH README.qnx hints/qnx.sh]
33897              From: Norton Allen <allen@huarp.harvard.edu>
33898              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
33899              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
33900      Branch: perl
33901            ! README.qnx hints/qnx.sh
33902 ____________________________________________________________________________
33903 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
33904         Log: Subject: [PATCH] two little documentation nits
33905              From: Abhijit Menon-Sen <ams@wiw.org>
33906              Date: Wed, 27 Jun 2001 20:07:50 +0530
33907              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
33908      Branch: perl
33909            ! sv.c sv.h
33910 ____________________________________________________________________________
33911 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
33912         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
33913              From: Norton Allen <allen@huarp.harvard.edu>
33914              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
33915              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
33916      Branch: perl
33917            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
33918 ____________________________________________________________________________
33919 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
33920         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
33921              From: Michael G Schwern <schwern@pobox.com>
33922              Date: Wed, 27 Jun 2001 02:34:58 -0400
33923              Message-ID: <20010627023458.K23874@blackrider>
33924      Branch: perl
33925            ! vms/test.com
33926 ____________________________________________________________________________
33927 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
33928         Log: Add perl_clone_host() for Netware.
33929      Branch: perl
33930            ! NetWare/nw5.c
33931 ____________________________________________________________________________
33932 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
33933         Log: GCC 3.0 hints for HP-UX.
33934      Branch: perl
33935            ! hints/hpux.sh
33936 ____________________________________________________________________________
33937 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
33938         Log: In some Linux distributions the libndbm is broken
33939              (no null key support), therefore link with libgdbm
33940              (if available), since it has a working ndbm emulation,
33941              from Jonathan Stowe.
33942      Branch: perl
33943            + ext/NDBM_File/hints/linux.pl
33944            ! MANIFEST
33945 ____________________________________________________________________________
33946 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
33947         Log: Subject: [PATCH perl@10930] find.t hack for VMS
33948              From: "Craig A. Berry" <craigberry@mac.com>
33949              Date: Tue, 26 Jun 2001 23:40:25 -0500
33950              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
33951      Branch: perl
33952            ! lib/File/Find/find.t
33953 ____________________________________________________________________________
33954 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
33955         Log: AUTHORS updates.
33956      Branch: perl
33957            ! AUTHORS
33958 ____________________________________________________________________________
33959 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
33960         Log: Metaconfig unit change like #10980.
33961      Branch: metaconfig
33962            ! U/compline/d_stdstdio.U
33963 ____________________________________________________________________________
33964 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
33965         Log: "lose the it's", from Abhijit Menon-Sen.
33966              ("It's" not searched, pods not searched.)
33967      Branch: perl
33968            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
33969            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
33970            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
33971            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
33972            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
33973            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
33974 ____________________________________________________________________________
33975 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
33976         Log: "lose the looses", from Abhijit Menon-Sen.
33977      Branch: perl
33978            ! ext/B/B/Assembler.pm gv.c
33979 ____________________________________________________________________________
33980 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
33981         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
33982      Branch: perl
33983            ! hints/os390.sh
33984 ____________________________________________________________________________
33985 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
33986         Log: DEC C 5.3 on the VAX simply doesn't seem to like
33987              compiling the MD5 extension, disable it there for now,
33988              from Peter Prymmer.
33989      Branch: perl
33990            ! configure.com
33991 ____________________________________________________________________________
33992 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
33993         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
33994              From: Jonathan Stowe <gellyfish@gellyfish.com>
33995              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
33996              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
33997      Branch: perl
33998            ! pod/perlfaq3.pod
33999 ____________________________________________________________________________
34000 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
34001         Log: Subject: [PATCH 5.6.1] perlxs misprints
34002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34003              Date: Tue, 26 Jun 2001 17:20:00 -0400
34004              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
34005      Branch: perl
34006            ! pod/perlxs.pod
34007 ____________________________________________________________________________
34008 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
34009         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
34010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34011              Date: Tue, 26 Jun 2001 17:27:07 -0400
34012              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
34013      Branch: perl
34014            ! lib/ExtUtils/MM_Unix.pm
34015 ____________________________________________________________________________
34016 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
34017         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
34018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34019              Date: Tue, 26 Jun 2001 17:23:24 -0400
34020              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
34021      Branch: perl
34022            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
34023 ____________________________________________________________________________
34024 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
34025         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
34026              by Olaf Flebbe.
34027      Branch: perl
34028            ! perl.h
34029 ____________________________________________________________________________
34030 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
34031         Log: Detypo.
34032      Branch: perl
34033            ! lib/Memoize/t/tie_sdbm.t
34034 ____________________________________________________________________________
34035 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
34036         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
34037      Branch: perl
34038            ! win32/perllib.c
34039 ____________________________________________________________________________
34040 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
34041         Log: Subject: [patch] perl_clone+CvFILE
34042              From: Doug MacEachern <dougm@covalent.net>
34043              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
34044              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
34045      Branch: perl
34046            ! sv.c
34047 ____________________________________________________________________________
34048 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
34049         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
34050              From: Mark-Jason Dominus <mjd@plover.com>
34051              Date: Tue, 26 Jun 2001 12:33:01 -0400
34052              Message-ID: <20010626163301.31298.qmail@plover.com>
34053      Branch: perl
34054            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
34055 ____________________________________________________________________________
34056 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
34057         Log: Update Changes.
34058      Branch: perl
34059            ! Changes patchlevel.h
34060 ____________________________________________________________________________
34061 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
34062         Log: Also catfile() needs now to explicitly exported.
34063      Branch: perl
34064            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
34065 ____________________________________________________________________________
34066 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
34067         Log: Regen toc.
34068      Branch: perl
34069            ! pod/perltoc.pod
34070 ____________________________________________________________________________
34071 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
34072         Log: Nonexistent pod command.
34073      Branch: perl
34074            ! pod/perl572delta.pod
34075 ____________________________________________________________________________
34076 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
34077         Log: Be more portable in the quest for tmpdir.
34078      Branch: perl
34079            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
34080 ____________________________________________________________________________
34081 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
34082         Log: Be more portable in finding out the home directory,
34083              and use File::Spec to do the concat.
34084              (Come to think of it, couldn't File::Spec provide
34085              for a ->homedir method?)
34086      Branch: perl
34087            ! lib/Net/Config.pm
34088 ____________________________________________________________________________
34089 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
34090         Log: Doc patch for #10959.
34091      Branch: perl
34092            ! pod/perlfunc.pod
34093 ____________________________________________________________________________
34094 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
34095         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
34096              From: "Philip Newton" <pnewton@gmx.de>
34097              Date: Tue, 26 Jun 2001 16:26:47 +0200
34098              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
34099      Branch: perl
34100            ! pod/perldata.pod
34101 ____________________________________________________________________________
34102 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
34103         Log: Subject: [PATH] shared -> unique;
34104              From: "Artur Bergman" <artur@contiller.se>
34105              Date: Tue, 26 Jun 2001 16:18:40 +0200
34106              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
34107              
34108              Because "shared" isn't: it's read-only.
34109      Branch: perl
34110            ! toke.c xsutils.c
34111 ____________________________________________________________________________
34112 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
34113         Log: Escape multiline croak messages.
34114      Branch: perl
34115            ! t/op/ver.t
34116 ____________________________________________________________________________
34117 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
34118         Log: No more pragma/*.t for minitest.
34119      Branch: perl
34120            ! Makefile.SH
34121 ____________________________________________________________________________
34122 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
34123         Log: AUTHORS updates.
34124      Branch: perl
34125            ! AUTHORS
34126 ____________________________________________________________________________
34127 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
34128         Log: delta updates.
34129      Branch: perl
34130            ! pod/perl572delta.pod
34131 ____________________________________________________________________________
34132 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
34133         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
34134              From: Artur Bergman <artur@contiller.se> 
34135              Date: Tue, 26 Jun 2001 15:32:53 +0200
34136              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
34137      Branch: perl
34138            ! makedef.pl sv.c sv.h win32/perllib.c
34139 ____________________________________________________________________________
34140 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
34141         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
34142              From: Jonathan Stowe <gellyfish@gellyfish.com>
34143              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
34144              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
34145              
34146              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
34147      Branch: perl
34148            + ext/Time/HiRes/hints/sco.pl
34149            ! MANIFEST
34150 ____________________________________________________________________________
34151 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
34152         Log: Subject: [PATCH 5.6.1] static build
34153              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34154              Date: Tue, 26 Jun 2001 04:22:25 -0400
34155              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
34156      Branch: perl
34157            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
34158            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
34159 ____________________________________________________________________________
34160 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
34161         Log: DJGPP patches from Laszlo Molnar.
34162      Branch: perl
34163            ! djgpp/djgpp.c perl.c util.c
34164 ____________________________________________________________________________
34165 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
34166         Log: Netware patches from Ananth Kesari.
34167      Branch: perl
34168            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
34169            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
34170            ! NetWare/nwtinfo.h
34171 ____________________________________________________________________________
34172 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
34173         Log: Detypo.
34174      Branch: perl
34175            ! ext/Errno/Errno_pm.PL
34176 ____________________________________________________________________________
34177 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
34178         Log: There seems to be two ways of spelling the $^O in *STEP.
34179      Branch: perl
34180            ! ext/Errno/Errno_pm.PL
34181 ____________________________________________________________________________
34182 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
34183         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
34184              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
34185      Branch: perl
34186            ! ext/Errno/Errno_pm.PL
34187 ____________________________________________________________________________
34188 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
34189         Log: Known bugs update.
34190      Branch: perl
34191            ! pod/perl572delta.pod
34192 ____________________________________________________________________________
34193 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
34194         Log: The default installation of Cygwin has 500 as root's uid.
34195      Branch: perl
34196            ! lib/User/pwent.t
34197 ____________________________________________________________________________
34198 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
34199         Log: Be even more relaxed (re-allow having only one entry).
34200      Branch: perl
34201            ! t/op/grent.t t/op/pwent.t
34202 ____________________________________________________________________________
34203 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
34204         Log: Test failure updates.
34205      Branch: perl
34206            ! pod/perl572delta.pod
34207 ____________________________________________________________________________
34208 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
34209         Log: MPE/iX test tweaks from Mark Bixby.
34210      Branch: perl
34211            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
34212            ! t/io/fs.t t/op/stat.t
34213 ____________________________________________________________________________
34214 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
34215         Log: Microperl findings.
34216      Branch: perl
34217            ! perl.h pp_sys.c
34218 ____________________________________________________________________________
34219 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
34220         Log: Touch uconfig.h.
34221      Branch: perl
34222            ! uconfig.h
34223 ____________________________________________________________________________
34224 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
34225         Log: Subject: [PATCH] Proposed fix for Pod::Man
34226              From: Rob Napier <rnapier@employees.org>
34227              Date: Mon, 25 Jun 2001 15:49:24 -0400
34228              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
34229              
34230              Cater for Solaris nroff brokenness (shortchanges daisywheel
34231              printers, but hey, we also no more support PDPs.)
34232      Branch: perl
34233            ! lib/Pod/Man.pm
34234 ____________________________________________________________________________
34235 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
34236         Log: Typo in #10937.
34237      Branch: perl
34238            ! ext/POSIX/sigaction.t
34239 ____________________________________________________________________________
34240 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
34241         Log: SIGCONT not trappable in VMS.
34242      Branch: perl
34243            ! ext/POSIX/sigaction.t
34244 ____________________________________________________________________________
34245 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
34246         Log: Subject: [DRAFT] Encode-Tcl.t
34247              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34248              Date: Tue, 26 Jun 2001 03:38:08 +0900
34249              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
34250      Branch: perl
34251            + ext/Encode/Encode/Tcl.t
34252            ! MANIFEST ext/Encode/Encode/Tcl.pm
34253 ____________________________________________________________________________
34254 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
34255         Log: Because of #10932 retract also the perlfunc hunk of #10910.
34256      Branch: perl
34257            ! pod/perlfunc.pod
34258 ____________________________________________________________________________
34259 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
34260         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
34261              by Ilya Zakharevich in
34262              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
34263      Branch: perl
34264            ! XSUB.h
34265 ____________________________________________________________________________
34266 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
34267         Log: Typo in #10889.
34268      Branch: perl
34269            ! hints/uts.sh
34270 ____________________________________________________________________________
34271 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
34272         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
34273              From: Abhijit Menon-Sen <ams@wiw.org>
34274              Date: Mon, 25 Jun 2001 23:45:45 +0530
34275              Message-ID: <20010625234545.A5022@lustre.linux.in>
34276      Branch: perl
34277            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
34278 ____________________________________________________________________________
34279 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
34280         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
34281              From: Michael G Schwern <schwern@pobox.com>
34282              Date: Mon, 25 Jun 2001 14:35:51 -0400
34283              Message-ID: <20010625143551.H13819@blackrider>
34284      Branch: perl
34285            ! lib/Test.pm
34286 ____________________________________________________________________________
34287 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
34288         Log: Update Changes.
34289      Branch: perl
34290            ! Changes patchlevel.h
34291 ____________________________________________________________________________
34292 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
34293         Log: Regen toc and modlib.
34294      Branch: perl
34295            ! pod/perlmodlib.pod pod/perltoc.pod
34296 ____________________________________________________________________________
34297 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
34298         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
34299              for the benefit of C++ compilers, as suggested by Guruprasad.
34300      Branch: perl
34301            ! embed.pl proto.h
34302 ____________________________________________________________________________
34303 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
34304         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
34305              From: Jonathan Stowe <gellyfish@gellyfish.com>
34306              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
34307              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
34308      Branch: perl
34309            ! pod/perlfaq5.pod
34310 ____________________________________________________________________________
34311 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
34312         Log: Missed from #10925.
34313      Branch: perl
34314            ! gv.c
34315 ____________________________________________________________________________
34316 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
34317         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
34318              From: Robin Houston <robin@kitsite.com>
34319              Date: Sat, 19 May 2001 16:19:34 +0100
34320              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
34321      Branch: perl
34322            ! cv.h gv.h op.c
34323 ____________________________________________________________________________
34324 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
34325         Log: Netware README tweak.
34326      Branch: perl
34327            ! README.netware
34328 ____________________________________________________________________________
34329 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
34330         Log: Subject: [PATCH] Re: overload.t fails
34331              From: Abhijit Menon-Sen <ams@wiw.org>
34332              Date: Mon, 25 Jun 2001 14:52:20 +0530
34333              Message-ID: <20010625145220.A24114@lustre.linux.in>
34334      Branch: perl
34335            ! lib/overload.t
34336 ____________________________________________________________________________
34337 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
34338         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
34339              From: Mike Guy <mjtg@cam.ac.uk>
34340              Date: Mon, 25 Jun 2001 11:43:23 +0100
34341              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
34342      Branch: perl
34343            ! lib/Carp.pm
34344 ____________________________________________________________________________
34345 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
34346         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
34347              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34348              Date: Sun, 24 Jun 2001 05:17:05 -0400
34349              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
34350      Branch: perl
34351            ! os2/os2ish.h
34352 ____________________________________________________________________________
34353 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
34354         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
34355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34356              Date: Mon, 25 Jun 2001 05:52:27 -0400
34357              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
34358      Branch: perl
34359            ! hints/os2.sh
34360 ____________________________________________________________________________
34361 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
34362         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
34363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34364              Date: Mon, 25 Jun 2001 05:23:35 -0400
34365              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
34366      Branch: perl
34367            ! os2/os2.c
34368 ____________________________________________________________________________
34369 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
34370         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
34371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34372              Date: Mon, 25 Jun 2001 05:04:32 -0400
34373              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
34374      Branch: perl
34375            ! os2/OS2/REXX/DLL/DLL.pm
34376 ____________________________________________________________________________
34377 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
34378         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
34379              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34380              Date: Mon, 25 Jun 2001 05:02:36 -0400
34381              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
34382      Branch: perl
34383            ! mg.c os2/dl_os2.c os2/os2.c
34384 ____________________________________________________________________________
34385 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
34386         Log: Subject: Re: [PATCH 5.6.1] misprints
34387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34388              Date: Mon, 25 Jun 2001 04:50:50 -0400
34389              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
34390      Branch: perl
34391            ! os2/os2.c pp_sys.c
34392 ____________________________________________________________________________
34393 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
34394         Log: Add Test::More and Test::Simple to the delta.
34395      Branch: perl
34396            ! pod/perl572delta.pod
34397 ____________________________________________________________________________
34398 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
34399         Log: Add Test::More, from Michael G Schwern.
34400      Branch: perl
34401            + lib/Test/More.pm lib/Test/More/t/More.t
34402            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
34403            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
34404            + t/lib/Test/More/Catch.pm
34405            ! MANIFEST
34406 ____________________________________________________________________________
34407 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
34408         Log: Add Test::Simple from Michael G Schwern.
34409      Branch: perl
34410            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
34411            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
34412            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
34413            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
34414            + t/lib/Test/Simple/Catch.pm
34415            + t/lib/Test/Simple/sample_tests/death.plx
34416            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
34417            + t/lib/Test/Simple/sample_tests/extras.plx
34418            + t/lib/Test/Simple/sample_tests/five_fail.plx
34419            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
34420            + t/lib/Test/Simple/sample_tests/one_fail.plx
34421            + t/lib/Test/Simple/sample_tests/require.plx
34422            + t/lib/Test/Simple/sample_tests/success.plx
34423            + t/lib/Test/Simple/sample_tests/too_few.plx
34424            + t/lib/Test/Simple/sample_tests/two_fail.plx
34425            ! MANIFEST
34426 ____________________________________________________________________________
34427 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
34428         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
34429              From: "Craig A. Berry" <craigberry@mac.com>
34430              Date: Sun, 24 Jun 2001 23:41:36 -0500
34431              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
34432      Branch: perl
34433            ! pp_sys.c
34434 ____________________________________________________________________________
34435 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
34436         Log: Upgrade to Attribute::Handlers 0.70.
34437      Branch: perl
34438            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
34439            ! MANIFEST lib/Attribute/Handlers.pm
34440 ____________________________________________________________________________
34441 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
34442         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
34443              From: Abhijit Menon-Sen <ams@wiw.org>
34444              Date: Sat, 23 Jun 2001 05:17:44 +0530
34445              Message-ID: <20010623051744.A18583@lustre.linux.in>
34446              
34447              (Can't think of a good place to put tests.)
34448      Branch: perl
34449            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
34450 ____________________________________________________________________________
34451 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
34452         Log: Subject: [PATCH] t/op/pat.t typo fix
34453              From: Richard Soderberg <rs@crystalflame.net>
34454              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
34455              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
34456      Branch: perl
34457            ! t/op/pat.t
34458 ____________________________________________________________________________
34459 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
34460         Log: Move the pack warnings to their own file, as pointed
34461              out by Spider.
34462      Branch: perl
34463            + t/lib/warnings/pp_pack
34464            ! MANIFEST t/lib/warnings/pp
34465 ____________________________________________________________________________
34466 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
34467         Log: Update Changes.
34468      Branch: perl
34469            ! Changes patchlevel.h
34470 ____________________________________________________________________________
34471 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
34472         Log: Partially fix a problem noticed by IRIX compiler:
34473              the initialization of parse_start was bypassed by
34474              several gotos.  Now initialized to zero, which may
34475              not be the best choice.
34476      Branch: perl
34477            ! regcomp.c
34478 ____________________________________________________________________________
34479 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
34480         Log: Relax the group and password tests back to moaning only
34481              if no matches at all are found.  (Even with a small sample
34482              I could find many sites where there are, umm, anomalies in
34483              the said databases.)       
34484      Branch: perl
34485            ! t/op/grent.t t/op/pwent.t
34486 ____________________________________________________________________________
34487 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
34488         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
34489      Branch: perl
34490            ! pp_ctl.c
34491 ____________________________________________________________________________
34492 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
34493         Log: De-cut-and-pasto in #10902.
34494      Branch: perl
34495            ! pp_ctl.c
34496 ____________________________________________________________________________
34497 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
34498         Log: The #10771 didn't take?
34499      Branch: perl
34500            ! pp_ctl.c
34501 ____________________________________________________________________________
34502 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
34503         Log: Undo the filetests part of #10900, under multiplicity
34504              weird errors take place.
34505      Branch: perl
34506            ! pp_sys.c
34507 ____________________________________________________________________________
34508 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
34509         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
34510      Branch: perl
34511            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
34512 ____________________________________________________________________________
34513 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
34514         Log: (Replaced by #10922)
34515              
34516              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
34517              From: Tony Bowden <tony@kasei.com>
34518              Date: Sun, 24 Jun 2001 17:32:40 +0100
34519              Message-ID: <20010624173240.A16293@blackstar.co.uk>
34520              
34521              Document (well, mention) shortmess() and longmess()
34522              to rob people of their fun of reinventing the wheel.
34523      Branch: perl
34524            ! lib/Carp.pm
34525 ____________________________________________________________________________
34526 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
34527         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
34528              From: Brian Jepson <bjepson@oreilly.com>
34529              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
34530              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
34531      Branch: perl
34532            ! pp_sys.c
34533 ____________________________________________________________________________
34534 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
34535         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
34536              From: Robin Barker <rmb1@cise.npl.co.uk> 
34537              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
34538              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
34539      Branch: perl
34540            ! lib/CPAN.pm
34541 ____________________________________________________________________________
34542 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
34543         Log: Memoize patch from mjd.
34544      Branch: perl
34545            ! lib/Memoize/t/tie_storable.t
34546 ____________________________________________________________________________
34547 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
34548         Log: Spec the sv_pvprintify() a bit more.
34549      Branch: perl
34550            ! pod/perltodo.pod
34551 ____________________________________________________________________________
34552 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
34553         Log: Upgrade to Memoize 0.65.
34554      Branch: perl
34555            + lib/Memoize/t/array_confusion.t
34556            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
34557            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
34558            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
34559            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
34560            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
34561            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
34562            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
34563            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
34564            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
34565            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
34566            ! lib/Memoize/t/tie_storable.t
34567 ____________________________________________________________________________
34568 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
34569         Log: Metaconfig unit change for #10892.
34570      Branch: metaconfig
34571            ! U/modified/Options.U
34572 ____________________________________________________________________________
34573 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
34574         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
34575              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34576              Date: Sun, 24 Jun 2001 05:24:40 -0400
34577              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
34578      Branch: perl
34579            ! Configure hints/os2.sh
34580 ____________________________________________________________________________
34581 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
34582         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
34583              From: Mike Guy <mjtg@cam.ac.uk>
34584              Date: Sun, 24 Jun 2001 15:28:39 +0100
34585              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
34586              
34587              Fix an ancient (5.002) bug.
34588      Branch: perl
34589            ! lib/Carp/Heavy.pm
34590 ____________________________________________________________________________
34591 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
34592         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
34593              variables.
34594      Branch: perl
34595            ! pp_sys.c
34596 ____________________________________________________________________________
34597 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
34598         Log: Make UTS as per #10888.
34599      Branch: perl
34600            ! hints/uts.sh
34601 ____________________________________________________________________________
34602 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
34603         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
34604      Branch: perl
34605            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
34606            ! mpeix/mpeixish.h perl.h unixish.h
34607 ____________________________________________________________________________
34608 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
34609         Log: AUTHORS update.
34610      Branch: perl
34611            ! AUTHORS
34612 ____________________________________________________________________________
34613 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
34614         Log: Subject: Encode::Tcl for multibyte doesnot work
34615              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34616              Date: Sun, 24 Jun 2001 22:48:21 +0900
34617              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
34618      Branch: perl
34619            ! ext/Encode/Encode/Tcl.pm
34620 ____________________________________________________________________________
34621 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
34622         Log: Subject: [PATCH] Remove tautology in error messages
34623              From: Mike Guy <mjtg@cam.ac.uk>
34624              Date: Sun, 24 Jun 2001 13:31:00 +0100
34625              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
34626      Branch: perl
34627            ! pp_sys.c
34628 ____________________________________________________________________________
34629 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
34630         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
34631      Branch: perl
34632            ! hints/darwin.sh
34633 ____________________________________________________________________________
34634 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
34635         Log: Subject: Re: [PATCH 5.6.1] test suite
34636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34637              Date: Sun, 24 Jun 2001 05:47:05 -0400
34638              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
34639              
34640              Test suite fixes.
34641      Branch: perl
34642            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
34643 ____________________________________________________________________________
34644 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
34645         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
34646              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34647              Date: Sun, 24 Jun 2001 05:37:19 -0400
34648              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
34649      Branch: perl
34650            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
34651 ____________________________________________________________________________
34652 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
34653         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
34654              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34655              Date: Sun, 24 Jun 2001 05:34:50 -0400
34656              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
34657              
34658              Pacify compiler warnings.
34659      Branch: perl
34660            ! pp_sys.c
34661 ____________________________________________________________________________
34662 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
34663         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
34664              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34665              Date: Sun, 24 Jun 2001 05:21:18 -0400
34666              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
34667              
34668              Enable compression of executables during link time.
34669      Branch: perl
34670            ! hints/os2.sh
34671 ____________________________________________________________________________
34672 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
34673         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
34674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34675              Date: Sun, 24 Jun 2001 05:15:11 -0400
34676              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
34677              
34678              Add ordinals to the export list for Perl DLL.
34679              (Breaks intra-version DLL compatibility.)
34680      Branch: perl
34681            ! makedef.pl
34682 ____________________________________________________________________________
34683 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
34684         Log: Allow (displaying and) re-editing the Subject in perlbug.
34685              Also abstract the Subject quality control into a function.
34686      Branch: perl
34687            ! utils/perlbug.PL
34688 ____________________________________________________________________________
34689 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
34690         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
34691      Branch: perl
34692            ! utils/perlbug.PL
34693 ____________________________________________________________________________
34694 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
34695         Log: Regen toc and modlib.
34696      Branch: perl
34697            ! pod/perlmodlib.pod pod/perltoc.pod
34698 ____________________________________________________________________________
34699 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
34700         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
34701              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
34702              attribute semantics as much as possible, or 'ntsec' which uses
34703              native NTFS semantics.)  (See also #10877.)
34704      Branch: perl
34705            ! perl.c
34706 ____________________________________________________________________________
34707 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
34708         Log: (Retracted by #11586)
34709              
34710              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
34711      Branch: perl
34712            ! lib/Test/Harness.pm
34713 ____________________________________________________________________________
34714 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
34715         Log: Just zap the -uPerlio.
34716      Branch: perl
34717            ! ext/B/Stash.t
34718 ____________________________________________________________________________
34719 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
34720         Log: Do not test PerlIO if PerlIO not used.
34721      Branch: perl
34722            ! ext/PerlIO/PerlIO.t
34723 ____________________________________________________________________________
34724 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
34725         Log: Regen perlapi.
34726      Branch: perl
34727            ! pod/perlapi.pod
34728 ____________________________________________________________________________
34729 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
34730         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
34731              From: Nicholas Clark <nick@ccl4.org>
34732              Date: Sat, 23 Jun 2001 22:55:47 +0100
34733              Message-ID: <20010623225547.Z98663@plum.flirble.org>
34734      Branch: perl
34735            ! numeric.c
34736 ____________________________________________________________________________
34737 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
34738         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
34739              From: Prymmer/Kahn <pvhp@best.com>
34740              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
34741              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
34742      Branch: perl
34743            ! lib/h2xs.t
34744 ____________________________________________________________________________
34745 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
34746         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
34747              cygwin does not taint cwd, just like win32.
34748      Branch: perl
34749            ! lib/File/Find/taint.t t/op/taint.t
34750 ____________________________________________________________________________
34751 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
34752         Log: Retract #10865, the patch should be unnecessary.
34753              (But seemingly helpful in Cygwin?  Strange.)
34754      Branch: perl
34755            ! lib/Memoize/t/tie_ndbm.t
34756 ____________________________________________________________________________
34757 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
34758         Log: Misplaced test file; plus Cygwin filesystem semantics.
34759      Branch: perl
34760            + ext/SDBM_File/sdbm.t
34761            - ext/ODBM_File/sdbm.t
34762            ! MANIFEST
34763 ____________________________________________________________________________
34764 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
34765         Log: (Retracted by #10867.)
34766      Branch: perl
34767            ! lib/Memoize/t/tie_ndbm.t
34768 ____________________________________________________________________________
34769 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
34770         Log: Metaconfig unit change for #10863.
34771      Branch: metaconfig/U/perl
34772            ! Extensions.U
34773 ____________________________________________________________________________
34774 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
34775         Log: In Cygwin do not build NDBM_File and ODBM_File unless
34776              -lndbm and -ldbm are available.
34777      Branch: perl
34778            ! Configure config_h.SH
34779 ____________________________________________________________________________
34780 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
34781         Log: More Cygwin filesystem semantics.
34782      Branch: perl
34783            ! t/io/fs.t t/op/stat.t
34784 ____________________________________________________________________________
34785 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
34786         Log: More DOSish permission semantics for Cygwin.
34787      Branch: perl
34788            ! lib/AnyDBM_File.t
34789 ____________________________________________________________________________
34790 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
34791         Log: Cygwin too has different permission semantics.
34792      Branch: perl
34793            ! ext/GDBM_File/gdbm.t
34794 ____________________________________________________________________________
34795 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
34796         Log: The group (and assumedly passwd) databases can have
34797              only one entry (this is the case in cygwin).
34798      Branch: perl
34799            ! t/op/grent.t t/op/pwent.t
34800 ____________________________________________________________________________
34801 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
34802         Log: Also in Cygwin use Socket to figure out domainname
34803              (if any) (avoids trying to call external 'domainname',
34804              which doesn't at the moment exist in Cygwin)
34805      Branch: perl
34806            ! lib/Net/Domain.pm
34807 ____________________________________________________________________________
34808 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
34809         Log: Remove also the lib$Foo.def, not just $Foo.def.
34810      Branch: perl
34811            ! lib/ExtUtils/MM_Unix.pm
34812 ____________________________________________________________________________
34813 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
34814         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
34815      Branch: perl
34816            ! unixish.h
34817 ____________________________________________________________________________
34818 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
34819         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
34820              to match the whole isprint(), only the space character.
34821      Branch: perl
34822            ! handy.h pod/perlre.pod t/op/pat.t
34823 ____________________________________________________________________________
34824 [ 10854] By: nick                                  on 2001/06/23  08:09:33
34825         Log: Integrate mainline
34826      Branch: perlio
34827           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
34828           !> lib/ExtUtils.t lib/File/Find/taint.t
34829           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
34830           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
34831           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
34832 ____________________________________________________________________________
34833 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
34834         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
34835              with its floats    in os390 and s390 (UTS).
34836      Branch: perl
34837            ! lib/Math/BigInt/t/bigintpm.t
34838 ____________________________________________________________________________
34839 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
34840         Log: Add also UTS (s390) to the non-IEEE float platforms.
34841      Branch: perl
34842            ! t/op/sprintf.t
34843 ____________________________________________________________________________
34844 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
34845         Log: Subject: RFC: what are applicable standards for exponent sizes?
34846              From: Peter Prymmer <pvhp@forte.com>
34847              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
34848              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
34849      Branch: perl
34850            ! t/op/sprintf.t
34851 ____________________________________________________________________________
34852 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
34853         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
34854              From: Peter Prymmer <pvhp@forte.com>
34855              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
34856              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
34857      Branch: perl
34858            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
34859 ____________________________________________________________________________
34860 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
34861         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
34862              From: Peter Prymmer <pvhp@forte.com>
34863              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
34864              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
34865      Branch: perl
34866            ! lib/ExtUtils.t
34867 ____________________________________________________________________________
34868 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
34869         Log: Retract #10845.
34870      Branch: perl
34871            ! lib/File/Find/taint.t
34872 ____________________________________________________________________________
34873 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
34874         Log: Yet another error message.
34875      Branch: perl
34876            ! t/op/mkdir.t
34877 ____________________________________________________________________________
34878 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
34879         Log: The croak message for nonexistent socket functions may vary.
34880      Branch: perl
34881            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
34882 ____________________________________________________________________________
34883 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
34884         Log: (Retracted by #10848.)
34885      Branch: perl
34886            ! lib/File/Find/taint.t
34887 ____________________________________________________________________________
34888 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
34889         Log: Integrate perlio.
34890      Branch: perl
34891           !> lib/File/Find/taint.t t/op/write.t
34892 ____________________________________________________________________________
34893 [ 10843] By: nick                                  on 2001/06/22  21:24:51
34894         Log: Back out debug in taint.t
34895      Branch: perlio
34896            ! lib/File/Find/taint.t
34897 ____________________________________________________________________________
34898 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
34899         Log: setitimer() does not exist in Unicos, despite of what
34900              Configure thinks, from Mark P. Lutz.
34901      Branch: perl
34902            ! hints/unicos.sh
34903 ____________________________________________________________________________
34904 [ 10841] By: nick                                  on 2001/06/22  21:19:36
34905         Log: Skip cwd test on Win32 ???
34906      Branch: perlio
34907            ! lib/File/Find/taint.t
34908 ____________________________________________________________________________
34909 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
34910         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
34911              and Tru64 gcc -Wall happy.
34912      Branch: perl
34913            ! mg.c
34914 ____________________________________________________________________________
34915 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
34916         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
34917      Branch: perl
34918            ! ext/IPC/SysV/Semaphore.pm
34919 ____________________________________________________________________________
34920 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
34921         Log: Metaconfig unit change for #10837.
34922      Branch: metaconfig/U/perl
34923            ! Cross.U
34924 ____________________________________________________________________________
34925 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
34926         Log: Cleanup of the cross-compilation unit.
34927      Branch: perl
34928            ! Configure
34929 ____________________________________________________________________________
34930 [ 10836] By: nick                                  on 2001/06/22  20:45:12
34931         Log: Skip |- based op/write.t on Win32 as well as VMS
34932      Branch: perlio
34933            ! t/op/write.t
34934 ____________________________________________________________________________
34935 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
34936         Log: Integrate perlio.
34937      Branch: perl
34938           !> util.c
34939 ____________________________________________________________________________
34940 [ 10834] By: nick                                  on 2001/06/22  20:41:54
34941         Log: Integrate mainline
34942      Branch: perlio
34943           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34944           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
34945           !> vos/config.ga.h
34946 ____________________________________________________________________________
34947 [ 10833] By: nick                                  on 2001/06/22  20:22:58
34948         Log: Patcho fix.
34949      Branch: perlio
34950            ! util.c
34951 ____________________________________________________________________________
34952 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
34953         Log: Metaconfig unit changes for #10831.
34954      Branch: metaconfig
34955            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
34956 ____________________________________________________________________________
34957 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
34958         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
34959              From: Andy Dougherty <doughera@lafayette.edu>
34960              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
34961              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
34962      Branch: perl
34963            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34964            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
34965 ____________________________________________________________________________
34966 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
34967         Log: MPE/iX prototype nits from Mark Bixby.
34968      Branch: perl
34969            ! pp_sys.c
34970 ____________________________________________________________________________
34971 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
34972         Log: Detypo.
34973      Branch: perl
34974            ! util.c
34975 ____________________________________________________________________________
34976 [ 10828] By: nick                                  on 2001/06/22  15:33:37
34977         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
34978      Branch: perlio
34979           +> lib/h2xs.t
34980           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
34981           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
34982           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
34983           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
34984           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
34985           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
34986           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
34987           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
34988           !> vms/vmsish.h
34989 ____________________________________________________________________________
34990 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
34991         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
34992              Date: Fri, 22 Jun 2001 10:08:35 -0500
34993              From: "Craig A. Berry" <craigberry@mac.com>
34994              Message-Id: <a05101001b75908704194@[192.168.56.145]>
34995      Branch: perl
34996            ! vms/vms.c vms/vmsish.h
34997 ____________________________________________________________________________
34998 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
34999         Log: NetWare scripts tweak from Ananth Kesari.
35000      Branch: perl
35001            ! NetWare/t/NWScripts.pl
35002 ____________________________________________________________________________
35003 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
35004         Log: Update Changes.
35005      Branch: perl
35006            ! Changes patchlevel.h
35007 ____________________________________________________________________________
35008 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
35009         Log: Add .i and .s targets.
35010      Branch: perl
35011            ! Makefile.SH
35012 ____________________________________________________________________________
35013 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
35014         Log: Upgrade to Locale::Maketext 1.03.
35015      Branch: perl
35016            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
35017            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
35018 ____________________________________________________________________________
35019 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
35020         Log: Upgrade to I18N::LangTags 0.26.
35021      Branch: perl
35022            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
35023            ! lib/I18N/LangTags/test.pl
35024 ____________________________________________________________________________
35025 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
35026         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
35027              Philip Newton.
35028      Branch: perl
35029            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
35030            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35031 ____________________________________________________________________________
35032 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
35033         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
35034              From: Prymmer/Kahn <pvhp@best.com>
35035              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
35036              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
35037      Branch: perl
35038            + lib/h2xs.t
35039            ! MANIFEST utils/h2xs.PL
35040 ____________________________________________________________________________
35041 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
35042         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
35043              From: Prymmer/Kahn <pvhp@best.com>
35044              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
35045              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
35046      Branch: perl
35047            ! lib/ExtUtils.t
35048 ____________________________________________________________________________
35049 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
35050         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
35051              From: Prymmer/Kahn <pvhp@best.com>
35052              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
35053              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
35054      Branch: perl
35055            ! t/pod/plainer.t
35056 ____________________________________________________________________________
35057 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
35058         Log: AUTHORS update.
35059      Branch: perl
35060            ! AUTHORS
35061 ____________________________________________________________________________
35062 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
35063         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
35064              From: "Craig A. Berry" <craigberry@mac.com>
35065              Date: Thu, 21 Jun 2001 18:20:38 -0500
35066              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
35067      Branch: perl
35068            ! ext/POSIX/POSIX.xs
35069 ____________________________________________________________________________
35070 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
35071         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
35072              From: "Craig A. Berry" <craigberry@mac.com>
35073              Date: Thu, 21 Jun 2001 09:58:52 -0500
35074              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
35075      Branch: perl
35076            ! ext/B/Deparse.t t/op/write.t
35077 ____________________________________________________________________________
35078 [ 10814] By: nick                                  on 2001/06/22  08:13:09
35079         Log: Integrate mainline.
35080      Branch: perlio
35081           !> (integrate 46 files)
35082 ____________________________________________________________________________
35083 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
35084         Log: Change the prefixes only if $prefix is unset,
35085              as originally patched by Marcel Grunauer.
35086      Branch: perl
35087            ! hints/darwin.sh hints/rhapsody.sh
35088 ____________________________________________________________________________
35089 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
35090         Log: Subject: Re: Patch for hints/darwin.sh
35091              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
35092              Date: Thu, 21 Jun 2001 11:23:46 -0700
35093              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
35094      Branch: perl
35095            ! hints/darwin.sh hints/rhapsody.sh
35096 ____________________________________________________________________________
35097 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
35098         Log: Add .PHONY targets for non-file targets,
35099              from Wilfredo Sánchez.  Should help saying
35100              "make install" on case-insensitive filesystems.
35101      Branch: perl
35102            ! Makefile.SH
35103 ____________________________________________________________________________
35104 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
35105         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
35106              From: Doug MacEachern <dougm@covalent.net>
35107              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
35108              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
35109              
35110              plus reword the getcwd() comment, plus use getcwd() buffer
35111              size minus one.
35112      Branch: perl
35113            ! util.c
35114 ____________________________________________________________________________
35115 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
35116         Log: More gprofing from Doug MacEachern.
35117      Branch: perl
35118            ! Makefile.SH
35119 ____________________________________________________________________________
35120 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
35121         Log: Metaconfig unit change for #10807.
35122      Branch: metaconfig/U/perl
35123            ! d_sfio.U
35124 ____________________________________________________________________________
35125 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
35126         Log: Tell that you are removing the unneeded -lsfio.
35127      Branch: perl
35128            ! Configure
35129 ____________________________________________________________________________
35130 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
35131         Log: More MPE/iX tweaks from Mark Bixby.
35132      Branch: perl
35133            ! perl.c t/op/magic.t
35134 ____________________________________________________________________________
35135 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
35136         Log: The fchdir() proto is supposed to live in <unistd.h>.
35137      Branch: perl
35138            ! ext/Cwd/Cwd.xs
35139 ____________________________________________________________________________
35140 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
35141         Log: This town is too small for the Cwd extension and me,
35142              it would seem...
35143      Branch: perl
35144            ! ext/Cwd/Cwd.xs
35145 ____________________________________________________________________________
35146 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
35147         Log: Metaconfig unit change for #10802.
35148      Branch: metaconfig/U/perl
35149            ! d_modfl.U
35150 ____________________________________________________________________________
35151 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
35152         Log: More d'ohs.
35153      Branch: perl
35154            ! Configure
35155 ____________________________________________________________________________
35156 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
35157         Log: Off-by-one.  I'm so classic.
35158      Branch: perl
35159            ! util.c
35160 ____________________________________________________________________________
35161 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
35162         Log: Update Changes.
35163      Branch: perl
35164            ! Changes patchlevel.h
35165 ____________________________________________________________________________
35166 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
35167         Log: Subject: Documentation patch for Net::FTP
35168              From: Marcel Grunauer <marcel@codewerk.com>
35169              Date: Wed, 20 Jun 2001 23:03:26 +0200
35170              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
35171      Branch: perl
35172            ! lib/Net/FTP.pm
35173 ____________________________________________________________________________
35174 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
35175         Log: Retract the #10417 mg.c and embed.pl parts because of
35176              strange SEGVs in 64bit x86 FreeBSD observed by
35177              Nicholas Clark.
35178      Branch: perl
35179            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
35180 ____________________________________________________________________________
35181 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
35182         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
35183      Branch: perl
35184            ! Configure NetWare/config.wc NetWare/config_H.wc
35185            ! Porting/Glossary Porting/config.sh Porting/config_H
35186            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
35187            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35188            ! vos/config.ga.h win32/config.bc win32/config.gc
35189            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35190            ! win32/config_H.vc
35191 ____________________________________________________________________________
35192 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
35193         Log: Cwd tweak from Doug MacEachern.
35194      Branch: perl
35195            ! ext/Cwd/Cwd.xs
35196 ____________________________________________________________________________
35197 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
35198         Log: Protect the fchdir() and lstat() with ifdefs.
35199              fchdir() needs a Configure probe.
35200      Branch: perl
35201            ! ext/Cwd/Cwd.xs
35202 ____________________________________________________________________________
35203 [ 10794] By: nick                                  on 2001/06/21  17:11:35
35204         Log: Integrate mainline
35205      Branch: perlio
35206           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
35207           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
35208           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
35209           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
35210           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
35211           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
35212           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
35213           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
35214            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
35215            - lib/File/Glob/case.t lib/File/Glob/global.t
35216            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
35217            - lib/File/Temp/posix.t lib/File/Temp/security.t
35218            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
35219            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
35220            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
35221            - lib/Text/Wrap/wrap.t
35222           !> (integrate 41 files)
35223 ____________________________________________________________________________
35224 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
35225         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
35226              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35227              Date: Thu, 21 Jun 2001 13:04:54 -0500
35228              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
35229      Branch: perl
35230            ! ext/Cwd/Cwd.xs
35231 ____________________________________________________________________________
35232 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
35233         Log: Subject: [PATCH pod] overlong =item
35234              From: Robin Barker <rmb1@cise.npl.co.uk>
35235              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
35236              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
35237      Branch: perl
35238            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
35239            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35240 ____________________________________________________________________________
35241 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
35242         Log: Subject: [PATCH perlio.c] format 
35243              From: Robin Barker <rmb1@cise.npl.co.uk>
35244              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
35245              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
35246      Branch: perl
35247            ! perlio.c
35248 ____________________________________________________________________________
35249 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
35250         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
35251              From: Radu Greab <radu@netsoft.ro>
35252              Date: Thu, 21 Jun 2001 19:06:02 +0300
35253              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
35254      Branch: perl
35255            ! pod/perlapi.pod sv.c
35256 ____________________________________________________________________________
35257 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
35258         Log: The metaconfig unit changes for #10788.
35259      Branch: metaconfig/U/perl
35260            ! Cross.U fflushall.U
35261 ____________________________________________________________________________
35262 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
35263         Log: Cross-configuration changes: make $from to rm the files
35264              before copying them over (this means that he rm can be
35265              removed from the fflushall test), create $targetmkdir      
35266              (not documented in install since it is supposed to internal
35267              use only), make $run to copy over the executable only if
35268              a stamp file .xok doesn't already exist (to avoid unnecessary
35269              copying of the executable)
35270      Branch: perl
35271            ! Configure Makefile.SH
35272 ____________________________________________________________________________
35273 [ 10787] By: nick                                  on 2001/06/21  14:16:18
35274         Log: Integrate mainline
35275      Branch: perlio
35276           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
35277           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
35278           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
35279            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
35280           !> (integrate 34 files)
35281 ____________________________________________________________________________
35282 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
35283         Log: Re-add the files as text.
35284      Branch: perl
35285            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
35286 ____________________________________________________________________________
35287 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
35288         Log: Delete the binary files.
35289      Branch: perl
35290            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
35291 ____________________________________________________________________________
35292 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
35293         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
35294              From: Andy Dougherty <doughera@lafayette.edu>
35295              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
35296              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
35297      Branch: perl
35298            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
35299            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
35300            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
35301            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
35302 ____________________________________________________________________________
35303 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
35304         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
35305              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
35306              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
35307              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
35308              
35309              Setting umask to something friendlier.
35310      Branch: perl
35311            ! installman installperl
35312 ____________________________________________________________________________
35313 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
35314         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
35315              Resort MANIFEST with sort -f, looks much better.
35316      Branch: perl
35317            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
35318            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
35319            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
35320            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
35321            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
35322            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
35323            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
35324            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
35325            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
35326            - lib/File/Glob/case.t lib/File/Glob/global.t
35327            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
35328            - lib/File/Temp/posix.t lib/File/Temp/security.t
35329            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
35330            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
35331            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
35332            - lib/Text/Wrap/wrap.t
35333            ! MANIFEST
35334 ____________________________________________________________________________
35335 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
35336         Log: Upgrade to I18N::LangTags 0.25.
35337      Branch: perl
35338            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
35339            ! lib/I18N/LangTags/List.pm
35340 ____________________________________________________________________________
35341 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
35342         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
35343              From: Richard Soderberg <rs@crystalflame.net>
35344              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
35345              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
35346      Branch: perl
35347            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
35348            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
35349 ____________________________________________________________________________
35350 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
35351         Log: Test obsoleted by change #10777.
35352      Branch: perl
35353            ! t/op/sub_lval.t
35354 ____________________________________________________________________________
35355 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
35356         Log: Case of confused test numbering.
35357      Branch: perl
35358            ! t/op/pat.t
35359 ____________________________________________________________________________
35360 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
35361         Log: Subject: Re: Opinion on undef lvalue
35362              From: Abhijit Menon-Sen <ams@wiw.org>
35363              Date: Sun, 17 Jun 2001 13:04:46 +0530
35364              Message-ID: <20010617130446.B27925@lustre.linux.in>
35365              
35366              Allow lvalue subs to return undef in array context.
35367      Branch: perl
35368            ! pp_hot.c
35369 ____________________________________________________________________________
35370 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
35371         Log: Just a guess that using the same hack for cygwin as
35372              for win32 might help.
35373      Branch: perl
35374            ! lib/File/Find/find.t
35375 ____________________________________________________________________________
35376 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
35377         Log: NetWare tweaks from Guruprasad.
35378      Branch: perl
35379            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
35380            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
35381            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
35382            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
35383 ____________________________________________________________________________
35384 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
35385         Log: Subject: Re: perl@10722: Bogus warnings on REs 
35386              From: Hugo <hv@crypt.compulink.co.uk>
35387              Date: Thu, 21 Jun 2001 09:51:17 +0100
35388              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
35389              
35390              Unroll to avoid a UTS compiler bug.
35391      Branch: perl
35392            ! regcomp.c
35393 ____________________________________________________________________________
35394 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
35395         Log: Subject: Re: [PATCH] Make /o work under i?threads
35396              From: Artur Bergman <artur@contiller.se>
35397              Date: Thu, 21 Jun 2001 14:38:03 +0200
35398              Message-ID: <B757B74A.184D%artur@contiller.se>
35399      Branch: perl
35400            ! t/op/pat.t
35401 ____________________________________________________________________________
35402 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
35403         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
35404              From: Artur Bergman <artur@contiller.se> 
35405              Date: Thu, 21 Jun 2001 14:27:33 +0200
35406              Message-ID: <B757B4D4.1849%artur@contiller.se>
35407              
35408              Plus extra parentheses.
35409      Branch: perl
35410            ! op.h
35411 ____________________________________________________________________________
35412 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
35413         Log: Subject: [PATCH] Make /o work under i?threads
35414              From: Richard Soderberg <rs@crystalflame.net>
35415              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
35416              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
35417      Branch: perl
35418            ! pp_ctl.c
35419 ____________________________________________________________________________
35420 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
35421         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
35422              From: Artur Bergman <artur@contiller.se>
35423              Date: Thu, 21 Jun 2001 14:04:54 +0200
35424              Message-ID: <B757AF86.1842%artur@contiller.se>
35425      Branch: perl
35426            ! op.h
35427 ____________________________________________________________________________
35428 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
35429         Log: Subject: Re: perl@10765: sv.c not OK on win32
35430              From: Artur Bergman <artur@contiller.se>
35431              Date: Thu, 21 Jun 2001 10:31:06 +0200
35432              Message-ID: <B7577D69.182C%artur@contiller.se>
35433      Branch: perl
35434            ! sv.c
35435 ____________________________________________________________________________
35436 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
35437         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
35438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35439              Date: Thu, 21 Jun 2001 06:23:56 -0400
35440              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
35441              
35442              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
35443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35444              Date: Thu, 21 Jun 2001 06:32:21 -0400
35445              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
35446      Branch: perl
35447            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
35448 ____________________________________________________________________________
35449 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
35450         Log: Subject: [PATCH] make syslog test more verbose
35451              From: Robert Spier <rspier@pobox.com>
35452              Date: Thu, 21 Jun 2001 00:54:32 -0400
35453              Message-ID: <15153.32264.295807.333073@rls.cx>
35454      Branch: perl
35455            ! ext/Sys/Syslog/syslog.t
35456 ____________________________________________________________________________
35457 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
35458         Log: Subject: op/study.t refinements
35459              From: Hugo <hv@crypt.compulink.co.uk>
35460              Date: Thu, 21 Jun 2001 00:29:07 +0100
35461              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
35462      Branch: perl
35463            ! t/op/study.t
35464 ____________________________________________________________________________
35465 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
35466         Log: Update Changes.
35467      Branch: perl
35468            ! Changes patchlevel.h
35469 ____________________________________________________________________________
35470 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
35471         Log: Subject: Re: [PATCH] djgpp updates
35472              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
35473              Date: Wed, 20 Jun 2001 10:05:15 +0200
35474              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
35475      Branch: perl
35476            ! djgpp/config.over
35477 ____________________________________________________________________________
35478 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
35479         Log: Fix for ID 20010619.002 "When building hash, hash keys that
35480              are function calls are not being called", from Abhijit.
35481      Branch: perl
35482            ! t/base/lex.t toke.c
35483 ____________________________________________________________________________
35484 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
35485         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
35486      Branch: perl
35487            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
35488            + lib/Locale/Maketext/test.pl
35489            - lib/Locale/Maketext.t
35490            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
35491            ! lib/Locale/Maketext/TPJ13.pod
35492 ____________________________________________________________________________
35493 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
35494         Log: Metaconfig unit change for #10760.
35495      Branch: metaconfig
35496            ! U/modified/Cppsym.U
35497 ____________________________________________________________________________
35498 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
35499         Log: Do not remove the ccsym* Cppsym* files since
35500              they are useful for metaconfig units coming after us.
35501              (This is the Configure nit mentioned in #10752.)
35502      Branch: perl
35503            ! Configure
35504 ____________________________________________________________________________
35505 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
35506         Log: Update to I18N::LangTags 0.24, from Sean Burke.
35507      Branch: perl
35508            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
35509            + lib/I18N/LangTags/README
35510            - lib/I18N/LangTags/List.pod
35511            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
35512 ____________________________________________________________________________
35513 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
35514         Log: Regen headers.
35515      Branch: perl
35516            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
35517            ! pod/perlapi.pod proto.h
35518 ____________________________________________________________________________
35519 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
35520         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
35521              From: Artur Bergman <artur@contiller.se>
35522              Date: Wed, 20 Jun 2001 11:31:32 +0200
35523              Message-ID: <B7563A14.17D8%artur@contiller.se>
35524      Branch: perl
35525            ! embed.pl hv.c intrpvar.h sv.c sv.h
35526 ____________________________________________________________________________
35527 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
35528         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
35529              From: Tim Sweetman <tim@aldigital.co.uk> 
35530              Date: Wed, 13 Jun 2001 14:25:17 +0100 
35531              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
35532      Branch: perl
35533            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
35534 ____________________________________________________________________________
35535 [ 10755] By: nick                                  on 2001/06/20  16:12:37
35536         Log: Integrate mainline
35537      Branch: perlio
35538           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
35539           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
35540           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
35541           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
35542           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
35543           !> t/op/study.t util.c
35544 ____________________________________________________________________________
35545 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
35546         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
35547              but not Makefile)
35548      Branch: maint-5.6/perl
35549            ! win32/Makefile
35550 ____________________________________________________________________________
35551 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
35552         Log: Security tweak on readlink().
35553      Branch: perl
35554            ! pp_sys.c
35555 ____________________________________________________________________________
35556 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
35557         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
35558      Branch: perl
35559            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
35560            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
35561            ! mpeix/relink t/op/pwent.t
35562 ____________________________________________________________________________
35563 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
35564         Log: Reinstate #10725 (with probe for alarm()).
35565      Branch: perl
35566            ! t/op/study.t
35567 ____________________________________________________________________________
35568 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
35569         Log: Replace our implementation of realpath() with OpenBSD's
35570              (src/lib/libc/stdlib/realpath.c 1.4).
35571      Branch: perl
35572            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
35573            ! pod/perldiag.pod proto.h util.c
35574 ____________________________________________________________________________
35575 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
35576         Log: Integrate perlio.
35577      Branch: perl
35578           !> perlio.c
35579 ____________________________________________________________________________
35580 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
35581         Log: No point in going into memory-saving contortions
35582              with getcwd() since there's a danger of buffer overflow.
35583              Also make the POSIX extension to use sv_getcwd().
35584              Finally, a missed proto.h fragment.
35585      Branch: perl
35586            ! ext/POSIX/POSIX.xs proto.h util.c
35587 ____________________________________________________________________________
35588 [ 10747] By: nick                                  on 2001/06/20  12:38:26
35589         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
35590      Branch: perlio
35591            ! perlio.c
35592 ____________________________________________________________________________
35593 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
35594         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
35595              From: Graham Barr <gbarr@pobox.com>
35596              Date: Wed, 20 Jun 2001 11:05:49 +0100
35597              Message-ID: <20010620110549.I19188@pobox.com>
35598              
35599              reported in        
35600              
35601              Subject: Bug in IO::Socket::INET module (repeat)
35602              From: "Harmon S. Nine" <hnine@netarx.com>
35603              Date: Tue, 19 Jun 2001 09:41:35 -0400
35604              Message-ID: <3B2F568F.8080605@netarx.com>
35605              
35606              The bug was that the IO::Socket::INET constructor
35607              did not allow a 'LocalPort' of 0.
35608      Branch: perl
35609            ! ext/IO/lib/IO/Socket/INET.pm
35610 ____________________________________________________________________________
35611 [ 10745] By: nick                                  on 2001/06/20  08:56:39
35612         Log: Integrate mainline.
35613      Branch: perlio
35614           !> (integrate 37 files)
35615 ____________________________________________________________________________
35616 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
35617         Log: After some reading I don't think we can blindly
35618              use systems' realpath().  Too many security problems,
35619              too many buggy implementations.
35620              
35621              TODO: the realpath() emulation code in util.c doesn't
35622              seem fully operational?  (readlink(), for example?)
35623      Branch: perl
35624            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
35625            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
35626            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
35627            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
35628            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
35629            ! win32/config_H.gc win32/config_H.vc
35630 ____________________________________________________________________________
35631 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
35632         Log: Metaconfig unit change for #10738.
35633      Branch: metaconfig
35634            ! U/compline/d_gconvert.U
35635 ____________________________________________________________________________
35636 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
35637         Log: Integrate change #10739 from maintperl:
35638              
35639              C<eval "/x$\r\n/x"> fails to compile correctly 
35640      Branch: perl
35641           !> t/op/pat.t toke.c
35642 ____________________________________________________________________________
35643 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
35644         Log: Retract #10725 (Hugo asked NOT to apply the patch)
35645      Branch: perl
35646            ! t/op/study.t
35647 ____________________________________________________________________________
35648 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
35649         Log: The test.third results were funnily named because of the
35650              new test scheme.
35651      Branch: perl
35652            ! t/TEST
35653 ____________________________________________________________________________
35654 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
35655         Log: C<eval "/x$\r\n/x"> fails to compile correctly
35656      Branch: maint-5.6/perl
35657            ! t/op/pat.t toke.c
35658 ____________________________________________________________________________
35659 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
35660         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
35661              From: Spider Boardman <spider@Orb.Nashua.NH.US>
35662              Date: Tue, 19 Jun 2001 19:15:40 -0400
35663              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
35664              
35665              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
35666              because "1e+129" being expected but "1.e+129" being returned.
35667              The culprit (at least in Tru64) is the use of gcvt().
35668      Branch: perl
35669            ! Configure
35670 ____________________________________________________________________________
35671 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
35672         Log: Subject: [PATCH perl@10722] test hunting on VMS
35673              From: "Craig A. Berry" <craigberry@mac.com>
35674              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
35675              Date: Tue, 19 Jun 2001 18:59:01 -0500
35676      Branch: perl
35677            ! vms/test.com
35678 ____________________________________________________________________________
35679 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
35680         Log: Subject: [PATCH] s/typos//
35681              From: Abhijit Menon-Sen <ams@wiw.org>
35682              Date: Wed, 20 Jun 2001 02:15:02 +0530
35683              Message-ID: <20010620021502.A14541@lustre.linux.in>
35684              
35685              Without the op.h s/bearword/bareword/ hunk, see
35686              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
35687      Branch: perl
35688            ! util.c
35689 ____________________________________________________________________________
35690 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
35691         Log: Metaconfig unit change for #10732 and #10733.
35692      Branch: metaconfig/U/perl
35693            ! fflushall.U
35694 ____________________________________________________________________________
35695 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
35696         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
35697              From: "Craig A. Berry" <craigberry@mac.com>
35698              Date: Tue, 19 Jun 2001 17:19:48 -0500
35699              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
35700      Branch: perl
35701            ! configure.com vms/descrip_mms.template
35702 ____________________________________________________________________________
35703 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
35704         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
35705              From: Spider Boardman <spider@Orb.Nashua.NH.US>
35706              Date: Tue, 19 Jun 2001 16:48:07 -0400
35707              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
35708              
35709              Further fixes to fflush(NULL) detection.
35710      Branch: perl
35711            ! Configure
35712 ____________________________________________________________________________
35713 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
35714         Log: AIX test -s hangs with non-existent files?
35715              (A genuine logic bug in Configure, but AIX also broken?)
35716      Branch: perl
35717            ! Configure
35718 ____________________________________________________________________________
35719 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
35720         Log: AUTHORS updates.
35721      Branch: perl
35722            ! AUTHORS
35723 ____________________________________________________________________________
35724 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
35725         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
35726              From: Spider Boardman <spider@Orb.Nashua.NH.US>
35727              Date: Tue, 19 Jun 2001 15:33:25 -0400
35728              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
35729      Branch: perl
35730            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
35731            ! t/lib/warnings/pp
35732 ____________________________________________________________________________
35733 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
35734         Log: Integrate perlio.
35735      Branch: perl
35736           !> lib/File/Find/find.t win32/distclean.bat
35737 ____________________________________________________________________________
35738 [ 10728] By: nick                                  on 2001/06/19  18:24:53
35739         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
35740      Branch: perlio
35741            ! lib/File/Find/find.t win32/distclean.bat
35742 ____________________________________________________________________________
35743 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
35744         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
35745              also add information how to find out whether one has PerlIO.
35746      Branch: perl
35747            ! pod/perlfunc.pod
35748 ____________________________________________________________________________
35749 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
35750         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
35751              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
35752              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
35753              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
35754      Branch: perl
35755            ! pod/perlfunc.pod
35756 ____________________________________________________________________________
35757 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
35758         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
35759              From: Hugo <hv@crypt.compulink.co.uk>
35760              Date: Tue, 19 Jun 2001 12:37:30 +0100
35761              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
35762      Branch: perl
35763            ! t/op/study.t
35764 ____________________________________________________________________________
35765 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
35766         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
35767              From: Hugo <hv@crypt.compulink.co.uk>
35768              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
35769              Date: Tue, 19 Jun 2001 13:15:17 +0100
35770      Branch: perl
35771            ! util.c
35772 ____________________________________________________________________________
35773 [ 10723] By: nick                                  on 2001/06/19  14:46:15
35774         Log: Integrate mainline
35775      Branch: perlio
35776           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
35777           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
35778           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
35779           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
35780           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
35781           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
35782            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
35783            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
35784            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
35785            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
35786            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
35787            - ext/Thread/unsync4.t
35788           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
35789           !> djgpp/config.over djgpp/fixpmain
35790           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
35791           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
35792           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
35793 ____________________________________________________________________________
35794 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
35795         Log: Update Changes.
35796      Branch: perl
35797            ! Changes patchlevel.h
35798 ____________________________________________________________________________
35799 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
35800         Log: The existence shall be MANIFESted.
35801      Branch: perl
35802            ! MANIFEST
35803 ____________________________________________________________________________
35804 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
35805         Log: The old libnet.cfg is first searched from the current directory,
35806              only then from the module path.
35807      Branch: perl
35808            ! utils/libnetcfg.PL
35809 ____________________________________________________________________________
35810 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
35811         Log: NetWare tweaks from Guruprasad.
35812      Branch: perl
35813            ! NetWare/Makefile NetWare/config.wc
35814 ____________________________________________________________________________
35815 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
35816         Log: Subject: [PATCH] djgpp updates
35817              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
35818              Date: Tue, 19 Jun 2001 10:59:06 +0200
35819              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
35820      Branch: perl
35821            ! djgpp/config.over djgpp/fixpmain
35822 ____________________________________________________________________________
35823 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
35824         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
35825              From: Prymmer/Kahn <pvhp@best.com>
35826              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
35827              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
35828      Branch: perl
35829            ! win32/Makefile
35830 ____________________________________________________________________________
35831 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
35832         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
35833              to happen right after the inclusion of <inttypes.h>,
35834              from Edward Moy.
35835      Branch: perl
35836            ! handy.h perl.h
35837 ____________________________________________________________________________
35838 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
35839         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
35840              From: Doug MacEachern <dougm@covalent.net>
35841              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
35842              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
35843      Branch: perl
35844            ! ext/DynaLoader/DynaLoader_pm.PL
35845 ____________________________________________________________________________
35846 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
35847         Log: Revert #10656 for performance reasons but leave in the
35848              use of Hv*() macros -- in comments, so that grepping the
35849              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
35850              suggested by Sarathy, also by Abhijit.)
35851      Branch: perl
35852            ! hv.c
35853 ____________________________________________________________________________
35854 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
35855         Log: Subject: [patch] .s MakeMaker suffix
35856              From: Doug MacEachern <dougm@covalent.net>
35857              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
35858              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
35859      Branch: perl
35860            ! lib/ExtUtils/MM_Unix.pm
35861 ____________________________________________________________________________
35862 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
35863         Log: One test lost in the big shuffle restored.
35864      Branch: perl
35865            + ext/IPC/SysV/ipcsysv.t
35866            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
35867 ____________________________________________________________________________
35868 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
35869         Log: Rename the old non-standard threads tests so that
35870              they won't be invoked.
35871      Branch: perl
35872            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
35873            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
35874            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
35875            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
35876            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
35877            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
35878            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
35879            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
35880            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
35881            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
35882            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
35883            - ext/Thread/unsync4.t
35884            ! MANIFEST
35885 ____________________________________________________________________________
35886 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
35887         Log: Integrate perlio.
35888      Branch: perl
35889           !> win32/config_sh.PL
35890 ____________________________________________________________________________
35891 [ 10709] By: nick                                  on 2001/06/19  08:18:18
35892         Log: Integrate mainline
35893      Branch: perlio
35894           +> (branch 40 files)
35895            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
35896            - lib/strict/subs lib/strict/vars lib/warnings/1global
35897            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
35898            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
35899            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
35900            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
35901            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
35902            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
35903            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
35904            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
35905            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
35906            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
35907            - lib/warnings/utf8 lib/warnings/util
35908           !> (integrate 57 files)
35909 ____________________________________________________________________________
35910 [ 10708] By: nick                                  on 2001/06/19  07:57:10
35911         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
35912      Branch: perlio
35913            ! win32/config_sh.PL
35914 ____________________________________________________________________________
35915 [ 10707] By: nick                                  on 2001/06/19  07:05:07
35916         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
35917      Branch: perl
35918            ! perly.c perly.y perly_c.diff vms/perly_c.vms
35919 ____________________________________________________________________________
35920 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
35921         Log: More perl572delta tweaks.
35922      Branch: perl
35923            ! pod/perl572delta.pod
35924 ____________________________________________________________________________
35925 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
35926         Log: Update perl572delta.
35927      Branch: perl
35928            ! pod/perl572delta.pod
35929 ____________________________________________________________________________
35930 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
35931         Log: VOS updates from Paul Green.
35932      Branch: perl
35933            ! vos/Changes vos/build.cm vos/perl.bind
35934 ____________________________________________________________________________
35935 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
35936         Log: Update the vos/config.*.* files.
35937      Branch: perl
35938            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35939            ! vos/config.ga.h
35940 ____________________________________________________________________________
35941 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
35942         Log: Add a makefile for more painless adding of symbols to the
35943              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
35944              takes care of the adding)
35945      Branch: perl
35946            + vos/Makefile
35947 ____________________________________________________________________________
35948 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
35949         Log: Make libnetcfg by default display the libnet configuration,
35950              -c to change, add -i for old config, document all options,
35951              regen toc.
35952      Branch: perl
35953            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
35954 ____________________________________________________________________________
35955 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
35956         Log: gcc -Wall sweep.
35957      Branch: perl
35958            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
35959 ____________________________________________________________________________
35960 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
35961         Log: So there.
35962      Branch: perl
35963            ! universal.c
35964 ____________________________________________________________________________
35965 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
35966         Log: Document the need for sv_printify().
35967              
35968              Document that 'use utf8' has been considered.
35969              
35970              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
35971      Branch: perl
35972            ! pod/perltodo.pod universal.c
35973 ____________________________________________________________________________
35974 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
35975         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
35976              From: Nicholas Clark <nick@ccl4.org>
35977              Date: Mon, 18 Jun 2001 23:29:23 +0100
35978              Message-ID: <20010618232923.I98663@plum.flirble.org>
35979      Branch: perl
35980            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
35981            ! ext/Sys/Syslog/Makefile.PL
35982 ____________________________________________________________________________
35983 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
35984         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
35985              From: Scott.L.Miller@Compaq.com
35986              Date: Mon, 18 Jun 2001 10:12:27 -0500
35987              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
35988      Branch: perl
35989            ! lib/perl5db.pl pod/perldebug.pod
35990 ____________________________________________________________________________
35991 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
35992         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
35993              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
35994              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
35995              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
35996      Branch: perl
35997            ! lib/Carp/Heavy.pm
35998 ____________________________________________________________________________
35999 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
36000         Log: Subject: [PATCH] Documentation changes for CLONE
36001              From: Artur Bergman <artur@contiller.se>
36002              Date: Mon, 18 Jun 2001 22:06:37 +0200
36003              Message-ID: <B7542BEC.1719%artur@contiller.se>
36004      Branch: perl
36005            ! pod/perlmod.pod pod/perlsub.pod
36006 ____________________________________________________________________________
36007 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
36008         Log: Subject: Re: configure.com
36009              From: "Craig A. Berry" <craigberry@mac.com>
36010              Date: Mon, 18 Jun 2001 16:04:38 -0500
36011              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
36012      Branch: perl
36013            ! configure.com
36014 ____________________________________________________________________________
36015 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
36016         Log: Subject: PL_nullstash + perl_clone()
36017              From: Doug MacEachern <dougm@covalent.net>
36018              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
36019              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
36020      Branch: perl
36021            ! sv.c
36022 ____________________________________________________________________________
36023 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
36024         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
36025              From: davem@fdgroup.co.uk
36026              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
36027              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
36028      Branch: perl
36029            ! embed.pl pod/perlapi.pod
36030 ____________________________________________________________________________
36031 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
36032         Log: More cross-compilation defaults gleaned from -Dcc
36033              if it is CPU-OS-gcc.
36034      Branch: metaconfig
36035            ! U/modified/libc.U
36036      Branch: metaconfig/U/perl
36037            ! Cross.U
36038      Branch: perl
36039            ! Configure INSTALL
36040 ____________________________________________________________________________
36041 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
36042         Log: Update Changes.
36043      Branch: perl
36044            ! Changes patchlevel.h
36045 ____________________________________________________________________________
36046 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
36047         Log: Subject: [PATCH 5.7.1] sv.c documentation
36048              From: davem@fdgroup.co.uk
36049              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
36050              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
36051      Branch: perl
36052            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
36053            ! sv.c sv.h
36054 ____________________________________________________________________________
36055 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
36056         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
36057              From: "Jon Gunnip" <jongunnip@hotmail.com>
36058              Date: Sun, 17 Jun 2001 18:24:29 -0400
36059              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
36060      Branch: perl
36061            ! pod/perlvar.pod
36062 ____________________________________________________________________________
36063 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
36064         Log: Move the locale/strict/warnings helper files back
36065              under the t/lib; this way the amount of non-installabled
36066              stuff under lib/ stays smaller.
36067      Branch: perl
36068            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
36069            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
36070            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
36071            + t/lib/warnings/5nolint t/lib/warnings/6default
36072            + t/lib/warnings/7fatal t/lib/warnings/8signal
36073            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
36074            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
36075            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
36076            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
36077            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
36078            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
36079            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
36080            + t/lib/warnings/taint t/lib/warnings/toke
36081            + t/lib/warnings/universal t/lib/warnings/utf8
36082            + t/lib/warnings/util
36083            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
36084            - lib/strict/subs lib/strict/vars lib/warnings/1global
36085            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
36086            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
36087            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
36088            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
36089            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
36090            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
36091            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
36092            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
36093            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
36094            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
36095            - lib/warnings/utf8 lib/warnings/util
36096            ! MANIFEST installperl lib/locale.t lib/strict.t
36097 ____________________________________________________________________________
36098 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
36099         Log: Split off the pack/unpack code, from Nicholas Clark.
36100      Branch: perl
36101            + pp_pack.c
36102            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
36103            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
36104            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
36105 ____________________________________________________________________________
36106 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
36107         Log: Guard the SysV IPC tests against being invoked in
36108              SysV-IPC-less places.
36109      Branch: perl
36110            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
36111 ____________________________________________________________________________
36112 [ 10683] By: nick                                  on 2001/06/18  12:24:42
36113         Log: Integrate mainline (new test scheme now ok on Linux).
36114      Branch: perlio
36115           +> lib/warnings.t
36116           !> dump.c sv.c
36117 ____________________________________________________________________________
36118 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
36119         Log: Add the locale.c and numeric.c to the microperl sources.
36120      Branch: perl
36121            ! Makefile.micro win32/Makefile
36122 ____________________________________________________________________________
36123 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
36124         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
36125              From: Abhijit Menon-Sen <ams@wiw.org>
36126              Date: Mon, 18 Jun 2001 14:23:44 +0530
36127              Message-ID: <20010618142344.A13136@lustre.linux.in>
36128      Branch: perl
36129            ! dump.c
36130 ____________________________________________________________________________
36131 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
36132         Log: Subject: Re: [PATCH] more anonymous stash cleanups
36133              From: Abhijit Menon-Sen <ams@wiw.org>
36134              Date: Mon, 18 Jun 2001 15:50:32 +0530
36135              Message-ID: <20010618155032.A13223@lustre.linux.in>
36136              
36137              Plus the comment left in as suggested by NI-S.
36138      Branch: perl
36139            ! sv.c
36140 ____________________________________________________________________________
36141 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
36142         Log: One missed file.
36143      Branch: perl
36144            + lib/warnings.t
36145 ____________________________________________________________________________
36146 [ 10678] By: nick                                  on 2001/06/18  08:05:29
36147         Log: Integrate mainline (part2 - the deletes)
36148      Branch: perlio
36149            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
36150            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
36151            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
36152            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
36153            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
36154            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
36155            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
36156            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
36157            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
36158            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
36159            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
36160 ____________________________________________________________________________
36161 [ 10677] By: nick                                  on 2001/06/18  08:04:44
36162         Log: Integrate mainline (part1)
36163      Branch: perlio
36164           +> (branch 376 files)
36165            - (delete 219 files)
36166           !> (integrate 151 files)
36167 ____________________________________________________________________________
36168 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
36169         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
36170              No doubt I made some mistakes like missed some files or
36171              misnamed some files.  The naming rules were more or less:
36172              (1) if the module is from CPAN, follows its ways, be it
36173              t/*.t or test.pl.
36174              (2) otherwise if there are multiple tests for a module
36175              put them in a t/
36176              (3) otherwise if there's only one test put it in Module.t
36177              (4) helper files go to module/ (locale, strict, warnings)
36178              (5) use longer filenames now that we can (but e.g. the
36179              compat-0.6.t and the Text::Balanced test files still
36180              were renamed to be more civil against the 8.3 people)
36181              installperl was updated appropriately not to install the
36182              *.t files or the help files from under lib.
36183              
36184              TODO: some helper files still remain under t/ that could
36185              follow their 'masters'.  UPDATE: On second thoughts, why
36186              should they.  They can continue to live under t/lib, and
36187              in fact the locale/strict/warnings helpers that were moved
36188              could be moved back.  This way the amount of non-installable
36189              stuff under lib/ stays smaller.
36190      Branch: perl
36191            + (add 253 files)
36192            - (delete 254 files)
36193            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
36194 ____________________________________________________________________________
36195 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
36196         Log: The warning no more comes from util.c, it comes from numeric.c.
36197      Branch: perl
36198            ! README.tru64
36199 ____________________________________________________________________________
36200 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
36201         Log: Subject: Re: anyone good at casting spells?
36202              From: Spider Boardman <spider@Orb.Nashua.NH.US>
36203              Date: Sun, 17 Jun 2001 21:21:04 -0400
36204              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
36205      Branch: perl
36206            ! ext/POSIX/POSIX.xs hv.h
36207 ____________________________________________________________________________
36208 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
36209         Log: Protect the (original) thread tests against testing if no 5.005
36210              threads have been configured.
36211      Branch: perl
36212            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
36213            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
36214            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
36215            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
36216            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
36217            ! ext/Thread/unsync4.t
36218 ____________________________________________________________________________
36219 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
36220         Log: Try the new test scanning scheme on Text::Abbrev.
36221      Branch: perl
36222            + lib/Text/Abbrev.t
36223            - lib/Text/Abbrev/t/abbrev.t
36224            ! MANIFEST
36225 ____________________________________________________________________________
36226 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
36227         Log: Change the scan policy of the *.t and test.pl files,
36228              now the *.t do not need to live in a t/ directory.
36229      Branch: perl
36230            ! t/TEST t/harness
36231 ____________________________________________________________________________
36232 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
36233         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
36234              From: Ilmari Karonen <iltzu@sci.fi>
36235              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
36236              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
36237      Branch: perl
36238            ! pod/perlfaq7.pod
36239 ____________________________________________________________________________
36240 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
36241         Log: Quench the warnings from Tru64; the HP-UX is still
36242              broken because it really, REALLY, doesn't like the
36243              HvARRAY() being lvalue:
36244              
36245              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
36246              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
36247      Branch: perl
36248            ! hv.c
36249 ____________________________________________________________________________
36250 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
36251         Log: Integrate change #10667 from maintperl:
36252              
36253              change#10449 broke the special-case that makes lexicals inside the
36254              eval"" within DB::DB() visible
36255      Branch: perl
36256           !> op.c
36257 ____________________________________________________________________________
36258 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
36259         Log: change#10449 broke the special-case that makes lexicals inside the
36260              eval"" within DB::DB() visible
36261      Branch: maint-5.6/perl
36262            ! op.c
36263 ____________________________________________________________________________
36264 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
36265         Log: Still spurious output; indent the code a bit.
36266              
36267              TODO1: separate the utility functions like MkDir
36268              into a helper script?
36269              
36270              TODO2: I see a lot of repetition in the filepath()
36271              and dirpath() calls.
36272      Branch: perl
36273            ! t/lib/filefind.t t/lib/findtaint.t
36274 ____________________________________________________________________________
36275 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
36276         Log: Regen modlib, toc.
36277      Branch: perl
36278            ! pod/perlmodlib.pod pod/perltoc.pod
36279 ____________________________________________________________________________
36280 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
36281         Log: Add libnetcfg to perlutil.
36282      Branch: perl
36283            ! pod/perlutil.pod
36284 ____________________________________________________________________________
36285 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
36286         Log: Initial integration of libnet-1.0703.
36287              The Configure script renamed as libnetcfg, will be
36288              installed along other utilities.
36289      Branch: perl
36290            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
36291            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
36292            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
36293            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
36294            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
36295            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
36296            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
36297            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
36298            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
36299            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
36300            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
36301            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
36302            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
36303            + utils/libnetcfg.PL
36304            ! MANIFEST utils.lst utils/Makefile
36305 ____________________________________________________________________________
36306 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
36307         Log: Less potentially test-harness-confusing output.
36308      Branch: perl
36309            ! lib/Memoize/t/expire_module_t.t
36310 ____________________________________________________________________________
36311 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
36312         Log: The final print annoys make test.
36313      Branch: perl
36314            ! t/lib/filefind.t t/lib/findtaint.t
36315 ____________________________________________________________________________
36316 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
36317         Log: Add an option for handling dangling symbolic links.
36318      Branch: perl
36319            ! lib/File/Find.pm t/lib/filefind.t
36320 ____________________________________________________________________________
36321 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
36322         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
36323              From: Thomas Wegner <wegner_thomas@yahoo.com>
36324              Date: Sun, 17 Jun 2001 14:43:11 +0200
36325              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
36326      Branch: perl
36327            + t/lib/findtaint.t
36328            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
36329 ____________________________________________________________________________
36330 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
36331         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
36332              From: Jonathan Stowe <gellyfish@gellyfish.com>
36333              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
36334              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
36335      Branch: perl
36336            ! lib/ExtUtils/MM_Unix.pm
36337 ____________________________________________________________________________
36338 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
36339         Log: Subject: [PATCH] more anonymous stash cleanups
36340              From: Abhijit Menon-Sen <ams@wiw.org>
36341              Date: Sun, 17 Jun 2001 11:44:06 +0530
36342              Message-ID: <20010617114406.A25203@lustre.linux.in>
36343      Branch: perl
36344            ! op.c
36345 ____________________________________________________________________________
36346 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
36347         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
36348              From: Abhijit Menon-Sen <ams@wiw.org>
36349              Date: Sun, 17 Jun 2001 08:02:59 +0530
36350              Message-ID: <20010617080259.A28776@lustre.linux.in>
36351              
36352              Subject: [PATCH #2/7] xhv_eiter
36353              From: Abhijit Menon-Sen <ams@wiw.org>
36354              Date: Sun, 17 Jun 2001 08:13:18 +0530
36355              Message-ID: <20010617081318.B28776@lustre.linux.in>
36356              
36357              Subject: [PATCH #3/7] xhv_fill
36358              From: Abhijit Menon-Sen <ams@wiw.org>
36359              Date: Sun, 17 Jun 2001 08:25:16 +0530
36360              Message-ID: <20010617082516.C28776@lustre.linux.in>
36361              
36362              Subject: [PATCH #4/7] xhv_keys
36363              From: Abhijit Menon-Sen <ams@wiw.org>
36364              Date: Sun, 17 Jun 2001 08:36:17 +0530
36365              Message-ID: <20010617083617.D28776@lustre.linux.in>
36366              
36367              Subject: [PATCH #5/7] xhv_max
36368              From: Abhijit Menon-Sen <ams@wiw.org>
36369              Date: Sun, 17 Jun 2001 08:39:48 +0530
36370              Message-ID: <20010617083948.E28776@lustre.linux.in>
36371              
36372              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
36373              From: Abhijit Menon-Sen <ams@wiw.org>
36374              Date: Sun, 17 Jun 2001 08:51:11 +0530
36375              Message-ID: <20010617085111.F28776@lustre.linux.in>
36376      Branch: perl
36377            ! hv.c
36378 ____________________________________________________________________________
36379 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
36380         Log: Update Changes.
36381      Branch: perl
36382            ! Changes patchlevel.h
36383 ____________________________________________________________________________
36384 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
36385         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
36386              From: Abhijit Menon-Sen <ams@wiw.org>
36387              Date: Sat, 16 Jun 2001 07:41:19 +0530
36388              Message-ID: <20010616074119.A24720@lustre.linux.in>
36389      Branch: perl
36390            ! hv.c perl.c vms/vmsish.h win32/win32.h
36391 ____________________________________________________________________________
36392 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
36393         Log: Document tests failing when threaded, since we now have more.
36394      Branch: perl
36395            ! pod/perl572delta.pod
36396 ____________________________________________________________________________
36397 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
36398         Log: -Wall cleanup.
36399      Branch: perl
36400            ! ext/Thread/Thread.xs
36401 ____________________________________________________________________________
36402 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
36403         Log: pthread_attr_setstacksize() isn't absolutely necessary
36404              to call, only iff THREAD_CREATE_NEEDS_STACK.
36405      Branch: perl
36406            ! ext/Thread/Thread.xs
36407 ____________________________________________________________________________
36408 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
36409         Log: -Wall strays.
36410      Branch: perl
36411            ! perl.c util.c
36412 ____________________________________________________________________________
36413 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
36414         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
36415              (and INT64_MIN) brokenness.
36416      Branch: perl
36417            ! hints/darwin.sh perl.h
36418 ____________________________________________________________________________
36419 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
36420         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
36421              From: Nicholas Clark <nick@ccl4.org>
36422              Date: Sun, 17 Jun 2001 00:16:05 +0100
36423              Message-ID: <20010617001605.V98663@plum.flirble.org>
36424      Branch: perl
36425            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
36426            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
36427            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
36428 ____________________________________________________________________________
36429 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
36430         Log: Add perlnetware to docs; regen toc; supply skeleton
36431              docs for some Memoize submodules.
36432      Branch: perl
36433            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
36434            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
36435            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
36436            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
36437            ! win32/Makefile win32/makefile.mk
36438 ____________________________________________________________________________
36439 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
36440         Log: pod cleanup.
36441      Branch: perl
36442            ! README.netware
36443 ____________________________________________________________________________
36444 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
36445         Log: Integrate Memoize 0.64.  Few tweaks were required in
36446              the test scripts.  Note that the speed and expire*
36447              tests take several dozen seconds to run.
36448      Branch: perl
36449            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
36450            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
36451            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
36452            + lib/Memoize/README lib/Memoize/SDBM_File.pm
36453            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
36454            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
36455            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
36456            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
36457            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
36458            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
36459            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
36460            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
36461            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
36462            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
36463            ! MANIFEST t/lib/1_compile.t
36464 ____________________________________________________________________________
36465 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
36466         Log: Document the cross-compilation options.
36467      Branch: perl
36468            ! Cross/README INSTALL
36469 ____________________________________________________________________________
36470 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
36471         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
36472      Branch: perl
36473            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
36474            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
36475            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
36476            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
36477            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
36478            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
36479            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
36480            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
36481            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
36482            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
36483            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
36484            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
36485            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
36486            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
36487            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
36488            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
36489            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
36490            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
36491            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
36492            + lib/ExtUtils/MM_NW5.pm
36493            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
36494            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
36495            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
36496            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
36497            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
36498            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
36499            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
36500            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
36501            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
36502            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
36503            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
36504            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
36505            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
36506            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
36507            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
36508            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
36509            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
36510            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
36511            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
36512            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
36513            ! util.h x2p/a2py.c
36514 ____________________________________________________________________________
36515 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
36516         Log: Resort MANIFEST.
36517      Branch: perl
36518            ! MANIFEST
36519 ____________________________________________________________________________
36520 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
36521         Log: Integrate perlio.
36522      Branch: perl
36523           +> win32/win32io.c
36524           !> MANIFEST perlio.c perliol.h win32/makefile.mk
36525 ____________________________________________________________________________
36526 [ 10640] By: nick                                  on 2001/06/16  18:38:31
36527         Log: Disable :win32 layer as default till I get it working
36528      Branch: perlio
36529            ! MANIFEST perlio.c
36530 ____________________________________________________________________________
36531 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
36532         Log: Try the new scheme by moving the Text::Abbrev test
36533              to a new place under lib.
36534      Branch: perl
36535            + lib/Text/Abbrev/t/abbrev.t
36536            - t/lib/abbrev.t
36537            ! MANIFEST
36538 ____________________________________________________________________________
36539 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
36540         Log: Make the code even more dynamical so that testname
36541              suffix length can change.
36542      Branch: perl
36543            ! lib/Test/Harness.pm t/TEST
36544 ____________________________________________________________________________
36545 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
36546         Log: Allow for deeper t/ and also a single test.pl.
36547      Branch: perl
36548            ! t/TEST t/harness
36549 ____________________________________________________________________________
36550 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
36551         Log: #define fix from Nicholas Clark.
36552      Branch: perl
36553            ! ext/POSIX/POSIX.xs
36554 ____________________________________________________________________________
36555 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
36556         Log: Initialization is nice.
36557      Branch: perl
36558            ! lib/Test/Harness.pm
36559 ____________________________________________________________________________
36560 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
36561         Log: Make t/TEST and t/harness to test also the t/ tests
36562              under the main lib/ and ext/ directories.  Fix Test::Harness
36563              to dynamically change the width of its "foo/bar....ok" output.
36564      Branch: perl
36565            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
36566 ____________________________________________________________________________
36567 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
36568         Log: Subject: [PATCH] Re: perl@10611 
36569              From: Nicholas Clark <nick@ccl4.org>
36570              Date: Sat, 16 Jun 2001 16:52:47 +0100
36571              Message-ID: <20010616165247.O98663@plum.flirble.org>
36572              
36573              The .xs parts, too.
36574      Branch: perl
36575            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
36576            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
36577 ____________________________________________________________________________
36578 [ 10632] By: nick                                  on 2001/06/16  16:44:35
36579         Log: Work-in-progress win32 layer semi-functional, checking 
36580              for UNIX breakage.
36581      Branch: perlio
36582            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
36583 ____________________________________________________________________________
36584 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
36585         Log: Subject: [PATCH] Re: perl@10611 
36586              From: Nicholas Clark <nick@ccl4.org>
36587              Date: Sat, 16 Jun 2001 16:52:47 +0100
36588              Message-ID: <20010616165247.O98663@plum.flirble.org>
36589      Branch: perl
36590            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
36591            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
36592            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
36593            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
36594            ! lib/ExtUtils/Constant.pm
36595 ____________________________________________________________________________
36596 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
36597         Log: Metaconfig unit change for #10629.
36598      Branch: metaconfig
36599            ! U/modified/Finish.U
36600 ____________________________________________________________________________
36601 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
36602         Log: The extraction changed directories.
36603      Branch: perl
36604            ! Configure
36605 ____________________________________________________________________________
36606 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
36607         Log: Math::BigInt 1.35 from Tels.
36608      Branch: perl
36609            + t/lib/mbimbf.t
36610            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
36611            ! t/lib/bigfltpm.t t/lib/bigintpm.t
36612 ____________________________________________________________________________
36613 [ 10627] By: nick                                  on 2001/06/16  14:54:52
36614         Log: Work in progress UNIX-side edit of win32 PerLIO layer
36615      Branch: perlio
36616            + win32/win32io.c
36617            ! perlio.c win32/makefile.mk
36618 ____________________________________________________________________________
36619 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
36620         Log: Subject: [PATCH 5.6.1] os2/diff-configure
36621              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36622              Date: Fri, 15 Jun 2001 01:19:36 -0400
36623              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
36624              
36625              Empty all of it because I think #10624 made even the
36626              last patch hunk unnecessary.
36627      Branch: perl
36628            ! os2/diff.configure
36629 ____________________________________________________________________________
36630 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
36631         Log: Metaconfig unit change for 10624.
36632      Branch: metaconfig
36633            ! U/modified/libc.U
36634      Branch: perl
36635            ! config_h.SH
36636 ____________________________________________________________________________
36637 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
36638         Log: Move the initialization of libnames to the beginning so
36639              that can one 'seed' it (as OS/2 does.)
36640      Branch: perl
36641            ! Configure
36642 ____________________________________________________________________________
36643 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
36644         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
36645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36646              Date: Fri, 15 Jun 2001 19:10:57 -0400
36647              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
36648      Branch: perl
36649            ! os2/OS2/REXX/DLL/DLL.pm
36650 ____________________________________________________________________________
36651 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
36652         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
36653              From: "Craig A. Berry" <craigberry@mac.com>
36654              Date: Fri, 15 Jun 2001 17:00:03 -0500
36655              Message-Id: <a05101007b750342599be@[172.16.52.1]>
36656      Branch: perl
36657            ! vms/descrip_mms.template
36658 ____________________________________________________________________________
36659 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
36660         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
36661              From: "Craig A. Berry" <craigberry@mac.com>
36662              Date: Fri, 15 Jun 2001 18:39:42 -0500
36663              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
36664      Branch: perl
36665            ! lib/File/Spec/VMS.pm t/lib/extutils.t
36666 ____________________________________________________________________________
36667 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
36668         Log: Integrate perlio.
36669      Branch: perl
36670           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
36671           !> t/io/utf8.t t/lib/io_scalar.t
36672 ____________________________________________________________________________
36673 [ 10619] By: nick                                  on 2001/06/15  21:05:19
36674         Log: Generated files
36675      Branch: perlio
36676            ! embed.h proto.h
36677 ____________________________________________________________________________
36678 [ 10618] By: nick                                  on 2001/06/15  20:27:42
36679         Log: Fix open.pm to work via XS-implemented method calls rather
36680              than *open::layers variables which caused all the HV/AV hassle.
36681      Branch: perlio
36682            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
36683            ! t/lib/io_scalar.t
36684 ____________________________________________________________________________
36685 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
36686         Log: Integrate perlio.
36687      Branch: perl
36688           !> lib/ExtUtils/Constant.pm
36689 ____________________________________________________________________________
36690 [ 10616] By: nick                                  on 2001/06/15  18:46:47
36691         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
36692      Branch: perlio
36693            ! lib/ExtUtils/Constant.pm
36694 ____________________________________________________________________________
36695 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
36696         Log: Integrate perlio.
36697      Branch: perl
36698           !> ext/Socket/Socket.xs
36699 ____________________________________________________________________________
36700 [ 10614] By: nick                                  on 2001/06/15  18:33:37
36701         Log: MULTIPLICITY fix for Socket.xs
36702      Branch: perlio
36703            ! ext/Socket/Socket.xs
36704 ____________________________________________________________________________
36705 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
36706         Log: Subject: Re: perl@10611
36707              From: Doug MacEachern <dougm@covalent.net>
36708              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
36709              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
36710      Branch: perl
36711            ! ext/Socket/Socket.xs
36712 ____________________________________________________________________________
36713 [ 10612] By: nick                                  on 2001/06/15  16:14:38
36714         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
36715      Branch: perlio
36716           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
36717           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
36718           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
36719           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
36720           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
36721           !> utils/h2ph.PL
36722 ____________________________________________________________________________
36723 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
36724         Log: Update Changes.
36725      Branch: perl
36726            ! Changes patchlevel.h
36727 ____________________________________________________________________________
36728 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
36729         Log: Upping the test count.
36730      Branch: perl
36731            ! t/lib/filefind.t
36732 ____________________________________________________________________________
36733 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
36734         Log: Integrate perlio.
36735      Branch: perl
36736           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36737 ____________________________________________________________________________
36738 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
36739         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
36740              From: andreas.koenig@anima.de (Andreas J. Koenig)
36741              Date: 15 Jun 2001 13:30:39 +0200
36742              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
36743              
36744              Record the grim history.
36745      Branch: perl
36746            ! lib/File/Find.pm
36747 ____________________________________________________________________________
36748 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
36749         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
36750              From: Brian McCauley <nobull@mail.com>
36751              Date: 15 Jun 2001 07:51:26 +0100
36752              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
36753      Branch: perl
36754            ! lib/File/Find.pm t/lib/filefind.t
36755 ____________________________________________________________________________
36756 [ 10606] By: nick                                  on 2001/06/15  14:00:08
36757         Log: regen_config_h for Win32.
36758      Branch: perlio
36759            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36760 ____________________________________________________________________________
36761 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
36762         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
36763              From: Peter Prymmer <pvhp@forte.com>
36764              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
36765              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
36766      Branch: perl
36767            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
36768 ____________________________________________________________________________
36769 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
36770         Log: Some filesystems require writability for rename/unlink.
36771      Branch: perl
36772            ! opcode.pl
36773 ____________________________________________________________________________
36774 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
36775         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
36776              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
36777              Date: Fri, 15 Jun 2001 12:08:53 +0200
36778              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
36779      Branch: perl
36780            ! perlio.c
36781 ____________________________________________________________________________
36782 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
36783         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
36784              From: Mike Guy <mjtg@cam.ac.uk>
36785              Date: Fri, 15 Jun 2001 14:11:49 +0100
36786              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
36787      Branch: perl
36788            ! opcode.pl
36789 ____________________________________________________________________________
36790 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
36791         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
36792              From: Nicholas Clark <nick@ccl4.org>
36793              Date: Thu, 14 Jun 2001 23:52:56 +0100
36794              Message-ID: <20010614235256.G98663@plum.flirble.org>
36795      Branch: perl
36796            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
36797            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
36798 ____________________________________________________________________________
36799 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
36800         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
36801              From: Russ Allbery <rra@stanford.edu>
36802              Date: 14 Jun 2001 13:24:43 -0700
36803              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
36804      Branch: perl
36805            ! ext/GDBM_File/GDBM_File.pm
36806 ____________________________________________________________________________
36807 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
36808         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
36809              From: Nicholas Clark <nick@ccl4.org>
36810              Date: Thu, 14 Jun 2001 20:37:47 +0100
36811              Message-ID: <20010614203747.F98663@plum.flirble.org>
36812      Branch: perl
36813            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
36814            ! t/lib/gdbm.t
36815 ____________________________________________________________________________
36816 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
36817         Log: Integrate perlio.
36818      Branch: perl
36819           !> makedef.pl sv.c
36820 ____________________________________________________________________________
36821 [ 10597] By: nick                                  on 2001/06/15  11:08:13
36822         Log: Check that HVs with HvNAME() != NULL are really stashes before
36823              treating them as such. Also be more defensive on the GvCV.
36824              Win32 fork and dprof now working again. 
36825      Branch: perlio
36826            ! sv.c
36827 ____________________________________________________________________________
36828 [ 10596] By: nick                                  on 2001/06/15  10:11:20
36829         Log: Integrate mainline.
36830      Branch: perlio
36831           +> Cross/README
36832           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
36833           !> Porting/config_H config_h.SH configure.com epoc/config.sh
36834           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
36835           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36836           !> vos/config.ga.h win32/config.bc win32/config.gc
36837           !> win32/config.vc win32/config_H.bc win32/config_H.gc
36838           !> win32/config_H.vc
36839 ____________________________________________________________________________
36840 [ 10595] By: nick                                  on 2001/06/15  09:37:17
36841         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
36842              - Win32 (VC++) now builds but fails:
36843              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
36844              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
36845              write.t    - open(...,"|-") not implemented on Win32 
36846      Branch: perlio
36847            ! makedef.pl
36848 ____________________________________________________________________________
36849 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
36850         Log: Integrate perlio.
36851      Branch: perl
36852           !> perlio.c win32/makefile.mk
36853 ____________________________________________________________________________
36854 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
36855         Log: Metaconfig unit changes for #10592.
36856      Branch: metaconfig
36857            + U/modified/i_varhdr.U U/modified/startsh.U
36858            - U/a_dvisory/crosscompile.U U/target/Target.U
36859            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
36860            ! U/compline/bitpbyte.U U/compline/byteorder.U
36861            ! U/compline/ccflags.U U/compline/charsize.U
36862            ! U/compline/d_casti32.U U/compline/d_castneg.U
36863            ! U/compline/d_closedir.U U/compline/d_fd_set.U
36864            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
36865            ! U/compline/d_keepsig.U U/compline/d_open3.U
36866            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
36867            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
36868            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
36869            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
36870            ! U/compline/doublesize.U U/compline/floatsize.U
36871            ! U/compline/nblock_io.U U/compline/orderlib.U
36872            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
36873            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
36874            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
36875            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
36876            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
36877            ! U/modified/spitshell.U U/threads/archname.U
36878            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
36879            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
36880            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
36881            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
36882            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
36883      Branch: metaconfig/U/perl
36884            + Cross.U
36885            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
36886            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
36887            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
36888            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
36889            ! stdio_streams.U uselfs.U
36890 ____________________________________________________________________________
36891 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
36892         Log: The first steps towards cross-compilation.
36893              
36894              Abstract execution of compiled test executables with $run,
36895              and abstract transfer of files with $to and $from.
36896              
36897              Under cross-compilation the $run, $to, and $from will point
36898              to appropriate wrapper scripts, by default ssh and scp,
36899              but also rsh, rcp, and cp are supported.  If not
36900              cross-compiling, they will be set to '', ':', and ':',
36901              respectively.
36902              
36903              With these patches I was able to get Configure for
36904              iPAQ ARM Linux on an Intel Linux about 95% right
36905              (only a few tests failed to execute or they produced
36906              incorrect results), and I was able to compile
36907              a functional miniperl.
36908              
36909              The symbol crosscompile renamed to be usecrosscompile,
36910              the corresponding C symbol from CROSSCOMPILE to
36911              USE_CROSS_COMPILE.
36912      Branch: perl
36913            ! Configure Cross/README Makefile.SH Porting/Glossary
36914            ! Porting/config.sh Porting/config_H config_h.SH configure.com
36915            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
36916            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
36917            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36918            ! win32/config.gc win32/config.vc win32/config_H.bc
36919            ! win32/config_H.gc win32/config_H.vc
36920 ____________________________________________________________________________
36921 [ 10591] By: nick                                  on 2001/06/14  20:00:12
36922         Log: Steps along the road toward Win32 building again.
36923      Branch: perlio
36924            ! perlio.c win32/makefile.mk
36925 ____________________________________________________________________________
36926 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
36927         Log: Integrate perlio.
36928      Branch: perl
36929           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36930 ____________________________________________________________________________
36931 [ 10589] By: nick                                  on 2001/06/14  13:54:07
36932         Log: Routine regen_config_h for Win32
36933      Branch: perlio
36934            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36935 ____________________________________________________________________________
36936 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
36937         Log: Integrate perlio.
36938      Branch: perl
36939           +> perlyline.pl
36940           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
36941 ____________________________________________________________________________
36942 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
36943         Log: A placeholder.
36944      Branch: perl
36945            + Cross/README
36946 ____________________________________________________________________________
36947 [ 10586] By: nick                                  on 2001/06/14  08:25:07
36948         Log: Add new step to run_byacc which:
36949              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
36950              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
36951      Branch: perlio
36952            + perlyline.pl
36953            ! MANIFEST Makefile.SH perly.c
36954 ____________________________________________________________________________
36955 [ 10585] By: nick                                  on 2001/06/14  08:22:29
36956         Log: Integrate mainline
36957      Branch: perlio
36958           +> locale.c numeric.c
36959           !> Changes cygwin/Makefile.SHs embed.h embed.pl
36960           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
36961           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
36962           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
36963           !> x2p/Makefile.SH
36964 ____________________________________________________________________________
36965 [ 10584] By: nick                                  on 2001/06/14  08:05:53
36966         Log: Hack to remove insecure directories from PATH so test will run.
36967      Branch: perlio
36968            ! t/lib/filefind.t
36969 ____________________________________________________________________________
36970 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
36971         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
36972      Branch: perl
36973            - t/lib/mbimbf.t
36974            ! MANIFEST
36975 ____________________________________________________________________________
36976 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
36977         Log: Detypo.
36978      Branch: perl
36979            ! x2p/Makefile.SH
36980 ____________________________________________________________________________
36981 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
36982         Log: de-$CONFIG continues.
36983      Branch: perl
36984            ! cygwin/Makefile.SHs x2p/Makefile.SH
36985 ____________________________________________________________________________
36986 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
36987         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
36988              From: Nicholas Clark <nick@ccl4.org>
36989              Date: Wed, 13 Jun 2001 21:20:13 +0100
36990              Message-ID: <20010613212013.D98663@plum.flirble.org>
36991      Branch: perl
36992            ! opcode.pl
36993 ____________________________________________________________________________
36994 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
36995         Log: Subject: splitting util.c
36996              From: Hugo <hv@crypt.compulink.co.uk>
36997              Date: Thu, 14 Jun 2001 00:41:08 +0100
36998              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
36999      Branch: perl
37000            + locale.c numeric.c
37001            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
37002            ! pod/perlapi.pod proto.h util.c
37003 ____________________________________________________________________________
37004 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
37005         Log: Upgrade to Math::BigInt 1.34 from Tels.
37006      Branch: perl
37007            + t/lib/mbimbf.t
37008            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
37009            ! t/lib/bigfltpm.t t/lib/bigintpm.t
37010 ____________________________________________________________________________
37011 [ 10577] By: nick                                  on 2001/06/13  19:02:48
37012         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
37013      Branch: perlio
37014           !> (integrate 125 files)
37015 ____________________________________________________________________________
37016 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
37017         Log: Update Changes.
37018      Branch: perl
37019            ! Changes patchlevel.h
37020 ____________________________________________________________________________
37021 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
37022         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
37023              From: "Craig A. Berry" <craigberry@mac.com>
37024              Date: Wed, 13 Jun 2001 13:24:28 -0500
37025              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
37026      Branch: perl
37027            ! ext/re/Makefile.PL
37028 ____________________________________________________________________________
37029 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
37030         Log: Mc.u.c. for #10573.
37031      Branch: metaconfig
37032            ! U/threads/usethreads.U
37033 ____________________________________________________________________________
37034 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
37035         Log: It would be also be good if I could type.
37036      Branch: perl
37037            ! Configure
37038 ____________________________________________________________________________
37039 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
37040         Log: Metaconfig unit change for #10571.
37041      Branch: metaconfig
37042            ! U/threads/usethreads.U
37043 ____________________________________________________________________________
37044 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
37045         Log: A non-empty default is a good thing.
37046      Branch: perl
37047            ! Configure
37048 ____________________________________________________________________________
37049 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
37050         Log: Metaconfig unit change for #10569.
37051      Branch: metaconfig
37052            ! U/threads/usethreads.U
37053 ____________________________________________________________________________
37054 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
37055         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
37056              extremely experimental, not even prompted for.
37057      Branch: perl
37058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37059            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
37060            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
37061            ! win32/config.bc win32/config.gc win32/config.vc
37062 ____________________________________________________________________________
37063 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
37064         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
37065      Branch: perl
37066            ! pod/perlfaq6.pod
37067 ____________________________________________________________________________
37068 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
37069         Log: Integrate perlio; conflicts, accept Nick's versions.
37070      Branch: perl
37071           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
37072           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
37073 ____________________________________________________________________________
37074 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
37075         Log: Subject: Re: ext/ + -Wall
37076              From: Doug MacEachern <dougm@covalent.net>
37077              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
37078              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
37079      Branch: perl
37080            ! XSUB.h lib/ExtUtils/xsubpp perl.h
37081 ____________________________________________________________________________
37082 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
37083         Log: Similar logic as DB_File.xs, using the modern macros and
37084              defines them to older ones for older Perls where PERL_VERSION
37085              is not defined, from Doug MacEachern.
37086      Branch: perl
37087            ! ext/Storable/Storable.xs
37088 ____________________________________________________________________________
37089 [ 10564] By: nick                                  on 2001/06/13  15:22:01
37090         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
37091              and using that instead (name lookups are sequential search for now).
37092      Branch: perlio
37093            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
37094            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
37095 ____________________________________________________________________________
37096 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
37097         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
37098              From: "Richard Soderberg" <rs@crystalflame.net>
37099              Date: Sat, 26 May 2001 06:44:20 -0700
37100              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
37101      Branch: perl
37102            ! sv.c t/op/glob.t
37103 ____________________________________________________________________________
37104 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
37105         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
37106              From: "Craig A. Berry" <craigberry@mac.com>
37107              Date: Tue, 12 Jun 2001 23:55:26 -0500
37108              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
37109      Branch: perl
37110            ! ext/re/Makefile.PL ext/re/re.xs
37111 ____________________________________________________________________________
37112 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
37113         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
37114              suggested by NI-S.
37115      Branch: perl
37116            ! XSUB.h malloc.c perl.h
37117 ____________________________________________________________________________
37118 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
37119         Log: Regen toc.
37120      Branch: perl
37121            ! pod/perltoc.pod
37122 ____________________________________________________________________________
37123 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
37124         Log: Subject: [patch] perl.gprof control
37125              From: Doug MacEachern <dougm@covalent.net>
37126              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
37127              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
37128      Branch: perl
37129            ! miniperlmain.c perl.h
37130 ____________________________________________________________________________
37131 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
37132         Log: Subject: Re: ext/ + -Wall
37133              From: Doug MacEachern <dougm@covalent.net>
37134              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
37135              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
37136              
37137              Document ax and break up dXSARGS.
37138      Branch: perl
37139            ! XSUB.h pod/perlapi.pod
37140 ____________________________________________________________________________
37141 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
37142         Log: More AIX tweakage from Merijn.
37143      Branch: perl
37144            ! hints/aix.sh
37145 ____________________________________________________________________________
37146 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
37147         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
37148              From: "Craig A. Berry" <craigberry@mac.com>
37149              Date: Tue, 12 Jun 2001 22:57:45 -0500
37150              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
37151      Branch: perl
37152            ! vms/descrip_mms.template
37153 ____________________________________________________________________________
37154 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
37155         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
37156              From: "Craig A. Berry" <craigberry@mac.com>
37157              Date: Tue, 12 Jun 2001 22:21:39 -0500
37158              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
37159      Branch: perl
37160            ! configure.com util.c
37161 ____________________________________________________________________________
37162 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
37163         Log: New AIX dynaloading code from Jens-Uwe Mager.
37164              Does break binary compatibility.
37165      Branch: perl
37166            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
37167 ____________________________________________________________________________
37168 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
37169         Log: VMS DEC C compiler found nits by Peter Prymmer.
37170      Branch: perl
37171            ! util.c
37172 ____________________________________________________________________________
37173 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
37174         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
37175              From: Peter Prymmer <pvhp@forte.com>
37176              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
37177              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
37178      Branch: perl
37179            ! t/lib/filecomp.t
37180 ____________________________________________________________________________
37181 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
37182         Log: I wonder how many $CONFIGs still lurk in the shadows.
37183      Branch: perl
37184            ! pod/Makefile.SH x2p/cflags.SH
37185 ____________________________________________________________________________
37186 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
37187         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
37188      Branch: perl
37189            ! pod/checkpods.PL
37190 ____________________________________________________________________________
37191 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
37192         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
37193      Branch: perl
37194            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
37195 ____________________________________________________________________________
37196 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
37197         Log: Subject: [patch] rid local_patches warnings
37198              From: Doug MacEachern <dougm@covalent.net>
37199              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
37200              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
37201      Branch: perl
37202            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
37203 ____________________________________________________________________________
37204 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
37205         Log: Subject: Re: ext/ + -Wall
37206              From: Doug MacEachern <dougm@covalent.net>
37207              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
37208              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
37209      Branch: perl
37210            ! ext/attrs/attrs.xs
37211 ____________________________________________________________________________
37212 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
37213         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
37214              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37215              Date: Tue, 12 Jun 2001 14:36:20 -0400
37216              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
37217      Branch: perl
37218            ! pod/perlretut.pod
37219 ____________________________________________________________________________
37220 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
37221         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
37222              From: Mike Guy <mjtg@cam.ac.uk>
37223              Date: Tue, 12 Jun 2001 19:10:31 +0100
37224              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
37225              
37226              Subject: Re: [ID 20010612.001] out of memory during regex compilation
37227              From: Mike Guy <mjtg@cam.ac.uk>
37228              Date: Tue, 12 Jun 2001 19:21:01 +0100
37229              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
37230      Branch: perl
37231            ! pod/perlop.pod
37232 ____________________________________________________________________________
37233 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
37234         Log: AIX tweaks from Merijn H. Brand.
37235      Branch: perl
37236            ! hints/aix.sh
37237 ____________________________________________________________________________
37238 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
37239         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
37240              From: "Brendan O'Dea" <bod@compusol.com.au>
37241              Date: Wed, 13 Jun 2001 05:16:47 +1000
37242              Message-ID: <20010613051647.A8945@compusol.com.au>
37243      Branch: maint-5.6/perl
37244            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
37245 ____________________________________________________________________________
37246 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
37247         Log: Subject: Small bcopy cleanup
37248              From: Andy Dougherty <doughera@lafayette.edu>
37249              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
37250              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
37251      Branch: perl
37252            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
37253 ____________________________________________________________________________
37254 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
37255         Log: Subject: [PATCH] Re: ext/ + -Wall
37256              From: Nicholas Clark <nick@ccl4.org>
37257              Date: Wed, 13 Jun 2001 00:04:30 +0100
37258              Message-ID: <20010613000430.M5901@plum.flirble.org>
37259      Branch: perl
37260            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
37261 ____________________________________________________________________________
37262 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
37263         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
37264              From: Nicholas Clark <nick@ccl4.org>
37265              Date: Tue, 12 Jun 2001 23:53:07 +0100
37266              Message-ID: <20010612235307.L5901@plum.flirble.org>
37267      Branch: perl
37268            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
37269 ____________________________________________________________________________
37270 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
37271         Log: MPE/iX tweaks from Mark Bixby.
37272      Branch: perl
37273            ! hints/mpeix.sh mpeix/mpeixish.h util.c
37274 ____________________________________________________________________________
37275 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
37276         Log: Update Changes.
37277      Branch: perl
37278            ! Changes patchlevel.h
37279 ____________________________________________________________________________
37280 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
37281         Log: One less -Wall whine (found under DEBUGGING).
37282      Branch: perl
37283            ! x2p/Makefile.SH x2p/a2p.c
37284 ____________________________________________________________________________
37285 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
37286         Log: s/case-independent/case-insensitive/g
37287      Branch: perl
37288            ! pod/perldebug.pod
37289 ____________________________________________________________________________
37290 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
37291         Log: As suggested in    
37292              
37293              Subject: Re: ext/ + -Wall
37294              From: Gurusamy Sarathy <gsar@ActiveState.com>
37295              Date: Mon, 11 Jun 2001 23:34:31 -0700
37296              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
37297      Branch: perl
37298            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
37299            ! perl.h
37300 ____________________________________________________________________________
37301 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
37302         Log: Subject: ext/ + -Wall
37303              From: Doug MacEachern <dougm@covalent.net>
37304              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
37305              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
37306      Branch: perl
37307            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
37308            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
37309            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
37310            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
37311            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
37312            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
37313            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
37314            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
37315            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
37316            ! lib/ExtUtils/xsubpp
37317 ____________________________________________________________________________
37318 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
37319         Log: Subject: [PATCH] anonymous stashes
37320              From: Abhijit Menon-Sen <ams@wiw.org>
37321              Date: Tue, 12 Jun 2001 12:47:04 +0530
37322              Message-ID: <20010612124704.A29029@lustre.linux.in>
37323      Branch: perl
37324            ! dump.c gv.c sv.c xsutils.c
37325 ____________________________________________________________________________
37326 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
37327         Log: One more test for $^S.
37328      Branch: perl
37329            ! t/op/magic.t
37330 ____________________________________________________________________________
37331 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
37332         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
37333              From: Abhijit Menon-Sen <ams@wiw.org>
37334              Date: Tue, 12 Jun 2001 17:35:55 +0530
37335              Message-ID: <20010612173555.A32426@lustre.linux.in>
37336      Branch: perl
37337            ! mg.c t/op/magic.t
37338 ____________________________________________________________________________
37339 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
37340         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
37341              From: Mike Guy <mjtg@cam.ac.uk>
37342              Date: Tue, 12 Jun 2001 13:14:15 +0100
37343              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
37344      Branch: perl
37345            ! pod/perlop.pod
37346 ____________________________________________________________________________
37347 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
37348         Log: AUTHORS updates.
37349      Branch: perl
37350            ! AUTHORS
37351 ____________________________________________________________________________
37352 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
37353         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
37354              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
37355              Content-Transfer-Encoding: 7bit
37356              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
37357      Branch: perl
37358            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
37359 ____________________________________________________________________________
37360 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
37361         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
37362              From: "Philip Newton" <Philip.Newton@gmx.net>
37363              Date: Mon, 11 Jun 2001 07:08:03 +0200
37364              Message-Id: <200106120802.LAA08992@taas.iki.fi>
37365      Branch: perl
37366            ! t/base/term.t
37367 ____________________________________________________________________________
37368 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
37369         Log: Cleanup the a2p.c for -Wall.
37370      Branch: perl
37371            ! x2p/Makefile.SH x2p/a2p.c
37372 ____________________________________________________________________________
37373 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
37374         Log: File::Find update for MacOS from Chris Nandor.
37375      Branch: perl
37376            ! lib/File/Find.pm t/lib/filefind.t
37377 ____________________________________________________________________________
37378 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
37379         Log: gcc -Wall nits picked out by a non-UNIX system
37380              (courtesy of Mark Bixby)
37381      Branch: perl
37382            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
37383            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
37384            ! pp_sys.c util.c
37385 ____________________________________________________________________________
37386 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
37387         Log: Metaconfig unit change for #10522.  (The d_modfl changes
37388              placate metalint.)
37389      Branch: metaconfig/U/perl
37390            ! d_modfl.U d_u32align.U
37391 ____________________________________________________________________________
37392 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
37393         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
37394              be "./try 2>&1 >/dev/null".
37395      Branch: perl
37396            ! Configure
37397 ____________________________________________________________________________
37398 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
37399         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
37400              From: "Craig A. Berry" <craigberry@mac.com>
37401              Date: Mon, 11 Jun 2001 14:00:32 -0500
37402              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
37403      Branch: perl
37404            ! configure.com
37405 ____________________________________________________________________________
37406 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
37407         Log: Move the full \p\P lists to perlunicode.
37408      Branch: perl
37409            ! pod/perlretut.pod pod/perlunicode.pod
37410 ____________________________________________________________________________
37411 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
37412         Log: VOS build tweak for 5.6.1 from Paul Green.
37413      Branch: maint-5.6/perl
37414            ! vos/build.cm
37415 ____________________________________________________________________________
37416 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
37417         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
37418              From: "Craig A. Berry" <craigberry@mac.com>
37419              Date: Fri, 8 Jun 2001 18:08:18 -0500
37420              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
37421      Branch: perl
37422            ! vms/vms.c
37423 ____________________________________________________________________________
37424 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
37425         Log: Update Changes.
37426      Branch: perl
37427            ! Changes patchlevel.h
37428 ____________________________________________________________________________
37429 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
37430         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
37431      Branch: perl
37432            ! vos/config.alpha.h vos/config.ga.h
37433 ____________________________________________________________________________
37434 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
37435         Log: VOS updates from Paul Green for @10476.
37436      Branch: perl
37437            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
37438            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37439            ! vos/config.ga.h vos/configure_perl.cm
37440 ____________________________________________________________________________
37441 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
37442         Log: Subject: [PATCH] Not many people know this ...
37443              From: Mike Guy <mjtg@cam.ac.uk>
37444              Date: Mon, 11 Jun 2001 14:55:15 +0100
37445              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
37446      Branch: perl
37447            ! pod/perldebug.pod
37448 ____________________________________________________________________________
37449 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
37450         Log: Add final commas to lists as suggested by Philip Newton.
37451      Branch: perl
37452            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
37453 ____________________________________________________________________________
37454 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
37455         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
37456              Date: Sun, 10 Jun 2001 23:35:38 -0400
37457              From: Chris Nandor <pudge@pobox.com>
37458              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
37459      Branch: perl
37460            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
37461            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
37462            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
37463            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
37464            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
37465            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
37466            ! t/op/write.t t/pragma/strict.t
37467 ____________________________________________________________________________
37468 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
37469         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
37470              From: Chris Nandor <pudge@pobox.com>
37471              Date: Mon, 11 Jun 2001 08:24:28 -0400
37472              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
37473      Branch: perl
37474            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
37475            ! t/lib/io_dir.t
37476 ____________________________________________________________________________
37477 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
37478         Log: One more run_byacc (a hand-tweaked version had slipped in).
37479      Branch: perl
37480            ! perly.c vms/perly_c.vms
37481 ____________________________________________________________________________
37482 [ 10509] By: nick                                  on 2001/06/11  07:49:15
37483         Log: Integrate mainline
37484      Branch: perlio
37485           !> Makefile.SH embed.h embed.pl global.sym
37486           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
37487           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
37488           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
37489           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
37490 ____________________________________________________________________________
37491 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
37492         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
37493              From: Mike Guy <mjtg@cam.ac.uk>
37494              Reply-To: mjtg@cam.ac.uk
37495              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
37496      Branch: perl
37497            ! lib/ExtUtils/Manifest.pm
37498 ____________________________________________________________________________
37499 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
37500         Log: Subject: [PATCH] ExtUtils::Constant
37501              From: Nicholas Clark <nick@ccl4.org>
37502              Date: Sun, 10 Jun 2001 23:25:41 +0100
37503              Message-ID: <20010610232540.C76396@plum.flirble.org>
37504      Branch: perl
37505            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
37506 ____________________________________________________________________________
37507 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
37508         Log: Integrate perlio.
37509      Branch: perl
37510           !> iperlsys.h
37511 ____________________________________________________________________________
37512 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
37513         Log: Move the grok_number and its lieutenant grok_numeric_radix
37514              from sv.c statics to util.c and public.
37515      Branch: perl
37516            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
37517            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
37518 ____________________________________________________________________________
37519 [ 10504] By: nick                                  on 2001/06/10  17:47:06
37520         Log: Fix (valid) -Wall warnings in perlio.c
37521      Branch: perlio
37522            ! iperlsys.h
37523 ____________________________________________________________________________
37524 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
37525         Log: Update perly_c.diff, update perly.fixer to edit away
37526              some of the -Wall noise.
37527      Branch: perl
37528            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
37529 ____________________________________________________________________________
37530 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
37531         Log: Check the version of byacc.
37532      Branch: perl
37533            ! Makefile.SH
37534 ____________________________________________________________________________
37535 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
37536         Log: Subject: [PATCH] perly.y overhaul
37537              From: Simon Cozens <simon@netthink.co.uk>
37538              Date: Sun, 10 Jun 2001 16:56:54 +0100
37539              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
37540              
37541              Plus make run_byacc.
37542      Branch: perl
37543            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
37544 ____________________________________________________________________________
37545 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
37546         Log: Integrate perlio.
37547      Branch: perl
37548           !> perlio.c perlsfio.h
37549 ____________________________________________________________________________
37550 [ 10499] By: nick                                  on 2001/06/10  15:01:08
37551         Log: Integrate mainline
37552      Branch: perlio
37553           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
37554           !> t/pragma/locale.t util.c
37555 ____________________________________________________________________________
37556 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
37557         Log: Put some meat on the perl572delta bones.  The list of
37558              selected bug fixes needs more work, as does still the
37559              whole document.
37560      Branch: perl
37561            ! pod/perl572delta.pod
37562 ____________________________________________________________________________
37563 [ 10497] By: nick                                  on 2001/06/10  12:27:51
37564         Log: Paper over a crack or two with USE_SFIO
37565      Branch: perlio
37566            ! perlio.c perlsfio.h
37567 ____________________________________________________________________________
37568 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
37569         Log: Update Changes.
37570      Branch: perl
37571            ! Changes patchlevel.h
37572 ____________________________________________________________________________
37573 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
37574         Log: Subject: Re: pragma/locale.t #107
37575              From: Hugo <hv@crypt.compulink.co.uk>
37576              Date: Sun, 10 Jun 2001 11:23:30 +0100
37577              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
37578              
37579              Encapsulate the scan of the decimal radix separator.
37580      Branch: perl
37581            ! embed.h embed.pl proto.h sv.c
37582 ____________________________________________________________________________
37583 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
37584         Log: Try to grok numbers both with the locale specific separator
37585              and with the usual "." (if different from the lss); add a test
37586              to locale.t to do also a little bit of math in addition to just
37587              equalness testing; remove extraneous logic as suggested in
37588              
37589              Subject: Re: pragma/locale.t #107
37590              From: Nicholas Clark <nick@ccl4.org>
37591              Date: Sat, 9 Jun 2001 22:37:36 +0100
37592              Message-ID: <20010609223735.Y76396@plum.flirble.org>
37593      Branch: perl
37594            ! sv.c t/pragma/locale.t
37595 ____________________________________________________________________________
37596 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
37597         Log: Metaconfig unit change for #10492.
37598      Branch: metaconfig/U/perl
37599            ! Extensions.U
37600 ____________________________________________________________________________
37601 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
37602         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
37603              From: Artur Bergman <artur@contiller.se> 
37604              Date: Sat, 09 Jun 2001 21:03:51 +0200
37605              Message-ID: <B7483FB6.1398%artur@contiller.se>
37606      Branch: perl
37607            ! Configure
37608 ____________________________________________________________________________
37609 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
37610         Log: Integrate perlio.
37611      Branch: perl
37612           !> perlsfio.h
37613 ____________________________________________________________________________
37614 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
37615         Log: Do locale specific separator if only in locale.
37616      Branch: perl
37617            ! util.c
37618 ____________________________________________________________________________
37619 [ 10489] By: nick                                  on 2001/06/09  19:13:25
37620         Log: Make XS/Typemap compile (but fail) with sfio
37621      Branch: perlio
37622            ! perlsfio.h
37623 ____________________________________________________________________________
37624 [ 10488] By: nick                                  on 2001/06/09  19:12:51
37625         Log: Re-integrate mainline
37626      Branch: perlio
37627           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
37628           !> proto.h sv.c util.c
37629 ____________________________________________________________________________
37630 [ 10487] By: nick                                  on 2001/06/09  16:26:29
37631         Log: Integrate mainline
37632      Branch: perlio
37633           !> (integrate 31 files)
37634 ____________________________________________________________________________
37635 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
37636         Log: Subject: [PATCH] New attempt to clone callack
37637              From: Artur Bergman <artur@contiller.se> 
37638              Date: Thu, 07 Jun 2001 11:52:16 +0200
37639              Message-ID: <B7451B6F.12B7%artur@contiller.se>
37640      Branch: perl
37641            ! embedvar.h intrpvar.h perlapi.h sv.c
37642 ____________________________________________________________________________
37643 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
37644         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
37645      Branch: perl
37646            ! embed.h embed.pl perl.h proto.h sv.c util.c
37647 ____________________________________________________________________________
37648 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
37649         Log: Subject: Re: pragma/locale.t #107
37650              From: Nicholas Clark <nick@ccl4.org>
37651              Date: Sat, 9 Jun 2001 16:26:10 +0100
37652              Message-ID: <20010609162609.V76396@plum.flirble.org>
37653              
37654              A missing NVification.
37655      Branch: perl
37656            ! sv.c
37657 ____________________________________________________________________________
37658 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
37659         Log: Redo the #10482, there already was a test script for formats.
37660      Branch: perl
37661            - t/io/format.t
37662            ! MANIFEST t/op/write.t
37663 ____________________________________________________________________________
37664 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
37665         Log: Twisted format testing, from Merijn.
37666      Branch: perl
37667            + t/io/format.t
37668            ! MANIFEST
37669 ____________________________________________________________________________
37670 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
37671         Log: More \p{In...} testing, combined with \N{...}.
37672      Branch: perl
37673            ! lib/utf8_heavy.pl t/op/pat.t
37674 ____________________________________________________________________________
37675 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
37676         Log: Metaconfig changes for #10479.
37677      Branch: metaconfig
37678            ! U/Glossary.patch
37679      Branch: metaconfig/U/perl
37680            ! d_modfl.U
37681 ____________________________________________________________________________
37682 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
37683         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
37684      Branch: perl
37685            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37686            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
37687            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
37688            ! win32/config.bc win32/config.gc win32/config.vc
37689 ____________________________________________________________________________
37690 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
37691         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
37692              From: "Craig A. Berry" <craigberry@mac.com>
37693              Date: Thu, 7 Jun 2001 14:27:20 -0500
37694              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
37695      Branch: perl
37696            ! vms/perlvms.pod
37697 ____________________________________________________________________________
37698 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
37699         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
37700              From: Gisle Aas <gisle@ActiveState.com>
37701              Date: 07 Jun 2001 17:04:29 -0700
37702              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
37703      Branch: perl
37704            ! ext/re/re.xs
37705 ____________________________________________________________________________
37706 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
37707         Log: Update Changes.
37708      Branch: perl
37709            ! Changes patchlevel.h
37710 ____________________________________________________________________________
37711 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
37712         Log: Regen Glossary et alia.
37713      Branch: perl
37714            ! Porting/Glossary Porting/config.sh Porting/config_H
37715 ____________________________________________________________________________
37716 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
37717         Log: Metaconfig unit changes for #10473.
37718      Branch: metaconfig/U/perl
37719            ! d_modfl.U
37720 ____________________________________________________________________________
37721 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
37722         Log: Harumph, also AIX will spill its guts (i.e. dump core)
37723              if an executable contains modfl() but it hasn't been
37724              compiled right (in the case of AIX, with cc -qlongdouble).
37725      Branch: perl
37726            ! Configure
37727 ____________________________________________________________________________
37728 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
37729         Log: integrate change#10471 from mainline
37730              
37731              in change#10451, check that CvOUTSIDE is a CV before looking in
37732              (it can apparently be SVt_NULL during global destruction)
37733      Branch: maint-5.6/perl
37734           !> op.c
37735 ____________________________________________________________________________
37736 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
37737         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
37738              (it can apparently be SVt_NULL during global destruction)
37739      Branch: perl
37740            ! op.c
37741 ____________________________________________________________________________
37742 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
37743         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
37744              From: Robin Barker <rmb1@cise.npl.co.uk>
37745              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
37746              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
37747      Branch: perl
37748            ! lib/diagnostics.pm pod/perldiag.pod
37749 ____________________________________________________________________________
37750 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
37751         Log: Subject: [PATCH perl@10439] long =item
37752              From: Robin Barker <rmb1@cise.npl.co.uk>
37753              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
37754              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
37755      Branch: perl
37756            ! README.amiga lib/Attribute/Handlers.pm
37757            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
37758 ____________________________________________________________________________
37759 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
37760         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
37761              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
37762              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
37763              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
37764      Branch: perl
37765            ! pod/perlguts.pod
37766 ____________________________________________________________________________
37767 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
37768         Log: Integrate perlio.
37769      Branch: perl
37770           !> sv.c
37771 ____________________________________________________________________________
37772 [ 10466] By: nick                                  on 2001/06/07  10:25:40
37773         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
37774              whitespace tweaks.
37775              Still coredumps in pragma/overload.t - what a nice hard fail that is...
37776      Branch: perlio
37777            ! sv.c
37778 ____________________________________________________________________________
37779 [ 10465] By: nick                                  on 2001/06/07  08:41:58
37780         Log: Raw integrate of mainline for S_grok_number debug
37781              (sv.c has MULTIPLICITY issues as well as whatever else ...)
37782      Branch: perlio
37783            - plan9/perlplan9.doc plan9/perlplan9.pod
37784           !> (integrate 46 files)
37785 ____________________________________________________________________________
37786 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
37787         Log: The proper prototyping for #10463.
37788      Branch: perl
37789            ! embed.h embed.pl proto.h sv.c
37790 ____________________________________________________________________________
37791 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
37792         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
37793              From: Nicholas Clark <nick@ccl4.org>
37794              Date: Thu, 7 Jun 2001 00:29:59 +0100
37795              Message-ID: <20010607002959.Z76396@plum.flirble.org>
37796      Branch: perl
37797            ! sv.c
37798 ____________________________________________________________________________
37799 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
37800         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
37801              From: "Craig A. Berry" <craigberry@mac.com>
37802              Date: Wed, 06 Jun 2001 17:54:30 -0500
37803              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
37804      Branch: perl
37805            ! vms/perlvms.pod
37806 ____________________________________________________________________________
37807 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
37808         Log: Podify the remaining README.platform files;
37809              merge README.plan9 and plan9/perlplan9.pod;
37810              delete plan9/perlplan9.* (the perlplan.doc needs to
37811              be regenerated in Plan 9); make the =head1 and =head2
37812              in the README.platform to be a little more verbose
37813              (skipped README.os2 not to anger Ilya) so that they
37814              look better in the toc; regen toc.
37815      Branch: perl
37816            - plan9/perlplan9.doc plan9/perlplan9.pod
37817            ! MANIFEST README.aix README.amiga README.apollo README.beos
37818            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
37819            ! README.hpux README.hurd README.machten README.macos
37820            ! README.micro README.mint README.mpeix README.os390
37821            ! README.plan9 README.qnx README.solaris README.threads
37822            ! README.tru64 README.vmesa README.vms README.vos README.win32
37823            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
37824            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
37825 ____________________________________________________________________________
37826 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
37827         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
37828              From: Mike Guy <mjtg@cam.ac.uk>
37829              Reply-To: mjtg@cam.ac.uk
37830              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
37831      Branch: perl
37832            ! pod/perlguts.pod
37833 ____________________________________________________________________________
37834 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
37835         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
37836              From: Mike Guy <mjtg@cam.ac.uk>
37837              Reply-To: mjtg@cam.ac.uk
37838              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
37839      Branch: perl
37840            ! pod/perlsec.pod
37841 ____________________________________________________________________________
37842 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
37843         Log: Disable long doubles from pre-5.0 Tru64s.
37844      Branch: perl
37845            ! README.tru64 hints/dec_osf.sh
37846 ____________________________________________________________________________
37847 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
37848         Log: The #10455 exposed that modfl() is fundamentally busted
37849              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
37850              testing it.
37851      Branch: perl
37852            ! hints/dec_osf.sh
37853 ____________________________________________________________________________
37854 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
37855         Log: Metaconfig unit change for #10455.
37856      Branch: metaconfig/U/perl
37857            ! d_modfl.U
37858 ____________________________________________________________________________
37859 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
37860         Log: Configure check for geborken modfl(), inspired by
37861              
37862              Subject: Re: [20010118.017] op/int.t failure 
37863              From: Hugo <hv@crypt.compulink.co.uk>
37864              Date: Tue, 05 Jun 2001 13:43:27 +0100
37865              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
37866      Branch: perl
37867            ! Configure
37868 ____________________________________________________________________________
37869 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
37870         Log: Integrate changes #10450 and #10451 from maintperl:
37871              
37872              optimize change#10448 slightly (don't repeat search in eval""s lexical
37873              scope, since that has already been searched)
37874              
37875              change#9108 needs subtler treatment for case of closures created
37876              within eval""
37877      Branch: perl
37878           !> op.c t/op/misc.t
37879 ____________________________________________________________________________
37880 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
37881         Log: MakeMaker magic to compile (when no dynamic loading)
37882              List/Util.xsc as (ListUtil.c and) ListUtil.o since
37883              POSIX-BC (BS2000) linker has an evil limitation of
37884              being unable to include in the same executable several
37885              object files with the same name - case-insensitively -
37886              because otherwise we conflict with util.c.
37887              Strictly speaking currently required only in POSIX-BC
37888              but probably will do no harm elsewhere where static
37889              linking is required.
37890      Branch: perl
37891            ! ext/List/Util/Makefile.PL
37892 ____________________________________________________________________________
37893 [ 10452] By: nick                                  on 2001/06/06  08:59:51
37894         Log: Integrate mainline.
37895      Branch: perlio
37896           +> lib/Attribute/Handlers/demo/Demo.pm
37897           +> lib/Attribute/Handlers/demo/Descriptions.pm
37898           +> lib/Attribute/Handlers/demo/MyClass.pm
37899           +> lib/Attribute/Handlers/demo/demo.pl
37900           +> lib/Attribute/Handlers/demo/demo2.pl
37901           +> lib/Attribute/Handlers/demo/demo3.pl
37902           +> lib/Attribute/Handlers/demo/demo4.pl
37903           +> lib/Attribute/Handlers/demo/demo_call.pl
37904           +> lib/Attribute/Handlers/demo/demo_chain.pl
37905           +> lib/Attribute/Handlers/demo/demo_cycle.pl
37906           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
37907           +> lib/Attribute/Handlers/demo/demo_phases.pl
37908           +> lib/Attribute/Handlers/demo/demo_range.pl
37909           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
37910           +> uts/strtol_wrap.c
37911           !> (integrate 91 files)
37912 ____________________________________________________________________________
37913 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
37914         Log: change#9108 needs subtler treatment for case of closures created
37915              within eval""
37916      Branch: maint-5.6/perl
37917            ! op.c t/op/misc.t
37918 ____________________________________________________________________________
37919 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
37920         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
37921              scope, since that has already been searched)
37922      Branch: maint-5.6/perl
37923            ! op.c
37924 ____________________________________________________________________________
37925 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
37926         Log: Integrate change #10448 from maintperl; lexicals
37927              outside an eval"" weren't resolved correctly inside a subroutine
37928              definition inside the eval"" if they were not already referenced
37929              in the toplevel of the eval""-ed code
37930      Branch: perl
37931           !> cop.h op.c pp_ctl.c t/op/misc.t
37932 ____________________________________________________________________________
37933 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
37934         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
37935              outside an eval"" weren't resolved correctly inside a subroutine
37936              definition inside the eval"" if they were not already referenced
37937              in the toplevel of the eval""-ed code
37938      Branch: maint-5.6/perl
37939            ! cop.h op.c pp_ctl.c t/op/misc.t
37940 ____________________________________________________________________________
37941 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
37942         Log: Subject: [PATCH] perl570delta.pod
37943              From: Peter Scott <Peter@PSDT.com> 
37944              Date: Tue, 05 Jun 2001 18:51:02 -0700
37945              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
37946      Branch: perl
37947            ! pod/perl570delta.pod
37948 ____________________________________________________________________________
37949 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
37950         Log: The fudge factor is no more needed.  I hope.
37951      Branch: perl
37952            ! t/lib/posix.t
37953 ____________________________________________________________________________
37954 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
37955         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
37956              From: Hugo <hv@crypt.compulink.co.uk>
37957              Date: Tue, 05 Jun 2001 12:58:19 +0100
37958              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
37959      Branch: perl
37960            ! util.c
37961 ____________________________________________________________________________
37962 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
37963         Log: Make up prototypes only for those who have the functions
37964              but not the prototypes.
37965      Branch: perl
37966            ! perl.h
37967 ____________________________________________________________________________
37968 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
37969         Log: Subject: Re: Not OK: perl@10439 on win32 
37970              From: Prymmer/Kahn <pvhp@best.com> 
37971              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
37972              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
37973      Branch: perl
37974            ! perl.h util.c
37975 ____________________________________________________________________________
37976 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
37977         Log: The metaconfig units changes for #10441.
37978      Branch: metaconfig
37979            ! U/modified/Extract.U U/modified/Extractall.U
37980            ! U/modified/Finish.U
37981 ____________________________________________________________________________
37982 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
37983         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
37984      Branch: perl
37985            ! Configure
37986 ____________________________________________________________________________
37987 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
37988         Log: Unnecessary fuzziness undone, noted by Mike Guy.
37989      Branch: perl
37990            ! t/op/tr.t
37991 ____________________________________________________________________________
37992 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
37993         Log: Update Changes.
37994      Branch: perl
37995            ! Changes patchlevel.h
37996 ____________________________________________________________________________
37997 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
37998         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
37999              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
38000              leakage patch.
38001      Branch: perl
38002            ! t/op/misc.t
38003 ____________________________________________________________________________
38004 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
38005         Log: Test case for #10433/#10424.
38006      Branch: perl
38007            ! t/op/misc.t
38008 ____________________________________________________________________________
38009 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
38010         Log: Subject: One fix for strtoul not setting errno
38011              From: hom00@utsglobal.com (Hal Morris)
38012              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
38013              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
38014      Branch: perl
38015            + uts/strtol_wrap.c
38016            ! MANIFEST hints/uts.sh
38017 ____________________________________________________________________________
38018 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
38019         Log: Metaconfig units changes for #10434.
38020      Branch: metaconfig
38021            ! U/modified/Cppsym.U
38022      Branch: metaconfig/U/perl
38023            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
38024            + d_syscallproto.U d_usleepproto.U
38025            ! longdblfio.U quadfio.U
38026 ____________________________________________________________________________
38027 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
38028         Log: Configure tweaks; add prototype probes, make the cpp symbols
38029              probe to cast, not whine; test for %Ld and %Lf before %lld and
38030              %llf because the L is the ANSI way.
38031      Branch: perl
38032            ! Configure config_h.SH configure.com epoc/config.sh
38033            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
38034            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
38035            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
38036 ____________________________________________________________________________
38037 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
38038         Log: Sigh.  This is what #10424 was supposed to check in.
38039      Branch: perl
38040            ! op.c sv.c sv.h
38041 ____________________________________________________________________________
38042 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
38043         Log: More verbose failure.
38044      Branch: perl
38045            ! t/op/ver.t
38046 ____________________________________________________________________________
38047 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
38048         Log: The .pm changes to go with #10428.
38049      Branch: perl
38050            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
38051            ! ext/Sys/Syslog/Syslog.pm
38052 ____________________________________________________________________________
38053 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
38054         Log: On second thoughts show to utf8 skippage message only
38055              on failures, it's too confusing otherwise,
38056      Branch: perl
38057            ! t/pragma/locale.t
38058 ____________________________________________________________________________
38059 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
38060         Log: Do not import anything from Encode.
38061      Branch: perl
38062            ! ext/MIME/Base64/QuotedPrint.pm
38063 ____________________________________________________________________________
38064 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
38065         Log: The #10402 didn't take.  Weird.
38066      Branch: perl
38067            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
38068            ! ext/Sys/Syslog/Syslog.xs
38069 ____________________________________________________________________________
38070 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
38071         Log: Eradicate traces of 'asciirange' re subpragma.
38072      Branch: perl
38073            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
38074            ! pod/perldiag.pod
38075 ____________________________________________________________________________
38076 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
38077         Log: use is a compile-time thing.
38078      Branch: perl
38079            ! ext/MIME/Base64/QuotedPrint.pm
38080 ____________________________________________________________________________
38081 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
38082         Log: Subject: [PATCH perl@10419] -Wall casting patch
38083              From: Robin Barker <rmb1@cise.npl.co.uk>
38084              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
38085              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
38086      Branch: perl
38087            ! ext/Devel/DProf/DProf.xs mg.c
38088 ____________________________________________________________________________
38089 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
38090         Log: Subject: [PATCH #2] introducing SVpad_TYPED
38091              From: Abhijit Menon-Sen <ams@wiw.org>
38092              Date: Mon, 4 Jun 2001 12:26:02 +0530
38093              Message-ID: <20010604122602.A5775@lustre.linux.in>
38094      Branch: perl
38095            ! op.c sv.c sv.h
38096 ____________________________________________________________________________
38097 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
38098         Log: testsuite for change#10192 (from Gisle Aas)
38099      Branch: perl
38100            + t/op/override.t
38101            ! MANIFEST
38102 ____________________________________________________________________________
38103 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
38104         Log: integrate changes#10414-10416 from mainline
38105              
38106              Potential buffer overrun if the radix separator is more than
38107              one byte.  Also, under locales, prefer the locale-specific
38108              separator over the old boring ".".
38109              
38110              "10.", that is, decimal numbers can have no decimal part at all.
38111              
38112              The non-locale places need love, too.
38113      Branch: maint-5.6/perl
38114           !> perl.h sv.c
38115 ____________________________________________________________________________
38116 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
38117         Log: Missed from #10420.
38118      Branch: perl
38119            ! epoc/config.sh
38120 ____________________________________________________________________________
38121 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
38122         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
38123              often this prototype goes with HAS_SETRESUID_PROTO.
38124      Branch: perl
38125            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38126            ! config_h.SH configure.com perl.h uconfig.h
38127 ____________________________________________________________________________
38128 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
38129         Log: Update Changes.
38130      Branch: perl
38131            ! Changes patchlevel.h
38132 ____________________________________________________________________________
38133 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
38134         Log: -Wall "subscript has type `char'" cleanup.
38135      Branch: perl
38136            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
38137 ____________________________________________________________________________
38138 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
38139         Log: Various "cast to pointer from integer of different size"
38140              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
38141              wide but I32 (int) only 32 bits wide).
38142              
38143              WARNING: the classnum and tagnum changes in Storable.xs
38144              may not be wise, they may be breaking binary compatibility
38145              (in 64-bit platforms), asked Raphael Manfredi about the changes.
38146      Branch: perl
38147            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
38148            ! mg.c proto.h
38149 ____________________________________________________________________________
38150 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
38151         Log: The non-locale places need love, too.
38152      Branch: perl
38153            ! perl.h
38154 ____________________________________________________________________________
38155 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
38156         Log: "10.", that is, decimal numbers can have no decimal part at all.
38157      Branch: perl
38158            ! perl.h
38159 ____________________________________________________________________________
38160 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
38161         Log: Potential buffer overrun if the radix separator is more than
38162              one byte.  Also, under locales, prefer the locale-specific
38163              separator over the old boring ".".
38164      Branch: perl
38165            ! perl.h sv.c
38166 ____________________________________________________________________________
38167 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
38168         Log: Integrate change #10412 from maintperl; locale is now
38169              per-cop, not per-op; plus retweak the locale.t to always
38170              list the skipped utf8 locales.
38171      Branch: perl
38172            ! t/pragma/locale.t
38173           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
38174           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
38175 ____________________________________________________________________________
38176 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
38177         Log: rationalize locale handling to fix the bugs uncovered by change#10394
38178              
38179              the major issue was that the runtime was looking at PL_hints rather
38180              than op_private to notice whether locale was enabled
38181              
38182              the secondary issue was that many locale-sensitive numeric ops didn't
38183              have HINT_LOCALE propagated into their op_private
38184              
38185              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
38186              instead of per-op, just like HINT_BYTE and the hints for lexical
38187              warnings (this makes the hint available to every op via PL_curcop)
38188              
38189              pragma/locale.t may need to be reworked with these fixes in mind
38190              (it currently passes its tests)
38191      Branch: maint-5.6/perl
38192            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
38193            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
38194 ____________________________________________________________________________
38195 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
38196         Log: More verbose debugging.
38197      Branch: perl
38198            ! t/pragma/locale.t
38199 ____________________________________________________________________________
38200 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
38201         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
38202              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
38203              Date: Sat, 2 Jun 2001 22:53:33 +0100
38204              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
38205      Branch: perl
38206            ! regcomp.c t/pragma/warn/regcomp
38207 ____________________________________________________________________________
38208 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
38209         Log: Mention that lexicalizing $a or $b is a bad idea if one
38210              wants to use sort().
38211      Branch: perl
38212            ! pod/perlvar.pod
38213 ____________________________________________________________________________
38214 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
38215         Log: Tweak the test to be happy if the accuracy is 'good enough'.
38216      Branch: perl
38217            ! t/lib/posix.t
38218 ____________________________________________________________________________
38219 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
38220         Log: Upgrade to Attribute::Handlers 0.70.
38221              
38222              NOTE: this unearthed the "too late for CHECK block" bug,
38223              that's why the 1_compile.t change.
38224      Branch: perl
38225            + lib/Attribute/Handlers/demo/Demo.pm
38226            + lib/Attribute/Handlers/demo/Descriptions.pm
38227            + lib/Attribute/Handlers/demo/MyClass.pm
38228            + lib/Attribute/Handlers/demo/demo.pl
38229            + lib/Attribute/Handlers/demo/demo2.pl
38230            + lib/Attribute/Handlers/demo/demo3.pl
38231            + lib/Attribute/Handlers/demo/demo4.pl
38232            + lib/Attribute/Handlers/demo/demo_call.pl
38233            + lib/Attribute/Handlers/demo/demo_chain.pl
38234            + lib/Attribute/Handlers/demo/demo_cycle.pl
38235            + lib/Attribute/Handlers/demo/demo_hashdir.pl
38236            + lib/Attribute/Handlers/demo/demo_phases.pl
38237            + lib/Attribute/Handlers/demo/demo_range.pl
38238            + lib/Attribute/Handlers/demo/demo_rawdata.pl
38239            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
38240            ! t/lib/attrhand.t
38241 ____________________________________________________________________________
38242 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
38243         Log: One less -Wall whine.
38244      Branch: perl
38245            ! regcomp.c
38246 ____________________________________________________________________________
38247 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
38248         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
38249      Branch: perl
38250           !> t/op/eval.t
38251 ____________________________________________________________________________
38252 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
38253         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
38254              aren't "normally" visible inside eval""s contained in subs unless
38255              a cloned reference to them already exists)
38256              
38257              strangely enough, t/harness didn't show this up as a failure
38258              (harness needs fixing?)
38259      Branch: maint-5.6/perl
38260            ! t/op/eval.t
38261 ____________________________________________________________________________
38262 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
38263         Log: Update to Text::Balanced 1.85.
38264      Branch: perl
38265            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
38266 ____________________________________________________________________________
38267 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
38268         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
38269              From: Nicholas Clark <nick@ccl4.org>
38270              Date: Sun, 3 Jun 2001 17:54:36 +0100
38271              Message-ID: <20010603175436.E76396@plum.flirble.org> 
38272      Branch: perl
38273            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
38274            ! ext/Sys/Syslog/Syslog.xs
38275 ____________________________________________________________________________
38276 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
38277         Log: Unused variables.
38278      Branch: perl
38279            ! util.c
38280 ____________________________________________________________________________
38281 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
38282         Log: Subject: [PATCH] APIfy op_clear 
38283              From: Simon Cozens <simon@netthink.co.uk>
38284              Date: Sun, 3 Jun 2001 13:51:46 +0100
38285              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
38286              
38287              (despite the subject line, op_null is APIfied by the patch)
38288      Branch: perl
38289            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38290 ____________________________________________________________________________
38291 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
38292         Log: Subject: [PATCH] t/lib/extutils.t
38293              From: Nicholas Clark <nick@ccl4.org>
38294              Date: Sat, 2 Jun 2001 23:57:05 +0100
38295              Message-ID: <20010602235705.Q12698@plum.flirble.org>
38296      Branch: perl
38297            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
38298 ____________________________________________________________________________
38299 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
38300         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
38301              From: Prymmer/Kahn <pvhp@best.com>
38302              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
38303              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
38304      Branch: perl
38305            ! win32/Makefile win32/makefile.mk
38306 ____________________________________________________________________________
38307 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
38308         Log: Subject: Re: 'decimal digits' macro? 
38309              From: Hugo <hv@crypt.compulink.co.uk>
38310              Date: Sun, 03 Jun 2001 04:26:36 +0100
38311              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
38312      Branch: perl
38313            ! handy.h t/lib/posix.t t/op/tr.t
38314 ____________________________________________________________________________
38315 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
38316         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
38317              From: Hugo <hv@crypt.compulink.co.uk>
38318              Date: Sun, 03 Jun 2001 14:56:30 +0100
38319              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
38320      Branch: perl
38321            ! util.c
38322 ____________________________________________________________________________
38323 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
38324         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
38325      Branch: perl
38326           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
38327           !> vms/perly_c.vms
38328 ____________________________________________________________________________
38329 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
38330         Log: fix leakage of lexicals at file scope into subroutines that were
38331              declared before them; this appears to be a longstanding bug that
38332              meant that lexicals at file scope were never "deintroduced", meaning
38333              their scope range was never properly closed, and their visibility
38334              extended to all subsequent eval""s or requires
38335              
38336              added a test case
38337              
38338              seems to also fix a case of bogus duplicate warnings
38339      Branch: maint-5.6/perl
38340            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
38341            ! vms/perly_c.vms
38342 ____________________________________________________________________________
38343 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
38344         Log: More VMS tweaks from Craig A. Berry.
38345      Branch: perl
38346            ! configure.com t/lib/extutils.t
38347 ____________________________________________________________________________
38348 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
38349         Log: -Wall cleanup continues.
38350      Branch: perl
38351            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
38352            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
38353            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
38354            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
38355            ! run.c toke.c util.c
38356 ____________________________________________________________________________
38357 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
38358         Log: The metaconfig unit change for #10390.
38359      Branch: metaconfig/U/perl
38360            ! gccvers.U
38361 ____________________________________________________________________________
38362 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
38363         Log: Drop the -ansi from the default gcc flags.
38364              
38365              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
38366              that struct cannot be compared with a flat integer, such as STRLEN.
38367              The -ansi will also cause a lot of noise in Solaris because of:
38368              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
38369      Branch: perl
38370            ! Configure
38371 ____________________________________________________________________________
38372 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
38373         Log: Integrate perlio.
38374      Branch: perl
38375           !> pod/perlapi.pod util.c
38376 ____________________________________________________________________________
38377 [ 10388] By: nick                                  on 2001/06/02  08:01:12
38378         Log: Integrate mainline
38379      Branch: perlio
38380           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
38381           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
38382           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
38383           !> t/lib/1_compile.t t/lib/mimeqp.t
38384 ____________________________________________________________________________
38385 [ 10387] By: nick                                  on 2001/06/02  07:39:17
38386         Log: Tweak util.c's atof2 for MULTIPLICITY
38387      Branch: perlio
38388            ! util.c
38389 ____________________________________________________________________________
38390 [ 10386] By: nick                                  on 2001/06/02  07:38:33
38391         Log: Integrate mainline
38392      Branch: perlio
38393           !> (integrate 41 files)
38394 ____________________________________________________________________________
38395 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
38396         Log: Add Attribute::Handlers 0.61 from Damian Conway.
38397      Branch: perl
38398            + lib/Attribute/Handlers.pm t/lib/attrhand.t
38399            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
38400 ____________________________________________________________________________
38401 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
38402         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
38403              From: Peter Prymmer <pvhp@forte.com>
38404              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
38405              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
38406      Branch: perl
38407            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
38408 ____________________________________________________________________________
38409 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
38410         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
38411              From: Jeff Pinyan <jeffp@crusoe.net>
38412              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
38413              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
38414      Branch: perl
38415            ! lib/File/Find.pm
38416 ____________________________________________________________________________
38417 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
38418         Log: Subject: [PATCH perl@10381] configure.com tweaks
38419              From: "Craig A. Berry" <craigberry@mac.com>
38420              Date: Fri, 1 Jun 2001 13:55:43 -0500
38421              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
38422      Branch: perl
38423            ! configure.com
38424 ____________________________________________________________________________
38425 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
38426         Log: Update Changes.
38427      Branch: perl
38428            ! Changes patchlevel.h
38429 ____________________________________________________________________________
38430 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
38431         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
38432              From: Mike Guy <mjtg@cam.ac.uk>
38433              Date: Fri, 01 Jun 2001 18:17:02 +0100
38434              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
38435      Branch: perl
38436            ! lib/perl5db.pl
38437 ____________________________________________________________________________
38438 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
38439         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
38440              From: Hugo <hv@crypt.compulink.co.uk>
38441              Date: Thu, 31 May 2001 20:49:48 +0100
38442              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
38443      Branch: perl
38444            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
38445            ! util.c
38446 ____________________________________________________________________________
38447 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
38448         Log: Zero() is not available in x2p (or, rather, some of its
38449              implementations like memzero() might not be available.)
38450      Branch: perl
38451            ! x2p/hash.c
38452 ____________________________________________________________________________
38453 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
38454         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
38455              From: Michael G Schwern <schwern@pobox.com>
38456              Date: Fri, 1 Jun 2001 12:00:29 +0100
38457              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
38458              
38459              (But use Zero() instead of memset.)
38460      Branch: perl
38461            ! x2p/hash.c
38462 ____________________________________________________________________________
38463 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
38464         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
38465              From: Jeff Pinyan <jeffp@crusoe.net>
38466              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
38467              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
38468      Branch: perl
38469            ! pod/perldiag.pod regcomp.c t/op/pat.t
38470 ____________________________________________________________________________
38471 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
38472         Log: Retract #10324 and #10333; not needed.
38473      Branch: perl
38474            ! hints/irix_6.sh hints/linux.sh
38475 ____________________________________________________________________________
38476 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
38477         Log: The #10370 wasn't quite right.
38478      Branch: perl
38479            ! ext/XS/Typemap/Typemap.xs
38480 ____________________________________________________________________________
38481 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
38482         Log: The metaconfig units changes for #10372.
38483      Branch: metaconfig/U/perl
38484            + d_realpath.U d_sresgproto.U d_sresuproto.U
38485            ! gccvers.U i_db.U
38486 ____________________________________________________________________________
38487 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
38488         Log: Configure tweaks; record the Berkeley DB version,
38489              probe for realpath(), for setresuid() and setresgid()
38490              prototypes; use realpath() (try to be paranoid enough),
38491              use the setres[ug]id prototypes because glibc has the functions
38492              but not their prototypes; add -Wall -ansi to gcc ccflags;
38493              regen toc.
38494      Branch: perl
38495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38496            ! config_h.SH configure.com epoc/config.sh
38497            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
38498            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
38499            ! vos/config.ga.def win32/config.bc win32/config.gc
38500            ! win32/config.vc
38501 ____________________________________________________________________________
38502 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
38503         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
38504              From: Michael G Schwern <schwern@pobox.com>
38505              Date: Fri, 1 Jun 2001 11:28:14 +0100
38506              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
38507      Branch: perl
38508            ! lib/attributes.pm xsutils.c
38509 ____________________________________________________________________________
38510 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
38511         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
38512              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38513              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
38514              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
38515      Branch: perl
38516            ! ext/XS/Typemap/Typemap.xs
38517 ____________________________________________________________________________
38518 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
38519         Log: Subject: [patch] Cwd.xs optimizations/abstraction
38520              From: Doug MacEachern <dougm@covalent.net>
38521              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
38522              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
38523      Branch: perl
38524            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
38525            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
38526 ____________________________________________________________________________
38527 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
38528         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!])
38529              From: Nicholas Clark <nick@ccl4.org>
38530              Date: Thu, 31 May 2001 23:56:40 +0100
38531              Message-ID: <20010531235640.F12698@plum.flirble.org>
38532              
38533              Make the test work also under only static extensions
38534              (sh Configure -Uusedl fakes this nicely)
38535      Branch: perl
38536            ! t/lib/extutils.t
38537 ____________________________________________________________________________
38538 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
38539         Log: Subject: [PATCH hv.c] Eliminating trigraph
38540              From: Michael G Schwern <schwern@pobox.com>
38541              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
38542              Date: Fri, 1 Jun 2001 11:49:56 +0100
38543      Branch: perl
38544            ! hv.c
38545 ____________________________________________________________________________
38546 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
38547         Log: Subject: Re: [PATCH] Tests for File::Compare 
38548              From: "Philip Newton" <Philip.Newton@gmx.net>
38549              Date: Thu, 31 May 2001 19:44:05 +0200
38550              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
38551              
38552              Unnecessary "quotation marks".
38553      Branch: perl
38554            ! t/lib/filecomp.t
38555 ____________________________________________________________________________
38556 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
38557         Log: Integrate perlio.
38558      Branch: perl
38559           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
38560 ____________________________________________________________________________
38561 [ 10364] By: nick                                  on 2001/06/01  10:13:31
38562         Log: Cleanup dll.base and dll.exp created by GCC builds.
38563      Branch: perlio
38564            ! lib/ExtUtils/MM_Win32.pm
38565 ____________________________________________________________________________
38566 [ 10363] By: nick                                  on 2001/06/01  10:02:17
38567         Log: Make filecomp test work on CRLF platforms by adding binmode.
38568      Branch: perlio
38569            ! t/lib/filecomp.t
38570 ____________________________________________________________________________
38571 [ 10362] By: nick                                  on 2001/06/01  08:37:17
38572         Log: Integrate mainline
38573      Branch: perlio
38574           !> Changes Configure patchlevel.h perlio.c
38575 ____________________________________________________________________________
38576 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
38577         Log: panic:claustrophobia.
38578      Branch: perl
38579            ! perlio.c
38580 ____________________________________________________________________________
38581 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
38582         Log: Update Changes.
38583      Branch: perl
38584            ! Changes patchlevel.h
38585 ____________________________________________________________________________
38586 [ 10359] By: nick                                  on 2001/05/31  12:35:50
38587         Log: Integrate mainline.
38588      Branch: perlio
38589           +> t/lib/filecomp.t
38590           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
38591           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
38592 ____________________________________________________________________________
38593 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
38594         Log: Integrate perlio.
38595      Branch: perl
38596           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
38597           !> win32/config_H.vc
38598 ____________________________________________________________________________
38599 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
38600         Log: Metaconfig unit change for #10356.
38601      Branch: metaconfig
38602            ! U/installdirs/inc_version_list.U
38603 ____________________________________________________________________________
38604 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
38605         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
38606              (idea from Sarathy; implementation from Andy)
38607      Branch: perl
38608            ! Configure
38609 ____________________________________________________________________________
38610 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
38611         Log: More AUTHORS.
38612      Branch: perl
38613            ! AUTHORS
38614 ____________________________________________________________________________
38615 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
38616         Log: Subject: Re: [PATCH] Tests for File::Compare
38617              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
38618              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
38619              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
38620      Branch: perl
38621            + t/lib/filecomp.t
38622            ! MANIFEST t/lib/1_compile.t
38623 ____________________________________________________________________________
38624 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
38625         Log: Subject: [PATCH] DEBUG_* macro cleanups
38626              From: Abhijit Menon-Sen <ams@wiw.org>
38627              Date: Thu, 31 May 2001 12:16:22 +0530
38628              Message-ID: <20010531121622.B4829@lustre.linux.in>
38629              
38630              Subject: Re: [PATCH] DEBUG_* macro cleanups
38631              From: Abhijit Menon-Sen <ams@wiw.org>
38632              Date: Thu, 31 May 2001 13:57:01 +0530
38633              Message-ID: <20010531135701.A21775@lustre.linux.in>
38634              
38635              (The DEBUG_ definitions in perl.h changed to use the
38636              STMT_START and STMT_END.)
38637      Branch: perl
38638            ! perl.h pp_ctl.c sv.c toke.c
38639 ____________________________________________________________________________
38640 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
38641         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
38642              From: Abhijit Menon-Sen <ams@wiw.org>
38643              Date: Thu, 31 May 2001 08:27:55 +0530
38644              Message-ID: <20010531082755.A10018@lustre.linux.in>
38645      Branch: perl
38646            ! ext/Storable/Storable.xs gv.c perl.c
38647 ____________________________________________________________________________
38648 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
38649         Log: Subject: [PATCH] AUTHORS
38650              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38651              Date: Thu, 31 May 2001 01:27:59 -0500
38652              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
38653              
38654              Subject: Re: [PATCH] AUTHORS
38655              From: "Philip Newton" <Philip.Newton@gmx.net>
38656              Date: Thu, 31 May 2001 10:08:06 +0200
38657              (Message-Id missing?)
38658      Branch: perl
38659            ! AUTHORS
38660 ____________________________________________________________________________
38661 [ 10350] By: nick                                  on 2001/05/31  11:40:43
38662         Log: win32 - dmake regen_config_h
38663      Branch: perlio
38664            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38665 ____________________________________________________________________________
38666 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
38667         Log: Subject: Re: [PATCH util.c] More warning cleanups.
38668              From: "Philip Newton" <Philip.Newton@gmx.net>
38669              Date: Thu, 31 May 2001 07:41:36 +0200
38670              Message-Id: <200105310538.IAA25458@taku.hut.fi>
38671              
38672              Undo C++-ism that snekt in.
38673      Branch: perl
38674            ! util.c
38675 ____________________________________________________________________________
38676 [ 10348] By: nick                                  on 2001/05/31  11:36:46
38677         Log: Tolerate Win32 numerics
38678      Branch: perlio
38679            ! t/pragma/warn/toke
38680 ____________________________________________________________________________
38681 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
38682         Log: Integrate perlio.
38683      Branch: perl
38684           !> perlio.c win32/win32.h
38685 ____________________________________________________________________________
38686 [ 10346] By: nick                                  on 2001/05/31  10:54:55
38687         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
38688              perlio.c change 10255.
38689      Branch: perlio
38690            ! perlio.c
38691 ____________________________________________________________________________
38692 [ 10345] By: nick                                  on 2001/05/31  10:01:57
38693         Log: Conditionally put back some "unused" dTHX which are used
38694              with PERL_IMPLICIT_SYS
38695      Branch: perlio
38696            ! perlio.c
38697 ____________________________________________________________________________
38698 [ 10344] By: nick                                  on 2001/05/31  10:00:59
38699         Log: Fix Win32 for new spelling IN_BYTES 
38700      Branch: perlio
38701            ! win32/win32.h
38702 ____________________________________________________________________________
38703 [ 10343] By: nick                                  on 2001/05/31  08:01:32
38704         Log: perlio.c -Wall cleaner under MULTIPLICITY
38705              - still minor noise with linux stdio
38706      Branch: perlio
38707            ! perlio.c
38708 ____________________________________________________________________________
38709 [ 10342] By: nick                                  on 2001/05/31  07:52:23
38710         Log: Integrate mainline.
38711      Branch: perlio
38712           !> (integrate 42 files)
38713 ____________________________________________________________________________
38714 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
38715         Log: AUTHORS updates.
38716      Branch: perl
38717            ! AUTHORS
38718 ____________________________________________________________________________
38719 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
38720         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
38721              From: Peter Prymmer <pvhp@forte.com>
38722              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
38723              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
38724      Branch: perl
38725            ! t/lib/md5-file.t
38726 ____________________________________________________________________________
38727 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
38728         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
38729              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
38730              to match the pragma name; various robustness cleanups.
38731      Branch: perl
38732            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
38733            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
38734 ____________________________________________________________________________
38735 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
38736         Log: More -Wall sweeping.
38737      Branch: perl
38738            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
38739            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
38740            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
38741            ! regcomp.c sv.c toke.c utf8.c
38742 ____________________________________________________________________________
38743 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
38744         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
38745              From: Nicholas Clark <nick@ccl4.org>
38746              Date: Wed, 30 May 2001 22:34:41 +0100
38747              Message-ID: <20010530223441.Y86445@plum.flirble.org>
38748      Branch: perl
38749            ! t/op/cmp.t
38750 ____________________________________________________________________________
38751 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
38752         Log: It's is not, it isn't ain't, and it's it's, not its,
38753              if you mean it is. If you don't, it's its. Then too,
38754              it's hers. It isn't her's. It isn't our's either.
38755              It's ours, and likewise yours and theirs.
38756              -- Oxford University Press, Edpress News
38757      Branch: perl
38758            ! lib/autouse.pm
38759 ____________________________________________________________________________
38760 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
38761         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
38762      Branch: perl
38763            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
38764            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
38765            ! x2p/str.c x2p/walk.c xsutils.c
38766 ____________________________________________________________________________
38767 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
38768         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
38769              From: Michael G Schwern <schwern@pobox.com>
38770              Date: Wed, 30 May 2001 17:10:38 +0100
38771              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
38772              
38773              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
38774              From: Abhijit Menon-Sen <ams@wiw.org>
38775              Date: Wed, 30 May 2001 23:16:13 +0530
38776              Message-ID: <20010530231613.A31933@lustre.linux.in>
38777      Branch: perl
38778            ! perl.c t/run/runenv.t
38779 ____________________________________________________________________________
38780 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
38781         Log: (Retracted by #10375.)
38782              
38783              IRIX hints patch from Merijn Broeren.
38784              
38785              TODO: (this and the earlier Linux hints patch) should be solved
38786              at Configure level.  Merijn: -ldb should not be used on any platform
38787              for perl, just when linking DBFile itself. Trying to be helpful here
38788              is counterproductive.
38789      Branch: perl
38790            ! hints/irix_6.sh
38791 ____________________________________________________________________________
38792 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
38793         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
38794              From: Nicholas Clark <nick@ccl4.org>
38795              Date: Wed, 30 May 2001 23:20:58 +0100
38796              Message-ID: <20010530232058.B86445@plum.flirble.org>
38797      Branch: perl
38798            ! doop.c
38799 ____________________________________________________________________________
38800 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
38801         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
38802              From: Michael G Schwern <schwern@pobox.com> 
38803              Date: Wed, 30 May 2001 15:24:20 +0100
38804              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
38805      Branch: perl
38806            ! t/pragma/autouse.t
38807 ____________________________________________________________________________
38808 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
38809         Log: The regex trick wasn't a good idea.
38810      Branch: perl
38811            ! pod/perlfaq4.pod
38812 ____________________________________________________________________________
38813 [ 10329] By: nick                                  on 2001/05/30  18:34:35
38814         Log: Integrate mainline
38815      Branch: perlio
38816           !> (integrate 40 files)
38817 ____________________________________________________________________________
38818 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
38819         Log: Update Changes.
38820      Branch: perl
38821            ! Changes patchlevel.h
38822 ____________________________________________________________________________
38823 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
38824         Log: The metaconfig unit change for #10325.
38825      Branch: metaconfig
38826            + U/modified/afs.U
38827 ____________________________________________________________________________
38828 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
38829         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
38830              is now wrong.
38831      Branch: perl
38832            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
38833 ____________________________________________________________________________
38834 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
38835         Log: Introduce $Config{afsroot}.
38836      Branch: perl
38837            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38838            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
38839            ! win32/config.gc win32/config.vc
38840 ____________________________________________________________________________
38841 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
38842         Log: (Retracted by #10375.)
38843              
38844              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
38845      Branch: perl
38846            ! hints/linux.sh
38847 ____________________________________________________________________________
38848 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
38849         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
38850              (Also Configure tweaks needed; coming up soon.)
38851      Branch: perl
38852            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
38853 ____________________________________________________________________________
38854 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
38855         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
38856              From: Michael G Schwern <schwern@pobox.com>
38857              Date: Sun, 27 May 2001 10:29:43 +0100
38858              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
38859      Branch: perl
38860            ! lib/perl5db.pl
38861 ____________________________________________________________________________
38862 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
38863         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
38864              and Abhijit Menon-Sen.
38865      Branch: perl
38866            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
38867            ! perl.c pp_sys.c regcomp.c
38868 ____________________________________________________________________________
38869 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
38870         Log: Fix the BOOT section to call myU2time properly.
38871      Branch: perl
38872            ! ext/Time/HiRes/HiRes.xs
38873 ____________________________________________________________________________
38874 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
38875         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
38876              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
38877              Date: Wed, 30 May 2001 09:44:29 -0400
38878              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
38879              
38880              Detypo; plus add one more trick.
38881      Branch: perl
38882            ! pod/perlfaq4.pod
38883 ____________________________________________________________________________
38884 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
38885         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)
38886              From: Michael G Schwern <schwern@pobox.com>
38887              Date: Wed, 30 May 2001 14:39:06 +0100
38888              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
38889      Branch: perl
38890            ! lib/autouse.pm t/pragma/autouse.t
38891 ____________________________________________________________________________
38892 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
38893         Log: Subject: Re: AIX and gcc (moving targets)
38894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38895              Date: Wed, 30 May 2001 15:25:08 +0200
38896              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
38897      Branch: perl
38898            ! ext/Time/HiRes/HiRes.xs
38899 ____________________________________________________________________________
38900 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
38901         Log: Subject: [PATCH t/TEST] sorting tests
38902              From: Michael G Schwern <schwern@pobox.com>
38903              Date: Wed, 30 May 2001 10:24:02 +0100
38904              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
38905      Branch: perl
38906            ! t/TEST
38907 ____________________________________________________________________________
38908 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
38909         Log: Subject: [ID 20010529.002] typos in man page perlre
38910              From: bart@cg681574-a.adubn1.nj.home.com 
38911              Date: Tue, 29 May 2001 13:58:59 -0500
38912              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
38913      Branch: perl
38914            ! pod/perlre.pod
38915 ____________________________________________________________________________
38916 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
38917         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
38918              From: "Craig A. Berry" <craigberry@mac.com>
38919              Date: Tue, 29 May 2001 23:23:45 -0500
38920              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
38921      Branch: perl
38922            ! t/lib/extutils.t t/pragma/autouse.t
38923 ____________________________________________________________________________
38924 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
38925         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)
38926              From: David Dyck <dcd@tc.fluke.com>
38927              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
38928              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
38929      Branch: perl
38930            ! t/lib/filefind.t
38931 ____________________________________________________________________________
38932 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
38933         Log: AIX hints update for gcc from Merijn H. Brand.
38934      Branch: perl
38935            ! hints/aix.sh
38936 ____________________________________________________________________________
38937 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
38938         Log: Retract #10295 and #10296: a more generic solution
38939              is needed (there's something funny with gcc on AIX).
38940      Branch: perl
38941            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
38942 ____________________________________________________________________________
38943 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
38944         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
38945              From: Hugo <hv@crypt.compulink.co.uk>
38946              Date: Wed, 30 May 2001 11:59:19 +0100
38947              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
38948              
38949              localizing $@ has unfortunate semantics - if you die past
38950              a local $@, the die message is lost.
38951      Branch: perl
38952            ! lib/utf8_heavy.pl
38953 ____________________________________________________________________________
38954 [ 10309] By: nick                                  on 2001/05/30  08:23:02
38955         Log: Integrate mainline (autouse works again.)
38956      Branch: perlio
38957           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
38958           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
38959           !> pod/perlvar.pod t/op/cmp.t
38960 ____________________________________________________________________________
38961 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
38962         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
38963              From: David Dyck <dcd@tc.fluke.com>
38964              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
38965              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
38966      Branch: perl
38967            ! lib/File/Find.pm
38968 ____________________________________________________________________________
38969 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
38970         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
38971              From: Nicholas Clark <nick@ccl4.org>
38972              Date: Tue, 29 May 2001 23:16:09 +0100
38973              Message-ID: <20010529231609.U86445@plum.flirble.org>
38974              
38975              Make the test output slightly clearer by distinguishing
38976              between '' and undef.
38977      Branch: perl
38978            ! t/op/cmp.t
38979 ____________________________________________________________________________
38980 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
38981         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
38982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38983              Date: Tue, 29 May 2001 19:15:19 -0400
38984              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
38985      Branch: perl
38986            ! hints/os2.sh
38987 ____________________________________________________________________________
38988 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
38989         Log: Subject: perlvar.pod addition
38990              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
38991              Date: Fri, 25 May 2001 20:23:12 +0200
38992              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
38993              
38994              Subject: Re: perlvar.pod addition
38995              From: "Abigail" <abigail@foad.org> 
38996              Date: Fri, 25 May 2001 22:00:39 +0200
38997              Message-ID: <20010525200039.28029.qmail@foad.org>
38998              
38999              Mention $a and $b in perlvar.
39000      Branch: perl
39001            ! pod/perlvar.pod
39002 ____________________________________________________________________________
39003 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
39004         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
39005              From: Jeff Pinyan <jeffp@crusoe.net>
39006              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
39007              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
39008      Branch: perl
39009            ! pod/perlvar.pod
39010 ____________________________________________________________________________
39011 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
39012         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
39013              From: Jeff Pinyan <jeffp@crusoe.net>
39014              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
39015              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
39016      Branch: perl
39017            ! pod/perlfaq6.pod
39018 ____________________________________________________________________________
39019 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
39020         Log: Mention Time::localtime and Time::gmtime.
39021      Branch: perl
39022            ! ext/Time/Piece/Piece.pm
39023 ____________________________________________________________________________
39024 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
39025         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
39026              From: Michael G Schwern <schwern@pobox.com>
39027              Date: Tue, 29 May 2001 18:51:32 +0100
39028              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
39029      Branch: perl
39030            ! pod/perlfaq4.pod
39031 ____________________________________________________________________________
39032 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
39033         Log: Retract #10243.
39034      Branch: perl
39035            ! lib/autouse.pm
39036 ____________________________________________________________________________
39037 [ 10299] By: nick                                  on 2001/05/29  18:41:19
39038         Log: Post weekend integrate mainline (fails one test pragma/autouse).
39039      Branch: perlio
39040           +> (branch 29 files)
39041           !> (integrate 91 files)
39042 ____________________________________________________________________________
39043 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
39044         Log: Update Changes.
39045      Branch: perl
39046            ! Changes patchlevel.h
39047 ____________________________________________________________________________
39048 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
39049         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
39050              before Perl_load_module/Perl_call_method and restore the value
39051              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
39052      Branch: perl
39053            ! utf8.c
39054 ____________________________________________________________________________
39055 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
39056         Log: Subject: Re: AIX and gcc (moving targets)
39057              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39058              Date: Tue, 29 May 2001 17:59:40 +0200
39059              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
39060      Branch: perl
39061            ! ext/Storable/Makefile.PL
39062 ____________________________________________________________________________
39063 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
39064         Log: Subject: Re: AIX and gcc (moving targets)
39065              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39066              Date: Tue, 29 May 2001 12:32:57 +0200
39067              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
39068      Branch: perl
39069            ! ext/POSIX/Makefile.PL
39070 ____________________________________________________________________________
39071 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
39072         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
39073              From: Michael G Schwern <schwern@pobox.com>
39074              Date: Tue, 29 May 2001 09:53:29 +0100
39075              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
39076              
39077              (#10280 retracted)
39078      Branch: perl
39079            ! lib/Test/Harness.pm t/lib/test-harness.t
39080 ____________________________________________________________________________
39081 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
39082         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
39083              From: Michael G Schwern <schwern@pobox.com>
39084              Date: Tue, 29 May 2001 09:19:52 +0100
39085              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
39086      Branch: perl
39087            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
39088            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
39089            + t/lib/Test/todo.t
39090            ! MANIFEST lib/Test.pm t/TEST
39091 ____________________________________________________________________________
39092 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
39093         Log: From: Michael G Schwern <schwern@pobox.com>
39094              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
39095              Date: Tue, 29 May 2001 08:26:09 +0100
39096              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
39097      Branch: perl
39098            ! t/TEST
39099 ____________________________________________________________________________
39100 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
39101         Log: Add tests for Time::gmtime and Time::localtime.
39102      Branch: perl
39103            + t/lib/time-gmtime.t t/lib/time-localtime.t
39104            ! MANIFEST t/lib/1_compile.t
39105 ____________________________________________________________________________
39106 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
39107         Log: Add test for File::stat.
39108      Branch: perl
39109            + t/lib/filestat.t
39110            ! MANIFEST t/lib/1_compile.t
39111 ____________________________________________________________________________
39112 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
39113         Log: Add test for Net::servent.
39114      Branch: perl
39115            + t/lib/net-sent.t
39116            ! MANIFEST t/lib/1_compile.t
39117 ____________________________________________________________________________
39118 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
39119         Log: Add test for Net::protoent.
39120      Branch: perl
39121            + t/lib/net-pent.t
39122            ! MANIFEST t/lib/1_compile.t
39123 ____________________________________________________________________________
39124 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
39125         Log: Add test for Net::netent.
39126      Branch: perl
39127            + t/lib/net-nent.t
39128            ! MANIFEST t/lib/1_compile.t
39129 ____________________________________________________________________________
39130 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
39131         Log: Add test for User::grent.  Portability doubtful.
39132      Branch: perl
39133            + t/lib/user-grent.t
39134            ! MANIFEST t/lib/1_compile.t
39135 ____________________________________________________________________________
39136 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
39137         Log: Add test for User::pwent.
39138              Probably will fall down somewhere for portability reasons.
39139      Branch: perl
39140            + t/lib/user-pwent.t
39141            ! MANIFEST t/lib/1_compile.t
39142 ____________________________________________________________________________
39143 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
39144         Log: Metaconfig units changes for #10283.
39145      Branch: metaconfig
39146            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
39147            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
39148            ! U/installdirs/sitescript.U U/modified/Signal.U
39149 ____________________________________________________________________________
39150 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
39151         Log: Subject: [PATCH 5.6.1] signal names in Configure
39152              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39153              Date: Tue, 29 May 2001 03:52:25 -0400
39154              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
39155              
39156              Subject: [PATCH 5.6.1] older perl in Configure
39157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39158              Date: Tue, 29 May 2001 03:55:40 -0400
39159              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
39160              
39161              Subject: [PATCH 5.6.1] goofs in Configure
39162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39163              Date: Tue, 29 May 2001 04:13:07 -0400
39164              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
39165              
39166              Configure portability tweaks.
39167      Branch: perl
39168            ! Configure
39169 ____________________________________________________________________________
39170 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
39171         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
39172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39173              Date: Tue, 29 May 2001 04:07:06 -0400
39174              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
39175      Branch: perl
39176            ! os2/os2.c
39177 ____________________________________________________________________________
39178 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
39179         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
39180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39181              Date: Tue, 29 May 2001 04:01:38 -0400
39182              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
39183      Branch: perl
39184            ! hints/os2.sh os2/Makefile.SHs
39185 ____________________________________________________________________________
39186 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
39187         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
39188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39189              Date: Tue, 29 May 2001 03:50:18 -0400
39190              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
39191      Branch: perl
39192            ! lib/Test/Harness.pm
39193 ____________________________________________________________________________
39194 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
39195         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
39196      Branch: perl
39197            ! lib/utf8_heavy.pl
39198 ____________________________________________________________________________
39199 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
39200         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
39201              From: Hugo <hv@crypt.compulink.co.uk>
39202              Date: Tue, 29 May 2001 03:03:45 +0100
39203              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
39204              
39205              Explanation why the $@ always gets the UTF8 flag when under use utf8--
39206              because we told it to have the flag when under use utf8.
39207      Branch: perl
39208            ! pp_ctl.c
39209 ____________________________________________________________________________
39210 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
39211         Log: At least a partial fix for 20010528.004.
39212      Branch: perl
39213            ! lib/utf8_heavy.pl
39214 ____________________________________________________________________________
39215 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
39216         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
39217              From: Nicholas Clark <nick@ccl4.org> 
39218              Date: Mon, 28 May 2001 23:39:38 +0100
39219              Message-ID: <20010528233938.M86445@plum.flirble.org>
39220              
39221              More portable non-zero UV.
39222      Branch: perl
39223            ! t/lib/extutils.t
39224 ____________________________________________________________________________
39225 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
39226         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
39227              From: Nicholas Clark <nick@ccl4.org>
39228              Date: Mon, 28 May 2001 22:46:09 +0100
39229              Message-ID: <20010528224608.L86445@plum.flirble.org>
39230              
39231              Test also "make clean".
39232      Branch: perl
39233            ! t/lib/extutils.t
39234 ____________________________________________________________________________
39235 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
39236         Log: Subject: Re: Would -Wno-unused -Wall be better?
39237              From: Michael G Schwern <schwern@pobox.com>
39238              Date: Tue, 29 May 2001 00:55:54 +0100
39239              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
39240      Branch: perl
39241            ! pp.h
39242 ____________________________________________________________________________
39243 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
39244         Log: Add a test for 20010528.007, fixed in #10272.
39245      Branch: perl
39246            ! t/op/misc.t toke.c
39247 ____________________________________________________________________________
39248 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
39249         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
39250              From: Hugo <hv@crypt.compulink.co.uk>
39251              Date: Tue, 29 May 2001 00:23:23 +0100
39252              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
39253      Branch: perl
39254            ! toke.c
39255 ____________________________________________________________________________
39256 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
39257         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
39258              From: Michael G Schwern <schwern@pobox.com>
39259              Date: Tue, 29 May 2001 00:42:59 +0100
39260              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
39261      Branch: perl
39262            ! t/pragma/autouse.t
39263 ____________________________________________________________________________
39264 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
39265         Log: Some shells seemingly arrange the signal handlers differently
39266              (bug id 20010521.004).
39267      Branch: perl
39268            ! t/lib/sigaction.t
39269 ____________________________________________________________________________
39270 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
39271         Log: Regen perlmodlib.
39272      Branch: perl
39273            ! pod/perlmodlib.pod
39274 ____________________________________________________________________________
39275 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
39276         Log: Update Changes.
39277      Branch: perl
39278            ! Changes patchlevel.h
39279 ____________________________________________________________________________
39280 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
39281         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
39282              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
39283              Date: Mon, 28 May 2001 14:56:35 -0500
39284              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
39285      Branch: perl
39286            ! pod/perlnewmod.pod
39287 ____________________________________________________________________________
39288 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
39289         Log: Regen toc.
39290      Branch: perl
39291            ! pod/perltoc.pod
39292 ____________________________________________________________________________
39293 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
39294         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
39295              From: "Richard Soderberg" <rs@crystalflame.net>
39296              Date: Mon, 28 May 2001 12:31:23 -0700
39297              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
39298      Branch: perl
39299            ! t/op/splice.t
39300 ____________________________________________________________________________
39301 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
39302         Log: The #10260 was too bold: locales and utf8 still do not mix.
39303      Branch: perl
39304            ! t/pragma/locale.t
39305 ____________________________________________________________________________
39306 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
39307         Log: Subject: [PATCH] Pod nitpicks
39308              From: "Richard Soderberg" <rs@crystalflame.net>
39309              Date: Mon, 28 May 2001 10:08:58 -0700
39310              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
39311      Branch: perl
39312            ! pod/perl571delta.pod pod/perlapi.pod sv.h
39313 ____________________________________________________________________________
39314 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
39315         Log: Upgrade to I18N::LangTags 0.22.
39316      Branch: perl
39317            + lib/I18N/LangTags/List.pod
39318            ! MANIFEST lib/I18N/LangTags.pm
39319 ____________________________________________________________________________
39320 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
39321         Log: A slightly more serious bug found by -Mutf8; op/misc and
39322              lib/complex dumped core.
39323      Branch: perl
39324            ! regexec.c
39325 ____________________________________________________________________________
39326 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
39327         Log: Various buglets shaken out by -Mutf8.
39328      Branch: perl
39329            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
39330            ! t/pragma/locale.t
39331 ____________________________________________________________________________
39332 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
39333         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
39334      Branch: perl
39335            ! t/lib/carp.t
39336 ____________________________________________________________________________
39337 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
39338         Log: Subject: [PATCH] todo patch
39339              From: Artur Bergman <artur@contiller.se> 
39340              Date: Mon, 28 May 2001 17:03:51 +0200
39341              Message-ID: <B7383577.F34%artur@contiller.se>
39342      Branch: perl
39343            ! pod/perltodo.pod
39344 ____________________________________________________________________________
39345 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
39346         Log: Subject: typo in perlguts.pod
39347              From: "John P. Linderman" <jpl@research.att.com>
39348              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
39349              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
39350      Branch: perl
39351            ! pod/perlguts.pod
39352 ____________________________________________________________________________
39353 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
39354         Log: Subject: AIX and gcc (moving targets)
39355              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39356              Date: Mon, 28 May 2001 12:54:04 +0200
39357              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
39358      Branch: perl
39359            ! hints/aix.sh
39360 ____________________________________________________________________________
39361 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
39362         Log: Subject: Re: perlio + multiple perl_alloc..destruct
39363              From: Doug MacEachern <dougm@covalent.net>
39364              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
39365              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
39366      Branch: perl
39367            ! perlio.c
39368 ____________________________________________________________________________
39369 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
39370         Log: The #10251 wasn't quite up-to-the-code.
39371      Branch: perl
39372            ! t/op/misc.t
39373 ____________________________________________________________________________
39374 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
39375         Log: Test case for bug 20010526.004, fixed in #10252.
39376      Branch: perl
39377            ! t/op/taint.t
39378 ____________________________________________________________________________
39379 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
39380         Log: Subject: Re: [ID 20010526.004] Taint looses value
39381              From: Hugo <hv@crypt.compulink.co.uk>
39382              Date: Sun, 27 May 2001 20:39:32 +0100
39383              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
39384      Branch: perl
39385            ! sv.c
39386 ____________________________________________________________________________
39387 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
39388         Log: Test case for 20010422.005, fixed by #10250.
39389      Branch: perl
39390            ! t/op/misc.t
39391 ____________________________________________________________________________
39392 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
39393         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
39394              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39395              Date: Mon, 28 May 2001 06:39:12 -0400
39396              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
39397      Branch: perl
39398            ! toke.c
39399 ____________________________________________________________________________
39400 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
39401         Log: Linerewrapping.
39402      Branch: perl
39403            ! lib/open.pm
39404 ____________________________________________________________________________
39405 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
39406         Log: Updates on the modules list.
39407      Branch: perl
39408            ! t/lib/1_compile.t
39409 ____________________________________________________________________________
39410 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
39411         Log: Add a test for PerlIO.
39412              
39413              (I probably got the crlf/raw thing wrong for clrfy platforms...)
39414      Branch: perl
39415            + t/lib/perlio.t
39416            ! MANIFEST lib/PerlIO.pm
39417 ____________________________________________________________________________
39418 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
39419         Log: Add a test for carp et alia.
39420      Branch: perl
39421            + t/lib/carp.t
39422            ! MANIFEST
39423 ____________________________________________________________________________
39424 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
39425         Log: Adding the new test would be swell.
39426      Branch: perl
39427            + t/pragma/autouse.t
39428 ____________________________________________________________________________
39429 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
39430         Log: Add a test for the autouse pragma.
39431      Branch: perl
39432            ! MANIFEST
39433 ____________________________________________________________________________
39434 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
39435         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
39436              From: dLux <dlux@spam.sch.bme.hu>
39437              Date: Sun, 27 May 2001 16:14:26 +0200
39438              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
39439      Branch: perl
39440            ! lib/autouse.pm
39441 ____________________________________________________________________________
39442 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
39443         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
39444              From: "Richard Soderberg" <rs@crystalflame.net>
39445              Date: Mon, 28 May 2001 03:56:36 -0700
39446              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
39447      Branch: perl
39448            ! utils/dprofpp.PL
39449 ____________________________________________________________________________
39450 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
39451         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
39452              From: "Stephen P. Potter" <spp@spotter.yi.org>
39453              Date: Tue, 22 May 2001 11:40:25 -0400
39454              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
39455              
39456              Subject: Re: [ID 20010522.003] Time::Local module bug
39457              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
39458              Date: Tue, 22 May 2001 11:50:19 -0400
39459              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
39460      Branch: perl
39461            ! lib/Time/Local.pm
39462 ____________________________________________________________________________
39463 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
39464         Log: The PERL_DL_NONLAZY can have whitespace in front.
39465      Branch: perl
39466            ! t/lib/extutils.t
39467 ____________________________________________________________________________
39468 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
39469         Log: Document strftime() and strptime().
39470      Branch: perl
39471            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
39472 ____________________________________________________________________________
39473 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
39474         Log: Make Time::Piece::strptime() to be a function, not a method.
39475      Branch: perl
39476            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
39477 ____________________________________________________________________________
39478 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
39479         Log: Tweak the test to be more portable.
39480      Branch: perl
39481            ! t/lib/extutils.t
39482 ____________________________________________________________________________
39483 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
39484         Log: Subject: PATCH: Re: Re: Attributes that tie
39485              From: Leon Brocard <acme@astray.com>
39486              Date: Sun, 27 May 2001 12:37:29 +0100
39487              Message-ID: <20010527123729.A22663@ns0.astray.com>
39488              
39489              Document that variable attributes are not currently usable
39490              for tieing.  (An ugly limitation that should be fixed.)
39491      Branch: perl
39492            ! lib/attributes.pm
39493 ____________________________________________________________________________
39494 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
39495         Log: Microperl tweaks.
39496      Branch: perl
39497            ! Makefile.micro uconfig.h uconfig.sh
39498 ____________________________________________________________________________
39499 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
39500         Log: Add make target for microperl (kind of silly, but convenient).
39501      Branch: perl
39502            ! Makefile.SH
39503 ____________________________________________________________________________
39504 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
39505         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
39506              for microperl.)
39507      Branch: perl
39508            ! doio.c
39509 ____________________________________________________________________________
39510 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
39511         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
39512              From: rspier@pobox.com (Robert Spier)
39513              Date: Sat, 26 May 2001 20:05:23 -0400
39514              Message-ID: <15120.17603.148648.12430@rls.cx>
39515              
39516              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
39517              From: rspier@pobox.com (Robert Spier)
39518              Date: Sun, 27 May 2001 00:23:12 -0400
39519              Message-ID: <15120.33072.511966.767230@rls.cx>
39520      Branch: perl
39521            ! doio.c pod/perlfunc.pod
39522 ____________________________________________________________________________
39523 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
39524         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
39525      Branch: perl
39526            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39527 ____________________________________________________________________________
39528 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
39529         Log: Add README.tru64.
39530      Branch: perl
39531            + README.tru64
39532 ____________________________________________________________________________
39533 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
39534         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
39535      Branch: perl
39536            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
39537            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
39538            ! MANIFEST
39539 ____________________________________________________________________________
39540 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
39541         Log: Integrate I18N::LangTags from Sean Burke.
39542              
39543              TODO: the language list from RFC 3066 needs to be integrated
39544              and made available somehow.  The list is included in the
39545              I18N-LangTags 0.21 distribution, but it is undocumented
39546              and unconnected to the module.
39547      Branch: perl
39548            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
39549            ! MANIFEST
39550 ____________________________________________________________________________
39551 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
39552         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
39553              envisioned by Sarathy.
39554      Branch: perl
39555            ! t/op/ver.t toke.c
39556 ____________________________________________________________________________
39557 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
39558         Log: Subject: [ID 20010525.001] Pod typo nits fixed
39559              From: lvirden@cas.org
39560              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
39561              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
39562              
39563              minus the perlsolaris decimation plus the
39564              
39565              Subject: Re: [ID 20010525.001] Pod typo nits fixed
39566              From: "Philip Newton" <Philip.Newton@gmx.net>
39567              Date: Fri, 25 May 2001 18:05:55 +0200
39568              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
39569      Branch: perl
39570            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
39571            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
39572            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
39573            ! pod/perlutil.pod pod/perlxstut.pod
39574 ____________________________________________________________________________
39575 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
39576         Log: return clauses are nice.
39577      Branch: perl
39578            ! sv.c
39579 ____________________________________________________________________________
39580 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
39581         Log: Subject: change 10199 backwards?
39582              From: Doug MacEachern <dougm@covalent.net>
39583              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
39584              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
39585      Branch: perl
39586            ! sv.c
39587 ____________________________________________________________________________
39588 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
39589         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
39590              From: Hugo <hv@crypt.compulink.co.uk>
39591              Date: Sat, 26 May 2001 17:05:12 +0100
39592              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
39593      Branch: perl
39594            + t/op/gmagic.t
39595            ! MANIFEST doop.c embed.h embed.pl global.sym
39596            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
39597            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
39598 ____________________________________________________________________________
39599 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
39600         Log: Regen headers for #10221.
39601      Branch: perl
39602            ! global.sym objXSUB.h perlapi.c
39603 ____________________________________________________________________________
39604 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
39605         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
39606              From: Juha Laiho <juha.laiho@Elma.Net>
39607              Date: Thu, 3 May 2001 09:51:30 +0300
39608              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
39609      Branch: perl
39610            ! embed.pl
39611 ____________________________________________________________________________
39612 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
39613         Log: Subject: Re: [PATCH] Re: stability of sort()?
39614              From: "John P. Linderman" <jpl@research.att.com>
39615              Date: Sat, 26 May 2001 13:27:19 -0400
39616              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
39617      Branch: perl
39618            ! pod/perlfunc.pod
39619 ____________________________________________________________________________
39620 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
39621         Log: Integrate perlio.
39622      Branch: perl
39623           !> pod/perlguts.pod
39624 ____________________________________________________________________________
39625 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
39626         Log: Subject: [PATCH perl@10210] PerlIO for VMS
39627              From: "Craig A. Berry" <craigberry@mac.com>
39628              Date: Sat, 26 May 2001 09:34:11 -0500
39629              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
39630      Branch: perl
39631            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
39632            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
39633            ! vms/vmsish.h
39634 ____________________________________________________________________________
39635 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
39636         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
39637              From: David Dyck <dcd@tc.fluke.com>
39638              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
39639              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
39640      Branch: perl
39641            ! lib/perl5db.pl
39642 ____________________________________________________________________________
39643 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
39644         Log: Subject: utf8 regexp tests
39645              From: Hugo <hv@crypt.compulink.co.uk>
39646              Date: Fri, 25 May 2001 22:35:01 +0100
39647              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
39648      Branch: perl
39649            ! t/op/regexp.t
39650 ____________________________________________________________________________
39651 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
39652         Log: Subject: [PATCH] Re: stability of sort()?
39653              From: Nicholas Clark <nick@ccl4.org>
39654              Date: Fri, 25 May 2001 22:40:19 +0100
39655              Message-ID: <20010525224019.B86445@plum.flirble.org>
39656      Branch: perl
39657            ! pod/perlfunc.pod
39658 ____________________________________________________________________________
39659 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
39660         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
39661              From: John Peacock <jpeacock@rowman.com>
39662              Date: Thu, 24 May 2001 22:14:01 -0400
39663              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
39664      Branch: perl
39665            ! mg.c scope.c sv.c
39666 ____________________________________________________________________________
39667 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
39668         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
39669              From: Nicholas Clark <nick@ccl4.org>
39670              Date: Sun, 20 May 2001 19:24:13 +0100
39671              Message-ID: <20010520192413.G83222@plum.flirble.org>
39672      Branch: perl
39673            + lib/ExtUtils/Constant.pm t/lib/extutils.t
39674            ! MANIFEST utils/h2xs.PL
39675 ____________________________________________________________________________
39676 [ 10212] By: nick                                  on 2001/05/26  09:49:28
39677         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
39678              add a few more notes there on use of mortals on the stack.
39679      Branch: perlio
39680            ! pod/perlguts.pod
39681 ____________________________________________________________________________
39682 [ 10211] By: nick                                  on 2001/05/26  09:05:36
39683         Log: Integrate mainline
39684      Branch: perlio
39685           +> t/lib/fcntl.t t/pragma/vars.t
39686           !> (integrate 49 files)
39687 ____________________________________________________________________________
39688 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
39689         Log: Update Changes.
39690      Branch: perl
39691            ! Changes patchlevel.h
39692 ____________________________________________________________________________
39693 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
39694         Log: Based on
39695              
39696              Subject: [PATCH pp.c] Wrapping pack("C",256)
39697              From: Simon Cozens <simon@netthink.co.uk>
39698              Date: Sat, 12 May 2001 17:58:41 +0100
39699              Message-ID: <20010512175841.A6132@netthink.co.uk>
39700      Branch: perl
39701            ! pod/perldiag.pod pp.c t/pragma/warn/pp
39702 ____________________________________________________________________________
39703 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
39704         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
39705              From: "Brendan O'Dea" <bod@compusol.com.au>
39706              Date: Fri, 25 May 2001 11:18:29 +1000
39707              Message-ID: <20010525111829.A28411@compusol.com.au>
39708              
39709              (Slightly modified.)
39710      Branch: perl
39711            ! lib/Term/Cap.pm
39712 ____________________________________________________________________________
39713 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
39714         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
39715              From: Hugo <hv@crypt.compulink.co.uk>
39716              Date: Fri, 25 May 2001 02:13:25 +0100
39717              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
39718      Branch: perl
39719            ! t/op/misc.t
39720 ____________________________________________________________________________
39721 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
39722         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
39723              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
39724              Date: Fri, 25 May 2001 10:25:36 +0900
39725              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
39726      Branch: perl
39727            ! regcomp.c regexec.c
39728 ____________________________________________________________________________
39729 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
39730         Log: Subject: [PATCH #2] stash autovivification and method call error messages
39731              From: Ilmari Karonen <iltzu@sci.fi>
39732              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
39733              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
39734      Branch: perl
39735            ! gv.c pp_hot.c t/op/method.t
39736 ____________________________________________________________________________
39737 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
39738         Log: Add make target and documentation for gprof profiling.
39739      Branch: perl
39740            ! Makefile.SH pod/perlhack.pod
39741 ____________________________________________________________________________
39742 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
39743         Log: Subject: Don't think about UTF8 
39744              From: Mike Guy <mjtg@cam.ac.uk> 
39745              Date: Tue, 22 May 2001 14:35:39 +0100
39746              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
39747      Branch: perl
39748            ! sv.h
39749 ____________________________________________________________________________
39750 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
39751         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
39752              From: Geraint A Edwards <gedge@serf.org> 
39753              Date: Thu, 24 May 2001 22:51:24 +0100
39754              Message-Id: <20010524225124.A34981@cymru.serf.org>
39755      Branch: perl
39756            ! x2p/find2perl.PL
39757 ____________________________________________________________________________
39758 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
39759         Log: DB_File has its own attribute story.
39760      Branch: perl
39761            ! ext/DB_File/DB_File.xs
39762 ____________________________________________________________________________
39763 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
39764         Log: Subject: Re: Making perl with -Wall
39765              From: Andy Dougherty <doughera@lafayette.edu>
39766              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
39767              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
39768      Branch: perl
39769            ! perl.h
39770 ____________________________________________________________________________
39771 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
39772         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
39773              From: "Richard Soderberg" <rs@crystalflame.net>
39774              Date: Thu, 24 May 2001 08:58:16 -0700
39775              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
39776      Branch: perl
39777            ! sv.c
39778 ____________________________________________________________________________
39779 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
39780         Log: IV/UV casting fixes from Nicholas Clark.
39781      Branch: perl
39782            ! perl.h pp_sys.c util.c
39783 ____________________________________________________________________________
39784 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
39785         Log: Subject: Re: Making perl with -Wall
39786              From: Michael G Schwern <schwern@pobox.com>
39787              Date: Thu, 24 May 2001 15:40:28 +0100
39788              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
39789      Branch: perl
39790            ! malloc.c perl.h
39791 ____________________________________________________________________________
39792 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
39793         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
39794              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39795              Date: Tue, 22 May 2001 11:49:37 +0200
39796              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
39797      Branch: metaconfig
39798            ! U/modified/Oldsym.U
39799      Branch: metaconfig/U/perl
39800            ! patchlevel.U
39801      Branch: perl
39802            ! Configure config_h.SH myconfig.SH
39803 ____________________________________________________________________________
39804 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
39805         Log: Under versiononly install also the scripts with the version suffix.
39806              (e.g. .../bin/h2xs5.7.1)
39807      Branch: perl
39808            ! installperl
39809 ____________________________________________________________________________
39810 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
39811         Log: Subject: [PATCH] Stop segfault in mg.c:636
39812              From: "Richard Soderberg" <rs@crystalflame.net>
39813              Date: Thu, 24 May 2001 05:51:52 -0700
39814              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
39815      Branch: perl
39816            ! mg.c
39817 ____________________________________________________________________________
39818 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
39819         Log: Iteration continues; hopefully convergently.
39820      Branch: perl
39821            ! t/lib/b-stash.t
39822 ____________________________________________________________________________
39823 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
39824         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
39825              From: Gisle Aas <gisle@ActiveState.com>
39826              Date: 23 May 2001 16:13:10 -0700
39827              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
39828      Branch: perl
39829            ! op.c toke.c
39830 ____________________________________________________________________________
39831 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
39832         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
39833              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39834              Date: Thu, 24 May 2001 05:05:22 -0500
39835              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
39836      Branch: perl
39837            ! lib/dumpvar.pl lib/perl5db.pl
39838 ____________________________________________________________________________
39839 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
39840         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
39841              From: David Dyck <dcd@tc.fluke.com>
39842              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
39843              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
39844      Branch: perl
39845            ! lib/perl5db.pl
39846 ____________________________________________________________________________
39847 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
39848         Log: Tiny pod nits on READMEs, mostly whitespace issues.
39849      Branch: perl
39850            ! README.amiga README.dos README.macos README.mpeix README.vmesa
39851            ! README.win32
39852 ____________________________________________________________________________
39853 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
39854         Log: The DG/UX part of the 20010521.005.
39855      Branch: perl
39856            ! README.dgux
39857 ____________________________________________________________________________
39858 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
39859         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
39860              From: Hugo <hv@crypt.compulink.co.uk>
39861              Date: Mon, 21 May 2001 16:32:02 +0100
39862              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
39863      Branch: perl
39864            ! regcomp.c t/op/misc.t
39865 ____________________________________________________________________________
39866 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
39867         Log: Subject: [PATCH] Extra UNIVERSAL tests
39868              From: Mike Guy <mjtg@cam.ac.uk>
39869              Date: Wed, 23 May 2001 12:29:20 +0100
39870              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
39871      Branch: perl
39872            ! t/op/universal.t
39873 ____________________________________________________________________________
39874 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
39875         Log: Subject: [PATCH] Remove EQ keyword
39876              From: Mike Guy <mjtg@cam.ac.uk>
39877              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
39878              Date: Wed, 23 May 2001 11:17:29 +0100
39879      Branch: perl
39880            ! keywords.h keywords.pl
39881 ____________________________________________________________________________
39882 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
39883         Log: Subject: [PATCH] lib/perl5db.pl
39884              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39885              Date: Wed, 23 May 2001 02:18:03 -0500
39886              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
39887      Branch: perl
39888            ! lib/perl5db.pl
39889 ____________________________________________________________________________
39890 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
39891         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
39892              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39893              Date: Tue, 22 May 2001 23:34:41 -0500
39894              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
39895      Branch: perl
39896            ! lib/Term/Cap.pm
39897 ____________________________________________________________________________
39898 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
39899         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
39900              From: davem@fdgroup.co.uk
39901              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
39902              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
39903      Branch: perl
39904            ! emacs/e2ctags.pl
39905 ____________________________________________________________________________
39906 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
39907         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
39908              From: Michael G Schwern <schwern@pobox.com>
39909              Date: Tue, 22 May 2001 14:15:09 +0100
39910              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
39911      Branch: perl
39912            ! lib/vars.pm
39913 ____________________________________________________________________________
39914 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
39915         Log: Subject: [PATCH lib/vars.pm] Odd code nit
39916              From: Michael G Schwern <schwern@pobox.com>
39917              Date: Tue, 22 May 2001 14:14:28 +0100
39918              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
39919      Branch: perl
39920            ! lib/vars.pm
39921 ____________________________________________________________________________
39922 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
39923         Log: Use the new use vars feature.
39924      Branch: perl
39925            ! t/lib/b-stash.t
39926 ____________________________________________________________________________
39927 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
39928         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
39929              From: Mike Guy <mjtg@cam.ac.uk>
39930              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39931              Date: Tue, 22 May 2001 13:11:39 +0100
39932      Branch: perl
39933            + t/pragma/vars.t
39934            ! MANIFEST lib/vars.pm t/lib/1_compile.t
39935 ____________________________________________________________________________
39936 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
39937         Log: -qlongdouble considered harmful by Merijn.
39938      Branch: perl
39939            ! hints/aix.sh
39940 ____________________________________________________________________________
39941 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
39942         Log: Update Changes.
39943      Branch: perl
39944            ! Changes patchlevel.h
39945 ____________________________________________________________________________
39946 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
39947         Log: Add a test of its very own for Fcntl.  Hopefully portable.
39948      Branch: perl
39949            + t/lib/fcntl.t
39950            ! MANIFEST
39951 ____________________________________________________________________________
39952 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
39953         Log: Must be trickier for 'minitest' not to die.
39954      Branch: perl
39955            ! t/op/taint.t
39956 ____________________________________________________________________________
39957 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
39958         Log: Can't declare other people's variables.
39959      Branch: perl
39960            ! t/lib/b-stash.t
39961 ____________________________________________________________________________
39962 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
39963         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
39964      Branch: perl
39965            ! doio.c t/op/taint.t
39966 ____________________________________________________________________________
39967 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
39968         Log: The OS/2 variable needs to be declared.
39969      Branch: perl
39970            ! t/lib/b-stash.t
39971 ____________________________________________________________________________
39972 [ 10170] By: nick                                  on 2001/05/20  16:48:29
39973         Log: Integrate mainline
39974      Branch: perlio
39975           !> (integrate 41 files)
39976 ____________________________________________________________________________
39977 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
39978         Log: Small perlsec updates: clarify the taintedness of filename
39979              globbing; suggest using Scalar::Util::tainted().
39980      Branch: perl
39981            ! pod/perlsec.pod
39982 ____________________________________________________________________________
39983 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
39984         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
39985              From: Dave Mitchell <davem@fdgroup.co.uk>
39986              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
39987              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
39988      Branch: perl
39989            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
39990            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
39991            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
39992            ! xsutils.c
39993 ____________________________________________________________________________
39994 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
39995         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
39996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39997              Date: Sat, 19 May 2001 04:08:46 -0400
39998              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
39999      Branch: perl
40000            ! lib/ExtUtils/Mksymlists.pm makedef.pl
40001 ____________________________________________________________________________
40002 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
40003         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
40004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40005              Date: Sat, 19 May 2001 04:30:45 -0400
40006              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
40007      Branch: perl
40008            ! os2/os2.c
40009 ____________________________________________________________________________
40010 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
40011         Log: Subject: [PATCH 5.6.1] build bugs OS/2
40012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40013              Date: Sat, 19 May 2001 04:35:28 -0400
40014              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
40015      Branch: perl
40016            ! os2/Makefile.SHs os2/os2.c
40017 ____________________________________________________________________________
40018 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
40019         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
40020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40021              Date: Sat, 19 May 2001 04:04:23 -0400
40022              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
40023              
40024              (In bleadperl patched b-stash.t instead of b.t)
40025      Branch: perl
40026            ! t/lib/b-stash.t t/lib/bigfltpm.t
40027 ____________________________________________________________________________
40028 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
40029         Log: Subject: [PATCH 5.6.1] perl5db
40030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40031              Date: Sat, 19 May 2001 03:49:09 -0400
40032              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
40033      Branch: perl
40034            ! lib/perl5db.pl
40035 ____________________________________________________________________________
40036 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
40037         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
40038              From: Gisle Aas <gisle@ActiveState.com>
40039              Date: 18 May 2001 14:24:51 -0700
40040              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
40041      Branch: perl
40042            ! pp_ctl.c
40043 ____________________________________________________________________________
40044 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
40045         Log: Subject: [PATCH] Chomp should not always stringify
40046              From: Gisle Aas <gisle@ActiveState.com>
40047              Date: 18 May 2001 07:55:25 -0700
40048              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
40049      Branch: perl
40050            ! doop.c t/op/chop.t
40051 ____________________________________________________________________________
40052 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
40053         Log: Integrate perlio.
40054      Branch: perl
40055           !> pod/perlfunc.pod
40056 ____________________________________________________________________________
40057 [ 10159] By: nick                                  on 2001/05/20  09:39:46
40058         Log: Document some more of open's features.
40059      Branch: perlio
40060            ! pod/perlfunc.pod
40061 ____________________________________________________________________________
40062 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
40063         Log: back out change#10153 (it has compatibility issues such as the
40064              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
40065              benefit for 5.6.x doesn't seem worth the risk)
40066      Branch: maint-5.6/perl
40067            ! toke.c
40068 ____________________________________________________________________________
40069 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
40070         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
40071      Branch: perl
40072            ! x2p/s2p.PL
40073 ____________________________________________________________________________
40074 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
40075         Log: Update Changes.
40076      Branch: perl
40077            ! Changes patchlevel.h
40078 ____________________________________________________________________________
40079 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
40080         Log: Integrate change #10144 from maintperl.
40081              
40082              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
40083      Branch: perl
40084           !> win32/config.bc win32/config.gc win32/config.vc
40085           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40086 ____________________________________________________________________________
40087 [ 10154] By: nick                                  on 2001/05/18  07:23:03
40088         Log: Integrate mainline.
40089      Branch: perlio
40090           +> README.dgux t/lib/i18n-collate.t utils.lst
40091           !> (integrate 49 files)
40092 ____________________________________________________________________________
40093 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
40094         Log: Integrate change #7224 from mainline into maintperl.
40095              
40096              Allow @+ and @- to be doublequoted, from Simon Cozens. 
40097              (Approved by Larry, see Tom's comment in 20000830.005.)
40098      Branch: maint-5.6/perl
40099           !> toke.c
40100 ____________________________________________________________________________
40101 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
40102         Log: Subject: [PATCH bleadperl] small lookbehind fix
40103              From: Hugo <hv@crypt.compulink.co.uk>
40104              Date: Fri, 18 May 2001 00:07:19 +0100
40105              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
40106      Branch: perl
40107            ! regexec.c
40108 ____________________________________________________________________________
40109 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
40110         Log: Detypos.
40111      Branch: perl
40112            ! installman utils.lst
40113 ____________________________________________________________________________
40114 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
40115         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
40116              in 20001222.001.
40117      Branch: perl
40118            ! t/lib/glob-basic.t
40119 ____________________________________________________________________________
40120 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
40121         Log: Subject: [PATCH] Test for bug 20010515.004
40122              From: Benjamin Sugars <bsugars@canoe.ca>
40123              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
40124              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
40125      Branch: perl
40126            ! t/op/misc.t
40127 ____________________________________________________________________________
40128 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
40129         Log: Integrate #10145 from maintperl.
40130              
40131              fix for ID 20010515.004 (needs test)
40132      Branch: perl
40133           !> pp_hot.c
40134 ____________________________________________________________________________
40135 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
40136         Log: Thinko noticed by Doug MacEachern.
40137      Branch: perl
40138            ! thread.h
40139 ____________________________________________________________________________
40140 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
40141         Log: Subject: Re: [PATCH] HERE mark in regex
40142              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40143              Date: Thu, 17 May 2001 12:20:33 -0400
40144              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
40145      Branch: perl
40146            ! t/op/re_tests
40147 ____________________________________________________________________________
40148 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
40149         Log: fix for ID 20010515.004 (needs test)
40150      Branch: maint-5.6/perl
40151            ! pp_hot.c
40152 ____________________________________________________________________________
40153 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
40154         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
40155      Branch: maint-5.6/perl
40156            ! win32/config.bc win32/config.gc win32/config.vc
40157            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40158 ____________________________________________________________________________
40159 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
40160         Log: Macrofy the getspecific (and use it also in util.c)
40161      Branch: perl
40162            ! thread.h util.c
40163 ____________________________________________________________________________
40164 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
40165         Log: Use the unchecked thread-specific key fetch also in Tru64.
40166      Branch: perl
40167            ! thread.h
40168 ____________________________________________________________________________
40169 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
40170         Log: Subject: [PATCH 5.6.1]Quick thread speedup
40171              From: Dan Sugalski <dan@sidhe.org> 
40172              Date: Wed, 16 May 2001 18:05:19 -0400
40173              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
40174      Branch: perl
40175            ! thread.h util.c
40176 ____________________________________________________________________________
40177 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
40178         Log: I think this is quite enough testing for a deprecated feature.
40179      Branch: perl
40180            + t/lib/i18n-collate.t
40181            ! MANIFEST t/lib/1_compile.t
40182 ____________________________________________________________________________
40183 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
40184         Log: More HP-UX lore from Jeff Okamoto.
40185      Branch: perl
40186            ! README.hpux
40187 ____________________________________________________________________________
40188 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
40189         Log: Sort utils.lst for easier maintenance.
40190      Branch: perl
40191            ! utils.lst
40192 ____________________________________________________________________________
40193 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
40194         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
40195              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40196              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
40197              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
40198              
40199              Add pod2latex to utils.lst.
40200      Branch: perl
40201            ! MANIFEST utils.lst
40202 ____________________________________________________________________________
40203 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
40204         Log: Subject: Re: [PATCH] HERE mark in regex
40205              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40206              Date: Wed, 16 May 2001 13:04:43 -0400
40207              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
40208      Branch: perl
40209            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
40210            ! t/op/regmesg.t t/pragma/warn/regcomp
40211 ____________________________________________________________________________
40212 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
40213         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
40214              From: Simon Cozens <simon@netthink.co.uk>
40215              Date: Wed, 16 May 2001 18:02:08 +0100
40216              Message-ID: <20010516180208.A6458@netthink.co.uk>
40217      Branch: perl
40218            ! installman utils.lst
40219 ____________________________________________________________________________
40220 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
40221         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
40222              From: "Philip Newton" <pnewton@gmx.de>
40223              Date: Tue, 15 May 2001 15:09:30 +0200
40224              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
40225              
40226              Test case for #10128.
40227      Branch: perl
40228            ! t/pragma/warn/pp_hot
40229 ____________________________________________________________________________
40230 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
40231         Log: Update Changes.
40232      Branch: perl
40233            ! Changes patchlevel.h
40234 ____________________________________________________________________________
40235 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
40236         Log: Deprecate pseudo-hashes.
40237      Branch: perl
40238            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
40239 ____________________________________________________________________________
40240 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
40241         Log: HP-UX hints update from Merijn.
40242      Branch: perl
40243            ! hints/hpux.sh
40244 ____________________________________________________________________________
40245 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
40246         Log: README.hpux update from Merijn.
40247      Branch: perl
40248            ! README.hpux
40249 ____________________________________________________________________________
40250 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
40251         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
40252              From: Simon Cozens <simon@netthink.co.uk>
40253              Date: Wed, 16 May 2001 15:57:55 +0100
40254              Message-ID: <20010516155755.A4728@netthink.co.uk>
40255      Branch: perl
40256            + utils.lst
40257            ! MANIFEST installman installperl
40258 ____________________________________________________________________________
40259 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
40260         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
40261              From: "Philip Newton" <pnewton@gmx.de>
40262              Date: Tue, 15 May 2001 16:31:05 +0200
40263              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
40264              
40265              Fix PERL_Y2KWARN test to check before rather than after appending.
40266      Branch: perl
40267            ! pp_hot.c
40268 ____________________________________________________________________________
40269 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
40270         Log: Regen Porting stuff.
40271      Branch: perl
40272            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40273            ! config_h.SH
40274 ____________________________________________________________________________
40275 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
40276         Log: Metaconfig unit change for #10125.
40277      Branch: metaconfig
40278            ! U/modified/Oldconfig.U
40279 ____________________________________________________________________________
40280 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
40281         Log: Use OSVERS.
40282      Branch: perl
40283            ! Configure config_h.SH perl.c
40284 ____________________________________________________________________________
40285 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
40286         Log: Regen toc.
40287      Branch: perl
40288            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40289 ____________________________________________________________________________
40290 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
40291         Log: Adding the README.dgux to the MANIFEST would be a good idea.
40292      Branch: perl
40293            ! MANIFEST
40294 ____________________________________________________________________________
40295 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
40296         Log: Move the stack desire definition to thread.h.
40297      Branch: perl
40298            ! ext/Thread/Thread.xs thread.h
40299 ____________________________________________________________________________
40300 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
40301         Log: DG-UX threading patches, including a README.dgux,
40302              from Takis Psarogiannakopoulos.
40303      Branch: perl
40304            + README.dgux
40305            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
40306 ____________________________________________________________________________
40307 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
40308         Log: Subject: [PATCH B::Deparse] More on /x regexes
40309              From: Robin Houston <robin@kitsite.com>
40310              Date: Tue, 15 May 2001 19:09:35 +0100
40311              Message-ID: <20010515190935.A27268@penderel>
40312      Branch: perl
40313            ! ext/B/B/Deparse.pm
40314 ____________________________________________________________________________
40315 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
40316         Log: Document that the core time() may be rounding rather
40317              than truncating, would have saved at least my confusion.
40318      Branch: perl
40319            ! ext/Time/HiRes/HiRes.pm
40320 ____________________________________________________________________________
40321 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
40322         Log: Subject: perl-current/t/time-hires.t
40323              From: John Peacock <jpeacock@rowman.com>
40324              Date: Fri, 11 May 2001 14:09:41 -0400
40325              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
40326      Branch: perl
40327            ! t/lib/time-hires.t
40328 ____________________________________________________________________________
40329 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
40330         Log: Subject: [PATCH dump.c] Op private flags
40331              From: Simon Cozens <simon@netthink.co.uk>
40332              Date: Sun, 13 May 2001 20:20:36 +0100
40333              Message-ID: <20010513202036.A21896@netthink.co.uk>
40334      Branch: perl
40335            ! dump.c
40336 ____________________________________________________________________________
40337 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
40338         Log: Upgrade to Switch 2.03.
40339      Branch: perl
40340            ! lib/Switch.pm
40341 ____________________________________________________________________________
40342 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
40343         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
40344              to PERL_CONFIG_SH and use it consistently.
40345      Branch: maint-5.6/perl
40346           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
40347           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
40348           !> myconfig.SH writemain.SH
40349 ____________________________________________________________________________
40350 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
40351         Log: Metaconfig units changes for #10113.
40352      Branch: metaconfig
40353            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
40354 ____________________________________________________________________________
40355 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
40356         Log: The problem described in 20010514.031 still wasn't
40357              fully cured, there were remnants of $CONFIG when
40358              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
40359              to avoid future conflicts.
40360      Branch: perl
40361            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
40362            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
40363            ! myconfig.SH writemain.SH
40364 ____________________________________________________________________________
40365 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
40366         Log: Half of #10107 got lost.
40367      Branch: perl
40368            ! ext/B/B/Deparse.pm
40369 ____________________________________________________________________________
40370 [ 10111] By: nick                                  on 2001/05/15  08:39:14
40371         Log: Integrate mainline.
40372      Branch: perlio
40373           +> ext/POSIX/hints/uts.pl
40374            - Todo Todo-5.6 t/camel-III/vstring.t
40375           !> (integrate 48 files)
40376 ____________________________________________________________________________
40377 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
40378         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
40379              From: Robin Houston <robin@kitsite.com>
40380              Date: Mon, 14 May 2001 22:27:08 +0100
40381              Message-ID: <20010514222708.A22963@penderel>
40382      Branch: perl
40383            ! t/TestInit.pm
40384 ____________________________________________________________________________
40385 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
40386         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
40387              From: Robin Houston <robin@kitsite.com>
40388              Date: Mon, 14 May 2001 22:16:43 +0100
40389              Message-ID: <20010514221643.A22437@penderel>
40390      Branch: perl
40391            ! ext/B/B/Deparse.pm
40392 ____________________________________________________________________________
40393 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
40394         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
40395              From: Robin Houston <robin@kitsite.com>
40396              Date: Mon, 14 May 2001 22:03:44 +0100
40397              Message-ID: <20010514220344.A20643@penderel>
40398      Branch: perl
40399            ! ext/B/B/Deparse.pm
40400 ____________________________________________________________________________
40401 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
40402         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
40403              From: Robin Houston <robin@kitsite.com>
40404              Date: Mon, 14 May 2001 22:10:07 +0100
40405              Message-ID: <20010514221007.A21118@penderel>
40406      Branch: perl
40407            ! ext/B/B/Deparse.pm
40408 ____________________________________________________________________________
40409 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
40410         Log: Fix for 20010514.037; substr() didn't invalidate the locale
40411              collation magic.
40412      Branch: perl
40413            ! pp.c
40414 ____________________________________________________________________________
40415 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
40416         Log: Update Changes.
40417      Branch: perl
40418            ! Changes patchlevel.h
40419 ____________________________________________________________________________
40420 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
40421         Log: Retract #10094.
40422      Branch: perl
40423            ! lib/Pod/Text.pm
40424 ____________________________________________________________________________
40425 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
40426         Log: Integrate change #10100 from maintperl.
40427              
40428              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
40429              bug ID 20010514.027)
40430      Branch: perl
40431           !> mg.c pp_ctl.c
40432 ____________________________________________________________________________
40433 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
40434         Log: Document the deprecatedness of suidperl.
40435      Branch: perl
40436            ! INSTALL pod/perlfaq1.pod
40437 ____________________________________________________________________________
40438 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
40439         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
40440              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40441              Date: Mon, 14 May 2001 09:38:59 -0400
40442              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
40443      Branch: perl
40444            ! lib/ExtUtils/MM_Unix.pm
40445 ____________________________________________________________________________
40446 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
40447         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
40448              bug ID 20010514.027)
40449              
40450              TODO: this needs a testsuite addition
40451      Branch: maint-5.6/perl
40452            ! mg.c pp_ctl.c
40453 ____________________________________________________________________________
40454 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
40455         Log: More DWIMminess for Class::Struct: calling the array or hash
40456              accessors only with one argument, an array or a hash reference,
40457              sets the underlying array or hash.  This mirrors nicely also
40458              the usage in the constructor.
40459              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
40460      Branch: perl
40461            ! lib/Class/Struct.pm t/lib/class-struct.t
40462 ____________________________________________________________________________
40463 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
40464         Log: Reference cmp'ing should go through the whole stringification
40465              process shebang, as pointed out by Sarathy in #10091.
40466      Branch: perl
40467            ! pp.c
40468 ____________________________________________________________________________
40469 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
40470         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
40471              From: Simon Cozens <simon@netthink.co.uk>
40472              Date: Sat, 12 May 2001 16:36:27 +0100
40473              Message-ID: <20010512163627.A5522@netthink.co.uk>
40474              
40475              with some additions salvaged from Todo and Todo-5.6 before
40476              retiring them.
40477      Branch: perl
40478            - Todo Todo-5.6
40479            ! MANIFEST pod/perltodo.pod
40480 ____________________________________________________________________________
40481 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
40482         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
40483              From: "Golubev I. N." <gin@mo.msk.ru>
40484              Date: Mon, 07 May 2001 14:33:34 (GMT)
40485              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
40486      Branch: perl
40487            ! perl.h
40488 ____________________________________________________________________________
40489 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
40490         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
40491              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
40492              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
40493              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
40494      Branch: perl
40495            ! lib/ExtUtils/MM_Unix.pm
40496 ____________________________________________________________________________
40497 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
40498         Log: (Retracted by #10104.)
40499              
40500              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
40501              From: barries <barries@slaysys.com>
40502              Date: Sat, 12 May 2001 01:28:10 -0400
40503              Message-ID: <20010512012810.B26358@jester.slaysys.com>
40504      Branch: perl
40505            ! lib/Pod/Text.pm
40506 ____________________________________________________________________________
40507 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
40508         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
40509              From: Mike Guy <mjtg@cam.ac.uk>
40510              Date: Sat, 12 May 2001 19:24:33 +0100
40511              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
40512      Branch: perl
40513            ! lib/AutoSplit.pm
40514 ____________________________________________________________________________
40515 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
40516         Log: Yet another HP-UX hints tweak from Merijn.
40517      Branch: perl
40518            ! hints/hpux.sh
40519 ____________________________________________________________________________
40520 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
40521         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
40522              isn't defined (changes#9366,9368,9370 from mainline without the
40523              pp_scmp() change)
40524      Branch: maint-5.6/perl
40525            ! pp.c pp.h pp_hot.c
40526 ____________________________________________________________________________
40527 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
40528         Log: The sorting seems to happen now automatically.
40529      Branch: perl
40530            ! t/lib/glob-basic.t
40531 ____________________________________________________________________________
40532 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
40533         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
40534              From: Benjamin Sugars <bsugars@canoe.ca>
40535              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
40536              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
40537      Branch: perl
40538            ! pod/perlfunc.pod
40539 ____________________________________________________________________________
40540 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
40541         Log: Subject: Re: undef(&foo) does not work for XS functions
40542              From: Doug MacEachern <dougm@covalent.net>
40543              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
40544              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
40545      Branch: perl
40546            ! op.c
40547 ____________________________________________________________________________
40548 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
40549         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
40550              From: Peter Prymmer <pvhp@forte.com>
40551              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
40552              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
40553      Branch: perl
40554            ! t/op/append.t
40555 ____________________________________________________________________________
40556 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
40557         Log: Update Changes.
40558      Branch: perl
40559            ! Changes patchlevel.h
40560 ____________________________________________________________________________
40561 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
40562         Log: Remove the 'asciir' re subpragma.  Should instead implement
40563              the 'physical vs logical' range scheme:
40564              
40565              \xAA-\xCC is a native physical range, you want that range of
40566              codepoints in your native encoding.  In EBCDIC the codepoints
40567              in the gaps (between i-j and r-s) should be included.
40568              
40569              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
40570              codepoints in Unicode.
40571              
40572              a-z is a logical range, you want that range of 'logical' codepoints
40573              in your native encoding.  In EBCDIC the codepoints in the gaps
40574              (between i-j and r-s) should not be included.
40575              
40576              Mixed cases (a-\xAA, etc) should either be errors, or maybe
40577              the 'logical' endpoints should be converted to native/Unicode
40578              codepoints, and the range handled as a physical range.
40579              
40580              'Logical endpoints' are to be recognized only in the A-Z, a-z,
40581              and 0-9 ranges.  Probably a warning should be given for mixed
40582              cases like A-z or a-9 (since such expressions are encoding
40583              dependent), with a recommendation to use physical ranges.
40584      Branch: perl
40585            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
40586            ! t/op/regexp.t
40587 ____________________________________________________________________________
40588 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
40589         Log: Make the test to cleanup the test directory tree
40590              both before and after the testing so that we always
40591              have a clean slate to work with.
40592      Branch: perl
40593            ! t/lib/filefind.t
40594 ____________________________________________________________________________
40595 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
40596         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
40597              From: Jon Eveland <jweveland@yahoo.com>
40598              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
40599              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
40600      Branch: perl
40601            ! pod/perlfunc.pod
40602 ____________________________________________________________________________
40603 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
40604         Log: Merge the camel-III/vstring.t with op/ver.t.
40605      Branch: perl
40606            - t/camel-III/vstring.t
40607            ! MANIFEST t/TEST t/harness t/op/ver.t
40608 ____________________________________________________________________________
40609 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
40610         Log: Add test.deparse make target.
40611      Branch: perl
40612            ! Makefile.SH
40613 ____________________________________________________________________________
40614 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
40615         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
40616              From: Robin Houston <robin@kitsite.com>
40617              Date: Fri, 11 May 2001 12:02:22 +0100
40618              Message-ID: <20010511120222.A11529@penderel>
40619      Branch: perl
40620            ! ext/B/B/Deparse.pm t/op/method.t
40621 ____________________________________________________________________________
40622 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
40623         Log: A nicely working combination for UTS from Hal Morris.
40624      Branch: perl
40625            + ext/POSIX/hints/uts.pl
40626            ! MANIFEST hints/uts.sh
40627 ____________________________________________________________________________
40628 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
40629         Log: i_ieeefp=undef for UTS.
40630      Branch: perl
40631            ! hints/uts.sh
40632 ____________________________________________________________________________
40633 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
40634         Log: Subject: RE: rand(0) is rand(1)
40635              From: Larry Shatzer <lshatzer@islanddata.com>
40636              Date: Thu, 10 May 2001 11:09:27 -0700
40637              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
40638      Branch: perl
40639            ! pod/perlfunc.pod
40640 ____________________________________________________________________________
40641 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
40642         Log: Subject: [patch] make op_{clear,null} public
40643              From: Doug MacEachern <dougm@covalent.net>
40644              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
40645              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
40646      Branch: perl
40647            ! embed.h embed.pl op.c proto.h
40648 ____________________________________________________________________________
40649 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
40650         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
40651              From: Robin Houston <robin@kitsite.com>
40652              Date: Thu, 10 May 2001 18:54:59 +0100
40653              Message-ID: <20010510185459.A5995@penderel>
40654      Branch: perl
40655            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
40656 ____________________________________________________________________________
40657 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
40658         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
40659              From: Robin Houston <robin@kitsite.com>
40660              Date: Thu, 10 May 2001 12:56:39 +0100
40661              Message-ID: <20010510125639.A2119@penderel>
40662      Branch: perl
40663            ! ext/B/B/Deparse.pm
40664 ____________________________________________________________________________
40665 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
40666         Log: Retract #10070, not ready yet.
40667      Branch: perl
40668            ! ext/B/B/Deparse.pm
40669 ____________________________________________________________________________
40670 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
40671         Log: The metaconfig unit change for #10071.
40672      Branch: metaconfig
40673            ! U/modified/mallocsrc.U
40674 ____________________________________________________________________________
40675 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
40676         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
40677      Branch: perl
40678            ! Configure
40679 ____________________________________________________________________________
40680 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
40681         Log: (Retracted by #10073)
40682              
40683              Subject: Re: [PATCH t/TEST] B::Deparse tester 
40684              From: Hugo <hv@crypt.compulink.co.uk>
40685              Date: Thu, 10 May 2001 05:48:09 +0100
40686              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
40687      Branch: perl
40688            ! ext/B/B/Deparse.pm
40689 ____________________________________________________________________________
40690 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
40691         Log: Add a for(func()) test.
40692      Branch: perl
40693            ! t/cmd/for.t
40694 ____________________________________________________________________________
40695 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
40696         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
40697              From: Robin Houston <robin@kitsite.com>
40698              Date: Thu, 10 May 2001 13:50:08 +0100
40699              Message-ID: <20010510135008.A2454@penderel>
40700      Branch: perl
40701            ! ext/B/B/Deparse.pm
40702 ____________________________________________________________________________
40703 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
40704         Log: A thinko in #10065.
40705      Branch: perl
40706            ! hv.c
40707 ____________________________________________________________________________
40708 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
40709         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
40710              From: Robin Houston <robin@kitsite.com>
40711              Date: Thu, 10 May 2001 02:10:34 +0100
40712              Message-ID: <20010510021034.A19421@penderel>
40713      Branch: perl
40714            ! ext/B/B.xs ext/B/B/Deparse.pm
40715 ____________________________________________________________________________
40716 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
40717         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
40718              From: Doug MacEachern <dougm@covalent.net>
40719              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
40720              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
40721      Branch: perl
40722            ! hv.c
40723 ____________________________________________________________________________
40724 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
40725         Log: One more workaround for the UTS compiler from Hal Morris.
40726      Branch: perl
40727            ! perl.h
40728 ____________________________________________________________________________
40729 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
40730         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
40731              From: Robin Houston <robin@kitsite.com>
40732              Date: Thu, 10 May 2001 01:02:08 +0100
40733              Message-ID: <20010510010208.A18200@penderel>
40734      Branch: perl
40735            ! ext/B/B/Debug.pm
40736 ____________________________________________________________________________
40737 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
40738         Log: Subject: [PATCH] Simplify deb_curcv() a bit
40739              From: Benjamin Sugars <bsugars@canoe.ca>
40740              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
40741              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
40742      Branch: perl
40743            ! run.c
40744 ____________________________________________________________________________
40745 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
40746         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
40747              From: Benjamin Sugars <bsugars@canoe.ca>
40748              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
40749              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
40750      Branch: perl
40751            ! t/lib/io_scalar.t
40752 ____________________________________________________________________________
40753 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
40754         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
40755              From: Peter Prymmer <pvhp@forte.com>
40756              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
40757              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
40758      Branch: perl
40759            ! t/lib/md5-file.t
40760 ____________________________________________________________________________
40761 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
40762         Log: Subject: [PATCH t/TEST] B::Deparse tester
40763              From: Robin Houston <robin@kitsite.com>
40764              Date: Wed, 9 May 2001 19:17:50 +0100
40765              Message-ID: <20010509191750.A16940@penderel>
40766      Branch: perl
40767            ! ext/B/O.pm t/TEST
40768 ____________________________________________________________________________
40769 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
40770         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
40771              From: Jeff Pinyan <jeffp@crusoe.net>
40772              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
40773              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
40774      Branch: perl
40775            ! lib/Pod/Html.pm
40776 ____________________________________________________________________________
40777 [ 10057] By: nick                                  on 2001/05/09  18:37:56
40778         Log: Integrate mainline.
40779      Branch: perlio
40780           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
40781           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
40782 ____________________________________________________________________________
40783 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
40784         Log: Update Changes.
40785      Branch: perl
40786            ! Changes patchlevel.h
40787 ____________________________________________________________________________
40788 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
40789         Log: Integrate perlio.
40790      Branch: perl
40791           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40792 ____________________________________________________________________________
40793 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
40794         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
40795              From: Benjamin Sugars <bsugars@canoe.ca>
40796              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
40797              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
40798      Branch: perl
40799            ! perlio.c
40800 ____________________________________________________________________________
40801 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
40802         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
40803              From: Benjamin Sugars <bsugars@canoe.ca>
40804              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
40805              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
40806      Branch: perl
40807            ! ext/PerlIO/Scalar/Scalar.xs
40808 ____________________________________________________________________________
40809 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
40810         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
40811              From: Jeff Pinyan <jeffp@crusoe.net>
40812              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
40813              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
40814      Branch: perl
40815            ! lib/Pod/Html.pm
40816 ____________________________________________________________________________
40817 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
40818         Log: EPOC tweak from Olaf Flebbe.
40819      Branch: perl
40820            ! epoc/epocish.h
40821 ____________________________________________________________________________
40822 [ 10050] By: nick                                  on 2001/05/09  14:37:57
40823         Log: win32, regen_config_h
40824      Branch: perlio
40825            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40826 ____________________________________________________________________________
40827 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
40828         Log: Integrate perlio.
40829      Branch: perl
40830           !> pp_sys.c
40831 ____________________________________________________________________________
40832 [ 10048] By: nick                                  on 2001/05/09  11:59:50
40833         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
40834              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
40835      Branch: perlio
40836            ! pp_sys.c
40837 ____________________________________________________________________________
40838 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
40839         Log: Integrate perlio.
40840      Branch: perl
40841           !> run.c
40842 ____________________________________________________________________________
40843 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
40844         Log: Subject: Re: Less warnings during configure
40845              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40846              Date: Wed, 09 May 2001 13:12:49 +0200
40847              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
40848      Branch: perl
40849            ! hints/hpux.sh
40850 ____________________________________________________________________________
40851 [ 10045] By: nick                                  on 2001/05/09  09:56:59
40852         Log: MULTIPLICITY/DEBUGGING build fix.
40853      Branch: perlio
40854            ! run.c
40855 ____________________________________________________________________________
40856 [ 10044] By: nick                                  on 2001/05/09  09:46:37
40857         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
40858      Branch: perlio
40859           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
40860            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
40861           !> (integrate 65 files)
40862 ____________________________________________________________________________
40863 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
40864         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
40865              From: Robin Houston <robin@kitsite.com>
40866              Date: Tue, 8 May 2001 19:38:00 +0100
40867              Message-ID: <20010508193800.A4389@penderel>
40868              
40869              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
40870              From: Robin Houston <robin@kitsite.com>
40871              Date: Tue, 8 May 2001 20:03:57 +0100
40872              Message-ID: <20010508200357.A4614@penderel>
40873              
40874              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
40875              From: Robin Houston <robin@kitsite.com>
40876              Date: Wed, 9 May 2001 00:12:05 +0100
40877              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
40878      Branch: perl
40879            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
40880 ____________________________________________________________________________
40881 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
40882         Log: Retract #10031.
40883      Branch: perl
40884            ! pod/perlfunc.pod
40885 ____________________________________________________________________________
40886 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
40887         Log: The metaconfig unit changes for #10040.
40888      Branch: metaconfig/U/perl
40889            ! Checkcc.U d_dlsymun.U dlsrc.U
40890 ____________________________________________________________________________
40891 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
40892         Log: The Configure half of
40893              
40894              Subject: Less warnings during configure
40895              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40896              Date: Tue, 08 May 2001 08:44:02 +0200
40897              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
40898      Branch: perl
40899            ! Configure
40900 ____________________________________________________________________________
40901 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
40902         Log: Subject: Less warnings during configure
40903              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40904              Date: Tue, 08 May 2001 08:44:02 +0200
40905              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
40906      Branch: perl
40907            ! hints/hpux.sh
40908 ____________________________________________________________________________
40909 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
40910         Log: Don't forget to whine about \d__\d.
40911      Branch: perl
40912            ! t/pragma/warn/toke toke.c
40913 ____________________________________________________________________________
40914 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
40915         Log: Allow underscores also in the exponent part.
40916      Branch: perl
40917            ! t/pragma/warn/toke toke.c
40918 ____________________________________________________________________________
40919 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
40920         Log: CodeMagicCD doesn't look like an *I*DE.
40921      Branch: perl
40922            ! pod/perlfaq3.pod
40923 ____________________________________________________________________________
40924 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
40925         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
40926              to be consistently down).
40927      Branch: perl
40928            ! pod/perlfaq3.pod
40929 ____________________________________________________________________________
40930 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
40931         Log: Upgrade to Text::Balanced 1.84.
40932      Branch: perl
40933            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
40934 ____________________________________________________________________________
40935 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
40936         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
40937              From: Benjamin Sugars <bsugars@canoe.ca>
40938              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
40939              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
40940      Branch: perl
40941            ! run.c
40942 ____________________________________________________________________________
40943 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
40944         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
40945              From: Peter Prymmer <pvhp@forte.com>
40946              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
40947              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
40948      Branch: perl
40949            ! t/pod/plainer.t
40950 ____________________________________________________________________________
40951 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
40952         Log: (Retracted by #10042)
40953              
40954              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
40955              From: "Philip Newton" <pnewton@gmx.de>
40956              Date: Tue, 8 May 2001 09:18:10 +0200
40957              Message-ID: <3AF7B9D2.28861.603732@localhost>
40958      Branch: perl
40959            ! pod/perlfunc.pod
40960 ____________________________________________________________________________
40961 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
40962         Log: Subject: [PATCH B::Deparse] Document known bugs
40963              From: Robin Houston <robin@kitsite.com>
40964              Date: Tue, 8 May 2001 01:53:34 +0100
40965              Message-ID: <20010508015334.A32394@penderel>
40966      Branch: perl
40967            ! ext/B/B/Deparse.pm
40968 ____________________________________________________________________________
40969 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
40970         Log: Subject: Re: Perl book, magazine and website updates.
40971              From: "Philip Newton" <pnewton@gmx.de>
40972              Date: Mon, 7 May 2001 17:03:58 +0200
40973              Message-ID: <3AF6D57E.5387.1E29930@localhost>
40974      Branch: perl
40975            ! pod/perlfaq2.pod
40976 ____________________________________________________________________________
40977 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
40978         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
40979              From: Peter Prymmer <pvhp@forte.com>
40980              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
40981              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
40982      Branch: perl
40983            ! t/io/fflush.t
40984 ____________________________________________________________________________
40985 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
40986         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
40987              From: Robin Houston <robin@kitsite.com>
40988              Date: Tue, 8 May 2001 01:14:55 +0100
40989              Message-ID: <20010508011455.A32162@penderel>
40990      Branch: perl
40991            ! ext/B/B/Deparse.pm
40992 ____________________________________________________________________________
40993 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
40994         Log: Typo in #10025.
40995      Branch: perl
40996            ! hints/uts.sh
40997 ____________________________________________________________________________
40998 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
40999         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
41000      Branch: perl
41001            ! hints/uts.sh
41002 ____________________________________________________________________________
41003 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
41004         Log: Subject: Re: [ID 20010506.045] question about hash syntax
41005              From: Peter Scott <Peter@PSDT.com>
41006              Date: Sun, 06 May 2001 13:10:40 -0700
41007              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
41008      Branch: perl
41009            ! pod/perl56delta.pod
41010 ____________________________________________________________________________
41011 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
41012         Log: Configure should figure out the list of dynamic extensions
41013              just fine in UTS-- and in fact it does, as reported by Hal Morris.
41014      Branch: perl
41015            ! hints/uts.sh
41016 ____________________________________________________________________________
41017 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
41018         Log: Update Changes.
41019      Branch: perl
41020            ! Changes patchlevel.h
41021 ____________________________________________________________________________
41022 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
41023         Log: Subject: [PATCH regcomp.c] Insecure regexes
41024              From: Robin Houston <robin@kitsite.com>
41025              Date: Mon, 7 May 2001 21:56:12 +0100
41026              Message-ID: <20010507215612.A31114@penderel>
41027      Branch: perl
41028            ! regcomp.c
41029 ____________________________________________________________________________
41030 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
41031         Log: Drop the foobar.perl.com references for now until Simon
41032              gets them sorted out.
41033      Branch: perl
41034            ! pod/perlfaq2.pod
41035 ____________________________________________________________________________
41036 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
41037         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
41038              From: Prymmer/Kahn <pvhp@best.com>
41039              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
41040              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
41041      Branch: perl
41042            ! lib/Devel/SelfStubber.pm
41043 ____________________________________________________________________________
41044 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
41045         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
41046              From: Prymmer/Kahn <pvhp@best.com>
41047              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
41048              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
41049      Branch: perl
41050            ! win32/Makefile
41051 ____________________________________________________________________________
41052 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
41053         Log: s/WebTechnique's/WebTechniques/
41054      Branch: perl
41055            ! pod/perlfaq2.pod
41056 ____________________________________________________________________________
41057 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
41058         Log: Llama 3 updates from Randal.
41059      Branch: perl
41060            ! pod/perlfaq2.pod
41061 ____________________________________________________________________________
41062 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
41063         Log: Subject: [PATCH] Help -Dt show correct pad variables
41064              From: Benjamin Sugars <ben.sugars@home.com>
41065              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
41066              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
41067      Branch: perl
41068            ! embed.h embed.pl proto.h run.c
41069 ____________________________________________________________________________
41070 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
41071         Log: Subject: [PATCH] Document C<our $foo : shared>
41072              From: Benjamin Sugars <ben.sugars@home.com>
41073              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
41074              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
41075      Branch: perl
41076            ! pod/perlfunc.pod
41077 ____________________________________________________________________________
41078 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
41079         Log: Subject: [PATCH B::Deparse] undefined folded constants
41080              From: Robin Houston <robin@kitsite.com>
41081              Date: Sun, 6 May 2001 17:19:09 +0100
41082              Message-ID: <20010506171909.A7046@penderel>
41083      Branch: perl
41084            ! ext/B/B/Deparse.pm
41085 ____________________________________________________________________________
41086 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
41087         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
41088              From: Robin Houston <robin@kitsite.com>
41089              Message-ID: <20010506164654.A6848@penderel>
41090              Date: Sun, 6 May 2001 16:46:54 +0100
41091      Branch: perl
41092            ! ext/B/B/Deparse.pm
41093 ____________________________________________________________________________
41094 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
41095         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
41096              From: Robin Houston <robin@kitsite.com>
41097              Date: Sun, 6 May 2001 14:47:02 +0100
41098              Message-ID: <20010506144702.A6308@penderel>
41099      Branch: perl
41100            ! t/op/my_stash.t
41101 ____________________________________________________________________________
41102 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
41103         Log: Subject: Perl book, magazine and website updates.
41104              From: Simon Cozens <simon@netthink.co.uk>
41105              Date: Sun, 6 May 2001 16:55:36 +0100
41106              Message-ID: <20010506165536.A1795@netthink.co.uk>
41107      Branch: perl
41108            ! pod/perlbook.pod pod/perlfaq2.pod
41109 ____________________________________________________________________________
41110 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
41111         Log: Tweaks on the Tru64 prof options.
41112      Branch: perl
41113            ! pod/perlhack.pod
41114 ____________________________________________________________________________
41115 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
41116         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
41117              From: Robin Houston <robin@kitsite.com>
41118              Date: Sun, 6 May 2001 14:40:51 +0100
41119              Message-ID: <20010506144051.A6279@penderel>
41120      Branch: perl
41121            ! t/pod/testp2pt.pl
41122 ____________________________________________________________________________
41123 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
41124         Log: Subject: [PATCH B::Deparse] scoping
41125              From: Robin Houston <robin@kitsite.com>
41126              Date: Sun, 6 May 2001 14:36:56 +0100
41127              Message-ID: <20010506143656.A4006@penderel>
41128      Branch: perl
41129            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
41130 ____________________________________________________________________________
41131 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
41132         Log: Document the undefinedness of bitshifting out of range.
41133      Branch: perl
41134            ! pod/perlop.pod
41135 ____________________________________________________________________________
41136 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
41137         Log: Retract #10003 and update the IDE descriptions a bit.
41138      Branch: perl
41139            ! pod/perlfaq3.pod
41140 ____________________________________________________________________________
41141 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
41142         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
41143              From: Prymmer/Kahn <pvhp@best.com>
41144              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
41145              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
41146      Branch: perl
41147            ! win32/Makefile win32/buildext.pl win32/config.bc
41148            ! win32/config.gc win32/config.vc
41149 ____________________________________________________________________________
41150 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
41151         Log: (Retracted by #10005.)
41152      Branch: perl
41153            ! pod/perlfaq3.pod
41154 ____________________________________________________________________________
41155 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
41156         Log: It's "psed", not "sed".
41157      Branch: perl
41158            ! x2p/s2p.PL
41159 ____________________________________________________________________________
41160 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
41161         Log: Update Changes.
41162      Branch: perl
41163            ! Changes patchlevel.h
41164 ____________________________________________________________________________
41165 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
41166         Log: Subject: Re: bleadperl make install fails due to "psed"
41167              From: andreas.koenig@anima.de (Andreas J. Koenig)
41168              Date: 05 May 2001 18:23:28 +0200
41169              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
41170      Branch: perl
41171            ! x2p/Makefile.SH x2p/s2p.PL
41172 ____________________________________________________________________________
41173 [  9999] By: jhi                                   on 2001/05/05  18:28:09
41174         Log: AUTHORS updates.
41175      Branch: perl
41176            ! AUTHORS
41177 ____________________________________________________________________________
41178 [  9998] By: jhi                                   on 2001/05/05  18:16:00
41179         Log: Updates on the pods related to the modules included since 5.6.
41180              
41181              TODO: perltodo really could use major updating.
41182      Branch: perl
41183            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
41184            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
41185            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
41186            ! pod/perlsyn.pod pod/perltodo.pod
41187 ____________________________________________________________________________
41188 [  9997] By: jhi                                   on 2001/05/05  17:35:17
41189         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
41190              from Kurt Skauen.
41191      Branch: perl
41192            + hints/atheos.sh
41193            ! MANIFEST
41194 ____________________________________________________________________________
41195 [  9996] By: jhi                                   on 2001/05/05  17:25:00
41196         Log: Add preemptive #undefs for some of the shorter and more prone
41197              to collision regcomp.h #defines.  (Background: the MASK collided
41198              with a system header #define in Rhapsody.)
41199      Branch: perl
41200            ! regcomp.h
41201 ____________________________________________________________________________
41202 [  9995] By: jhi                                   on 2001/05/05  13:24:21
41203         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
41204              From: Nicholas Clark <nick@ccl4.org>
41205              Date: Sat, 5 May 2001 14:46:39 +0100
41206              Message-ID: <20010505144639.O53513@plum.flirble.org>
41207              
41208              Add a test for the constants (if any) being processed correctly.
41209      Branch: perl
41210            ! utils/h2xs.PL
41211 ____________________________________________________________________________
41212 [  9994] By: jhi                                   on 2001/05/05  02:11:03
41213         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
41214              From: Peter Prymmer <pvhp@forte.com>
41215              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
41216              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
41217      Branch: perl
41218            ! t/lib/b-stash.t
41219 ____________________________________________________________________________
41220 [  9993] By: jhi                                   on 2001/05/05  02:03:49
41221         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
41222              From: Peter Prymmer <pvhp@forte.com>
41223              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
41224              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
41225      Branch: perl
41226            ! perlio.c vms/vmsish.h
41227 ____________________________________________________________________________
41228 [  9992] By: jhi                                   on 2001/05/04  17:21:12
41229         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
41230              From: Robin Barker <rmb1@cise.npl.co.uk>
41231              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
41232              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
41233      Branch: perl
41234            + t/pod/plainer.t
41235            ! MANIFEST
41236 ____________________________________________________________________________
41237 [  9991] By: jhi                                   on 2001/05/04  16:47:45
41238         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
41239              From: Robin Barker <rmb1@cise.npl.co.uk>
41240              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
41241              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
41242      Branch: perl
41243            ! regcomp.c
41244 ____________________________________________________________________________
41245 [  9990] By: jhi                                   on 2001/05/04  14:37:20
41246         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
41247              From: Prymmer/Kahn <pvhp@best.com>
41248              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
41249              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
41250      Branch: perl
41251            ! t/lib/b-stash.t
41252 ____________________________________________________________________________
41253 [  9989] By: jhi                                   on 2001/05/04  14:03:58
41254         Log: Introduce perl572delta, update Todo, add the missing
41255              mention about signal safety since 5.7.1 (though this
41256              requires verification and more details.)
41257      Branch: perl
41258            + pod/perl572delta.pod
41259            ! MANIFEST Todo pod/perl571delta.pod
41260 ____________________________________________________________________________
41261 [  9988] By: jhi                                   on 2001/05/04  12:41:51
41262         Log: Subject: [PATCH perl@9944] long =item
41263              From: Robin Barker <rmb1@cise.npl.co.uk>
41264              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
41265              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
41266      Branch: perl
41267            ! ext/Time/HiRes/HiRes.pm
41268 ____________________________________________________________________________
41269 [  9987] By: jhi                                   on 2001/05/04  12:39:19
41270         Log: The #9901 had removed one line essential for EBCDIC.
41271      Branch: perl
41272            ! regcomp.c
41273 ____________________________________________________________________________
41274 [  9986] By: jhi                                   on 2001/05/04  12:30:23
41275         Log: Subject: cygwin/Makefile.SHs INSTALL patch
41276              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
41277              Date: Mon, 08 Jan 2001 04:59:21 +0200
41278              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
41279      Branch: perl
41280            ! cygwin/Makefile.SHs
41281 ____________________________________________________________________________
41282 [  9985] By: jhi                                   on 2001/05/04  03:51:39
41283         Log: Encode/IO doc tweaks.
41284      Branch: perl
41285            ! ext/Encode/Encode.pm
41286 ____________________________________________________________________________
41287 [  9984] By: jhi                                   on 2001/05/04  03:29:34
41288         Log: Remove GDBM_File from the dynamic extensions for UTS,
41289              GDBM is not a standard feature.
41290      Branch: perl
41291            ! hints/uts.sh
41292 ____________________________________________________________________________
41293 [  9983] By: jhi                                   on 2001/05/04  03:22:59
41294         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
41295      Branch: perl
41296            ! pod/perlretut.pod
41297 ____________________________________________________________________________
41298 [  9982] By: jhi                                   on 2001/05/03  23:21:03
41299         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
41300              From: Benjamin Sugars <bsugars@canoe.ca>
41301              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
41302              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
41303      Branch: perl
41304            ! dump.c
41305 ____________________________________________________________________________
41306 [  9981] By: jhi                                   on 2001/05/03  23:20:05
41307         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
41308              From: Benjamin Sugars <bsugars@canoe.ca>
41309              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
41310              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
41311      Branch: perl
41312            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
41313 ____________________________________________________________________________
41314 [  9980] By: jhi                                   on 2001/05/03  23:15:29
41315         Log: Integrate perlio.
41316      Branch: perl
41317           !> ext/Encode/Encode.pm
41318 ____________________________________________________________________________
41319 [  9979] By: jhi                                   on 2001/05/03  16:54:59
41320         Log: Install psed man page.
41321      Branch: perl
41322            ! installman
41323 ____________________________________________________________________________
41324 [  9978] By: jhi                                   on 2001/05/03  16:45:58
41325         Log: Remove unused files; noted by Sarathy.
41326      Branch: perl
41327            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
41328            ! MANIFEST
41329 ____________________________________________________________________________
41330 [  9977] By: jhi                                   on 2001/05/03  16:42:30
41331         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
41332              From: Andy Dougherty <doughera@lafayette.edu>
41333              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
41334              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
41335      Branch: perl
41336            ! INSTALL
41337 ____________________________________________________________________________
41338 [  9976] By: nick                                  on 2001/05/03  16:40:42
41339         Log: Allow $answer = encode($object,$text); like it says in docs.
41340      Branch: perlio
41341            ! ext/Encode/Encode.pm
41342 ____________________________________________________________________________
41343 [  9975] By: nick                                  on 2001/05/03  16:22:30
41344         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
41345              to be in scope (fair enough), and also a package variable (our) for eval to see it.
41346      Branch: perlio
41347            ! ext/Encode/Encode.pm
41348 ____________________________________________________________________________
41349 [  9974] By: nick                                  on 2001/05/03  15:48:17
41350         Log: Integrate mainline.
41351      Branch: perlio
41352           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
41353           +> t/lib/filter-simple.t t/lib/next.t
41354           !> (integrate 70 files)
41355 ____________________________________________________________________________
41356 [  9973] By: jhi                                   on 2001/05/03  13:09:09
41357         Log: Update Changes.
41358      Branch: perl
41359            ! Changes patchlevel.h
41360 ____________________________________________________________________________
41361 [  9972] By: jhi                                   on 2001/05/03  12:58:33
41362         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
41363              From: Prymmer/Kahn <pvhp@best.com>
41364              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
41365              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
41366      Branch: perl
41367            ! t/io/fflush.t
41368 ____________________________________________________________________________
41369 [  9971] By: jhi                                   on 2001/05/03  12:57:26
41370         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
41371              From: Prymmer/Kahn <pvhp@best.com>
41372              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
41373              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
41374      Branch: perl
41375            ! win32/FindExt.pm
41376 ____________________________________________________________________________
41377 [  9970] By: jhi                                   on 2001/05/03  02:42:46
41378         Log: Can't croak sans thread context, from Doug MacEachern.
41379      Branch: perl
41380            ! toke.c
41381 ____________________________________________________________________________
41382 [  9969] By: jhi                                   on 2001/05/03  01:23:48
41383         Log: Subject: Random input test and Perl
41384              From: Ilya Zakharevich <ilya@math.berkeley.edu>
41385              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
41386              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
41387      Branch: perl
41388            ! toke.c
41389 ____________________________________________________________________________
41390 [  9968] By: jhi                                   on 2001/05/02  22:17:21
41391         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
41392              From: Peter Prymmer <pvhp@forte.com>
41393              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
41394              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
41395      Branch: perl
41396            ! pod/perlfunc.pod pod/perlport.pod
41397 ____________________________________________________________________________
41398 [  9967] By: jhi                                   on 2001/05/02  20:12:45
41399         Log: Workaround for UTS compiler casting bug from Hal Morris.
41400      Branch: perl
41401            ! perl.h
41402 ____________________________________________________________________________
41403 [  9966] By: jhi                                   on 2001/05/02  18:31:37
41404         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
41405              From: Dan Sugalski <dan@sidhe.org>
41406              Date: Wed, 02 May 2001 15:23:22 -0400
41407              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
41408      Branch: perl
41409            ! perl.c vms/vms.c
41410 ____________________________________________________________________________
41411 [  9965] By: jhi                                   on 2001/05/02  18:21:29
41412         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
41413      Branch: perl
41414            ! pod/perlfunc.pod
41415 ____________________________________________________________________________
41416 [  9964] By: jhi                                   on 2001/05/02  18:15:01
41417         Log: Document large files in INSTALL, document also the %x
41418              limitation if not use64bitint, closes bug 20010326.007.
41419      Branch: perl
41420            ! INSTALL
41421 ____________________________________________________________________________
41422 [  9963] By: jhi                                   on 2001/05/02  17:24:47
41423         Log: perlmodlib tweaks; regen pods.
41424      Branch: perl
41425            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
41426            ! pod/perltoc.pod
41427 ____________________________________________________________________________
41428 [  9962] By: jhi                                   on 2001/05/02  17:14:00
41429         Log: Fix for a segfault, from Marc Lehmann.
41430      Branch: perl
41431            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
41432 ____________________________________________________________________________
41433 [  9961] By: jhi                                   on 2001/05/02  15:55:53
41434         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
41435              From: "Philip Newton" <pnewton@gmx.de>
41436              Date: Wed, 2 May 2001 18:39:03 +0200
41437              Message-ID: <3AF05447.15525.173B588@localhost>
41438      Branch: perl
41439            ! pod/perlop.pod
41440 ____________________________________________________________________________
41441 [  9960] By: jhi                                   on 2001/05/02  15:35:37
41442         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
41443              From: Dan Sugalski <dan@sidhe.org>
41444              Date: Wed, 02 May 2001 11:37:27 -0400
41445              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
41446      Branch: perl
41447            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
41448            ! thread.h vms/vms.c vms/vmsish.h
41449 ____________________________________________________________________________
41450 [  9959] By: jhi                                   on 2001/05/02  15:21:08
41451         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
41452              From: Benjamin Sugars <bsugars@canoe.ca>
41453              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
41454              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
41455      Branch: perl
41456            ! ext/PerlIO/Scalar/Scalar.xs
41457 ____________________________________________________________________________
41458 [  9958] By: jhi                                   on 2001/05/02  15:15:53
41459         Log: Bug in #9915, spotted by Mike Guy.
41460      Branch: perl
41461            ! installperl
41462 ____________________________________________________________________________
41463 [  9957] By: jhi                                   on 2001/05/02  13:26:01
41464         Log: Add a test for not griping about references as array
41465              indices if the reference has magic in it (overloaded
41466              methods).
41467      Branch: perl
41468            ! pod/perldiag.pod t/pragma/warn/pp_hot
41469 ____________________________________________________________________________
41470 [  9956] By: jhi                                   on 2001/05/02  13:07:01
41471         Log: Retracted a bit too much in #9952.
41472      Branch: perl
41473            ! t/pragma/sub_lval.t
41474 ____________________________________________________________________________
41475 [  9955] By: jhi                                   on 2001/05/02  13:05:38
41476         Log: Test for #9952.
41477      Branch: perl
41478            ! t/op/tie.t
41479 ____________________________________________________________________________
41480 [  9954] By: jhi                                   on 2001/05/02  11:48:18
41481         Log: Additional note on the encoding example: one cannot
41482              convert string constants in-place.
41483      Branch: perl
41484            ! ext/Encode/Encode.pm
41485 ____________________________________________________________________________
41486 [  9953] By: jhi                                   on 2001/05/02  11:43:51
41487         Log: Note that if you have recent enough Perl you already
41488              have Filter::Util::Call.
41489      Branch: perl
41490            ! lib/Filter/Simple.pm
41491 ____________________________________________________________________________
41492 [  9952] By: jhi                                   on 2001/05/02  11:31:53
41493         Log: Retract changes #8254 and #8255, causes coredump in
41494              'tie FH, "main"', reported by Abigail, culprit found by
41495              Benjamin Sugars.  Mirrors maintperl change #9950.
41496      Branch: perl
41497            ! op.c t/pragma/sub_lval.t
41498 ____________________________________________________________________________
41499 [  9951] By: jhi                                   on 2001/05/02  11:14:29
41500         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
41501      Branch: perl
41502            + t/lib/MyFilter.pm
41503 ____________________________________________________________________________
41504 [  9950] By: gsar                                  on 2001/05/02  03:17:11
41505         Log: revert integration of changes#8254,8255 in change#8620 (causes
41506              a coredump in C<tie FH, 'foo'>; the idea itself may need better
41507              rationalization)
41508      Branch: maint-5.6/perl
41509            ! op.c t/pragma/sub_lval.t
41510 ____________________________________________________________________________
41511 [  9949] By: gsar                                  on 2001/05/02  02:56:32
41512         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
41513              
41514              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
41515              
41516              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
41517      Branch: maint-5.6/perl
41518           !> hints/svr5.sh
41519 ____________________________________________________________________________
41520 [  9948] By: gsar                                  on 2001/05/02  02:49:15
41521         Log: pod/find.t breaks on VMS (from Craig Berry)
41522      Branch: maint-5.6/perl
41523            ! t/pod/find.t
41524 ____________________________________________________________________________
41525 [  9947] By: jhi                                   on 2001/05/02  02:43:09
41526         Log: Add an encoding conversion example.
41527      Branch: perl
41528            ! ext/Encode/Encode.pm
41529 ____________________________________________________________________________
41530 [  9946] By: jhi                                   on 2001/05/02  01:34:22
41531         Log: Another coat of paint but still nowhere finished.
41532              Need to decide on the semantics of strptime(): should
41533              strptime() be a function instead of a method?  To do
41534              the week/monthname-strptiming the i18n/l10n bullet needs
41535              to be bitten with gusto.
41536      Branch: perl
41537            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
41538 ____________________________________________________________________________
41539 [  9945] By: jhi                                   on 2001/05/01  23:40:52
41540         Log: Update Changes.
41541      Branch: perl
41542            ! Changes patchlevel.h
41543 ____________________________________________________________________________
41544 [  9944] By: jhi                                   on 2001/05/01  23:33:37
41545         Log: Add known-to-be-tested modules to the list-to-be-skipped.
41546      Branch: perl
41547            ! t/lib/1_compile.t
41548 ____________________________________________________________________________
41549 [  9943] By: jhi                                   on 2001/05/01  23:24:40
41550         Log: Subject: BorlandC++ fix
41551              From: "Vadim Konovalov" <watman@inbox.ru>
41552              Date: Mon, 30 Apr 2001 20:12:26 -0700
41553              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
41554      Branch: perl
41555            ! win32/makefile.mk
41556 ____________________________________________________________________________
41557 [  9942] By: jhi                                   on 2001/05/01  23:18:02
41558         Log: Update to Filter::Simple 0.60, create a test for it.
41559      Branch: perl
41560            + t/lib/filter-simple.t
41561            ! MANIFEST lib/Filter/Simple.pm
41562 ____________________________________________________________________________
41563 [  9941] By: jhi                                   on 2001/05/01  19:47:24
41564         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
41565              From: Hugo <hv@crypt.compulink.co.uk>
41566              Date: Tue, 01 May 2001 20:12:20 +0100
41567              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
41568      Branch: perl
41569            ! pp_hot.c t/op/re_tests
41570 ____________________________________________________________________________
41571 [  9940] By: jhi                                   on 2001/05/01  19:42:16
41572         Log: Integrate perlio.
41573      Branch: perl
41574           !> lib/base.pm t/lib/fields.t
41575 ____________________________________________________________________________
41576 [  9939] By: jhi                                   on 2001/05/01  19:39:51
41577         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
41578              From: Benjamin Sugars <bsugars@canoe.ca>
41579              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
41580              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
41581      Branch: perl
41582            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
41583 ____________________________________________________________________________
41584 [  9938] By: jhi                                   on 2001/05/01  19:34:09
41585         Log: Add NEXT, a pseudo-class for method redispatching.
41586              <Damian>NEXT.pm probably offers more bang-for-buck
41587              than anything else I've ever written.</Damian>
41588      Branch: perl
41589            + lib/NEXT.pm t/lib/next.t
41590            ! MANIFEST
41591 ____________________________________________________________________________
41592 [  9937] By: jhi                                   on 2001/05/01  19:21:41
41593         Log: Update to Switch 2.02.
41594      Branch: perl
41595            ! lib/Switch.pm t/lib/switch.t
41596 ____________________________________________________________________________
41597 [  9936] By: nick                                  on 2001/05/01  19:09:21
41598         Log: Fix for base.pm clobbering $VERSION
41599      Branch: perlio
41600            ! lib/base.pm
41601 ____________________________________________________________________________
41602 [  9935] By: nick                                  on 2001/05/01  18:54:38
41603         Log: Test for base.pm clobbering $VERSION.
41604      Branch: perlio
41605            ! t/lib/fields.t
41606 ____________________________________________________________________________
41607 [  9934] By: jhi                                   on 2001/05/01  18:39:10
41608         Log: Add information about Scalar::Util::blessed.
41609      Branch: perl
41610            ! pod/perlobj.pod
41611 ____________________________________________________________________________
41612 [  9933] By: jhi                                   on 2001/05/01  18:33:51
41613         Log: Subject: Extra UNIVERSAL documentation
41614              From: Mike Guy <mjtg@cam.ac.uk>
41615              Date: Tue, 01 May 2001 20:12:11 +0100
41616              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
41617      Branch: perl
41618            ! pod/perlobj.pod
41619 ____________________________________________________________________________
41620 [  9932] By: jhi                                   on 2001/05/01  18:26:54
41621         Log: Subject: Autoflush in tests as appropriate
41622              From: Mike Guy <mjtg@cam.ac.uk>
41623              Date: Tue, 01 May 2001 20:05:31 +0100
41624              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
41625      Branch: perl
41626            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
41627            ! t/op/taint.t
41628 ____________________________________________________________________________
41629 [  9931] By: jhi                                   on 2001/05/01  18:02:29
41630         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
41631              From: Benjamin Sugars <bsugars@canoe.ca>
41632              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
41633              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
41634      Branch: perl
41635            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
41636 ____________________________________________________________________________
41637 [  9930] By: jhi                                   on 2001/05/01  15:12:26
41638         Log: Subject: Re: Finally got a round tuit
41639              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41640              Date: Tue, 01 May 2001 14:14:10 +0200
41641              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
41642              
41643              The -DP part, slightly modified.
41644      Branch: perl
41645            ! perl.c
41646 ____________________________________________________________________________
41647 [  9929] By: jhi                                   on 2001/05/01  14:17:15
41648         Log: Subject: Re: Finally got a round tuit
41649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41650              Date: Tue, 01 May 2001 16:34:06 +0200
41651              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
41652              
41653              cpp and optimization tweaks for HP-UX.
41654      Branch: perl
41655            ! hints/hpux.sh
41656 ____________________________________________________________________________
41657 [  9928] By: jhi                                   on 2001/05/01  13:24:20
41658         Log: Tune the scan_num() comments to reality.
41659      Branch: perl
41660            ! toke.c
41661 ____________________________________________________________________________
41662 [  9927] By: jhi                                   on 2001/05/01  13:14:01
41663         Log: Subject: [PATCH B::Deparse] optimised sort
41664              From: Robin Houston <robin@kitsite.com>
41665              Date: Tue, 1 May 2001 14:07:12 +0100
41666              Message-ID: <20010501140712.A4266@penderel>
41667      Branch: perl
41668            ! ext/B/B/Deparse.pm
41669 ____________________________________________________________________________
41670 [  9926] By: jhi                                   on 2001/05/01  13:10:53
41671         Log: Subject: [PATCH t/lib/b-deparse.t] 
41672              From: Robin Houston <robin@kitsite.com>
41673              Date: Tue, 1 May 2001 13:37:42 +0100
41674              Message-ID: <20010501133742.A4082@penderel>
41675      Branch: perl
41676            ! t/lib/b-deparse.t
41677 ____________________________________________________________________________
41678 [  9925] By: jhi                                   on 2001/05/01  13:10:13
41679         Log: Subject: [PATCH B::Deparse] for(;;), sort
41680              From: Robin Houston <robin@kitsite.com>
41681              Date: Tue, 1 May 2001 13:35:00 +0100
41682              Message-ID: <20010501133500.A4061@penderel>
41683      Branch: perl
41684            ! ext/B/B/Deparse.pm
41685 ____________________________________________________________________________
41686 [  9924] By: jhi                                   on 2001/05/01  13:09:22
41687         Log: Subject: [PATCH B::Deparse] do, warn, use
41688              From: Robin Houston <robin@kitsite.com>
41689              Date: Tue, 1 May 2001 13:31:03 +0100
41690              Message-ID: <20010501133103.A4041@penderel>
41691      Branch: perl
41692            ! ext/B/B/Deparse.pm
41693 ____________________________________________________________________________
41694 [  9923] By: jhi                                   on 2001/05/01  11:45:36
41695         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
41696              From: Benjamin Sugars <ben.sugars@home.com>
41697              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
41698              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
41699      Branch: perl
41700            + t/io/fflush.t
41701            ! MANIFEST
41702 ____________________________________________________________________________
41703 [  9922] By: jhi                                   on 2001/05/01  11:35:42
41704         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
41705              From: Peter Prymmer <pvhp@forte.com>
41706              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
41707              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
41708      Branch: perl
41709            ! t/lib/selfstubber.t
41710 ____________________________________________________________________________
41711 [  9921] By: jhi                                   on 2001/04/30  16:34:33
41712         Log: Subject: [PATCH B::Concise] suppress warning
41713              From: Robin Houston <robin@kitsite.com>
41714              Date: Mon, 30 Apr 2001 16:09:49 +0100
41715              Message-ID: <20010430160949.A25086@penderel>
41716      Branch: perl
41717            ! ext/B/B/Concise.pm
41718 ____________________________________________________________________________
41719 [  9920] By: jhi                                   on 2001/04/30  13:56:04
41720         Log: Strip the *markers* from #9919.
41721      Branch: perl
41722            ! pod/perlfaq.pod pod/perlfaq5.pod
41723 ____________________________________________________________________________
41724 [  9919] By: jhi                                   on 2001/04/30  13:54:04
41725         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
41726              From: Gwyn Judd <b.judd@xtra.co.nz>
41727              Date: Sun, 29 Apr 2001 01:47:49 +1200
41728              Message-ID: <20010429014749.A4418@thislove>
41729      Branch: perl
41730            ! pod/perlfaq.pod pod/perlfaq5.pod
41731 ____________________________________________________________________________
41732 [  9918] By: jhi                                   on 2001/04/30  13:13:54
41733         Log: More_tweakage.
41734      Branch: perl
41735            ! pod/perldata.pod pod/perldiag.pod
41736 ____________________________________________________________________________
41737 [  9917] By: jhi                                   on 2001/04/30  13:01:27
41738         Log: Update Changes.
41739      Branch: perl
41740            ! Changes patchlevel.h
41741 ____________________________________________________________________________
41742 [  9916] By: jhi                                   on 2001/04/30  12:57:03
41743         Log: T_w_e_a_k_a_g_e.
41744      Branch: perl
41745            ! pod/perldata.pod pod/perldiag.pod
41746 ____________________________________________________________________________
41747 [  9915] By: jhi                                   on 2001/04/30  12:39:29
41748         Log: Install s2p also as psed.
41749              
41750              TODO: psed documentation?
41751      Branch: perl
41752            ! installperl
41753 ____________________________________________________________________________
41754 [  9914] By: jhi                                   on 2001/04/30  12:29:21
41755         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
41756              From: Jens Hamisch <jens@Strawberry.COM>
41757              Date: Fri, 27 Apr 2001 17:00:36 +0200
41758              Message-ID: <20010427170036.K1372@Strawberry.COM>
41759              
41760              SOCKS5_VERSION_NAME is the right symbol to detect
41761              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
41762              function called socks5_init() is available, and even that is
41763              not universal, most SOCKS5 installations use SOCKSinit()).
41764      Branch: perl
41765            ! perlio.c
41766 ____________________________________________________________________________
41767 [  9913] By: jhi                                   on 2001/04/30  12:22:15
41768         Log: Allow a zero timeout on IO::Socket accept and connect--
41769              though one really shouldn't do that.  Based on
41770              
41771              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
41772              From: "John Holdsworth" <coldwave@bigfoot.com>
41773              Date: Sun, 4 Feb 2001 12:48:18 +0100
41774              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
41775      Branch: perl
41776            ! ext/IO/lib/IO/Socket.pm
41777 ____________________________________________________________________________
41778 [  9912] By: jhi                                   on 2001/04/30  11:27:27
41779         Log: Save the spot of regprev (see #9911) for binary compatibility;
41780              regen API.
41781      Branch: perl
41782            ! embedvar.h perlapi.h thrdvar.h
41783 ____________________________________________________________________________
41784 [  9911] By: jhi                                   on 2001/04/30  11:22:03
41785         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
41786              From: Hugo <hv@crypt.compulink.co.uk>
41787              Date: Sun, 29 Apr 2001 17:09:30 +0100
41788              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
41789      Branch: perl
41790            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
41791 ____________________________________________________________________________
41792 [  9910] By: jhi                                   on 2001/04/30  11:15:12
41793         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
41794              a dummy for PL_numeric_radix); no pressing reason to break
41795              binary compatibility; regen API.
41796      Branch: perl
41797            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
41798            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
41799 ____________________________________________________________________________
41800 [  9909] By: jhi                                   on 2001/04/30  10:56:08
41801         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
41802              From: Walt Mankowski <waltman@netaxs.com>
41803              Date: Sun, 29 Apr 2001 21:53:48 -0400
41804              Message-ID: <20010429215348.A3971@netaxs.com>
41805      Branch: perl
41806            ! pod/perlfunc.pod
41807 ____________________________________________________________________________
41808 [  9908] By: jhi                                   on 2001/04/30  10:49:40
41809         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
41810      Branch: perl
41811            ! t/lib/selfstubber.t
41812 ____________________________________________________________________________
41813 [  9907] By: nick                                  on 2001/04/30  09:26:50
41814         Log: Integrate mainline.
41815      Branch: perlio
41816           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
41817 ____________________________________________________________________________
41818 [  9906] By: jhi                                   on 2001/04/29  23:24:20
41819         Log: Abigail spotted a thinko in #9905.
41820      Branch: perl
41821            ! pod/perldiag.pod
41822 ____________________________________________________________________________
41823 [  9905] By: jhi                                   on 2001/04/29  15:55:39
41824         Log: Changed the underscore/undebar syntax in numeric constants;
41825              now any grouping will do, as long as the underscores are not
41826              consecutive (so "zero-grouping" is out), and they do not begin
41827              or end the integer or fractional parts.
41828      Branch: perl
41829            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
41830 ____________________________________________________________________________
41831 [  9904] By: nick                                  on 2001/04/29  15:43:22
41832         Log: Integrate mainline.
41833      Branch: perlio
41834           +> (branch 98 files)
41835            - lib/unicode/Block.pl
41836            - lib/unicode/In/AlphabeticPresentationForms.pl
41837            - lib/unicode/In/Arabic.pl
41838            - lib/unicode/In/ArabicPresentationForms-A.pl
41839            - lib/unicode/In/ArabicPresentationForms-B.pl
41840            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
41841            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
41842            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
41843            - lib/unicode/In/BopomofoExtended.pl
41844            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
41845            - lib/unicode/In/CJKCompatibility.pl
41846            - lib/unicode/In/CJKCompatibilityForms.pl
41847            - lib/unicode/In/CJKCompatibilityIdeographs.pl
41848            - lib/unicode/In/CJKRadicalsSupplement.pl
41849            - lib/unicode/In/CJKSymbolsandPunctuation.pl
41850            - lib/unicode/In/CJKUnifiedIdeographs.pl
41851            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
41852            - lib/unicode/In/Cherokee.pl
41853            - lib/unicode/In/CombiningDiacriticalMarks.pl
41854            - lib/unicode/In/CombiningHalfMarks.pl
41855            - lib/unicode/In/CombiningMarksforSymbols.pl
41856            - lib/unicode/In/ControlPictures.pl
41857            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
41858            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
41859            - lib/unicode/In/EnclosedAlphanumerics.pl
41860            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
41861            - lib/unicode/In/Ethiopic.pl
41862            - lib/unicode/In/GeneralPunctuation.pl
41863            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
41864            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
41865            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
41866            - lib/unicode/In/HalfwidthandFullwidthForms.pl
41867            - lib/unicode/In/HangulCompatibilityJamo.pl
41868            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
41869            - lib/unicode/In/Hebrew.pl
41870            - lib/unicode/In/HighPrivateUseSurrogates.pl
41871            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
41872            - lib/unicode/In/IPAExtensions.pl
41873            - lib/unicode/In/IdeographicDescriptionCharacters.pl
41874            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
41875            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
41876            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
41877            - lib/unicode/In/Latin-1Supplement.pl
41878            - lib/unicode/In/LatinExtended-A.pl
41879            - lib/unicode/In/LatinExtended-B.pl
41880            - lib/unicode/In/LatinExtendedAdditional.pl
41881            - lib/unicode/In/LetterlikeSymbols.pl
41882            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
41883            - lib/unicode/In/MathematicalOperators.pl
41884            - lib/unicode/In/MiscellaneousSymbols.pl
41885            - lib/unicode/In/MiscellaneousTechnical.pl
41886            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
41887            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
41888            - lib/unicode/In/OpticalCharacterRecognition.pl
41889            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
41890            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
41891            - lib/unicode/In/SmallFormVariants.pl
41892            - lib/unicode/In/SpacingModifierLetters.pl
41893            - lib/unicode/In/Specials.pl
41894            - lib/unicode/In/SuperscriptsandSubscripts.pl
41895            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
41896            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
41897            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
41898            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
41899            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
41900           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
41901           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
41902           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
41903           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
41904           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
41905           !> utf8.c win32/Makefile
41906 ____________________________________________________________________________
41907 [  9903] By: jhi                                   on 2001/04/29  14:30:53
41908         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
41909              From: Prymmer/Kahn <pvhp@best.com>
41910              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
41911              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
41912      Branch: perl
41913            ! win32/Makefile
41914 ____________________________________________________________________________
41915 [  9902] By: jhi                                   on 2001/04/29  02:52:44
41916         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
41917              From: "Abigail" <abigail@foad.org>
41918              Date: Sun, 29 Apr 2001 03:14:25 +0200
41919              Message-ID: <20010429011425.24503.qmail@foad.org>
41920      Branch: perl
41921            ! ext/IO/lib/IO/Seekable.pm
41922 ____________________________________________________________________________
41923 [  9901] By: jhi                                   on 2001/04/29  02:04:46
41924         Log: In character classes one couldn't have 0x80..0xff characters
41925              at the left hand side if there were 0x100.. characters in the
41926              character class.
41927      Branch: perl
41928            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
41929            ! t/op/pat.t utf8.c
41930 ____________________________________________________________________________
41931 [  9900] By: jhi                                   on 2001/04/28  22:55:04
41932         Log: Forgot the latest mktables.PL from #9899.
41933      Branch: perl
41934            ! lib/unicode/mktables.PL
41935 ____________________________________________________________________________
41936 [  9899] By: jhi                                   on 2001/04/28  22:53:28
41937         Log: Explain the \p{} and \P{} error message better and
41938              have prettier prettyprint in In.pl.
41939      Branch: perl
41940            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
41941            ! pod/perldiag.pod
41942 ____________________________________________________________________________
41943 [  9898] By: jhi                                   on 2001/04/28  21:03:34
41944         Log: Add one possible explanation for the "Invalid [] range" error.
41945      Branch: perl
41946            ! pod/perldiag.pod
41947 ____________________________________________________________________________
41948 [  9897] By: jhi                                   on 2001/04/28  17:18:26
41949         Log: Add a level of indirection to the implementation of \p{InFoo}
41950              so that we don't have to have long filenames.  (Nothing changes
41951              in the user interface.)   The indirection is defined in
41952              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
41953              Also rename some the character classes by removing '-' from
41954              the classnames, and finally renamed Block.pl as Blocks.pl.
41955      Branch: perl
41956            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
41957            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
41958            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
41959            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
41960            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
41961            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
41962            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
41963            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
41964            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
41965            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
41966            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
41967            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
41968            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
41969            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
41970            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
41971            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
41972            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
41973            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
41974            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
41975            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
41976            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
41977            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
41978            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
41979            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
41980            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
41981            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
41982            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
41983            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
41984            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
41985            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
41986            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
41987            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
41988            + lib/unicode/In/94.pl lib/unicode/In/95.pl
41989            - lib/unicode/Block.pl
41990            - lib/unicode/In/AlphabeticPresentationForms.pl
41991            - lib/unicode/In/Arabic.pl
41992            - lib/unicode/In/ArabicPresentationForms-A.pl
41993            - lib/unicode/In/ArabicPresentationForms-B.pl
41994            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
41995            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
41996            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
41997            - lib/unicode/In/BopomofoExtended.pl
41998            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
41999            - lib/unicode/In/CJKCompatibility.pl
42000            - lib/unicode/In/CJKCompatibilityForms.pl
42001            - lib/unicode/In/CJKCompatibilityIdeographs.pl
42002            - lib/unicode/In/CJKRadicalsSupplement.pl
42003            - lib/unicode/In/CJKSymbolsandPunctuation.pl
42004            - lib/unicode/In/CJKUnifiedIdeographs.pl
42005            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
42006            - lib/unicode/In/Cherokee.pl
42007            - lib/unicode/In/CombiningDiacriticalMarks.pl
42008            - lib/unicode/In/CombiningHalfMarks.pl
42009            - lib/unicode/In/CombiningMarksforSymbols.pl
42010            - lib/unicode/In/ControlPictures.pl
42011            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
42012            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
42013            - lib/unicode/In/EnclosedAlphanumerics.pl
42014            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
42015            - lib/unicode/In/Ethiopic.pl
42016            - lib/unicode/In/GeneralPunctuation.pl
42017            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
42018            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
42019            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
42020            - lib/unicode/In/HalfwidthandFullwidthForms.pl
42021            - lib/unicode/In/HangulCompatibilityJamo.pl
42022            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
42023            - lib/unicode/In/Hebrew.pl
42024            - lib/unicode/In/HighPrivateUseSurrogates.pl
42025            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
42026            - lib/unicode/In/IPAExtensions.pl
42027            - lib/unicode/In/IdeographicDescriptionCharacters.pl
42028            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
42029            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
42030            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
42031            - lib/unicode/In/Latin-1Supplement.pl
42032            - lib/unicode/In/LatinExtended-A.pl
42033            - lib/unicode/In/LatinExtended-B.pl
42034            - lib/unicode/In/LatinExtendedAdditional.pl
42035            - lib/unicode/In/LetterlikeSymbols.pl
42036            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
42037            - lib/unicode/In/MathematicalOperators.pl
42038            - lib/unicode/In/MiscellaneousSymbols.pl
42039            - lib/unicode/In/MiscellaneousTechnical.pl
42040            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
42041            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
42042            - lib/unicode/In/OpticalCharacterRecognition.pl
42043            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
42044            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
42045            - lib/unicode/In/SmallFormVariants.pl
42046            - lib/unicode/In/SpacingModifierLetters.pl
42047            - lib/unicode/In/Specials.pl
42048            - lib/unicode/In/SuperscriptsandSubscripts.pl
42049            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
42050            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
42051            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
42052            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
42053            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
42054            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
42055            ! pod/perlunicode.pod
42056 ____________________________________________________________________________
42057 [  9896] By: jhi                                   on 2001/04/28  14:33:17
42058         Log: Update the information on shared library path on HP-UX.
42059      Branch: perl
42060            ! INSTALL
42061 ____________________________________________________________________________
42062 [  9895] By: jhi                                   on 2001/04/28  14:32:30
42063         Log: Because #9894 seems to do the trick, this workaround can be removed.
42064      Branch: perl
42065            ! t/lib/selfstubber.t
42066 ____________________________________________________________________________
42067 [  9894] By: jhi                                   on 2001/04/28  14:26:13
42068         Log: For PerlIO flush the children's file handles (on fork/exec/system).
42069      Branch: perl
42070            ! perl.h
42071 ____________________________________________________________________________
42072 [  9893] By: jhi                                   on 2001/04/28  14:23:15
42073         Log: Test tweak for #9891.
42074      Branch: perl
42075            ! t/lib/b-deparse.t
42076 ____________________________________________________________________________
42077 [  9892] By: jhi                                   on 2001/04/28  14:10:13
42078         Log: New HP-UX hints from Merijn.
42079      Branch: perl
42080            ! hints/hpux.sh
42081 ____________________________________________________________________________
42082 [  9891] By: jhi                                   on 2001/04/28  14:07:27
42083         Log: Subject: [PATCH B::Deparse] non-block scopes
42084              From: Robin Houston <robin@kitsite.com>
42085              Date: Fri, 27 Apr 2001 19:15:14 +0100
42086              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
42087      Branch: perl
42088            ! ext/B/B/Deparse.pm
42089 ____________________________________________________________________________
42090 [  9890] By: nick                                  on 2001/04/27  19:41:25
42091         Log: Integrate mainline
42092      Branch: perlio
42093           +> t/lib/selfstubber.t
42094           !> (integrate 50 files)
42095 ____________________________________________________________________________
42096 [  9889] By: jhi                                   on 2001/04/27  18:23:46
42097         Log: Subject: Re: selfstubber test fail on bleadperl
42098              From: Mike Guy <mjtg@cam.ac.uk>
42099              Date: Fri, 27 Apr 2001 19:31:18 +0100
42100              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
42101      Branch: perl
42102            ! t/lib/selfstubber.t
42103 ____________________________________________________________________________
42104 [  9888] By: jhi                                   on 2001/04/27  16:20:54
42105         Log: Test tweak for #9886.
42106      Branch: perl
42107            ! t/lib/b-deparse.t
42108 ____________________________________________________________________________
42109 [  9887] By: jhi                                   on 2001/04/27  16:16:33
42110         Log: Buffering issue at least in Solaris (even with perlio).
42111      Branch: perl
42112            ! t/lib/selfstubber.t
42113 ____________________________________________________________________________
42114 [  9886] By: jhi                                   on 2001/04/27  14:59:23
42115         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
42116              From: Robin Houston <robin@kitsite.com>
42117              Date: Fri, 27 Apr 2001 16:53:20 +0100
42118              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
42119      Branch: perl
42120            ! ext/B/B/Deparse.pm
42121 ____________________________________________________________________________
42122 [  9885] By: jhi                                   on 2001/04/27  14:23:51
42123         Log: Update Changes.
42124      Branch: perl
42125            ! Changes patchlevel.h
42126 ____________________________________________________________________________
42127 [  9884] By: jhi                                   on 2001/04/27  14:14:12
42128         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
42129              From: "Philip Newton" <pnewton@gmx.de>
42130              Date: Fri, 27 Apr 2001 16:40:13 +0200
42131              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
42132      Branch: perl
42133            ! pod/perldata.pod
42134 ____________________________________________________________________________
42135 [  9883] By: jhi                                   on 2001/04/27  13:28:19
42136         Log: Add LOG_PERROR; prettify the "removed".
42137      Branch: perl
42138            ! ext/Sys/Syslog/Syslog.xs
42139 ____________________________________________________________________________
42140 [  9882] By: jhi                                   on 2001/04/27  13:13:18
42141         Log: h2xs tweaks: use NV instead of double, "quote" the removed
42142              prefixes for clarity (especially when nothing is removed),
42143              slight pod reformats.
42144      Branch: perl
42145            ! utils/h2xs.PL
42146 ____________________________________________________________________________
42147 [  9881] By: jhi                                   on 2001/04/27  12:58:48
42148         Log: Don't bother creating existing directories.
42149      Branch: perl
42150            ! utils/h2xs.PL
42151 ____________________________________________________________________________
42152 [  9880] By: jhi                                   on 2001/04/27  12:45:39
42153         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
42154              From: Mike Schilli <m@perlmeister.com>
42155              Date: Wed, 25 Apr 2001 01:29:21 -0700
42156              Message-id: <3AE68AE1.6A981723@perlmeister.com>
42157      Branch: perl
42158            ! utils/h2xs.PL
42159 ____________________________________________________________________________
42160 [  9879] By: jhi                                   on 2001/04/27  12:40:55
42161         Log: break is not yet Perl.  Added the template license also to README.
42162      Branch: perl
42163            ! utils/h2xs.PL
42164 ____________________________________________________________________________
42165 [  9878] By: jhi                                   on 2001/04/27  03:08:20
42166         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
42167              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42168              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
42169              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
42170      Branch: perl
42171            ! t/lib/xs-typemap.t
42172 ____________________________________________________________________________
42173 [  9877] By: jhi                                   on 2001/04/26  23:54:40
42174         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
42175              From: "Abigail" <abigail@foad.org>
42176              Date: Fri, 27 Apr 2001 01:44:28 +0200
42177              Message-ID: <20010426234428.19786.qmail@foad.org>
42178      Branch: perl
42179            ! utils/h2xs.PL
42180 ____________________________________________________________________________
42181 [  9876] By: jhi                                   on 2001/04/26  23:52:06
42182         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
42183              From: Peter Prymmer <pvhp@forte.com>
42184              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
42185              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
42186      Branch: perl
42187            ! t/lib/selfstubber.t
42188 ____________________________________________________________________________
42189 [  9875] By: jhi                                   on 2001/04/26  23:48:10
42190         Log: Deparse nits.
42191      Branch: perl
42192            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
42193 ____________________________________________________________________________
42194 [  9874] By: jhi                                   on 2001/04/26  22:46:05
42195         Log: Document ANYOF_CLASS.
42196      Branch: perl
42197            ! regcomp.h
42198 ____________________________________________________________________________
42199 [  9873] By: jhi                                   on 2001/04/26  22:35:03
42200         Log: Subject: Re: [PATCH @9846] dumping ANYOF
42201              From: Hugo <hv@crypt.compulink.co.uk>
42202              Date: Thu, 26 Apr 2001 23:33:38 +0100
42203              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
42204      Branch: perl
42205            ! regcomp.c regcomp.h
42206 ____________________________________________________________________________
42207 [  9872] By: jhi                                   on 2001/04/26  22:34:31
42208         Log: Subject: [PATCH] more for Devel::SelfStubber
42209              From: Nicholas Clark <nick@ccl4.org>
42210              Date: Fri, 27 Apr 2001 00:13:52 +0100
42211              Message-ID: <20010427001351.K88186@plum.flirble.org>
42212      Branch: perl
42213            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
42214 ____________________________________________________________________________
42215 [  9871] By: jhi                                   on 2001/04/26  21:59:17
42216         Log: Subject: [PATCH B::Deparse] formats must be flush left
42217              From: Robin Houston <robin@kitsite.com>
42218              Date: Thu, 26 Apr 2001 23:54:29 +0100
42219              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
42220      Branch: perl
42221            ! ext/B/B/Deparse.pm
42222 ____________________________________________________________________________
42223 [  9870] By: jhi                                   on 2001/04/26  21:57:37
42224         Log: If some of the constants are prefixes of others,
42225              the prefixes may never get recognized.  (See 20010426.006.)
42226      Branch: perl
42227            ! utils/h2xs.PL
42228 ____________________________________________________________________________
42229 [  9869] By: jhi                                   on 2001/04/26  21:50:42
42230         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
42231              From: Chris Bongaarts <cab@tc.umn.edu>
42232              Date: Thu, 26 Apr 2001 17:10:31 -0500
42233              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
42234      Branch: perl
42235            ! ext/Sys/Syslog/Syslog.xs
42236 ____________________________________________________________________________
42237 [  9868] By: jhi                                   on 2001/04/26  21:35:12
42238         Log: Further cuts and more docs from Graham Barr.
42239      Branch: perl
42240            ! ext/List/Util/lib/List/Util.pm
42241            ! ext/List/Util/lib/Scalar/Util.pm
42242 ____________________________________________________________________________
42243 [  9867] By: jhi                                   on 2001/04/26  21:18:57
42244         Log: Subject: [PATCH 5.7.1] DB_File-1.77
42245              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
42246              Date: Thu, 26 Apr 2001 22:37:53 +0100
42247              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
42248      Branch: perl
42249            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42250            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
42251 ____________________________________________________________________________
42252 [  9866] By: jhi                                   on 2001/04/26  21:12:31
42253         Log: Subject: [PATCH B::Deparse] fix easy bugs
42254              From: Robin Houston <robin@kitsite.com>
42255              Date: Thu, 26 Apr 2001 23:03:33 +0100
42256              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
42257      Branch: perl
42258            ! ext/B/B/Deparse.pm
42259 ____________________________________________________________________________
42260 [  9865] By: jhi                                   on 2001/04/26  20:26:13
42261         Log: Update Changes.
42262      Branch: perl
42263            ! Changes patchlevel.h
42264 ____________________________________________________________________________
42265 [  9864] By: jhi                                   on 2001/04/26  19:27:48
42266         Log: Dethinko from Robin Houston.
42267      Branch: perl
42268            ! ext/B/B/Deparse.pm
42269 ____________________________________________________________________________
42270 [  9863] By: jhi                                   on 2001/04/26  19:10:35
42271         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
42272              From: Robin Houston <robin@kitsite.com>
42273              Date: Thu, 26 Apr 2001 21:08:32 +0100
42274              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
42275      Branch: perl
42276            ! ext/B/B/Deparse.pm
42277 ____________________________________________________________________________
42278 [  9862] By: jhi                                   on 2001/04/26  19:04:23
42279         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
42280              From: Robin Houston <robin@kitsite.com>
42281              Date: Thu, 26 Apr 2001 20:52:50 +0100
42282              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
42283      Branch: perl
42284            ! ext/B/B/Deparse.pm
42285 ____________________________________________________________________________
42286 [  9861] By: jhi                                   on 2001/04/26  18:56:14
42287         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
42288              From: Mike Guy <mjtg@cam.ac.uk>
42289              Date: Thu, 26 Apr 2001 14:22:40 +0100
42290              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
42291      Branch: perl
42292            ! pod/perlobj.pod
42293 ____________________________________________________________________________
42294 [  9860] By: jhi                                   on 2001/04/26  18:46:42
42295         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
42296              From: Robin Houston <robin@kitsite.com>
42297              Date: Thu, 26 Apr 2001 20:34:29 +0100
42298              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
42299              
42300              Hashes do not interpolate.
42301      Branch: perl
42302            ! ext/B/B/Deparse.pm
42303 ____________________________________________________________________________
42304 [  9859] By: jhi                                   on 2001/04/26  18:43:51
42305         Log: Subject: The Time::Piece conspiracy unmasked!!!
42306              From: Mike Guy <mjtg@cam.ac.uk>
42307              Date: Thu, 26 Apr 2001 19:02:50 +0100
42308              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
42309              
42310              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
42311              From: Mike Guy <mjtg@cam.ac.uk>
42312              Date: Thu, 26 Apr 2001 19:08:21 +0100
42313              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
42314              
42315              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
42316              From: Graham Barr <gbarr@pobox.com>
42317              Date: Thu, 26 Apr 2001 19:12:03 +0100
42318              Message-ID: <20010426191203.A70835@pobox.com>
42319              
42320              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
42321      Branch: perl
42322            ! ext/List/Util/lib/List/Util.pm
42323            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
42324 ____________________________________________________________________________
42325 [  9858] By: jhi                                   on 2001/04/26  18:17:42
42326         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
42327              From: Robin Houston <robin@kitsite.com>
42328              Date: Thu, 26 Apr 2001 16:09:35 +0100
42329              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
42330      Branch: perl
42331            ! t/comp/proto.t
42332 ____________________________________________________________________________
42333 [  9857] By: jhi                                   on 2001/04/26  18:04:59
42334         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
42335              From: barries <barries@slaysys.com>
42336              Date: Thu, 26 Apr 2001 12:01:10 -0400
42337              Message-ID: <20010426120110.E29698@jester.slaysys.com>
42338      Branch: perl
42339            ! pod/perldiag.pod
42340 ____________________________________________________________________________
42341 [  9856] By: jhi                                   on 2001/04/26  18:03:33
42342         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
42343              Date: Thu, 26 Apr 2001 17:13:41 +0100
42344              From: Robin Houston <robin@kitsite.com>
42345              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
42346              
42347              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
42348              From: Robin Houston <robin@kitsite.com>
42349              Date: Thu, 26 Apr 2001 18:44:29 +0100
42350              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
42351      Branch: perl
42352            ! ext/B/B/Deparse.pm
42353 ____________________________________________________________________________
42354 [  9855] By: jhi                                   on 2001/04/26  17:56:04
42355         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
42356              From: Robin Houston <robin@kitsite.com>
42357              Date: Thu, 26 Apr 2001 17:04:08 +0100
42358              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
42359      Branch: perl
42360            ! ext/B/B/Deparse.pm
42361 ____________________________________________________________________________
42362 [  9854] By: jhi                                   on 2001/04/26  17:47:26
42363         Log: Subject: Re: Short test case for undef %stash:: crash
42364              From: Benjamin Sugars <bsugars@canoe.ca> 
42365              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
42366              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
42367              Changed and moved the perldiag entry.
42368      Branch: perl
42369            ! gv.c pod/perldiag.pod
42370 ____________________________________________________________________________
42371 [  9853] By: jhi                                   on 2001/04/26  14:35:16
42372         Log: Beginnings of strptime().  Do not touch the wet paint.
42373      Branch: perl
42374            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
42375 ____________________________________________________________________________
42376 [  9852] By: jhi                                   on 2001/04/26  13:17:21
42377         Log: Retract #9851, core dumps from pod2man.
42378      Branch: perl
42379            ! regcomp.c
42380 ____________________________________________________________________________
42381 [  9851] By: jhi                                   on 2001/04/26  11:54:41
42382         Log: (Retracted by #9852.)
42383              
42384              Subject: [PATCH @9846] dumping ANYOF
42385              From: Hugo <hv@crypt.compulink.co.uk>
42386              Date: Thu, 26 Apr 2001 05:32:38 +0100
42387              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
42388      Branch: perl
42389            ! regcomp.c
42390 ____________________________________________________________________________
42391 [  9850] By: jhi                                   on 2001/04/26  02:34:44
42392         Log: If ccflags was empty the _previous_ $* containing all the
42393              environment variables and Configure variables was used,
42394              which lead, among other bad things, into $ccflags being your
42395              uname -a output, which lead into test compile with cc failing,
42396              which lead into gcc being selected, which didn't work that well
42397              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
42398              with large files, et cetera.
42399      Branch: perl
42400            ! hints/hpux.sh
42401 ____________________________________________________________________________
42402 [  9849] By: jhi                                   on 2001/04/26  01:44:57
42403         Log: Make selfstubber test more portable.
42404      Branch: perl
42405            ! t/lib/selfstubber.t
42406 ____________________________________________________________________________
42407 [  9848] By: jhi                                   on 2001/04/26  00:50:26
42408         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
42409              From: Benjamin Sugars <ben.sugars@home.com>
42410              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
42411              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
42412      Branch: perl
42413            ! ext/Cwd/Cwd.xs
42414 ____________________________________________________________________________
42415 [  9847] By: jhi                                   on 2001/04/26  00:46:58
42416         Log: Subject: [PATCH: perl@9841] VMS updates
42417              From: Peter Prymmer <pvhp@forte.com>
42418              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
42419              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
42420      Branch: perl
42421            ! README.vms configure.com vms/descrip_mms.template
42422            ! vms/ext/filespec.t
42423 ____________________________________________________________________________
42424 [  9846] By: jhi                                   on 2001/04/26  00:11:56
42425         Log: re 'debug' was broken by #9084.
42426      Branch: perl
42427            ! ext/re/re.xs
42428 ____________________________________________________________________________
42429 [  9845] By: jhi                                   on 2001/04/25  22:33:17
42430         Log: Subject: [PATCH] test for Devel::SelfStubber
42431              From: Nicholas Clark <nick@ccl4.org>
42432              Date: Thu, 26 Apr 2001 00:00:54 +0100
42433              Message-ID: <20010426000054.D89026@plum.flirble.org>
42434      Branch: perl
42435            + t/lib/selfstubber.t
42436            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
42437 ____________________________________________________________________________
42438 [  9844] By: jhi                                   on 2001/04/25  22:29:32
42439         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
42440              From: Paul Johnson <paul@pjcj.net>
42441              Date: Thu, 26 Apr 2001 00:46:08 +0200
42442              Message-ID: <20010426004608.H2338@pjcj.net>
42443      Branch: perl
42444            ! ext/B/B/Concise.pm
42445 ____________________________________________________________________________
42446 [  9843] By: jhi                                   on 2001/04/25  22:28:28
42447         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
42448              From: Peter Prymmer <pvhp@forte.com>
42449              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
42450              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
42451      Branch: perl
42452            ! ext/Cwd/Cwd.xs
42453 ____________________________________________________________________________
42454 [  9842] By: jhi                                   on 2001/04/25  20:58:12
42455         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
42456              From: John Peacock <jpeacock@rowman.com>
42457              Date: Wed, 25 Apr 2001 17:30:26 -0400
42458              Message-ID: <3AE741F2.B3217464@rowman.com>
42459      Branch: perl
42460            ! lib/Math/BigInt.pm t/lib/bigintpm.t
42461 ____________________________________________________________________________
42462 [  9841] By: jhi                                   on 2001/04/25  20:07:05
42463         Log: Update Changes.
42464      Branch: perl
42465            ! Changes patchlevel.h
42466 ____________________________________________________________________________
42467 [  9840] By: jhi                                   on 2001/04/25  19:56:51
42468         Log: Yet another HP-UX hints version from Merijn.
42469      Branch: perl
42470            ! hints/hpux.sh
42471 ____________________________________________________________________________
42472 [  9839] By: jhi                                   on 2001/04/25  19:53:04
42473         Log: abs_path() didn't terminate the filename correctly,
42474              in DIRNAMLENless systems like HP-UX this would fail.
42475      Branch: perl
42476            ! ext/Cwd/Cwd.xs
42477 ____________________________________________________________________________
42478 [  9838] By: jhi                                   on 2001/04/25  16:37:26
42479         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
42480              From: Mike Guy <mjtg@cam.ac.uk>
42481              Date: Wed, 25 Apr 2001 18:31:47 +0100
42482              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
42483      Branch: perl
42484            ! op.c
42485 ____________________________________________________________________________
42486 [  9837] By: jhi                                   on 2001/04/25  16:21:53
42487         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
42488              From: Jon Eveland <jweveland@yahoo.com>
42489              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
42490              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
42491      Branch: perl
42492            ! lib/perl5db.pl
42493 ____________________________________________________________________________
42494 [  9836] By: jhi                                   on 2001/04/25  14:17:50
42495         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
42496              From: "Philip Newton" <pnewton@gmx.de>
42497              Date: Wed, 25 Apr 2001 17:05:58 +0200
42498              Message-ID: <3AE703F6.3234.1833C45@localhost>
42499      Branch: perl
42500            ! Porting/patching.pod
42501 ____________________________________________________________________________
42502 [  9835] By: jhi                                   on 2001/04/25  13:58:07
42503         Log: It would seem that both ar and full_ar need to be overridden
42504              for HP-UX to avoid the GNU ar.
42505      Branch: perl
42506            ! hints/hpux.sh
42507 ____________________________________________________________________________
42508 [  9834] By: jhi                                   on 2001/04/25  13:50:40
42509         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
42510              From: "Philip Newton" <pnewton@gmx.de>
42511              Date: Wed, 25 Apr 2001 16:09:23 +0200
42512              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
42513              
42514              Detypo.
42515      Branch: perl
42516            ! t/op/misc.t
42517 ____________________________________________________________________________
42518 [  9833] By: jhi                                   on 2001/04/25  12:36:11
42519         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
42520      Branch: perl
42521            ! hints/hpux.sh
42522 ____________________________________________________________________________
42523 [  9832] By: jhi                                   on 2001/04/25  12:33:36
42524         Log: New version of HP-UX hints from Merijn.
42525      Branch: perl
42526            ! hints/hpux.sh
42527 ____________________________________________________________________________
42528 [  9831] By: jhi                                   on 2001/04/25  03:39:45
42529         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
42530      Branch: perl
42531            ! hints/hpux.sh
42532 ____________________________________________________________________________
42533 [  9830] By: jhi                                   on 2001/04/25  02:53:25
42534         Log: The tzname[] bit is not needed by util.c -- and causes
42535              heartburn in VMS (and it missing was probably the cause of
42536              the Mac OS X trouble).  Ouch.
42537      Branch: perl
42538            ! ext/POSIX/POSIX.xs util.c
42539 ____________________________________________________________________________
42540 [  9829] By: jhi                                   on 2001/04/25  00:10:06
42541         Log: Metaconfig unit change for #9828.
42542      Branch: metaconfig
42543            ! U/compline/ccflags.U
42544 ____________________________________________________________________________
42545 [  9828] By: jhi                                   on 2001/04/25  00:04:18
42546         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
42547              (which is actually the reason for the change, we need to pass
42548              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
42549              EP/IX, OS/2, and TitanOS, based on the hints files.
42550      Branch: perl
42551            ! Configure config_h.SH
42552 ____________________________________________________________________________
42553 [  9827] By: jhi                                   on 2001/04/24  23:49:20
42554         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
42555              the $cat must have an absolute path.
42556      Branch: perl
42557            ! makedepend.SH
42558 ____________________________________________________________________________
42559 [  9826] By: jhi                                   on 2001/04/24  23:40:53
42560         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
42561      Branch: perl
42562            ! README.amiga
42563 ____________________________________________________________________________
42564 [  9825] By: jhi                                   on 2001/04/24  23:35:35
42565         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
42566              From: "Philip Newton" <pnewton@gmx.de>
42567              Date: Tue, 24 Apr 2001 18:52:49 +0200
42568              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
42569      Branch: perl
42570            ! x2p/find2perl.PL
42571 ____________________________________________________________________________
42572 [  9824] By: jhi                                   on 2001/04/24  23:33:07
42573         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
42574              Some gcc specifics dropped out due to extensive rewriting;
42575              will be put back later as needed.
42576      Branch: perl
42577            ! hints/hpux.sh
42578 ____________________________________________________________________________
42579 [  9823] By: jhi                                   on 2001/04/24  23:27:57
42580         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
42581      Branch: perl
42582            ! ext/POSIX/POSIX.xs
42583 ____________________________________________________________________________
42584 [  9822] By: jhi                                   on 2001/04/24  23:25:21
42585         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
42586              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42587              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
42588              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
42589      Branch: perl
42590            ! ext/XS/Typemap/Typemap.xs
42591 ____________________________________________________________________________
42592 [  9821] By: jhi                                   on 2001/04/24  23:24:10
42593         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
42594              From: "Abigail" <abigail@foad.org>
42595              Date: Tue, 24 Apr 2001 23:12:03 +0200
42596              Message-ID: <20010424211203.7901.qmail@foad.org>
42597      Branch: perl
42598            ! pod/perlport.pod
42599 ____________________________________________________________________________
42600 [  9820] By: jhi                                   on 2001/04/24  23:23:15
42601         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
42602              From: Matt Sergeant <matt@sergeant.org>
42603              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
42604              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
42605      Branch: perl
42606            ! pod/perlfaq4.pod
42607 ____________________________________________________________________________
42608 [  9819] By: nick                                  on 2001/04/24  18:49:43
42609         Log: Integrate mainline.
42610      Branch: perlio
42611           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
42612           !> (integrate 37 files)
42613 ____________________________________________________________________________
42614 [  9818] By: jhi                                   on 2001/04/24  14:35:23
42615         Log: Update Changes.
42616      Branch: perl
42617            ! Changes patchlevel.h
42618 ____________________________________________________________________________
42619 [  9817] By: jhi                                   on 2001/04/24  14:09:17
42620         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
42621              From: "Philip Newton" <pnewton@gmx.de>
42622              Date: Tue, 24 Apr 2001 12:58:12 +0200
42623              Message-ID: <3AE57864.8304.B77A0A@localhost> 
42624              
42625              plus add CPAN to the list of modules that have their own tests.
42626      Branch: perl
42627            ! t/lib/1_compile.t
42628 ____________________________________________________________________________
42629 [  9816] By: jhi                                   on 2001/04/24  14:07:03
42630         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
42631              From: Michael G Schwern <schwern@pobox.com>
42632              Date: Sat, 21 Apr 2001 22:35:00 +0100
42633              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
42634      Branch: perl
42635            ! t/lib/1_compile.t
42636 ____________________________________________________________________________
42637 [  9815] By: jhi                                   on 2001/04/24  13:54:32
42638         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
42639              From: Robin Houston <robin@kitsite.com>
42640              Date: Tue, 24 Apr 2001 15:51:18 +0100
42641              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
42642      Branch: perl
42643            ! ext/B/B/Deparse.pm
42644 ____________________________________________________________________________
42645 [  9814] By: jhi                                   on 2001/04/24  13:17:34
42646         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
42647              From: Bill Glicker <billg@burrelles.com>
42648              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
42649              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
42650      Branch: perl
42651            ! hints/svr5.sh
42652 ____________________________________________________________________________
42653 [  9813] By: jhi                                   on 2001/04/24  12:54:23
42654         Log: Prevent path disclosure (probing for existence of filenames)
42655              using suidperl; bug id 20010322.218.
42656      Branch: perl
42657            ! perl.c pod/perldiag.pod
42658 ____________________________________________________________________________
42659 [  9812] By: jhi                                   on 2001/04/24  12:08:36
42660         Log: Retract #9811.
42661      Branch: perl
42662            ! ext/POSIX/POSIX.xs
42663 ____________________________________________________________________________
42664 [  9811] By: jhi                                   on 2001/04/24  11:57:35
42665         Log: (Retracted by #9812.)
42666      Branch: perl
42667            ! ext/POSIX/POSIX.xs
42668 ____________________________________________________________________________
42669 [  9810] By: jhi                                   on 2001/04/24  03:32:35
42670         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
42671      Branch: perl
42672            ! util.c
42673 ____________________________________________________________________________
42674 [  9809] By: jhi                                   on 2001/04/24  03:16:13
42675         Log: The Math::BigFloat::import() was broken.
42676              (Fixes bug id 20010422.002.)
42677      Branch: perl
42678            ! lib/Math/BigFloat.pm
42679 ____________________________________________________________________________
42680 [  9808] By: jhi                                   on 2001/04/24  01:11:40
42681         Log: Additional dependencies; should help for parallel makes
42682              not to fail on missing lib/lib.pm or lib/re.pm.
42683      Branch: perl
42684            ! Makefile.SH
42685 ____________________________________________________________________________
42686 [  9807] By: jhi                                   on 2001/04/24  00:57:01
42687         Log: Update the test failure disclaimer.
42688      Branch: perl
42689            ! t/pragma/warn/pp_hot
42690 ____________________________________________________________________________
42691 [  9806] By: jhi                                   on 2001/04/24  00:54:04
42692         Log: Add make target "install-all" which is alias for "install"
42693              to cater for case-preserving filesystems like HFS+.
42694      Branch: perl
42695            ! INSTALL Makefile.SH
42696 ____________________________________________________________________________
42697 [  9805] By: jhi                                   on 2001/04/24  00:47:28
42698         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
42699              From: Peter Prymmer <pvhp@forte.com>
42700              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
42701              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
42702              
42703              (Ken William's message forwarded from macosx@perl.org)
42704      Branch: perl
42705            ! hints/darwin.sh
42706 ____________________________________________________________________________
42707 [  9804] By: jhi                                   on 2001/04/23  23:57:35
42708         Log: Cut-and-pasto.
42709      Branch: perl
42710            ! perlio.c
42711 ____________________________________________________________________________
42712 [  9803] By: jhi                                   on 2001/04/23  23:52:25
42713         Log: More PerlIO robustness.
42714      Branch: perl
42715            ! perlio.c
42716 ____________________________________________________________________________
42717 [  9802] By: jhi                                   on 2001/04/23  23:43:35
42718         Log: Make the "STD* opened only for ..." errors more consistent.
42719      Branch: perl
42720            ! doio.c
42721 ____________________________________________________________________________
42722 [  9801] By: jhi                                   on 2001/04/23  23:34:26
42723         Log: Test case for #9800.
42724      Branch: perl
42725            ! t/op/misc.t
42726 ____________________________________________________________________________
42727 [  9800] By: jhi                                   on 2001/04/23  23:14:43
42728         Log: Avoid coredump on 'close STDERR; die' by making
42729              the PerlIO calls more robust.  Also use SETERRNO()
42730              instead of errno = to be more VMS-ready.
42731      Branch: perl
42732            ! perlio.c
42733 ____________________________________________________________________________
42734 [  9799] By: jhi                                   on 2001/04/23  21:41:10
42735         Log: Subject: test for ID 20010423.002
42736              From: Robin Houston <robin@kitsite.com>
42737              Date: Mon, 23 Apr 2001 16:52:21 +0100
42738              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
42739      Branch: perl
42740            ! t/op/avhv.t
42741 ____________________________________________________________________________
42742 [  9798] By: jhi                                   on 2001/04/23  21:40:07
42743         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
42744              From: David Dyck <dcd@tc.fluke.com>
42745              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
42746              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
42747      Branch: perl
42748            ! installperl
42749 ____________________________________________________________________________
42750 [  9797] By: jhi                                   on 2001/04/23  21:37:56
42751         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
42752              From: Benjamin Sugars <bsugars@canoe.ca>
42753              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
42754              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
42755      Branch: perl
42756            ! ext/Cwd/Cwd.xs lib/Cwd.pm
42757 ____________________________________________________________________________
42758 [  9796] By: jhi                                   on 2001/04/23  21:29:24
42759         Log: Synchronize h2xs and pod2man some more on the documentation
42760              templates they propose.
42761      Branch: perl
42762            ! pod/pod2man.PL utils/h2xs.PL
42763 ____________________________________________________________________________
42764 [  9795] By: jhi                                   on 2001/04/23  17:30:40
42765         Log: Add one more naughty test for base64; make encoding logic cleaner.
42766      Branch: perl
42767            ! t/lib/mimeb64.t
42768 ____________________________________________________________________________
42769 [  9794] By: jhi                                   on 2001/04/23  13:51:32
42770         Log: Update Changes.
42771      Branch: perl
42772            ! Changes patchlevel.h
42773 ____________________________________________________________________________
42774 [  9793] By: jhi                                   on 2001/04/23  13:44:18
42775         Log: Duplicate lines.
42776      Branch: perl
42777            ! MANIFEST
42778 ____________________________________________________________________________
42779 [  9792] By: jhi                                   on 2001/04/23  13:39:13
42780         Log: Subject: Re: PATCH 5.7.1
42781              From: Mark-Jason Dominus <mjd@plover.com>
42782              Date: Mon, 23 Apr 2001 10:30:21 -0400
42783              Message-ID: <20010423143021.17335.qmail@plover.com>
42784      Branch: perl
42785            ! perl.h sv.c
42786 ____________________________________________________________________________
42787 [  9791] By: jhi                                   on 2001/04/23  13:32:40
42788         Log: Add the CPAN.pm 1.59_54 tests.
42789      Branch: perl
42790            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
42791            ! MANIFEST
42792 ____________________________________________________________________________
42793 [  9790] By: jhi                                   on 2001/04/23  13:21:55
42794         Log: Subject: Deparse nit
42795              From: Robin Houston <robin@kitsite.com>
42796              Date: Mon, 23 Apr 2001 12:38:20 +0100
42797              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
42798      Branch: perl
42799            ! ext/B/B/Deparse.pm
42800 ____________________________________________________________________________
42801 [  9789] By: jhi                                   on 2001/04/23  13:19:07
42802         Log: Subject: [PATCH] bug 20010423.002
42803              From: Robin Houston <robin@kitsite.com>
42804              Date: Mon, 23 Apr 2001 13:12:30 +0100
42805              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
42806      Branch: perl
42807            ! pp.c
42808 ____________________________________________________________________________
42809 [  9788] By: jhi                                   on 2001/04/23  13:02:49
42810         Log: Subject: PATCH [5.7.1] hv.c unused #define
42811              From: Mark-Jason Dominus <mjd@plover.com>
42812              Date: Sun, 22 Apr 2001 14:17:49 -0400
42813              Message-ID: <20010422181749.26976.qmail@plover.com>
42814      Branch: perl
42815            ! hv.c
42816 ____________________________________________________________________________
42817 [  9787] By: jhi                                   on 2001/04/23  13:02:02
42818         Log: Subject: PATCH 5.7.1
42819              From: Mark-Jason Dominus <mjd@plover.com>
42820              Date: Sun, 22 Apr 2001 15:12:57 -0400
42821              Message-ID: <20010422191258.6539.qmail@plover.com>
42822              
42823              plus Sarathy's STMT_START + STMT_END suggestion.
42824      Branch: perl
42825            ! perl.h
42826 ____________________________________________________________________________
42827 [  9786] By: jhi                                   on 2001/04/23  12:53:25
42828         Log: Fix for
42829              
42830              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
42831              From: dLux <dlux@spam.sch.bme.hu>
42832              Date: Mon, 23 Apr 2001 01:25:26 +0200
42833              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
42834              
42835              (SvGROW really does return a char *.)
42836      Branch: perl
42837            ! pod/perlapi.pod sv.h
42838 ____________________________________________________________________________
42839 [  9785] By: jhi                                   on 2001/04/23  04:34:04
42840         Log: Time::Piece work continues.  $t->day removed since
42841              I think it's too confusing.  Now has normal and
42842              abbreviated length weekday names and month names,
42843              the names change with _names(), not _list().
42844              Now has strftime() in Perl, _strftime() is
42845              the libc version (to which strftime() falls back
42846              if it doesn't know the format.  To do: the reverse
42847              of strftime, strptime(), and the localisation of both.
42848      Branch: perl
42849            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
42850            ! t/lib/time-piece.t
42851 ____________________________________________________________________________
42852 [  9784] By: jhi                                   on 2001/04/23  02:41:46
42853         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
42854              From: andreas.koenig@anima.de (Andreas J. Koenig)
42855              Date: 23 Apr 2001 05:20:55 +0200
42856              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
42857      Branch: perl
42858            ! t/pragma/overload.t
42859 ____________________________________________________________________________
42860 [  9783] By: jhi                                   on 2001/04/22  23:32:42
42861         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
42862              From: Robin Houston <robin@kitsite.com>
42863              Date: Mon, 23 Apr 2001 00:38:18 +0100
42864              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
42865      Branch: perl
42866            ! ext/B/B/Deparse.pm
42867 ____________________________________________________________________________
42868 [  9782] By: jhi                                   on 2001/04/22  20:55:43
42869         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
42870              From: Simon Cozens <simon@netthink.co.uk>
42871              Date: Sun, 22 Apr 2001 18:47:25 +0100
42872              Message-ID: <20010422184725.A14411@netthink.co.uk>
42873      Branch: perl
42874            ! sv.c t/pragma/overload.t
42875 ____________________________________________________________________________
42876 [  9781] By: jhi                                   on 2001/04/22  20:52:13
42877         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
42878              From: Robin Houston <robin@kitsite.com>
42879              Date: Sun, 22 Apr 2001 22:14:50 +0100
42880              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
42881      Branch: perl
42882            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
42883 ____________________________________________________________________________
42884 [  9780] By: nick                                  on 2001/04/22  20:40:31
42885         Log: Integrate mainline.
42886      Branch: perlio
42887           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
42888           +> t/lib/b-stash.t
42889           !> (integrate 38 files)
42890 ____________________________________________________________________________
42891 [  9779] By: jhi                                   on 2001/04/22  15:16:03
42892         Log: Subject: IO::Socket::INET patch
42893              From: andrew deryabin <djsf@technarchy.ru>
42894              Date: Sat, 21 Apr 2001 17:46:52 +0400
42895              Message-ID: <20010421174652.B1426@technarchy>
42896      Branch: perl
42897            ! ext/IO/lib/IO/Socket/INET.pm
42898 ____________________________________________________________________________
42899 [  9778] By: jhi                                   on 2001/04/22  15:14:33
42900         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
42901              From: Mark-Jason Dominus <mjd@plover.com>
42902              Date: Sat, 21 Apr 2001 21:27:49 -0400
42903              Message-ID: <20010422012749.27024.qmail@plover.com>
42904      Branch: perl
42905            ! regcomp.c
42906 ____________________________________________________________________________
42907 [  9777] By: jhi                                   on 2001/04/22  15:10:51
42908         Log: Subject: Re: Regex debugger patch 
42909              From: Mark-Jason Dominus <mjd@plover.com>
42910              Date: Sat, 21 Apr 2001 21:48:51 -0400
42911              Message-ID: <20010422014851.27165.qmail@plover.com>
42912      Branch: perl
42913            ! pod/perldebguts.pod
42914 ____________________________________________________________________________
42915 [  9776] By: jhi                                   on 2001/04/22  15:09:48
42916         Log: Subject: Re: Regex debugger patch
42917              From: Mark-Jason Dominus <mjd@plover.com>
42918              Date: Sat, 21 Apr 2001 14:24:39 -0400
42919              Message-ID: <20010421182439.16508.qmail@plover.com>
42920              
42921              Regex debugger backend.
42922      Branch: perl
42923            ! regcomp.c regexp.h
42924 ____________________________________________________________________________
42925 [  9775] By: jhi                                   on 2001/04/21  16:45:40
42926         Log: Subject: [PATCH] Typo in utf8.h
42927              From: Jesús Quiroga <jquiroga@pobox.com>
42928              Date: Sat, 21 Apr 2001 19:25:33 +0200
42929              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
42930      Branch: perl
42931            ! utf8.h
42932 ____________________________________________________________________________
42933 [  9774] By: jhi                                   on 2001/04/21  16:43:52
42934         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
42935              From: Joe Orton <jorton@redhat.com>
42936              Date: Tue, 17 Apr 2001 15:50:43 +0100
42937              Message-Id: <20010417155043.D19132@eu.c2.net>
42938      Branch: perl
42939            ! hints/svr5.sh
42940 ____________________________________________________________________________
42941 [  9773] By: jhi                                   on 2001/04/21  15:30:15
42942         Log: Subject: Patch utils/h2xs.PL
42943              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42944              Date: Sat, 21 Apr 2001 10:32:16 -0500
42945              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
42946              
42947              Add MAILING list and LICENSE templates.
42948      Branch: perl
42949            ! utils/h2xs.PL
42950 ____________________________________________________________________________
42951 [  9772] By: jhi                                   on 2001/04/21  15:28:36
42952         Log: Subject: perlfaq2.patch for 5.7.1
42953              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42954              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
42955              Date: Fri, 20 Apr 2001 16:42:19 -0500
42956              
42957              rm an extra tab, a blurb about the xx.cpan to clarify
42958              which countries actually have that and dejanews is history
42959              as well as most of that nonsensical entry.
42960      Branch: perl
42961            ! pod/perlfaq2.pod
42962 ____________________________________________________________________________
42963 [  9771] By: jhi                                   on 2001/04/21  15:27:17
42964         Log: Subject: perlfaq1.patch for 5.7.1
42965              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42966              Date: Fri, 20 Apr 2001 16:57:36 -0500
42967              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
42968              
42969              Evil URLs must die. Especially when they are broken.
42970      Branch: perl
42971            ! pod/perlfaq1.pod
42972 ____________________________________________________________________________
42973 [  9770] By: jhi                                   on 2001/04/21  15:23:38
42974         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
42975              From: Michael G Schwern <schwern@pobox.com>
42976              Date: Sat, 21 Apr 2001 16:11:12 +0100
42977              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
42978      Branch: perl
42979            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
42980            + t/lib/b-stash.t
42981            ! MANIFEST ext/B/B.pm t/lib/b.t
42982 ____________________________________________________________________________
42983 [  9769] By: jhi                                   on 2001/04/21  15:03:32
42984         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
42985              From: Michael G Schwern <schwern@pobox.com>
42986              Date: Sat, 21 Apr 2001 09:48:00 +0100
42987              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
42988      Branch: perl
42989            ! utils/h2ph.PL
42990 ____________________________________________________________________________
42991 [  9768] By: jhi                                   on 2001/04/21  14:33:49
42992         Log: PerlIO and Encode doc cleanup and tweaks.
42993      Branch: perl
42994            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
42995            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
42996 ____________________________________________________________________________
42997 [  9767] By: jhi                                   on 2001/04/21  12:40:16
42998         Log: Integrate perlio.
42999      Branch: perl
43000           !> doio.c
43001 ____________________________________________________________________________
43002 [  9766] By: nick                                  on 2001/04/20  18:28:35
43003         Log: Avoid core dump on
43004              open(STDOUT,">",\$foo);
43005      Branch: perlio
43006            ! doio.c
43007 ____________________________________________________________________________
43008 [  9765] By: jhi                                   on 2001/04/20  13:23:43
43009         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
43010              From: Robin Houston <robin@kitsite.com>
43011              Date: Fri, 20 Apr 2001 14:29:22 +0100
43012              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
43013      Branch: perl
43014            ! ext/B/B.pm ext/B/B/Deparse.pm
43015 ____________________________________________________________________________
43016 [  9764] By: jhi                                   on 2001/04/20  13:19:33
43017         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
43018              From: Peter Prymmer <pvhp@forte.com>
43019              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
43020              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
43021      Branch: perl
43022            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
43023            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
43024            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
43025            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
43026 ____________________________________________________________________________
43027 [  9763] By: jhi                                   on 2001/04/20  12:36:39
43028         Log: Subject: Re: A new PerlIO coredump
43029              From: Nick Ing-Simmons <nik@tiuk.ti.com>
43030              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
43031              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
43032      Branch: perl
43033            ! doio.c
43034 ____________________________________________________________________________
43035 [  9762] By: jhi                                   on 2001/04/19  23:02:30
43036         Log: Update Changes.
43037      Branch: perl
43038            ! Changes patchlevel.h
43039 ____________________________________________________________________________
43040 [  9761] By: jhi                                   on 2001/04/19  22:59:19
43041         Log: More cleanup cleanup.
43042      Branch: perl
43043            ! Makefile.SH win32/Makefile win32/makefile.mk
43044 ____________________________________________________________________________
43045 [  9760] By: jhi                                   on 2001/04/19  22:50:31
43046         Log: lib/Time is non-empty, let's not rmdir it.
43047      Branch: perl
43048            ! Makefile.SH
43049 ____________________________________________________________________________
43050 [  9759] By: jhi                                   on 2001/04/19  22:36:51
43051         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
43052              From: Robin Houston <robin@kitsite.com>
43053              Date: Fri, 20 Apr 2001 00:18:53 +0100
43054              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
43055      Branch: perl
43056            ! ext/B/B/Deparse.pm
43057 ____________________________________________________________________________
43058 [  9758] By: jhi                                   on 2001/04/19  22:36:00
43059         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
43060              From: Peter Prymmer <pvhp@forte.com>
43061              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
43062              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
43063      Branch: perl
43064            ! ext/Cwd/Cwd.xs
43065 ____________________________________________________________________________
43066 [  9757] By: nick                                  on 2001/04/19  18:53:54
43067         Log: Blind (untested) integrate of mainline.
43068      Branch: perlio
43069           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
43070           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
43071           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
43072           !> (integrate 53 files)
43073 ____________________________________________________________________________
43074 [  9756] By: jhi                                   on 2001/04/19  16:59:23
43075         Log: Document and test Time::Piece.
43076      Branch: perl
43077            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
43078            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
43079 ____________________________________________________________________________
43080 [  9755] By: jhi                                   on 2001/04/19  12:13:29
43081         Log: A better fix for the \x{12345678} trouble from NI-S.
43082      Branch: perl
43083            ! utf8.c
43084 ____________________________________________________________________________
43085 [  9754] By: jhi                                   on 2001/04/19  11:56:07
43086         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
43087              From: Robin Houston <robin@kitsite.com>
43088              Date: Wed, 18 Apr 2001 17:58:33 +0100
43089              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
43090      Branch: perl
43091            ! ext/B/B/Deparse.pm op.c
43092 ____________________________________________________________________________
43093 [  9753] By: jhi                                   on 2001/04/19  04:21:52
43094         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
43095              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
43096              Date: Thu, 19 Apr 2001 01:11:41 -0400
43097              Message-ID: <20010419011141.A5798@cpan.org>
43098      Branch: perl
43099            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
43100 ____________________________________________________________________________
43101 [  9752] By: jhi                                   on 2001/04/19  02:41:10
43102         Log: The new time utils need to be thread-aware, too.
43103      Branch: perl
43104            ! util.c
43105 ____________________________________________________________________________
43106 [  9751] By: jhi                                   on 2001/04/19  02:26:47
43107         Log: Compilation nit noticed by AIX compiler.
43108      Branch: perl
43109            ! perlio.c
43110 ____________________________________________________________________________
43111 [  9750] By: jhi                                   on 2001/04/19  02:20:06
43112         Log: The new time utils need to be public.
43113      Branch: perl
43114            ! embed.pl
43115 ____________________________________________________________________________
43116 [  9749] By: jhi                                   on 2001/04/19  01:42:39
43117         Log: Regen toc.
43118      Branch: perl
43119            ! pod/perltoc.pod
43120 ____________________________________________________________________________
43121 [  9748] By: jhi                                   on 2001/04/19  01:41:10
43122         Log: Add Time::Piece, a slight rewrite of Time::Object,
43123              from Matt Sergeant.
43124      Branch: perl
43125            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
43126            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
43127            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
43128            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
43129            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
43130            ! win32/makefile.mk
43131 ____________________________________________________________________________
43132 [  9747] By: jhi                                   on 2001/04/19  00:55:35
43133         Log: The new metaconfig unit from strftime.
43134      Branch: metaconfig/U/perl
43135            + d_strftime.U
43136 ____________________________________________________________________________
43137 [  9746] By: jhi                                   on 2001/04/19  00:54:54
43138         Log: Move the strftime() wrapper from POSIX.xs to util.c
43139              as my_strftime(), requires HAS_STRFTIME.
43140      Branch: perl
43141            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43142            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
43143            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
43144            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43145            ! vos/config.ga.h win32/config.bc win32/config.gc
43146            ! win32/config.vc
43147 ____________________________________________________________________________
43148 [  9745] By: jhi                                   on 2001/04/18  23:11:03
43149         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
43150              in preparation of Time::Piece.
43151      Branch: perl
43152            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
43153 ____________________________________________________________________________
43154 [  9744] By: jhi                                   on 2001/04/18  22:33:12
43155         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
43156              From: Peter Prymmer <pvhp@forte.com>
43157              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
43158              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
43159      Branch: perl
43160            ! t/lib/exporter.t
43161 ____________________________________________________________________________
43162 [  9743] By: jhi                                   on 2001/04/18  22:32:23
43163         Log: Subject: Fwd: pod2html leaves cache files lying around?
43164              From: Rajesh Vaidheeswarran <rv@gnu.org>
43165              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
43166              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
43167      Branch: perl
43168            ! lib/Pod/Html.pm
43169 ____________________________________________________________________________
43170 [  9742] By: jhi                                   on 2001/04/18  20:31:49
43171         Log: Update Changes.
43172      Branch: perl
43173            ! Changes patchlevel.h
43174 ____________________________________________________________________________
43175 [  9741] By: jhi                                   on 2001/04/18  20:23:02
43176         Log: Declare hints only if needed.
43177      Branch: perl
43178            ! ext/B/B/Deparse.pm
43179 ____________________________________________________________________________
43180 [  9740] By: jhi                                   on 2001/04/18  19:06:05
43181         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
43182              bug noticed by Robin Houston; basically the code of detecting
43183              value wraparound was acting differently under different compilers
43184              and platforms.  The workaround is to remove the overflow check
43185              for now, a real fix would be to do the overflow (portably) right.
43186      Branch: perl
43187            ! t/op/pat.t utf8.c
43188 ____________________________________________________________________________
43189 [  9739] By: jhi                                   on 2001/04/18  19:01:23
43190         Log: Subject: [PATCH B::Deparse] some pragma support
43191              From: Robin Houston <robin@kitsite.com>
43192              Date: Wed, 18 Apr 2001 19:32:12 +0100
43193              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
43194      Branch: perl
43195            ! ext/B/B/Deparse.pm
43196 ____________________________________________________________________________
43197 [  9738] By: jhi                                   on 2001/04/18  15:16:37
43198         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
43199              From: Benjamin Sugars <bsugars@canoe.ca>
43200              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
43201              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
43202      Branch: perl
43203            ! t/op/glob.t
43204 ____________________________________________________________________________
43205 [  9737] By: jhi                                   on 2001/04/18  13:24:50
43206         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
43207              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43208              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
43209              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
43210      Branch: perl
43211            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
43212            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
43213 ____________________________________________________________________________
43214 [  9736] By: jhi                                   on 2001/04/18  04:15:14
43215         Log: The #9735 also changes the subtest 12.
43216      Branch: perl
43217            ! t/lib/b.t
43218 ____________________________________________________________________________
43219 [  9735] By: jhi                                   on 2001/04/18  03:55:17
43220         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
43221              From: David Dyck <dcd@tc.fluke.com>
43222              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
43223              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
43224      Branch: perl
43225            ! ext/B/B/Deparse.pm
43226 ____________________________________________________________________________
43227 [  9734] By: jhi                                   on 2001/04/18  03:54:11
43228         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
43229              From: Gisle Aas <gisle@ActiveState.com>
43230              Date: 17 Apr 2001 19:06:45 -0700
43231              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
43232      Branch: perl
43233            ! pp_hot.c t/op/misc.t
43234 ____________________________________________________________________________
43235 [  9733] By: jhi                                   on 2001/04/17  22:25:22
43236         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
43237              From: "Abigail" <abigail@foad.org>
43238              Date: Wed, 18 Apr 2001 01:17:46 +0200
43239              Message-ID: <20010417231746.21657.qmail@foad.org>
43240      Branch: perl
43241            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
43242 ____________________________________________________________________________
43243 [  9732] By: jhi                                   on 2001/04/17  20:47:56
43244         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
43245              From: Robin Houston <robin@kitsite.com>
43246              Date: Tue, 17 Apr 2001 22:37:42 +0100
43247              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
43248      Branch: perl
43249            ! ext/B/B/Deparse.pm
43250 ____________________________________________________________________________
43251 [  9731] By: nick                                  on 2001/04/17  20:46:35
43252         Log: Re-sync for t/lib/b.t fix
43253      Branch: perlio
43254           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
43255 ____________________________________________________________________________
43256 [  9730] By: jhi                                   on 2001/04/17  20:45:29
43257         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
43258              From: Robin Houston <robin@kitsite.com>
43259              Date: Tue, 17 Apr 2001 22:29:36 +0100
43260              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
43261      Branch: perl
43262            ! ext/B/B.xs ext/B/B/Deparse.pm
43263 ____________________________________________________________________________
43264 [  9729] By: jhi                                   on 2001/04/17  20:43:11
43265         Log: Subject: Deparse - parenthesise args to undeclared subs
43266              From: Robin Houston <robin@kitsite.com>
43267              Date: Tue, 17 Apr 2001 21:31:05 +0100
43268              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
43269      Branch: perl
43270            ! ext/B/B/Deparse.pm
43271 ____________________________________________________________________________
43272 [  9728] By: jhi                                   on 2001/04/17  18:57:30
43273         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
43274              From: Benjamin Sugars <ben.sugars@home.com>
43275              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
43276              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
43277      Branch: perl
43278            ! t/lib/cwd.t
43279 ____________________________________________________________________________
43280 [  9727] By: jhi                                   on 2001/04/17  18:20:20
43281         Log: Subject: [PATCH B::Deparse] ambient pragmas
43282              From: Robin Houston <robin@kitsite.com>
43283              Date: Tue, 17 Apr 2001 20:01:59 +0100
43284              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
43285      Branch: perl
43286            ! ext/B/B/Deparse.pm t/lib/b.t
43287 ____________________________________________________________________________
43288 [  9726] By: nick                                  on 2001/04/17  16:33:51
43289         Log: Integrate mainline (t/lib/b.t fails test 2...)
43290      Branch: perlio
43291           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
43292           +> ext/List/Util/README ext/List/Util/Util.xs
43293           +> ext/List/Util/lib/List/Util.pm
43294           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
43295           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
43296           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
43297           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
43298           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
43299           !> (integrate 31 files)
43300 ____________________________________________________________________________
43301 [  9725] By: jhi                                   on 2001/04/17  12:14:24
43302         Log: Subject: multiple B::* changes
43303              From: Robin Houston <robin@kitsite.com>
43304              Date: Thu, 12 Apr 2001 20:12:27 +0100
43305              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
43306      Branch: perl
43307            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
43308 ____________________________________________________________________________
43309 [  9724] By: jhi                                   on 2001/04/17  11:59:05
43310         Log: Thread-awareness from Doug MacEachern.
43311      Branch: perl
43312            ! ext/List/Util/Util.xs
43313 ____________________________________________________________________________
43314 [  9723] By: jhi                                   on 2001/04/17  11:57:41
43315         Log: Make the test more portable.
43316      Branch: perl
43317            ! t/lib/cwd.t
43318 ____________________________________________________________________________
43319 [  9722] By: jhi                                   on 2001/04/17  11:53:50
43320         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
43321              From: Benjamin Sugars <ben.sugars@home.com>
43322              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
43323              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
43324      Branch: perl
43325            ! t/lib/cwd.t
43326 ____________________________________________________________________________
43327 [  9721] By: jhi                                   on 2001/04/17  11:52:17
43328         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
43329              From: Benjamin Sugars <bsugars@canoe.ca>
43330              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
43331              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
43332      Branch: perl
43333            ! op.c
43334 ____________________________________________________________________________
43335 [  9720] By: jhi                                   on 2001/04/17  11:35:42
43336         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
43337              From: Chris Nandor <pudge@pobox.com>
43338              Date: Tue, 17 Apr 2001 00:30:49 -0400
43339              Message-Id: <p05100207b701768712de@[10.0.1.177]>
43340      Branch: perl
43341            ! ext/File/Glob/bsd_glob.c gv.c
43342 ____________________________________________________________________________
43343 [  9719] By: jhi                                   on 2001/04/17  11:32:13
43344         Log: Subject: [PATCH] Tweten->West
43345              From: Casey West <casey@geeknest.com>
43346              Date: Mon, 16 Apr 2001 12:11:22 -0400
43347              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
43348      Branch: perl
43349            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
43350            ! pod/perltie.pod
43351 ____________________________________________________________________________
43352 [  9718] By: jhi                                   on 2001/04/16  03:22:52
43353         Log: Update Changes.
43354      Branch: perl
43355            ! Changes patchlevel.h
43356 ____________________________________________________________________________
43357 [  9717] By: jhi                                   on 2001/04/16  03:06:28
43358         Log: Regen toc.
43359      Branch: perl
43360            ! pod/perltoc.pod
43361 ____________________________________________________________________________
43362 [  9716] By: jhi                                   on 2001/04/16  02:58:42
43363         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
43364              From: Prymmer/Kahn <pvhp@best.com>
43365              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
43366              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
43367      Branch: perl
43368            ! utf8.c
43369 ____________________________________________________________________________
43370 [  9715] By: jhi                                   on 2001/04/15  23:40:35
43371         Log: Subject: Re: Net::Ping patch, adds stream protocol
43372              From: bronson@rinspin.com (Scott Bronson)
43373              Date: Tue, 10 Apr 2001 23:58:33 -0700
43374              Message-ID: <20010410235833.N29719@rinspin.com>
43375      Branch: perl
43376            ! lib/Net/Ping.pm
43377 ____________________________________________________________________________
43378 [  9714] By: jhi                                   on 2001/04/15  23:31:46
43379         Log: Printing out the ok messages helps successful testing.
43380      Branch: perl
43381            ! t/lib/time-hires.t
43382 ____________________________________________________________________________
43383 [  9713] By: jhi                                   on 2001/04/15  21:43:24
43384         Log: Update Douglas Wegscheid's email.
43385      Branch: perl
43386            ! AUTHORS
43387 ____________________________________________________________________________
43388 [  9712] By: jhi                                   on 2001/04/15  21:40:41
43389         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
43390              From: Michael G Schwern <schwern@pobox.com>
43391              Date: Sat, 14 Apr 2001 22:40:50 +0100
43392              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
43393      Branch: perl
43394            + t/lib/exporter.t
43395            ! MANIFEST lib/Exporter/Heavy.pm
43396 ____________________________________________________________________________
43397 [  9711] By: jhi                                   on 2001/04/15  21:39:21
43398         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
43399              From: Michael G Schwern <schwern@pobox.com>
43400              Date: Sat, 14 Apr 2001 22:13:59 +0100
43401              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
43402      Branch: perl
43403            ! t/op/loopctl.t
43404 ____________________________________________________________________________
43405 [  9710] By: jhi                                   on 2001/04/15  21:30:19
43406         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
43407              From: Michael G Schwern <schwern@pobox.com>
43408              Date: Sat, 14 Apr 2001 22:05:32 +0100
43409              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
43410      Branch: perl
43411            ! t/pragma/warnings.t
43412 ____________________________________________________________________________
43413 [  9709] By: jhi                                   on 2001/04/15  19:34:09
43414         Log: Integrate changes #9706,9707 from maintperl into mainline.
43415              
43416              change#7210 broke .packlist generation
43417              
43418              ExtUtils::Installed doesn't quote regex metacharacters in paths
43419              before using them in match; also make it work for dosish platforms
43420      Branch: perl
43421           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
43422 ____________________________________________________________________________
43423 [  9708] By: jhi                                   on 2001/04/15  19:31:01
43424         Log: Test also the scalar aspect of getitimer().
43425      Branch: perl
43426            ! t/lib/time-hires.t
43427 ____________________________________________________________________________
43428 [  9707] By: gsar                                  on 2001/04/15  17:24:20
43429         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
43430              before using them in match; also make it work for dosish platforms
43431      Branch: maint-5.6/perl
43432            ! lib/ExtUtils/Installed.pm
43433 ____________________________________________________________________________
43434 [  9706] By: gsar                                  on 2001/04/15  17:21:59
43435         Log: change#7210 broke .packlist generation (listed only filename
43436              rather than fully qualified path name)
43437      Branch: maint-5.6/perl
43438            ! lib/ExtUtils/Install.pm
43439 ____________________________________________________________________________
43440 [  9705] By: jhi                                   on 2001/04/15  12:36:33
43441         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
43442      Branch: perl
43443            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
43444            ! t/lib/time-hires.t
43445 ____________________________________________________________________________
43446 [  9704] By: jhi                                   on 2001/04/15  10:49:08
43447         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
43448              From: Prymmer/Kahn <pvhp@best.com>
43449              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
43450              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
43451      Branch: perl
43452            ! lib/utf8.pm pod/perlebcdic.pod
43453 ____________________________________________________________________________
43454 [  9703] By: jhi                                   on 2001/04/15  02:26:26
43455         Log: I keep forgetting to sort MANIFEST.
43456      Branch: perl
43457            ! MANIFEST
43458 ____________________________________________________________________________
43459 [  9702] By: jhi                                   on 2001/04/15  02:07:47
43460         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
43461              Now we have blessed, reftype, tainted, first, reduce, ...
43462      Branch: perl
43463            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
43464            + ext/List/Util/README ext/List/Util/Util.xs
43465            + ext/List/Util/lib/List/Util.pm
43466            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
43467            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
43468            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
43469            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
43470            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
43471            ! MANIFEST
43472 ____________________________________________________________________________
43473 [  9701] By: jhi                                   on 2001/04/14  15:05:25
43474         Log: Subject: RE: dprofpp.pl updates 
43475              From: Carl Eklof <CEklof@endeca.com>
43476              Date: Thu, 12 Apr 2001 18:45:46 -0400
43477              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
43478      Branch: perl
43479            ! utils/dprofpp.PL
43480 ____________________________________________________________________________
43481 [  9700] By: jhi                                   on 2001/04/14  14:44:55
43482         Log: Do not just blindly add CR.
43483      Branch: perl
43484            ! Porting/makerel
43485 ____________________________________________________________________________
43486 [  9699] By: jhi                                   on 2001/04/13  13:17:01
43487         Log: Update Changes.
43488      Branch: perl
43489            ! Changes patchlevel.h
43490 ____________________________________________________________________________
43491 [  9698] By: jhi                                   on 2001/04/13  12:44:48
43492         Log: Integrate perlio.
43493      Branch: perl
43494           !> ext/PerlIO/Scalar/Scalar.xs
43495 ____________________________________________________________________________
43496 [  9697] By: jhi                                   on 2001/04/13  12:29:15
43497         Log: Add more debug output to the test.
43498      Branch: perl
43499            ! t/lib/cwd.t
43500 ____________________________________________________________________________
43501 [  9696] By: nick                                  on 2001/04/13  10:14:29
43502         Log: Fix core dump on binmode($fh,'Scalar')
43503      Branch: perlio
43504            ! ext/PerlIO/Scalar/Scalar.xs
43505 ____________________________________________________________________________
43506 [  9695] By: nick                                  on 2001/04/13  09:05:42
43507         Log: Integrate mainline
43508      Branch: perlio
43509           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
43510           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
43511           +> t/lib/time-hires.t
43512           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
43513           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
43514           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
43515           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
43516           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
43517           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
43518           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
43519 ____________________________________________________________________________
43520 [  9694] By: jhi                                   on 2001/04/12  22:23:35
43521         Log: Integrate change #9693 from maintperl into mainline.
43522              
43523              $VERSION and Version() on the same line provokes a warning from
43524              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
43525      Branch: perl
43526           !> lib/Devel/SelfStubber.pm
43527 ____________________________________________________________________________
43528 [  9693] By: gsar                                  on 2001/04/12  21:55:56
43529         Log: $VERSION and Version() on the same line provokes a warning from
43530              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
43531      Branch: maint-5.6/perl
43532            ! lib/Devel/SelfStubber.pm
43533 ____________________________________________________________________________
43534 [  9692] By: jhi                                   on 2001/04/12  13:54:00
43535         Log: This is at least 5.005.
43536      Branch: perl
43537            ! ext/Time/HiRes/HiRes.xs
43538 ____________________________________________________________________________
43539 [  9691] By: jhi                                   on 2001/04/12  13:37:20
43540         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
43541      Branch: perl
43542            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
43543            ! win32/Makefile win32/makefile.mk
43544 ____________________________________________________________________________
43545 [  9690] By: jhi                                   on 2001/04/12  01:34:46
43546         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
43547      Branch: perl
43548            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
43549            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
43550            + t/lib/time-hires.t
43551            ! MANIFEST
43552 ____________________________________________________________________________
43553 [  9689] By: jhi                                   on 2001/04/12  00:28:39
43554         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
43555              From: Gisle Aas <gisle@ActiveState.com>
43556              Date: 11 Apr 2001 16:36:11 -0700
43557              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
43558      Branch: perl
43559            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
43560 ____________________________________________________________________________
43561 [  9688] By: jhi                                   on 2001/04/12  00:27:39
43562         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
43563              From: Gisle Aas <gisle@ActiveState.com>
43564              Date: 11 Apr 2001 11:13:24 -0700
43565              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
43566      Branch: perl
43567            ! ext/MIME/Base64/Base64.xs
43568 ____________________________________________________________________________
43569 [  9687] By: jhi                                   on 2001/04/11  19:51:47
43570         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
43571      Branch: perl
43572            ! Todo-5.6
43573 ____________________________________________________________________________
43574 [  9686] By: jhi                                   on 2001/04/11  16:54:25
43575         Log: Subject: [PATCH opcode.pl] Documentation of table format
43576              From: Simon Cozens <simon@netthink.co.uk>
43577              Date: Wed, 11 Apr 2001 12:59:31 +0100
43578              Message-ID: <20010411125931.A25681@netthink.co.uk>
43579      Branch: perl
43580            ! opcode.pl
43581 ____________________________________________________________________________
43582 [  9685] By: jhi                                   on 2001/04/11  16:53:15
43583         Log: Subject: [PATCH] prototype("CORE::recv")
43584              From: Simon Cozens <simon@netthink.co.uk>
43585              Date: Wed, 11 Apr 2001 13:24:35 +0100
43586              Message-ID: <20010411132435.A26169@netthink.co.uk>
43587      Branch: perl
43588            ! pp.c t/comp/proto.t
43589 ____________________________________________________________________________
43590 [  9684] By: jhi                                   on 2001/04/11  16:47:13
43591         Log: FAQ (and AUTHORS) update from Dan Carson: the information
43592              was several years obsolete, Term::Readkey has been updated
43593              to have the functionality.
43594      Branch: perl
43595            ! AUTHORS pod/perlfaq5.pod
43596 ____________________________________________________________________________
43597 [  9683] By: jhi                                   on 2001/04/11  12:15:46
43598         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
43599              From: Calle Dybedahl <calle@lysator.liu.se>
43600              Date: 10 Apr 2001 16:44:16 +0200
43601              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
43602      Branch: perl
43603            ! ext/MIME/Base64/Base64.xs
43604 ____________________________________________________________________________
43605 [  9682] By: jhi                                   on 2001/04/11  12:12:26
43606         Log: A more minimal fix for 20010410.006 from Hugo.
43607      Branch: perl
43608            ! regexec.c
43609 ____________________________________________________________________________
43610 [  9681] By: jhi                                   on 2001/04/11  11:34:23
43611         Log: Integrate changes #9678,9679 from maintline into mainperl.
43612              
43613              addendum to change#9676
43614              
43615              up $File::Glob::VERSION; add a note pointing out the version of
43616              the OpenBSD glob bsd_glob.c resembles
43617      Branch: perl
43618           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
43619           !> ext/File/Glob/bsd_glob.h
43620 ____________________________________________________________________________
43621 [  9680] By: jhi                                   on 2001/04/11  11:30:38
43622         Log: Bad test numbering in integrate in #9677.
43623              Fixes ID 20010411.001.
43624      Branch: perl
43625            ! t/op/pat.t
43626 ____________________________________________________________________________
43627 [  9679] By: gsar                                  on 2001/04/11  03:38:40
43628         Log: up $File::Glob::VERSION; add a note pointing out the version of
43629              the OpenBSD glob bsd_glob.c resembles
43630      Branch: maint-5.6/perl
43631            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
43632            ! ext/File/Glob/bsd_glob.h
43633 ____________________________________________________________________________
43634 [  9678] By: gsar                                  on 2001/04/11  03:09:48
43635         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
43636              revision 1.8.10.1 found here:
43637              
43638              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
43639      Branch: maint-5.6/perl
43640            ! ext/File/Glob/bsd_glob.c
43641 ____________________________________________________________________________
43642 [  9677] By: jhi                                   on 2001/04/11  02:54:39
43643         Log: Integrate changes #9675,9676 from maintperl into mainline.
43644              
43645              fix for bug 20010410.006, undo change#7115
43646              
43647              port the OpenBSD glob() security patch
43648      Branch: perl
43649           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
43650           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
43651           !> t/op/pat.t
43652 ____________________________________________________________________________
43653 [  9676] By: gsar                                  on 2001/04/11  02:19:02
43654         Log: port the glob() security patch found at:
43655              
43656              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
43657              
43658              CERT advisory for the issue is here:
43659              
43660              http://www.cert.org/advisories/CA-2001-07.html
43661              
43662              Note that the security scare is only relevant for those who are
43663              foolish enough to build suidperl (which is now officially discouraged)
43664      Branch: maint-5.6/perl
43665            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
43666            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
43667 ____________________________________________________________________________
43668 [  9675] By: gsar                                  on 2001/04/10  23:52:11
43669         Log: fix for bug 20010410.006
43670              
43671              undo change#7115 (came into maint-5.6 as change#8156)
43672              
43673              add tests to keep it from coming back
43674      Branch: maint-5.6/perl
43675            ! regexec.c t/op/pat.t
43676 ____________________________________________________________________________
43677 [  9674] By: nick                                  on 2001/04/10  20:39:31
43678         Log: Integrate mainline
43679      Branch: perlio
43680           +> Porting/testall.atom
43681           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
43682           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
43683           !> t/lib/lc-uk.t t/pod/find.t
43684 ____________________________________________________________________________
43685 [  9673] By: nick                                  on 2001/04/10  18:46:14
43686         Log: Integrate against change 9670 aka perl-5.7.1
43687      Branch: perlio
43688           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
43689           !> (integrate 53 files)
43690 ____________________________________________________________________________
43691 [  9672] By: jhi                                   on 2001/04/10  13:45:01
43692         Log: Add a script for doing cumulative profile of the test suite.
43693              (Requires ATOM, that is, Tru64.)
43694      Branch: perl
43695            + Porting/testall.atom
43696            ! MANIFEST
43697 ____________________________________________________________________________
43698 [  9671] By: jhi                                   on 2001/04/10  12:38:53
43699         Log: Missing std block.
43700      Branch: perl
43701            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
43702            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
43703            ! t/pod/find.t
43704 ____________________________________________________________________________
43705 [  9670] By: jhi                                   on 2001/04/10  01:25:58
43706         Log: This is 5.7.1.
43707      Branch: perl
43708            ! patchlevel.h
43709 ____________________________________________________________________________
43710 [  9669] By: jhi                                   on 2001/04/10  01:09:14
43711         Log: Update Changes.
43712      Branch: perl
43713            ! Changes patchlevel.h
43714 ____________________________________________________________________________
43715 [  9668] By: jhi                                   on 2001/04/10  01:00:38
43716         Log: Regen toc.
43717      Branch: perl
43718            ! pod/perltoc.pod
43719 ____________________________________________________________________________
43720 [  9667] By: jhi                                   on 2001/04/10  00:52:16
43721         Log: Update perlhist.
43722      Branch: perl
43723            ! pod/perlhist.pod
43724 ____________________________________________________________________________
43725 [  9666] By: jhi                                   on 2001/04/09  23:38:59
43726         Log: Slight wording tweaks from Damian to #9658.
43727      Branch: perl
43728            ! pod/perlobj.pod
43729 ____________________________________________________________________________
43730 [  9665] By: jhi                                   on 2001/04/09  19:56:06
43731         Log: Subject: [PATCH perlutil.pod] Nit
43732              From: Simon Cozens <simon@netthink.co.uk>
43733              Date: Mon, 9 Apr 2001 20:29:44 +0100
43734              Message-ID: <20010409202944.A14796@the.earth.li>
43735      Branch: perl
43736            ! pod/perlutil.pod
43737 ____________________________________________________________________________
43738 [  9664] By: jhi                                   on 2001/04/09  19:54:42
43739         Log: Subject: Re: perl571delta.pod@9631
43740              From: Mike Guy <mjtg@cam.ac.uk>
43741              Date: Mon, 09 Apr 2001 18:09:14 +0100
43742              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
43743      Branch: perl
43744            ! pod/perl571delta.pod
43745 ____________________________________________________________________________
43746 [  9663] By: jhi                                   on 2001/04/09  13:43:35
43747         Log: Update Changes.
43748      Branch: perl
43749            ! Changes patchlevel.h
43750 ____________________________________________________________________________
43751 [  9662] By: jhi                                   on 2001/04/09  13:24:46
43752         Log: tweak tweak.
43753      Branch: perl
43754            ! AUTHORS pod/perl571delta.pod
43755 ____________________________________________________________________________
43756 [  9661] By: jhi                                   on 2001/04/09  13:15:13
43757         Log: Thinko in manual patch applying.
43758      Branch: perl
43759            ! sv.c
43760 ____________________________________________________________________________
43761 [  9660] By: jhi                                   on 2001/04/09  13:07:53
43762         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
43763              From: Robin Barker <rmb1@cise.npl.co.uk> 
43764              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
43765              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
43766              
43767              (This corrects the case where the "isn't numeric" string contains \0s
43768              and is longer than the temporary buffer, and contains \0 at the point
43769              the string would be truncated by "...".) 
43770      Branch: perl
43771            ! sv.c
43772 ____________________________________________________________________________
43773 [  9659] By: jhi                                   on 2001/04/09  12:57:41
43774         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
43775      Branch: perl
43776            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
43777            ! t/lib/cgi-function.t t/lib/cgi-html.t
43778 ____________________________________________________________________________
43779 [  9658] By: jhi                                   on 2001/04/09  12:48:47
43780         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
43781              From: Ilmari Karonen <iltzu@sci.fi>
43782              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
43783              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
43784              
43785              Rearrange and rewrite the Method Invocation section
43786              to explain the concepts in nicer order.
43787      Branch: perl
43788            ! pod/perlobj.pod
43789 ____________________________________________________________________________
43790 [  9657] By: jhi                                   on 2001/04/09  12:35:58
43791         Log: Upgrade to podlators 1.09, from Russ Allbery.
43792      Branch: perl
43793            ! lib/Pod/Man.pm lib/Pod/Text.pm
43794 ____________________________________________________________________________
43795 [  9656] By: jhi                                   on 2001/04/09  12:31:53
43796         Log: perl571delta.
43797      Branch: perl
43798            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
43799 ____________________________________________________________________________
43800 [  9655] By: jhi                                   on 2001/04/09  12:20:09
43801         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
43802              From: Prymmer/Kahn <pvhp@best.com>
43803              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
43804              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
43805      Branch: perl
43806            ! lib/utf8.pm pod/perlunicode.pod
43807 ____________________________________________________________________________
43808 [  9654] By: gsar                                  on 2001/04/09  03:38:33
43809         Log: here lies 5.6.1
43810      Branch: maint-5.6/perl
43811            ! Changes
43812 ____________________________________________________________________________
43813 [  9653] By: jhi                                   on 2001/04/09  03:25:24
43814         Log: Update perlhist.
43815      Branch: perl
43816            ! pod/perlhist.pod
43817 ____________________________________________________________________________
43818 [  9652] By: jhi                                   on 2001/04/09  03:18:49
43819         Log: perl571delta tweaking continues.
43820      Branch: perl
43821            ! pod/perl571delta.pod
43822 ____________________________________________________________________________
43823 [  9651] By: gsar                                  on 2001/04/09  03:11:19
43824         Log: update Changes, patchlevel.h &c.
43825      Branch: maint-5.6/perl
43826            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
43827            ! pod/perltoc.pod
43828 ____________________________________________________________________________
43829 [  9650] By: jhi                                   on 2001/04/09  02:40:24
43830         Log: Integrate the perlfork half of #9513 from maintperl into mainline
43831              (the perlunicode half is obsolete)
43832      Branch: perl
43833            ! pod/perlfork.pod
43834 ____________________________________________________________________________
43835 [  9649] By: gsar                                  on 2001/04/09  02:35:43
43836         Log: tweak perldelta as suggested by Jarkko
43837      Branch: maint-5.6/perl
43838            ! pod/perldelta.pod
43839 ____________________________________________________________________________
43840 [  9648] By: jhi                                   on 2001/04/09  02:13:04
43841         Log: Integrate change #9646 from maintperl into mainline.
43842              
43843              add note about ithreads and Thread.pm
43844      Branch: perl
43845           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
43846 ____________________________________________________________________________
43847 [  9647] By: jhi                                   on 2001/04/09  02:10:18
43848         Log: Bad assumption that shortsize == 2.
43849      Branch: perl
43850            ! t/lib/xs-typemap.t
43851 ____________________________________________________________________________
43852 [  9646] By: gsar                                  on 2001/04/09  00:48:04
43853         Log: add note about ithreads and Thread.pm (too many people are
43854              confused by the fact that Thread.pm is built and installed
43855              under non-5005threads but doesn't work)
43856      Branch: maint-5.6/perl
43857            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
43858 ____________________________________________________________________________
43859 [  9645] By: gsar                                  on 2001/04/09  00:19:03
43860         Log: update perldelta.pod for changes in 5.6.1
43861      Branch: maint-5.6/perl
43862            ! Changes pod/perldelta.pod
43863 ____________________________________________________________________________
43864 [  9644] By: jhi                                   on 2001/04/08  20:37:00
43865         Log: Integrate change #9639 from maintperl into mainline:
43866              on windows, many of the README.* pods were being copied to
43867              the wrong location
43868      Branch: perl
43869           !> win32/Makefile win32/makefile.mk
43870 ____________________________________________________________________________
43871 [  9643] By: jhi                                   on 2001/04/08  20:07:11
43872         Log: Integrate change #9624 from maintperl into mainline:
43873              the pod tests were not okay.  (t/pod/find.t changes ignored)
43874      Branch: perl
43875           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
43876           !> t/pod/include.t t/pod/included.t t/pod/lref.t
43877           !> t/pod/multiline_items.t t/pod/nested_items.t
43878           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
43879           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
43880 ____________________________________________________________________________
43881 [  9642] By: jhi                                   on 2001/04/08  19:57:17
43882         Log: Integrate change #9638 from maintperl into mainline:
43883              update to latest JPL from the anoncvs repository
43884      Branch: perl
43885           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
43886           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
43887           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
43888 ____________________________________________________________________________
43889 [  9641] By: jhi                                   on 2001/04/08  19:53:30
43890         Log: perl571delta updates.
43891      Branch: perl
43892            ! lib/Filter/Simple.pm pod/perl571delta.pod
43893 ____________________________________________________________________________
43894 [  9640] By: gsar                                  on 2001/04/08  19:20:46
43895         Log: integrate change#9634 from mainline
43896              
43897              Fix the perlmodlib generation (didn't understand separate .pod
43898              files; didn't understand -- as the name-thing separator).
43899              Update the CPAN mirrors list.
43900      Branch: maint-5.6/perl
43901            ! pod/perlmodlib.pod
43902           !> pod/perlmodlib.PL
43903 ____________________________________________________________________________
43904 [  9639] By: gsar                                  on 2001/04/08  18:57:31
43905         Log: on windows, many of the README.* pods were being copied to the wrong
43906              location
43907      Branch: maint-5.6/perl
43908            ! win32/Makefile win32/makefile.mk
43909 ____________________________________________________________________________
43910 [  9638] By: gsar                                  on 2001/04/08  18:38:25
43911         Log: update to latest JPL from the anoncvs repository
43912      Branch: maint-5.6/perl
43913            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
43914            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
43915            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
43916 ____________________________________________________________________________
43917 [  9637] By: jhi                                   on 2001/04/08  17:53:53
43918         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
43919      Branch: perl
43920            ! pod/perl571delta.pod
43921 ____________________________________________________________________________
43922 [  9636] By: jhi                                   on 2001/04/08  17:18:32
43923         Log: Regen toc.
43924      Branch: perl
43925            ! pod/perltoc.pod
43926 ____________________________________________________________________________
43927 [  9635] By: jhi                                   on 2001/04/08  17:16:33
43928         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
43929              From: "Craig A. Berry" <craigberry@mac.com>
43930              Date: Sun, 08 Apr 2001 12:30:16 -0500
43931              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
43932      Branch: perl
43933            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
43934 ____________________________________________________________________________
43935 [  9634] By: jhi                                   on 2001/04/08  17:09:19
43936         Log: Fix the perlmodlib generation (didn't understand separate .pod
43937              files; didn't understand -- as the name-thing separator).
43938              
43939              Update the CPAN mirrors list.
43940      Branch: perl
43941            ! pod/perlmodlib.PL pod/perlmodlib.pod
43942 ____________________________________________________________________________
43943 [  9633] By: jhi                                   on 2001/04/08  16:49:17
43944         Log: Sort MANIFEST.
43945      Branch: perl
43946            ! MANIFEST
43947 ____________________________________________________________________________
43948 [  9632] By: gsar                                  on 2001/04/08  16:36:06
43949         Log: add $Tie::RefHash::VERSION
43950      Branch: maint-5.6/perl
43951            ! lib/Tie/RefHash.pm
43952 ____________________________________________________________________________
43953 [  9631] By: jhi                                   on 2001/04/08  16:10:15
43954         Log: perl571delta updates based on p5p feedback; still needs
43955              lots of examples.
43956      Branch: perl
43957            ! pod/perl571delta.pod
43958 ____________________________________________________________________________
43959 [  9630] By: jhi                                   on 2001/04/08  15:59:13
43960         Log: Update the list of supported platforms to talk about 5.7.1
43961              (and 5.6.1)
43962      Branch: perl
43963            ! pod/perlport.pod
43964 ____________________________________________________________________________
43965 [  9629] By: jhi                                   on 2001/04/08  15:55:41
43966         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
43967              from maintperl into mainline: perlport updates.
43968      Branch: perl
43969            ! pod/perlport.pod
43970 ____________________________________________________________________________
43971 [  9628] By: jhi                                   on 2001/04/08  15:53:17
43972         Log: perlsolaris.pod copied to wrong directory.
43973      Branch: perl
43974            ! win32/makefile.mk
43975 ____________________________________________________________________________
43976 [  9627] By: jhi                                   on 2001/04/08  14:48:18
43977         Log: Subject: Typos in perl571delta.pod
43978              From: "Stephen P. Potter" <spp@spotter.yi.org>
43979              Date: Sat, 07 Apr 2001 20:37:05 -0400
43980              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
43981      Branch: perl
43982            ! pod/perl571delta.pod
43983 ____________________________________________________________________________
43984 [  9626] By: jhi                                   on 2001/04/08  14:39:04
43985         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
43986      Branch: perl
43987            ! gv.c
43988 ____________________________________________________________________________
43989 [  9625] By: nick                                  on 2001/04/08  10:14:23
43990         Log: Integrate mainline
43991      Branch: perlio
43992           +> pod/perl570delta.pod pod/perl571delta.pod
43993           !> (integrate 27 files)
43994 ____________________________________________________________________________
43995 [  9624] By: gsar                                  on 2001/04/08  06:08:17
43996         Log: test in t/pod/* were busted
43997              
43998              these tests are still not enabled in t/{harness,TEST}
43999      Branch: maint-5.6/perl
44000            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
44001            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
44002            ! t/pod/multiline_items.t t/pod/nested_items.t
44003            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
44004            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
44005 ____________________________________________________________________________
44006 [  9623] By: gsar                                  on 2001/04/08  03:37:01
44007         Log: integrate change#9470 from mainline
44008              
44009              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
44010      Branch: maint-5.6/perl
44011           !> ext/Socket/Socket.xs
44012 ____________________________________________________________________________
44013 [  9622] By: jhi                                   on 2001/04/07  22:40:47
44014         Log: Update Changes.
44015      Branch: perl
44016            ! Changes patchlevel.h
44017 ____________________________________________________________________________
44018 [  9621] By: jhi                                   on 2001/04/07  22:34:16
44019         Log: Update AUTHORS.
44020      Branch: perl
44021            ! AUTHORS
44022 ____________________________________________________________________________
44023 [  9620] By: jhi                                   on 2001/04/07  22:12:47
44024         Log: Forgot to bump the number of tests in #9164.
44025      Branch: perl
44026            ! t/op/array.t
44027 ____________________________________________________________________________
44028 [  9619] By: jhi                                   on 2001/04/07  22:09:50
44029         Log: Bump patchlevel to 5.7.1.
44030      Branch: perl
44031            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44032            ! config_h.SH patchlevel.h
44033 ____________________________________________________________________________
44034 [  9618] By: jhi                                   on 2001/04/07  22:02:41
44035         Log: Populate perl571delta.
44036      Branch: perl
44037            ! pod/perl571delta.pod
44038 ____________________________________________________________________________
44039 [  9617] By: jhi                                   on 2001/04/07  22:01:23
44040         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
44041              to forget it later; do not change patchlevel.h yet or regenerate
44042              Configure yet.
44043      Branch: perl
44044            ! epoc/config.sh win32/Makefile win32/config_H.bc
44045            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
44046 ____________________________________________________________________________
44047 [  9616] By: jhi                                   on 2001/04/07  17:46:33
44048         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
44049      Branch: perl
44050            ! pod/perl571delta.pod
44051 ____________________________________________________________________________
44052 [  9615] By: jhi                                   on 2001/04/07  17:33:21
44053         Log: Change the toc configuration.
44054      Branch: perl
44055            ! pod/buildtoc.PL pod/perl.pod
44056 ____________________________________________________________________________
44057 [  9614] By: jhi                                   on 2001/04/07  17:29:47
44058         Log: Subject: PATCH: $[
44059              From: Robin Houston <robin@kitsite.com>
44060              Date: Fri, 6 Apr 2001 18:10:14 +0100
44061              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
44062      Branch: perl
44063            ! op.c t/op/array.t
44064 ____________________________________________________________________________
44065 [  9613] By: jhi                                   on 2001/04/07  17:28:26
44066         Log: Subject: [PATCH perl@9424] isn't numeric warning
44067              From: Robin Barker <rmb1@cise.npl.co.uk>
44068              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
44069              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
44070      Branch: perl
44071            ! sv.c t/pragma/warn/sv
44072 ____________________________________________________________________________
44073 [  9612] By: jhi                                   on 2001/04/07  17:26:45
44074         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
44075              From: Mike Guy <mjtg@cam.ac.uk>
44076              Date: Fri, 06 Apr 2001 12:47:06 +0100
44077              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
44078      Branch: perl
44079            ! dump.c t/lib/peek.t
44080 ____________________________________________________________________________
44081 [  9611] By: jhi                                   on 2001/04/07  17:21:35
44082         Log: Create perl571delta and seed it off with the perldelta changes
44083              since 5.7.0; remove those changes from perldelta and rename it
44084              as perl570delta; recreate perldelta but leave it almost empty.
44085      Branch: perl
44086            + pod/perl570delta.pod pod/perl571delta.pod
44087            ! MANIFEST pod/perldelta.pod
44088 ____________________________________________________________________________
44089 [  9610] By: jhi                                   on 2001/04/07  16:56:32
44090         Log: Denit.
44091      Branch: perl
44092            ! pod/perldelta.pod
44093 ____________________________________________________________________________
44094 [  9609] By: jhi                                   on 2001/04/07  16:38:32
44095         Log: Retract #9523: needs more thought.
44096      Branch: perl
44097            ! Makefile.SH
44098 ____________________________________________________________________________
44099 [  9608] By: jhi                                   on 2001/04/07  14:59:20
44100         Log: atmark() code cleanaup.
44101      Branch: perl
44102            ! ext/IO/IO.xs
44103 ____________________________________________________________________________
44104 [  9607] By: jhi                                   on 2001/04/07  14:48:14
44105         Log: Integrate change #9605 from maintperl into mainline.
44106              
44107              can't optimize away scope entry if tr/// is present
44108      Branch: perl
44109           !> op.c t/op/tr.t
44110 ____________________________________________________________________________
44111 [  9606] By: jhi                                   on 2001/04/07  14:43:59
44112         Log: Integrate perlio.
44113      Branch: perl
44114           +> win32/FindExt.pm
44115           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
44116           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
44117 ____________________________________________________________________________
44118 [  9605] By: gsar                                  on 2001/04/07  11:52:40
44119         Log: can't optimize away scope entry if tr/// is present
44120      Branch: maint-5.6/perl
44121            ! op.c t/op/tr.t
44122 ____________________________________________________________________________
44123 [  9604] By: nick                                  on 2001/04/07  11:39:45
44124         Log: Split out extension finding code from buildext.pl into FindExt.pm
44125              Use it to get Config.pm's idea of available extensions in line
44126              with what is built.
44127      Branch: perlio
44128            + win32/FindExt.pm
44129            ! MANIFEST win32/buildext.pl win32/config_sh.PL
44130            ! win32/makefile.mk
44131 ____________________________________________________________________________
44132 [  9603] By: nick                                  on 2001/04/07  09:11:38
44133         Log: Cleanup correction for failed :Via() layer, also set an error code.
44134      Branch: perlio
44135            ! ext/PerlIO/Via/Via.xs
44136 ____________________________________________________________________________
44137 [  9602] By: nick                                  on 2001/04/07  08:38:04
44138         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
44139              style. So don't use binmode() on the handles so that Win32 etc. see
44140              same sequence and produce same digests.
44141      Branch: perlio
44142            ! t/lib/md5-file.t
44143 ____________________________________________________________________________
44144 [  9601] By: nick                                  on 2001/04/07  08:36:26
44145         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
44146              Else it complains and so crlf layer (say) does not get pushed.
44147      Branch: perlio
44148            ! perlio.c
44149 ____________________________________________________________________________
44150 [  9600] By: jhi                                   on 2001/04/06  23:00:09
44151         Log: Integrate change #9599 from perlio into mainline.
44152      Branch: perl
44153           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
44154           !> win32/config_H.vc
44155 ____________________________________________________________________________
44156 [  9599] By: nick                                  on 2001/04/06  21:42:43
44157         Log: Quote $VERSION in Encode.pm.
44158              regen_config_h as requested.
44159      Branch: perlio
44160            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
44161            ! win32/config_H.vc
44162 ____________________________________________________________________________
44163 [  9598] By: nick                                  on 2001/04/06  20:34:59
44164         Log: Integrate mainline
44165      Branch: perlio
44166           +> README.macos
44167           !> (integrate 39 files)
44168 ____________________________________________________________________________
44169 [  9597] By: gsar                                  on 2001/04/06  18:06:35
44170         Log: integrate change#9464 from mainline (addendum to change#8313)
44171              
44172              Subject: [PATCH @9452] Better peep()ing for foreach() loops
44173      Branch: maint-5.6/perl
44174           !> op.c
44175 ____________________________________________________________________________
44176 [  9596] By: jhi                                   on 2001/04/06  17:26:03
44177         Log: The d_casti32=undef is good for you even when not use64bitall.
44178      Branch: perl
44179            ! hints/hpux.sh
44180 ____________________________________________________________________________
44181 [  9595] By: gsar                                  on 2001/04/06  14:57:17
44182         Log: add a low-impact fix to accommodate darwin-ism
44183      Branch: maint-5.6/perl
44184            ! ext/Errno/Errno_pm.PL
44185 ____________________________________________________________________________
44186 [  9594] By: jhi                                   on 2001/04/06  14:55:14
44187         Log: Integrate changes #9528,9593 from mainline into maintperl;
44188              tweaking the editor/IDE/shell list.
44189      Branch: maint-5.6/perl
44190           !> pod/perlfaq3.pod
44191 ____________________________________________________________________________
44192 [  9593] By: jhi                                   on 2001/04/06  14:51:39
44193         Log: Make the editor/IDE/shell list a little bit airier.
44194      Branch: perl
44195            ! pod/perlfaq3.pod
44196 ____________________________________________________________________________
44197 [  9592] By: gsar                                  on 2001/04/06  14:45:18
44198         Log: integrate change#9477 from mainline (base.pm doc tweak)
44199              
44200              missing doc entry for fmod()
44201      Branch: maint-5.6/perl
44202            ! lib/Math/BigFloat.pm
44203           !> lib/base.pm
44204 ____________________________________________________________________________
44205 [  9591] By: jhi                                   on 2001/04/06  13:55:48
44206         Log: Regen toc.
44207      Branch: perl
44208            ! pod/perltoc.pod
44209 ____________________________________________________________________________
44210 [  9590] By: jhi                                   on 2001/04/06  13:54:52
44211         Log: Math::BigFloat patches from John Peacock.  The equivalent
44212              of #9586 from maintperl but reworked by John to work with
44213              the bleadperl.
44214      Branch: perl
44215            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
44216 ____________________________________________________________________________
44217 [  9589] By: jhi                                   on 2001/04/06  13:42:23
44218         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
44219      Branch: perl
44220            ! ext/Digest/MD5/Makefile.PL
44221 ____________________________________________________________________________
44222 [  9588] By: jhi                                   on 2001/04/06  13:31:45
44223         Log: Integrate changes #9584,9587 from maintperl into mainline.
44224              
44225              keep eval"" CVs alive until the end of the statement in which
44226              they're called
44227              
44228              add README.macos (from Chris Nandor)
44229              
44230              tyop in change#9555
44231      Branch: perl
44232           +> README.macos
44233           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
44234           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
44235           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
44236           !> win32/makefile.mk
44237 ____________________________________________________________________________
44238 [  9587] By: gsar                                  on 2001/04/06  07:31:30
44239         Log: add README.macos (from Chris Nandor)
44240              
44241              tyop in change#9555
44242      Branch: maint-5.6/perl
44243            + README.macos
44244            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
44245            ! win32/Makefile win32/makefile.mk
44246 ____________________________________________________________________________
44247 [  9586] By: gsar                                  on 2001/04/06  07:08:54
44248         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
44249      Branch: maint-5.6/perl
44250            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
44251 ____________________________________________________________________________
44252 [  9585] By: gsar                                  on 2001/04/06  06:58:44
44253         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
44254              from mainline
44255              
44256              Subject: [PATCH] Base64 update to perlfaq9.pod
44257              
44258              Subject: [PATCH AUTHORS] Housekeeping
44259              
44260              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
44261              Mac OS X (Darwin) has extra pwent fields.
44262              
44263              Subject: [PATCH B::*] print control-character vars readably
44264              Needs EBCDICification.
44265              
44266              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
44267              
44268              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
44269              
44270              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
44271              
44272              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
44273              
44274              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
44275              
44276              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
44277              
44278              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
44279              
44280              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
44281              
44282              FreeBSD hints tweak from Anton Berezin.
44283              
44284              Subject: [PATCH foolperl & bleadperl] README.vms update
44285              
44286              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
44287      Branch: maint-5.6/perl
44288           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
44289           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
44290           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
44291 ____________________________________________________________________________
44292 [  9584] By: gsar                                  on 2001/04/06  04:09:00
44293         Log: keep eval"" CVs alive until the end of the statement in which
44294              they're called; this avoids a coredump ensuing from search for
44295              lexicals in code such as:
44296              
44297              sub bug {
44298              my $s = @_;
44299              eval q[sub { eval 'sub { &$s }' }];
44300              }
44301              bug("x")->()->();
44302              
44303              this code still doesn't work as intended (as it has remained
44304              since time immemorial), but it doesn't provoke a coredump anymore
44305      Branch: maint-5.6/perl
44306            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
44307            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
44308 ____________________________________________________________________________
44309 [  9583] By: jhi                                   on 2001/04/05  23:52:51
44310         Log: Update Changes.
44311      Branch: perl
44312            ! Changes patchlevel.h
44313 ____________________________________________________________________________
44314 [  9582] By: jhi                                   on 2001/04/05  23:11:23
44315         Log: Slight doc tweak.
44316      Branch: perl
44317            ! pod/perlunicode.pod
44318 ____________________________________________________________________________
44319 [  9581] By: jhi                                   on 2001/04/05  23:04:11
44320         Log: Integrate perlio.
44321      Branch: perl
44322           !> pod/perlunicode.pod
44323 ____________________________________________________________________________
44324 [  9580] By: jhi                                   on 2001/04/05  23:03:29
44325         Log: Test for #9579.
44326      Branch: perl
44327            ! t/op/do.t
44328 ____________________________________________________________________________
44329 [  9579] By: jhi                                   on 2001/04/05  22:54:17
44330         Log: Subject: [PATCH] Propagate calling context for do '...'
44331              From: Gisle Aas <gisle@ActiveState.com>
44332              Date: 04 Apr 2001 20:17:29 -0700
44333              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
44334      Branch: perl
44335            ! pod/perlfunc.pod pp_ctl.c
44336 ____________________________________________________________________________
44337 [  9578] By: jhi                                   on 2001/04/05  22:52:51
44338         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
44339              From: Peter Prymmer <pvhp@forte.com>
44340              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
44341              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
44342      Branch: perl
44343            ! README.vms
44344 ____________________________________________________________________________
44345 [  9577] By: jhi                                   on 2001/04/05  22:48:22
44346         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
44347              From: "Craig A. Berry" <craigberry@mac.com>
44348              Date: Thu, 5 Apr 2001 13:43:28 -0500
44349              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
44350      Branch: perl
44351            ! README.vms
44352 ____________________________________________________________________________
44353 [  9576] By: jhi                                   on 2001/04/05  22:31:38
44354         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
44355              From: Michael G Schwern <schwern@pobox.com>
44356              Date: Thu, 5 Apr 2001 21:53:21 +0100
44357              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
44358      Branch: perl
44359            ! lib/base.pm t/lib/fields.t
44360 ____________________________________________________________________________
44361 [  9575] By: jhi                                   on 2001/04/05  22:26:10
44362         Log: FreeBSD hints tweak from Anton Berezin.
44363      Branch: perl
44364            ! hints/freebsd.sh
44365 ____________________________________________________________________________
44366 [  9574] By: jhi                                   on 2001/04/05  22:24:03
44367         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
44368              From: David Dyck <dcd@tc.fluke.com>
44369              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
44370              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
44371      Branch: perl
44372            ! t/op/oct.t
44373 ____________________________________________________________________________
44374 [  9573] By: jhi                                   on 2001/04/05  22:23:06
44375         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
44376              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
44377              From: David Dyck <dcd@tc.fluke.com>
44378              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
44379      Branch: perl
44380            ! pp.c
44381 ____________________________________________________________________________
44382 [  9572] By: jhi                                   on 2001/04/05  22:14:47
44383         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
44384              From: Robin Houston <robin@kitsite.com>
44385              Date: Thu, 5 Apr 2001 20:56:48 +0100
44386              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
44387      Branch: perl
44388            ! ext/B/B/Deparse.pm
44389 ____________________________________________________________________________
44390 [  9571] By: jhi                                   on 2001/04/05  22:12:53
44391         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
44392              From: Robin Houston <robin@kitsite.com>
44393              Date: Thu, 5 Apr 2001 19:55:51 +0100
44394              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
44395      Branch: perl
44396            ! ext/B/B/Deparse.pm
44397 ____________________________________________________________________________
44398 [  9570] By: jhi                                   on 2001/04/05  22:11:06
44399         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
44400              From: Robin Houston <robin@kitsite.com>
44401              Date: Thu, 5 Apr 2001 20:16:29 +0100
44402              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
44403      Branch: perl
44404            ! ext/B/B/Deparse.pm
44405 ____________________________________________________________________________
44406 [  9569] By: nick                                  on 2001/04/05  21:32:26
44407         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
44408      Branch: perlio
44409            ! pod/perlunicode.pod
44410 ____________________________________________________________________________
44411 [  9568] By: nick                                  on 2001/04/05  19:38:09
44412         Log: Integrate mainline
44413      Branch: perlio
44414           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
44415           !> (integrate 35 files)
44416 ____________________________________________________________________________
44417 [  9567] By: jhi                                   on 2001/04/05  18:31:45
44418         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
44419              From: Robin Houston <robin@kitsite.com>
44420              Date: Thu, 5 Apr 2001 18:03:23 +0100
44421              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
44422      Branch: perl
44423            ! ext/B/B/Deparse.pm
44424 ____________________________________________________________________________
44425 [  9566] By: jhi                                   on 2001/04/05  18:29:35
44426         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
44427              From: Robin Houston <robin@kitsite.com>
44428              Date: Thu, 5 Apr 2001 16:45:18 +0100
44429              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
44430      Branch: perl
44431            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
44432 ____________________________________________________________________________
44433 [  9565] By: jhi                                   on 2001/04/05  18:24:23
44434         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
44435              From: Robin Houston <robin@kitsite.com>
44436              Date: Thu, 5 Apr 2001 14:50:09 +0100
44437              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
44438      Branch: perl
44439            ! ext/B/B/Deparse.pm
44440 ____________________________________________________________________________
44441 [  9564] By: jhi                                   on 2001/04/05  18:23:03
44442         Log: Subject: [PATCH B::*] print control-character vars readably
44443              From: Robin Houston <robin@kitsite.com>
44444              Date: Thu, 5 Apr 2001 14:27:38 +0100
44445              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
44446              
44447              Needs EBCDICification.
44448      Branch: perl
44449            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
44450            ! ext/B/B/Terse.pm
44451 ____________________________________________________________________________
44452 [  9563] By: jhi                                   on 2001/04/05  18:20:32
44453         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
44454              Date: Thu, 5 Apr 2001 13:21:42 -0400
44455              From: Paul Schinder <schinder@pobox.com>
44456              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
44457              
44458              Mac OS X (Darwin) has extra pwent fields.
44459      Branch: perl
44460            ! t/op/pwent.t
44461 ____________________________________________________________________________
44462 [  9562] By: jhi                                   on 2001/04/05  17:57:51
44463         Log: Regen toc.
44464      Branch: perl
44465            ! pod/perltoc.pod
44466 ____________________________________________________________________________
44467 [  9561] By: jhi                                   on 2001/04/05  17:47:33
44468         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
44469      Branch: metaconfig
44470            ! U/Glossary.patch
44471      Branch: metaconfig/U/perl
44472            + d_u32align.U
44473            ! d_cmsghdr_s.U d_msghdr_s.U
44474 ____________________________________________________________________________
44475 [  9560] By: jhi                                   on 2001/04/05  17:47:01
44476         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
44477              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
44478              Introduce probes for struct msghdr, struct cmsghdr,
44479              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
44480              ualarm, usleep, for possible later extension work.
44481      Branch: perl
44482            + t/lib/md5-align.t
44483            ! Configure MANIFEST Porting/Glossary Porting/config.sh
44484            ! Porting/config_H config_h.SH configure.com epoc/config.sh
44485            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
44486            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44487            ! vos/config.ga.h win32/config.bc win32/config.gc
44488            ! win32/config.vc
44489 ____________________________________________________________________________
44490 [  9559] By: jhi                                   on 2001/04/05  13:03:04
44491         Log: Be traditional in your cpp (for the Errno extension).
44492      Branch: perl
44493            ! hints/darwin.sh
44494 ____________________________________________________________________________
44495 [  9558] By: jhi                                   on 2001/04/05  13:00:05
44496         Log: Add $Config{cppflags} to the gcc incantation.
44497      Branch: perl
44498            ! ext/Errno/Errno_pm.PL
44499 ____________________________________________________________________________
44500 [  9557] By: jhi                                   on 2001/04/05  04:22:39
44501         Log: Introduce Sean Burke's Class::ISA 0.32.
44502      Branch: perl
44503            + lib/Class/ISA.pm t/lib/class-isa.t
44504            ! MANIFEST
44505 ____________________________________________________________________________
44506 [  9556] By: jhi                                   on 2001/04/05  04:09:50
44507         Log: Subject: [PATCH AUTHORS] Housekeeping
44508              From: Paul Johnson <paul@pjcj.net> 
44509              Date: Wed, 4 Apr 2001 22:45:47 +0200
44510              Message-ID: <20010404224547.D9548@pjcj.net>
44511      Branch: perl
44512            ! AUTHORS
44513 ____________________________________________________________________________
44514 [  9555] By: jhi                                   on 2001/04/05  04:06:33
44515         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
44516              From: Gisle Aas <gisle@ActiveState.com>
44517              Date: 04 Apr 2001 14:23:04 -0700
44518              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
44519      Branch: perl
44520            ! pod/perlfaq9.pod
44521 ____________________________________________________________________________
44522 [  9554] By: jhi                                   on 2001/04/05  04:05:49
44523         Log: Downgrade also the "Wide character" diagnostic.
44524      Branch: perl
44525            ! pod/perldiag.pod
44526 ____________________________________________________________________________
44527 [  9553] By: jhi                                   on 2001/04/05  04:00:33
44528         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
44529              maintperl into mainline.
44530              
44531              "double" should be "NV"; standard typemap is missing entry
44532              for NV
44533              
44534              s/djSP/dSP/
44535              
44536              Downgrade "Wide character in print" to a warning.
44537              
44538              B::Deparse fix for ${^FOO} and documentation for PVX() method
44539              (from Robin Houston)
44540              
44541              tr/// doesn't null-terminate the result in some situations
44542              (from Gisle Aas)
44543      Branch: perl
44544           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
44545           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
44546           !> t/io/utf8.t t/op/tr.t
44547 ____________________________________________________________________________
44548 [  9552] By: jhi                                   on 2001/04/05  03:52:50
44549         Log: Retract changes #9542 and #9538 (from maintperl, integrated
44550              at #9540), shouldn't be needed because of the perlio changes.
44551      Branch: perl
44552            ! util.c
44553 ____________________________________________________________________________
44554 [  9551] By: gsar                                  on 2001/04/05  00:18:34
44555         Log: tr/// doesn't null-terminate the result in some situations
44556              (from Gisle Aas)
44557      Branch: maint-5.6/perl
44558            ! doop.c t/op/tr.t
44559 ____________________________________________________________________________
44560 [  9550] By: gsar                                  on 2001/04/04  20:04:17
44561         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
44562              (from Robin Houston)
44563      Branch: maint-5.6/perl
44564            ! ext/B/B.pm ext/B/B/Deparse.pm
44565 ____________________________________________________________________________
44566 [  9549] By: nick                                  on 2001/04/04  18:56:15
44567         Log: Downgrade "Wide character in print" to a warning.
44568      Branch: perlio
44569            ! doio.c t/io/utf8.t
44570 ____________________________________________________________________________
44571 [  9548] By: gsar                                  on 2001/04/04  18:51:49
44572         Log: integrate changes#9460,9462,9482,9521,9522
44573              
44574              Subject: PATCH: B::Debug should show LOOP-specific fields
44575              
44576              Subject: B::Deparse precedence bug. (Patch included.)
44577              
44578              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
44579              
44580              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
44581              
44582              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
44583      Branch: maint-5.6/perl
44584           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
44585           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
44586 ____________________________________________________________________________
44587 [  9547] By: gsar                                  on 2001/04/04  18:49:16
44588         Log: s/djSP/dSP/
44589      Branch: maint-5.6/perl
44590            ! ext/Thread/Thread.xs
44591 ____________________________________________________________________________
44592 [  9546] By: nick                                  on 2001/04/04  18:44:00
44593         Log: Integrate mainline.
44594      Branch: perlio
44595           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
44596           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
44597 ____________________________________________________________________________
44598 [  9545] By: gsar                                  on 2001/04/04  18:38:52
44599         Log: integrate change#8837 from mainline
44600              
44601              Subject: [patch] -Wall cleanup round 2
44602      Branch: maint-5.6/perl
44603           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
44604           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
44605           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
44606           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
44607           !> ext/SDBM_File/SDBM_File.xs
44608 ____________________________________________________________________________
44609 [  9544] By: gsar                                  on 2001/04/04  17:49:57
44610         Log: "double" should be "NV"; standard typemap is missing entry
44611              for NV
44612      Branch: maint-5.6/perl
44613            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
44614 ____________________________________________________________________________
44615 [  9543] By: jhi                                   on 2001/04/04  14:13:18
44616         Log: Thou shalt not (just) match for English error messages.
44617      Branch: perl
44618            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
44619            ! os2/OS2/Process/Process.pm
44620 ____________________________________________________________________________
44621 [  9542] By: jhi                                   on 2001/04/04  13:20:39
44622         Log: Make the stdio tricks of fflush_all() to exist only if
44623              stdio is being used.
44624      Branch: perl
44625            ! util.c
44626 ____________________________________________________________________________
44627 [  9541] By: jhi                                   on 2001/04/04  04:20:24
44628         Log: Subject: Re: [PATCH] Lighten up glob
44629              From: Benjamin Sugars <bsugars@canoe.ca>
44630              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
44631              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
44632      Branch: perl
44633            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
44634            ! util.c
44635 ____________________________________________________________________________
44636 [  9540] By: jhi                                   on 2001/04/04  04:03:57
44637         Log: Integrate changes #9538,9539 from maintperl into mainline.
44638              
44639              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
44640              for use with _fwalk() (fix for change#7705)
44641              
44642              another tweak needed for SunOS 4.1.x build (from Mike Guy)
44643              (cp -f is not portable)
44644      Branch: perl
44645           !> Makefile.SH util.c
44646 ____________________________________________________________________________
44647 [  9539] By: gsar                                  on 2001/04/04  03:01:14
44648         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
44649      Branch: maint-5.6/perl
44650            ! Makefile.SH
44651 ____________________________________________________________________________
44652 [  9538] By: gsar                                  on 2001/04/04  01:00:38
44653         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
44654              for use with _fwalk() (fix for change#7705)
44655      Branch: maint-5.6/perl
44656            ! util.c
44657 ____________________________________________________________________________
44658 [  9537] By: nick                                  on 2001/04/03  19:24:55
44659         Log: Integrate mainline
44660      Branch: perlio
44661           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
44662           +> lib/unicode/PropList.html
44663            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
44664           !> (integrate 69 files)
44665 ____________________________________________________________________________
44666 [  9536] By: jhi                                   on 2001/04/03  18:02:31
44667         Log: Integrate change #9533 from maintperl into mainline.
44668              
44669              better fix for change#9517 to accomodate UNC paths like
44670              \\server\share\foo, and paths with trailing backslash
44671              like c:\this\
44672      Branch: perl
44673           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
44674 ____________________________________________________________________________
44675 [  9535] By: jhi                                   on 2001/04/03  17:58:07
44676         Log: Change the push/unshift warning to be of class syntax, not misc.
44677      Branch: perl
44678            ! op.c pod/perldiag.pod t/pragma/warn/op
44679 ____________________________________________________________________________
44680 [  9534] By: jhi                                   on 2001/04/03  15:03:46
44681         Log: Change the push/unshift warning (#9532) to talk about "no values"
44682              instead of "no arguments".
44683      Branch: perl
44684            ! op.c pod/perldiag.pod t/pragma/warn/op
44685 ____________________________________________________________________________
44686 [  9533] By: gsar                                  on 2001/04/03  14:30:07
44687         Log: better fix for change#9517 to accomodate UNC paths like
44688              \\server\share\foo, and paths with trailing backslash
44689              like c:\this\
44690      Branch: maint-5.6/perl
44691            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
44692 ____________________________________________________________________________
44693 [  9532] By: jhi                                   on 2001/04/03  13:11:46
44694         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
44695              From: Robin Houston <robin@kitsite.com>
44696              Date: Mon, 2 Apr 2001 15:03:29 +0100
44697              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
44698      Branch: perl
44699            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
44700 ____________________________________________________________________________
44701 [  9531] By: jhi                                   on 2001/04/03  13:06:34
44702         Log: Integrate change #9530 from maintperl into mainline.
44703              
44704              accomodate VMS "mailbox overflow" quirk in testsuite (from
44705              Craig Berry)
44706      Branch: perl
44707           !> t/lib/socket.t
44708 ____________________________________________________________________________
44709 [  9530] By: gsar                                  on 2001/04/03  04:56:41
44710         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
44711              Craig Berry)
44712      Branch: maint-5.6/perl
44713            ! t/lib/socket.t
44714 ____________________________________________________________________________
44715 [  9529] By: jhi                                   on 2001/04/03  02:34:34
44716         Log: Update Changes.
44717      Branch: perl
44718            ! Changes patchlevel.h
44719 ____________________________________________________________________________
44720 [  9528] By: jhi                                   on 2001/04/03  01:27:57
44721         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
44722              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
44723              To: perl5-porters@perl.org
44724              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
44725      Branch: perl
44726            ! pod/perlfaq3.pod
44727 ____________________________________________________________________________
44728 [  9527] By: jhi                                   on 2001/04/03  01:22:09
44729         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
44730              From: Peter Prymmer <pvhp@forte.com>
44731              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
44732              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
44733      Branch: perl
44734            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
44735 ____________________________________________________________________________
44736 [  9526] By: jhi                                   on 2001/04/03  01:18:25
44737         Log: The metaconfig unit changes for #9525.
44738      Branch: metaconfig
44739            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
44740      Branch: metaconfig/U/perl
44741            ! use64bits.U
44742 ____________________________________________________________________________
44743 [  9525] By: jhi                                   on 2001/04/03  01:17:30
44744         Log: Configure sanity checks:
44745              * if use64bitall is attempted but pointers are only 32-bit,
44746              'downgrade' to use64bitint
44747              * if use64bitint is attempted but there's no quad type,
44748              forget about use64bitint (well, the default for it is 'n',
44749              the user can still override this)
44750              * if pointers are 64 bits, do not try to use Perl's malloc
44751      Branch: perl
44752            ! Configure
44753 ____________________________________________________________________________
44754 [  9524] By: gsar                                  on 2001/04/03  01:09:12
44755         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
44756      Branch: maint-5.6/perl
44757            ! pp_sys.c
44758 ____________________________________________________________________________
44759 [  9523] By: jhi                                   on 2001/04/03  00:02:31
44760         Log: (Retracted by #9609)
44761              
44762              Make it harder for parallel makes to enter 'test' before
44763              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
44764              should be unhappy enough, but sometimes parallel makes seem
44765              to sneak past both in Tru64 and AIX.)
44766      Branch: perl
44767            ! Makefile.SH
44768 ____________________________________________________________________________
44769 [  9522] By: jhi                                   on 2001/04/02  22:35:31
44770         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
44771              Date: Mon, 2 Apr 2001 22:54:10 +0100
44772              From: Robin Houston <robin@kitsite.com>
44773              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
44774      Branch: perl
44775            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
44776 ____________________________________________________________________________
44777 [  9521] By: jhi                                   on 2001/04/02  22:32:23
44778         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
44779              From: Robin Houston <robin@kitsite.com>
44780              Date: Mon, 2 Apr 2001 20:24:03 +0100
44781              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
44782      Branch: perl
44783            ! ext/B/B/Concise.pm
44784 ____________________________________________________________________________
44785 [  9520] By: jhi                                   on 2001/04/02  22:30:43
44786         Log: Subject: [PATCH] REALLY pedantic hv.h nit
44787              From: Simon Cozens <simon@netthink.co.uk>
44788              Date: Mon, 2 Apr 2001 15:43:06 +0100
44789              Message-ID: <20010402154306.A21711@netthink.co.uk>
44790      Branch: perl
44791            ! hv.h
44792 ____________________________________________________________________________
44793 [  9519] By: jhi                                   on 2001/04/02  22:28:04
44794         Log: Based on
44795              
44796              Subject: [foolperl] EPOC fix
44797              From: Olaf Flebbe <O.Flebbe@science-computing.de>
44798              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
44799              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
44800      Branch: perl
44801            ! pp_sys.c
44802 ____________________________________________________________________________
44803 [  9518] By: jhi                                   on 2001/04/02  22:22:34
44804         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
44805              
44806              README.win32 tweaks; add a note about alternative location for
44807              getting a gcc-2.95.2 that will build perl properly on windows
44808              
44809              add some notes about gutsy threading matters
44810              
44811              many of the utilities interpolate literal paths within doublequotes
44812              (fails on dosish platforms where path contains backslashes)
44813      Branch: perl
44814           !> README.win32 pod/perlguts.pod utils/perldoc.PL
44815           !> x2p/find2perl.PL x2p/s2p.PL
44816 ____________________________________________________________________________
44817 [  9517] By: gsar                                  on 2001/04/02  19:52:21
44818         Log: many of the utilities interpolate literal paths within doublequotes
44819              (fails on dosish platforms where path contains backslashes)
44820      Branch: maint-5.6/perl
44821            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
44822 ____________________________________________________________________________
44823 [  9516] By: gsar                                  on 2001/04/02  05:49:37
44824         Log: a foolish release
44825      Branch: maint-5.6/perl
44826            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
44827            ! pod/perltoc.pod
44828 ____________________________________________________________________________
44829 [  9515] By: gsar                                  on 2001/04/02  05:04:29
44830         Log: add missing changelog summaries
44831      Branch: maint-5.6/perl
44832            ! Changes
44833 ____________________________________________________________________________
44834 [  9514] By: gsar                                  on 2001/04/02  04:07:13
44835         Log: add some notes about gutsy threading matters
44836      Branch: maint-5.6/perl
44837            ! pod/perlguts.pod
44838 ____________________________________________________________________________
44839 [  9513] By: gsar                                  on 2001/04/02  03:25:21
44840         Log: add more prominent caveat notices about experimental features
44841      Branch: maint-5.6/perl
44842            ! pod/perlfork.pod pod/perlunicode.pod
44843 ____________________________________________________________________________
44844 [  9512] By: gsar                                  on 2001/04/02  02:54:33
44845         Log: integrate changes#9479,9509 from mainline
44846              
44847              [PATCH] File::Glob stuff for Mac OS
44848              
44849              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
44850      Branch: maint-5.6/perl
44851           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
44852           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
44853           !> t/lib/glob-taint.t
44854 ____________________________________________________________________________
44855 [  9511] By: gsar                                  on 2001/04/02  02:38:24
44856         Log: README.win32 tweaks; add a note about alternative location for
44857              getting a gcc-2.95.2 that will build perl properly on windows
44858      Branch: maint-5.6/perl
44859            ! README.win32
44860 ____________________________________________________________________________
44861 [  9510] By: jhi                                   on 2001/04/01  20:45:10
44862         Log: An ambiguousity warning.
44863      Branch: perl
44864            ! t/lib/trig.t
44865 ____________________________________________________________________________
44866 [  9509] By: jhi                                   on 2001/04/01  19:53:47
44867         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
44868              From: Jonathan Stowe <gellyfish@gellyfish.com>
44869              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
44870              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
44871      Branch: perl
44872            ! ext/File/Glob/bsd_glob.c
44873 ____________________________________________________________________________
44874 [  9508] By: jhi                                   on 2001/04/01  19:35:03
44875         Log: Update Changes.
44876      Branch: perl
44877            ! Changes patchlevel.h
44878 ____________________________________________________________________________
44879 [  9507] By: jhi                                   on 2001/04/01  19:24:01
44880         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
44881              from mainline to maintperl: pod tweaks.
44882      Branch: maint-5.6/perl
44883           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
44884           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
44885           !> pod/perlvar.pod
44886 ____________________________________________________________________________
44887 [  9506] By: jhi                                   on 2001/04/01  19:11:53
44888         Log: Commit Sarathy to April release of 5.6.1 :-)
44889      Branch: perl
44890            ! pod/perlfaq1.pod
44891 ____________________________________________________________________________
44892 [  9505] By: jhi                                   on 2001/04/01  19:03:15
44893         Log: Subject: PATCH 5.6.0 (perldebug.pod)
44894              From: Mark-Jason Dominus <mjd@plover.com>
44895              Date: Sun, 01 Apr 2001 14:25:11 -0400
44896              Message-ID: <20010401182511.9247.qmail@plover.com>
44897      Branch: perl
44898            ! pod/perldebug.pod
44899 ____________________________________________________________________________
44900 [  9504] By: jhi                                   on 2001/04/01  18:43:09
44901         Log: Add great_circle_direction().
44902      Branch: perl
44903            ! lib/Math/Trig.pm t/lib/trig.t
44904 ____________________________________________________________________________
44905 [  9503] By: jhi                                   on 2001/04/01  17:29:12
44906         Log: Unicode ReadMe update for Unicode 3.1.
44907      Branch: perl
44908            ! lib/unicode/ReadMe.txt
44909 ____________________________________________________________________________
44910 [  9502] By: jhi                                   on 2001/04/01  17:18:40
44911         Log: Integrate change #9501 from maintperl into mainline.
44912              
44913              fix the perlembed notes on multiple interpreters
44914              
44915              fix ExtUtils::Embed to work passably on Windows
44916      Branch: perl
44917           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
44918 ____________________________________________________________________________
44919 [  9501] By: gsar                                  on 2001/04/01  07:21:57
44920         Log: fix the perlembed notes on multiple interpreters
44921              
44922              fix ExtUtils::Embed to work passably on Windows
44923      Branch: maint-5.6/perl
44924            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
44925 ____________________________________________________________________________
44926 [  9500] By: jhi                                   on 2001/04/01  05:58:23
44927         Log: Test for #9499.
44928      Branch: perl
44929            ! t/op/tr.t
44930 ____________________________________________________________________________
44931 [  9499] By: jhi                                   on 2001/04/01  05:55:46
44932         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
44933      Branch: perl
44934            ! embed.h embed.pl op.c proto.h
44935 ____________________________________________________________________________
44936 [  9498] By: jhi                                   on 2001/04/01  05:44:34
44937         Log: Protect the workaround hunk more.
44938      Branch: perl
44939            ! toke.c
44940 ____________________________________________________________________________
44941 [  9497] By: jhi                                   on 2001/04/01  00:24:25
44942         Log: Integrate changes #9493,9494,9495,9496 from maintperl
44943              into mainline.
44944              
44945              fix a broken workaround for Borland compiler in change#4739
44946              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
44947              
44948              nits spotted by Borland compiler
44949              
44950              avoid redefinition warnings under Borland 5.02
44951              
44952              various nits identified by the Borland 5.5 compiler; remove suppression
44953              of a few warnings
44954      Branch: perl
44955           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
44956           !> win32/win32.h
44957 ____________________________________________________________________________
44958 [  9496] By: gsar                                  on 2001/03/31  23:22:28
44959         Log: various nits identified by the Borland 5.5 compiler; remove suppression
44960              of a few warnings
44961      Branch: maint-5.6/perl
44962            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
44963 ____________________________________________________________________________
44964 [  9495] By: gsar                                  on 2001/03/31  21:03:08
44965         Log: avoid redefinition warnings under Borland 5.02
44966      Branch: maint-5.6/perl
44967            ! win32/makefile.mk
44968 ____________________________________________________________________________
44969 [  9494] By: gsar                                  on 2001/03/31  20:18:59
44970         Log: nits spotted by Borland compiler
44971      Branch: maint-5.6/perl
44972            ! utf8.h win32/win32.h
44973 ____________________________________________________________________________
44974 [  9493] By: gsar                                  on 2001/03/31  20:18:05
44975         Log: fix a broken workaround for Borland compiler in change#4739
44976              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
44977      Branch: maint-5.6/perl
44978            ! toke.c
44979 ____________________________________________________________________________
44980 [  9492] By: jhi                                   on 2001/03/31  18:36:24
44981         Log: Integrate change #9491 from maintperl into mainline.
44982              
44983              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
44984              directory is relative (need to fetch the full path name *before*
44985              the chdir!)
44986      Branch: perl
44987           !> lib/Cwd.pm
44988 ____________________________________________________________________________
44989 [  9491] By: gsar                                  on 2001/03/31  17:01:56
44990         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
44991              directory is relative (need to fetch the full path name *before*
44992              the chdir!)
44993              
44994              this is a followup patch for change#6749
44995      Branch: maint-5.6/perl
44996            ! lib/Cwd.pm
44997 ____________________________________________________________________________
44998 [  9490] By: jhi                                   on 2001/03/31  15:50:18
44999         Log: Subject: Re: [PATCH] av.h cosmetics
45000              From: Simon Cozens <simon@netthink.co.uk>
45001              Date: Sat, 31 Mar 2001 13:09:59 +0100
45002              Message-ID: <20010331130959.A22000@netthink.co.uk>
45003              
45004              Document AvALLOC.
45005      Branch: perl
45006            ! pod/perlguts.pod
45007 ____________________________________________________________________________
45008 [  9489] By: jhi                                   on 2001/03/31  15:48:44
45009         Log: Subject: [PATCH] Re: Math::Big* v1.21
45010              From: Tels <perl_dummy@bloodgate.com>
45011              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
45012              Message-Id: <200103311125.GAA377738@www08.hway.net>
45013      Branch: perl
45014            ! pod/perlop.pod
45015 ____________________________________________________________________________
45016 [  9488] By: jhi                                   on 2001/03/31  03:39:51
45017         Log: Debug output tweak.
45018      Branch: perl
45019            ! t/lib/cwd.t
45020 ____________________________________________________________________________
45021 [  9487] By: jhi                                   on 2001/03/31  03:33:02
45022         Log: OverVMSification.
45023      Branch: perl
45024            ! t/lib/cwd.t
45025 ____________________________________________________________________________
45026 [  9486] By: jhi                                   on 2001/03/31  03:01:40
45027         Log: Missed MANIFESTations in #9483.
45028      Branch: perl
45029            ! MANIFEST
45030 ____________________________________________________________________________
45031 [  9485] By: jhi                                   on 2001/03/31  02:58:17
45032         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
45033              From: Peter Prymmer <pvhp@forte.com>
45034              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
45035              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
45036      Branch: perl
45037            ! regexec.c t/lib/cwd.t
45038 ____________________________________________________________________________
45039 [  9484] By: jhi                                   on 2001/03/31  01:04:41
45040         Log: Obsolete file (see #3938)
45041      Branch: perl
45042            - lib/unicode/README.Ethiopic
45043            ! MANIFEST
45044 ____________________________________________________________________________
45045 [  9483] By: jhi                                   on 2001/03/31  00:52:42
45046         Log: Update to Unicode 3.1.
45047              (Rename Names.txt to NamesList.txt.)
45048      Branch: perl
45049            + lib/unicode/NamesList.txt lib/unicode/PropList.html
45050            - lib/unicode/Names.txt
45051            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45052            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
45053            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
45054            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
45055            ! lib/unicode/UCD.html lib/unicode/Unicode.html
45056            ! lib/unicode/rename lib/unicode/version
45057 ____________________________________________________________________________
45058 [  9482] By: jhi                                   on 2001/03/30  23:33:44
45059         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
45060              From: Robin Houston <robin@kitsite.com>
45061              Date: Fri, 30 Mar 2001 20:07:22 +0100
45062              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
45063      Branch: perl
45064            ! ext/B/B/Deparse.pm
45065 ____________________________________________________________________________
45066 [  9481] By: jhi                                   on 2001/03/30  23:20:25
45067         Log: Subject: Re: [PATCH] CwdXS, Take 2
45068              From: Benjamin Sugars <bsugars@canoe.ca>
45069              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
45070              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
45071      Branch: perl
45072            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
45073            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
45074 ____________________________________________________________________________
45075 [  9480] By: jhi                                   on 2001/03/30  22:52:38
45076         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
45077              From: David Dyck <dcd@tc.fluke.com>
45078              Date: Fri, 30 Mar 2001 14:44:13 -0800
45079              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
45080              
45081              The t/rantests flags file creation was accidentally
45082              removed by #9217.
45083      Branch: perl
45084            ! Makefile.SH
45085 ____________________________________________________________________________
45086 [  9479] By: jhi                                   on 2001/03/30  22:45:45
45087         Log: Subject: [PATCH] File::Glob stuff for Mac OS
45088              From: Chris Nandor <pudge@pobox.com>
45089              Date: Fri, 30 Mar 2001 16:51:00 -0500
45090              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
45091      Branch: perl
45092            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
45093            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
45094            ! t/lib/glob-taint.t
45095 ____________________________________________________________________________
45096 [  9478] By: jhi                                   on 2001/03/30  22:43:12
45097         Log: Subject: fix for win32/buildext.pl
45098              From: "Vadim Konovalov" <watman@inbox.ru>
45099              Date: Sat, 31 Mar 2001 00:50:36 +0400
45100              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
45101      Branch: perl
45102            ! win32/buildext.pl
45103 ____________________________________________________________________________
45104 [  9477] By: jhi                                   on 2001/03/30  22:41:16
45105         Log: Subject: small base.pm doc patch
45106              From: Leon Brocard <acme@astray.com>
45107              Date: Fri, 30 Mar 2001 21:49:57 +0100
45108              Message-ID: <20010330214957.B8733@ns0.astray.com>
45109      Branch: perl
45110            ! lib/base.pm
45111 ____________________________________________________________________________
45112 [  9476] By: jhi                                   on 2001/03/30  18:16:57
45113         Log: Subject: [PATCH] av.h cosmetics
45114              From: Simon Cozens <simon@netthink.co.uk>
45115              Date: Fri, 30 Mar 2001 18:12:28 +0100
45116              Message-ID: <20010330181228.A9319@netthink.co.uk>
45117      Branch: perl
45118            ! av.h
45119 ____________________________________________________________________________
45120 [  9475] By: jhi                                   on 2001/03/30  18:15:50
45121         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
45122              From: "Philip Newton" <pnewton@gmx.de>
45123              Date: Fri, 30 Mar 2001 19:06:57 +0200
45124              Message-ID: <3AC4D951.14815.1AC7068@localhost>
45125      Branch: perl
45126            ! pod/perlhack.pod
45127 ____________________________________________________________________________
45128 [  9474] By: jhi                                   on 2001/03/30  18:14:02
45129         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
45130              From: Benjamin Sugars <bsugars@canoe.ca>
45131              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
45132              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
45133      Branch: perl
45134            ! t/lib/glob-basic.t
45135 ____________________________________________________________________________
45136 [  9473] By: jhi                                   on 2001/03/30  16:09:24
45137         Log: Update Changes.
45138      Branch: perl
45139            ! Changes patchlevel.h
45140 ____________________________________________________________________________
45141 [  9472] By: jhi                                   on 2001/03/30  15:16:08
45142         Log: Integrate perlio.
45143      Branch: perl
45144           !> t/lib/cwd.t t/lib/glob-basic.t
45145 ____________________________________________________________________________
45146 [  9471] By: nick                                  on 2001/03/30  14:47:10
45147         Log: Should be (^O eq 'MSWin32') not 'Win32'
45148              Fail #12 seems real - chdir is in wrong dir.
45149      Branch: perlio
45150            ! t/lib/cwd.t
45151 ____________________________________________________________________________
45152 [  9470] By: jhi                                   on 2001/03/30  14:41:11
45153         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
45154              From: Radu Greab <radu@netsoft.ro>
45155              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
45156              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
45157              
45158              Replace #9352.
45159      Branch: perl
45160            ! ext/Socket/Socket.xs pp_sys.c
45161 ____________________________________________________________________________
45162 [  9469] By: jhi                                   on 2001/03/30  14:37:51
45163         Log: Subject: PATCH pod/perldiag.pod
45164              From: Robin Houston <robin@kitsite.com>
45165              Date: Fri, 30 Mar 2001 14:10:36 +0100
45166              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
45167      Branch: perl
45168            ! pod/perldiag.pod t/lib/glob-basic.t
45169 ____________________________________________________________________________
45170 [  9468] By: jhi                                   on 2001/03/30  14:36:36
45171         Log: Subject: Better diagnostic in io/fs.t
45172              From: andreas.koenig@anima.de (Andreas J. Koenig)
45173              Date: 30 Mar 2001 10:11:43 +0200
45174              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
45175      Branch: perl
45176            ! t/io/fs.t
45177 ____________________________________________________________________________
45178 [  9467] By: nick                                  on 2001/03/30  14:25:43
45179         Log: Skip order test of glob if case-ignoring system cannot 
45180              create a.test and A.test
45181      Branch: perlio
45182            ! t/lib/glob-basic.t
45183 ____________________________________________________________________________
45184 [  9466] By: nick                                  on 2001/03/30  13:03:12
45185         Log: Integrate mainline.
45186      Branch: perlio
45187            - ext/re/hints/aix.pl
45188           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
45189           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
45190           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
45191           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
45192 ____________________________________________________________________________
45193 [  9465] By: jhi                                   on 2001/03/30  03:53:37
45194         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
45195              the tests sometimes hang, sometimes not.)
45196      Branch: perl
45197            ! t/lib/io_multihomed.t t/lib/io_sock.t
45198 ____________________________________________________________________________
45199 [  9464] By: jhi                                   on 2001/03/30  02:56:04
45200         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
45201              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
45202              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
45203              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
45204      Branch: perl
45205            ! op.c
45206 ____________________________________________________________________________
45207 [  9463] By: jhi                                   on 2001/03/30  02:34:48
45208         Log: Test for #9462.
45209      Branch: perl
45210            ! t/lib/b.t
45211 ____________________________________________________________________________
45212 [  9462] By: jhi                                   on 2001/03/30  02:29:37
45213         Log: Subject: B::Deparse precedence bug. (Patch included.)
45214              From: Jeremy Madea <jmadea@inktomi.com>
45215              Date: Thu, 29 Mar 2001 12:05:02 -0800
45216              Message-ID: <20010329120502.A24881@dr.inktomi.com>
45217      Branch: perl
45218            ! ext/B/B/Deparse.pm
45219 ____________________________________________________________________________
45220 [  9461] By: jhi                                   on 2001/03/30  02:18:41
45221         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
45222              From: Peter Prymmer <pvhp@forte.com>
45223              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
45224              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
45225      Branch: perl
45226            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
45227            ! t/lib/md5-file.t
45228 ____________________________________________________________________________
45229 [  9460] By: jhi                                   on 2001/03/30  02:17:07
45230         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
45231              From: Robin Houston <robin@kitsite.com>
45232              Date: Thu, 29 Mar 2001 20:47:56 +0100
45233              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
45234      Branch: perl
45235            ! ext/B/B/Debug.pm
45236 ____________________________________________________________________________
45237 [  9459] By: jhi                                   on 2001/03/30  02:16:05
45238         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
45239              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
45240              Date: Wed, 28 Mar 2001 18:02:20 -0600
45241              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
45242      Branch: perl
45243            ! lib/ExtUtils/MM_VMS.pm
45244 ____________________________________________________________________________
45245 [  9458] By: jhi                                   on 2001/03/30  02:07:58
45246         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
45247              From: "Joshua E. Rodd" <jrodd@pbs.org>
45248              Date: Wed, 28 Mar 2001 17:29:12 -0500
45249              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
45250      Branch: perl
45251            ! pod/perlop.pod
45252 ____________________________________________________________________________
45253 [  9457] By: jhi                                   on 2001/03/30  02:04:33
45254         Log: Subject: ext/re/aix.pl can go
45255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45256              Date: Thu, 29 Mar 2001 12:03:28 +0200
45257              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
45258      Branch: perl
45259            - ext/re/hints/aix.pl
45260            ! MANIFEST
45261 ____________________________________________________________________________
45262 [  9456] By: jhi                                   on 2001/03/30  02:03:32
45263         Log: Integrate perlio.
45264      Branch: perl
45265           !> ext/Encode/Encode.xs installperl
45266 ____________________________________________________________________________
45267 [  9455] By: nick                                  on 2001/03/29  21:11:46
45268         Log: DLL name has changed so installperl needs to know
45269              (Why isn't it working it out or passed it?)
45270      Branch: perlio
45271            ! installperl
45272 ____________________________________________________________________________
45273 [  9454] By: nick                                  on 2001/03/29  20:56:12
45274         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
45275              and we don't get undef warnings.
45276      Branch: perlio
45277            ! ext/Encode/Encode.xs
45278 ____________________________________________________________________________
45279 [  9453] By: nick                                  on 2001/03/29  17:58:48
45280         Log: Integrate mainline
45281      Branch: perlio
45282           !> Changes patchlevel.h
45283 ____________________________________________________________________________
45284 [  9452] By: jhi                                   on 2001/03/29  16:44:55
45285         Log: Update Changes.
45286      Branch: perl
45287            ! Changes patchlevel.h
45288 ____________________________________________________________________________
45289 [  9451] By: nick                                  on 2001/03/29  16:31:38
45290         Log: Integrate mainline
45291      Branch: perlio
45292           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
45293           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
45294           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
45295           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
45296           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
45297 ____________________________________________________________________________
45298 [  9450] By: jhi                                   on 2001/03/29  16:29:17
45299         Log: Integrate perlio.
45300      Branch: perl
45301           !> win32/buildext.pl
45302 ____________________________________________________________________________
45303 [  9449] By: jhi                                   on 2001/03/29  15:50:01
45304         Log: Update Changes.
45305      Branch: perl
45306            ! Changes patchlevel.h
45307 ____________________________________________________________________________
45308 [  9448] By: nick                                  on 2001/03/29  15:47:15
45309         Log: Make sure buildext.pl finds Errno.pm
45310      Branch: perlio
45311            ! win32/buildext.pl
45312 ____________________________________________________________________________
45313 [  9447] By: jhi                                   on 2001/03/29  15:39:34
45314         Log: Integrate perlio.
45315      Branch: perl
45316           !> win32/makefile.mk
45317 ____________________________________________________________________________
45318 [  9446] By: nick                                  on 2001/03/29  15:30:03
45319         Log: Integrate win32/makefile.mk with mainline.
45320      Branch: perlio
45321           !> win32/makefile.mk
45322 ____________________________________________________________________________
45323 [  9445] By: nick                                  on 2001/03/29  15:27:32
45324         Log: Fix breakage ... 
45325      Branch: perlio
45326            ! win32/makefile.mk
45327 ____________________________________________________________________________
45328 [  9444] By: jhi                                   on 2001/03/29  15:03:08
45329         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
45330              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45331              Date: Thu, 29 Mar 2001 10:32:59 +0400
45332              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
45333      Branch: perl
45334            ! win32/makefile.mk
45335 ____________________________________________________________________________
45336 [  9443] By: jhi                                   on 2001/03/29  15:02:12
45337         Log: Integrate perlio.
45338      Branch: perl
45339           +> win32/buildext.pl
45340           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
45341           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
45342 ____________________________________________________________________________
45343 [  9442] By: nick                                  on 2001/03/29  14:59:11
45344         Log: Work in progress - determine win32 extensions to build via script.
45345      Branch: perlio
45346            + win32/buildext.pl
45347            ! MANIFEST win32/makefile.mk
45348 ____________________________________________________________________________
45349 [  9441] By: jhi                                   on 2001/03/29  14:51:47
45350         Log: Reintroduce the use of external pwd.
45351      Branch: perl
45352            ! t/lib/cwd.t
45353 ____________________________________________________________________________
45354 [  9440] By: jhi                                   on 2001/03/29  14:42:58
45355         Log: use warnings instead of -w.
45356      Branch: perl
45357            ! utils/h2xs.PL
45358 ____________________________________________________________________________
45359 [  9439] By: jhi                                   on 2001/03/29  14:41:52
45360         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
45361              From: Jonathan Stowe <gellyfish@gellyfish.com>
45362              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
45363              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
45364      Branch: perl
45365            ! utils/h2xs.PL
45366 ____________________________________________________________________________
45367 [  9438] By: jhi                                   on 2001/03/29  14:39:38
45368         Log: Subject: [PATCH perl@9424] minor pod nits
45369              From: Robin Barker <rmb1@cise.npl.co.uk>
45370              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
45371              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
45372      Branch: perl
45373            ! pod/perlhack.pod pod/perliol.pod
45374 ____________________________________________________________________________
45375 [  9437] By: jhi                                   on 2001/03/29  14:29:16
45376         Log: Subject: [PATCH perl@9424] typemap cast warning
45377              From: Robin Barker <rmb1@cise.npl.co.uk>
45378              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
45379              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
45380      Branch: perl
45381            ! lib/ExtUtils/typemap
45382 ____________________________________________________________________________
45383 [  9436] By: jhi                                   on 2001/03/29  14:26:03
45384         Log: Subject: [PATCH perl@9424] printf warning
45385              From: Robin Barker <rmb1@cise.npl.co.uk>
45386              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
45387              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
45388      Branch: perl
45389            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
45390            ! ext/Storable/Storable.xs toke.c
45391 ____________________________________________________________________________
45392 [  9435] By: nick                                  on 2001/03/29  14:23:31
45393         Log: Win32 has name conflict with ERROR
45394      Branch: perlio
45395            ! ext/PerlIO/Via/Via.xs
45396 ____________________________________________________________________________
45397 [  9434] By: jhi                                   on 2001/03/29  14:17:48
45398         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
45399              From: Peter Prymmer <pvhp@forte.com>
45400              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
45401              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
45402      Branch: perl
45403            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
45404 ____________________________________________________________________________
45405 [  9433] By: jhi                                   on 2001/03/29  13:52:44
45406         Log: test-prep target was missing.
45407      Branch: perl
45408            ! Makefile.SH
45409 ____________________________________________________________________________
45410 [  9432] By: nick                                  on 2001/03/29  12:40:03
45411         Log: Make as-shipped compiler default to MSVC6 
45412      Branch: perlio
45413            ! win32/makefile.mk
45414 ____________________________________________________________________________
45415 [  9431] By: nick                                  on 2001/03/29  12:12:16
45416         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
45417              akin to PerlIO::Scalar.
45418      Branch: perlio
45419            ! perlio.c perlio.h
45420 ____________________________________________________________________________
45421 [  9430] By: nick                                  on 2001/03/29  10:56:35
45422         Log: Integrate mainline.
45423      Branch: perlio
45424           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
45425           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
45426           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
45427           !> win32/makefile.mk win32/win32sck.c
45428 ____________________________________________________________________________
45429 [  9429] By: nick                                  on 2001/03/29  09:03:43
45430         Log: Noticed that two tests were skipped as perlio:: package
45431              isn't there any more. Changed the skip condition.
45432              Avoid core-dump if sv_utf8_upgrade() called on something
45433              that does not become SvPOK after SvPV() (e.g. a ref).
45434      Branch: perlio
45435            ! sv.c t/io/utf8.t t/lib/io_scalar.t
45436 ____________________________________________________________________________
45437 [  9428] By: jhi                                   on 2001/03/29  01:31:47
45438         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
45439              From: Benjamin Sugars <bsugars@canoe.ca> 
45440              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
45441              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
45442      Branch: perl
45443            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
45444            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
45445            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
45446 ____________________________________________________________________________
45447 [  9427] By: jhi                                   on 2001/03/29  00:49:30
45448         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
45449              From: "Vadim Konovalov" <watman@inbox.ru>
45450              Date: Thu, 29 Mar 2001 01:50:12 +0400
45451              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
45452      Branch: perl
45453            ! win32/makefile.mk win32/win32sck.c
45454 ____________________________________________________________________________
45455 [  9426] By: gsar                                  on 2001/03/29  00:28:04
45456         Log: dmake can only handle == and != in comparisons; support building
45457              with Borland's VCL libraries (from Vadim Konovalov)
45458      Branch: maint-5.6/perl
45459            ! win32/makefile.mk
45460 ____________________________________________________________________________
45461 [  9425] By: nick                                  on 2001/03/28  19:29:56
45462         Log: Integrate (@snapshot)
45463      Branch: perlio
45464           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
45465 ____________________________________________________________________________
45466 [  9424] By: jhi                                   on 2001/03/28  19:03:16
45467         Log: Update Changes.
45468      Branch: perl
45469            ! Changes patchlevel.h
45470 ____________________________________________________________________________
45471 [  9423] By: jhi                                   on 2001/03/28  18:52:09
45472         Log: Rmdir lib/XS on cleanup.
45473      Branch: perl
45474            ! Makefile.SH
45475 ____________________________________________________________________________
45476 [  9422] By: jhi                                   on 2001/03/28  18:49:34
45477         Log: Integrate perlio.
45478      Branch: perl
45479           !> t/op/utf8decode.t
45480 ____________________________________________________________________________
45481 [  9421] By: nick                                  on 2001/03/28  18:46:44
45482         Log: Loose duplicate chunk.
45483      Branch: perlio
45484            ! t/op/utf8decode.t
45485 ____________________________________________________________________________
45486 [  9420] By: nick                                  on 2001/03/28  18:44:11
45487         Log: Integrate mainline.
45488      Branch: perlio
45489           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
45490           !> vms/vmsish.h
45491 ____________________________________________________________________________
45492 [  9419] By: jhi                                   on 2001/03/28  18:42:05
45493         Log: Can't trust external pwds
45494              (either shell builtins or external programs)
45495      Branch: perl
45496            ! t/lib/cwd.t
45497 ____________________________________________________________________________
45498 [  9418] By: jhi                                   on 2001/03/28  18:34:05
45499         Log: Integrate perlio.
45500      Branch: perl
45501            - lib/perlio.pm
45502           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
45503           !> t/op/utf8decode.t
45504 ____________________________________________________________________________
45505 [  9417] By: nick                                  on 2001/03/28  18:24:02
45506         Log: PerlIO.pm / perlio.pm conflict.
45507              Update some pods.
45508              Make t/op/utf8decode.t a text file.
45509      Branch: perlio
45510            - lib/perlio.pm
45511            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
45512            ! t/op/utf8decode.t
45513 ____________________________________________________________________________
45514 [  9416] By: jhi                                   on 2001/03/28  18:06:07
45515         Log: Integrate change #9409 from mainline to maintperl.
45516              
45517              Yet another tweak on AIX dynaloading.
45518      Branch: maint-5.6/perl
45519           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
45520 ____________________________________________________________________________
45521 [  9415] By: gsar                                  on 2001/03/28  17:13:01
45522         Log: integrate changes#9377,9385,9401 from mainline
45523              
45524              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
45525              
45526              If directory entries compare equal case-insensitively,
45527              retry case-sensitively.
45528              
45529              Subject: [PATCH] B::Terse and warnings
45530      Branch: maint-5.6/perl
45531           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
45532           !> t/pragma/warn/perl
45533 ____________________________________________________________________________
45534 [  9414] By: jhi                                   on 2001/03/28  17:11:12
45535         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
45536              From: "Craig A. Berry" <craigberry@mac.com>
45537              Date: Wed, 28 Mar 2001 10:55:20 -0600
45538              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
45539      Branch: perl
45540            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
45541 ____________________________________________________________________________
45542 [  9413] By: jhi                                   on 2001/03/28  17:03:12
45543         Log: Dup hunk.
45544      Branch: perl
45545            ! t/op/utf8decode.t
45546 ____________________________________________________________________________
45547 [  9412] By: jhi                                   on 2001/03/28  17:02:36
45548         Log: Forced integrate from perlio.
45549      Branch: perl
45550           !> t/op/utf8decode.t
45551 ____________________________________________________________________________
45552 [  9411] By: nick                                  on 2001/03/28  16:50:03
45553         Log: Integrate mainline.
45554      Branch: perlio
45555           +> t/lib/cwd.t
45556           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
45557           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
45558           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
45559           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
45560           !> t/pragma/warn/perl
45561 ____________________________________________________________________________
45562 [  9410] By: jhi                                   on 2001/03/28  16:44:23
45563         Log: Subject: Re: [PATCH] 9403 cannot be tested
45564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45565              Date: Wed, 28 Mar 2001 18:33:56 +0200
45566              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
45567      Branch: perl
45568            ! makedef.pl
45569 ____________________________________________________________________________
45570 [  9409] By: jhi                                   on 2001/03/28  16:12:45
45571         Log: Yet another tweak on AIX dynaloading.
45572      Branch: perl
45573            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
45574 ____________________________________________________________________________
45575 [  9408] By: jhi                                   on 2001/03/28  15:52:55
45576         Log: Subject: [PATCH] 9403 cannot be tested
45577              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
45578              Date: Wed, 28 Mar 2001 17:23:00 +0200
45579              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
45580              
45581              A missing symbol.
45582      Branch: perl
45583            ! makedef.pl
45584 ____________________________________________________________________________
45585 [  9407] By: jhi                                   on 2001/03/28  15:47:43
45586         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
45587      Branch: perl
45588            ! t/op/utf8decode.t
45589           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
45590           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
45591 ____________________________________________________________________________
45592 [  9406] By: jhi                                   on 2001/03/28  15:37:08
45593         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
45594              From: Benjamin Sugars <bsugars@canoe.ca> 
45595              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
45596              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
45597      Branch: perl
45598            + t/lib/cwd.t
45599            ! MANIFEST
45600 ____________________________________________________________________________
45601 [  9405] By: jhi                                   on 2001/03/28  15:13:18
45602         Log: pp_ne() needs a CORRECT boolean.
45603      Branch: perl
45604            ! pp.c
45605 ____________________________________________________________________________
45606 [  9404] By: jhi                                   on 2001/03/28  15:09:23
45607         Log: pp_ne() needs a boolean, not an integer.
45608      Branch: perl
45609            ! pp.c
45610 ____________________________________________________________________________
45611 [  9403] By: jhi                                   on 2001/03/28  14:47:43
45612         Log: (Retracted by #9404.)
45613      Branch: perl
45614            ! pp.c
45615 ____________________________________________________________________________
45616 [  9402] By: jhi                                   on 2001/03/28  14:43:59
45617         Log: Subject: Re: [PATCH] Typemap testing
45618              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
45619              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
45620              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
45621      Branch: perl
45622            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
45623            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
45624 ____________________________________________________________________________
45625 [  9401] By: jhi                                   on 2001/03/28  14:42:14
45626         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
45627              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
45628              Date: Sun, 25 Mar 2001 21:59:15 +0100
45629              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
45630              
45631              A variable will be checked for the "use once" warnings if:
45632              
45633              1. It is in the scope of a use warnings 'once'
45634              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
45635              
45636              Otherwise it won't be checked at all.
45637              
45638              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
45639              
45640              The enclosed patch partially fixes this issue. What I didn't
45641              get to work was the case where the "used once" warning is enabled
45642              in any file other than the main file.
45643      Branch: perl
45644            ! gv.c t/pragma/warn/perl
45645 ____________________________________________________________________________
45646 [  9400] By: nick                                  on 2001/03/28  14:38:24
45647         Log: More EBCDIC tweaks:
45648              - one more swash issue &~(0xA0-1) did not do the right thing,
45649              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
45650              - add "use re 'asciirange'" to make [!-~] etc. work
45651              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
45652              - Choose a key for t/op/each.t test which gets encoded.
45653              - Skip utf8decode if this is UTF-EBCDIC.
45654      Branch: perlio
45655            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
45656            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
45657 ____________________________________________________________________________
45658 [  9399] By: jhi                                   on 2001/03/28  14:21:00
45659         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
45660              Andreas Schwab.
45661      Branch: perl
45662            ! pp.c
45663 ____________________________________________________________________________
45664 [  9398] By: jhi                                   on 2001/03/28  00:55:56
45665         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
45666              From: David Dyck <dcd@tc.fluke.com>
45667              Date: Tue, 27 Mar 2001 15:16:24 -0800
45668              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
45669      Branch: perl
45670            ! ext/IO/lib/IO/Socket.pm
45671 ____________________________________________________________________________
45672 [  9397] By: jhi                                   on 2001/03/27  21:52:49
45673         Log: Integrate perlio.
45674      Branch: perl
45675           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
45676           +> ext/PerlIO/Via/Via.xs
45677           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
45678 ____________________________________________________________________________
45679 [  9396] By: nick                                  on 2001/03/27  21:45:13
45680         Log: Integrate mainline.
45681      Branch: perlio
45682           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
45683           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
45684 ____________________________________________________________________________
45685 [  9395] By: nick                                  on 2001/03/27  21:18:58
45686         Log: Outline docs for PerlIO and PerlIO::Scalar
45687      Branch: perlio
45688            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
45689 ____________________________________________________________________________
45690 [  9394] By: nick                                  on 2001/03/27  20:50:13
45691         Log: PerlIO::Via layer (alpha-ish).
45692      Branch: perlio
45693            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
45694            + ext/PerlIO/Via/Via.xs
45695            ! MANIFEST
45696 ____________________________________________________________________________
45697 [  9393] By: jhi                                   on 2001/03/27  20:49:55
45698         Log: Retract #9329 now that 9390 should take care of the matter.
45699      Branch: perl
45700            ! utils/h2xs.PL
45701 ____________________________________________________________________________
45702 [  9390] By: jhi                                   on 2001/03/27  20:47:50
45703         Log: Subject: Autoloading Errno.pm when %! is encountered
45704              From: Robin Houston <robin@kitsite.com>
45705              Date: Tue, 27 Mar 2001 20:57:11 +0100
45706              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
45707      Branch: perl
45708            ! embed.h embed.pl gv.c proto.h t/op/magic.t
45709 ____________________________________________________________________________
45710 [  9389] By: jhi                                   on 2001/03/27  20:24:31
45711         Log: Integrate perlio.
45712      Branch: perl
45713           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
45714           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
45715           !> utf8.c
45716 ____________________________________________________________________________
45717 [  9388] By: jhi                                   on 2001/03/27  20:21:38
45718         Log: Better have a three-element array if one is going to assign
45719              to the third element of that array. (from Tim Jenness)
45720      Branch: perl
45721            ! ext/XS/Typemap/Typemap.xs
45722 ____________________________________________________________________________
45723 [  9387] By: nick                                  on 2001/03/27  20:15:43
45724         Log: Integrate mainline.
45725      Branch: perlio
45726           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
45727           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
45728           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
45729           +> t/lib/xs-typemap.t
45730           !> (integrate 34 files)
45731 ____________________________________________________________________________
45732 [  9386] By: jhi                                   on 2001/03/27  20:04:18
45733         Log: Subject: Re: perl@9359 breaks HTML::Parser
45734              From: Gisle Aas <gisle@ActiveState.com>
45735              Date: 27 Mar 2001 11:30:24 -0800
45736              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
45737              
45738              Clarify the UTF-8 issues of the API docs.
45739              (Slightly reworded and expanded.)
45740      Branch: perl
45741            ! pod/perlapi.pod sv.c sv.h
45742 ____________________________________________________________________________
45743 [  9385] By: jhi                                   on 2001/03/27  19:44:25
45744         Log: If directory entries compare equal case-insensitively,
45745              retry case-sensitively.
45746      Branch: perl
45747            ! ext/File/Glob/bsd_glob.c
45748 ____________________________________________________________________________
45749 [  9384] By: nick                                  on 2001/03/27  19:38:50
45750         Log: Various EBCDIC fixes:
45751              - major revelation that swash code is encoding aware,
45752              (or thought it was) - now it is ;-)
45753              - With that out of the way fix a slab of tr/// cases.
45754              - Fix Encode 'Unicode' to be true Unicode so tests pass.
45755              - As anticipated Base64.xs needed tweaks.
45756              - Until tr/// works right avoid old_encode64 in MIME tests.
45757      Branch: perlio
45758            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
45759            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
45760 ____________________________________________________________________________
45761 [  9383] By: jhi                                   on 2001/03/27  18:34:41
45762         Log: Add the std test suite BEGIN block.
45763      Branch: perl
45764            ! t/lib/xs-typemap.t
45765 ____________________________________________________________________________
45766 [  9382] By: jhi                                   on 2001/03/27  15:16:07
45767         Log: Add debugging output to the test.
45768      Branch: perl
45769            ! t/lib/glob-basic.t
45770 ____________________________________________________________________________
45771 [  9381] By: jhi                                   on 2001/03/27  15:08:10
45772         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
45773      Branch: perl
45774            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
45775            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
45776            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
45777            + t/lib/xs-typemap.t
45778            ! MANIFEST
45779 ____________________________________________________________________________
45780 [  9380] By: jhi                                   on 2001/03/27  14:48:34
45781         Log: Subject: [PATCH] Typemap testing
45782              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
45783              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
45784              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
45785              
45786              (The first part of the patch.)
45787      Branch: perl
45788            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
45789 ____________________________________________________________________________
45790 [  9379] By: jhi                                   on 2001/03/27  14:44:56
45791         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
45792              From: Benjamin Sugars <bsugars@canoe.ca> 
45793              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
45794              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
45795      Branch: perl
45796            ! t/lib/glob-basic.t
45797 ____________________________________________________________________________
45798 [  9378] By: jhi                                   on 2001/03/27  14:42:30
45799         Log: Subject: [PATCH] perlvar nit
45800              From: Simon Cozens <simon@netthink.co.uk>
45801              Date: Tue, 27 Mar 2001 01:12:01 +0100
45802              Message-ID: <20010327011201.A19179@netthink.co.uk>
45803      Branch: perl
45804            ! pod/perlvar.pod
45805 ____________________________________________________________________________
45806 [  9377] By: jhi                                   on 2001/03/27  14:36:26
45807         Log: Subject: [PATCH] B::Terse and warnings
45808              From: Benjamin Sugars <ben.sugars@home.com>
45809              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
45810              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
45811      Branch: perl
45812            ! ext/B/B.pm ext/B/B/Terse.pm
45813 ____________________________________________________________________________
45814 [  9376] By: jhi                                   on 2001/03/27  14:31:31
45815         Log: Document sockatmark() some.
45816      Branch: perl
45817            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
45818            ! pod/perltoc.pod
45819 ____________________________________________________________________________
45820 [  9375] By: jhi                                   on 2001/03/27  14:00:24
45821         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
45822              noted by Gisle and fixed by NI-S.
45823      Branch: perl
45824            ! sv.c
45825 ____________________________________________________________________________
45826 [  9374] By: jhi                                   on 2001/03/27  05:50:01
45827         Log: Regen toc.
45828      Branch: perl
45829            ! pod/perltoc.pod
45830 ____________________________________________________________________________
45831 [  9373] By: jhi                                   on 2001/03/27  05:43:51
45832         Log: Pixie documenting.
45833      Branch: perl
45834            ! Makefile.SH pod/perlhack.pod
45835 ____________________________________________________________________________
45836 [  9372] By: jhi                                   on 2001/03/27  05:29:34
45837         Log: Metaconfig unit changes for #9371.
45838      Branch: metaconfig
45839            ! U/modified/myhostname.U
45840      Branch: metaconfig/U/perl
45841            + d_sockatmark.U
45842            ! gccvers.U
45843 ____________________________________________________________________________
45844 [  9371] By: jhi                                   on 2001/03/27  05:29:07
45845         Log: Add sockatmark() probing.
45846      Branch: perl
45847            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45848            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
45849            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45850            ! vos/config.ga.h win32/config.bc win32/config.gc
45851            ! win32/config.vc
45852 ____________________________________________________________________________
45853 [  9370] By: jhi                                   on 2001/03/26  22:01:18
45854         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
45855              Really need to benchmark this.
45856      Branch: perl
45857            ! pp.c
45858 ____________________________________________________________________________
45859 [  9369] By: nick                                  on 2001/03/26  21:59:30
45860         Log: Integrate mainline.
45861      Branch: perlio
45862            ! ext/MIME/Base64/QuotedPrint.pm
45863           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
45864           !> patchlevel.h pod/perlhack.pod pp_sys.c
45865 ____________________________________________________________________________
45866 [  9368] By: jhi                                   on 2001/03/26  21:47:03
45867         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
45868              
45869              TODO1: perlbench.
45870              TODO2: le, lt, ge, gt?  Yech.
45871      Branch: perl
45872            ! pp.c
45873 ____________________________________________________________________________
45874 [  9367] By: jhi                                   on 2001/03/26  21:34:57
45875         Log: Too much cut-and-paste in #9363.
45876      Branch: perl
45877            ! pp_sys.c
45878 ____________________________________________________________________________
45879 [  9366] By: jhi                                   on 2001/03/26  21:20:53
45880         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
45881              From: Andreas Schwab <schwab@suse.de>
45882              Date: 26 Mar 2001 17:29:04 +0200
45883              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
45884              
45885              (The patch for 5.6.0 or so, this is a guess for bleadperl)
45886      Branch: perl
45887            ! pp_hot.c
45888 ____________________________________________________________________________
45889 [  9365] By: jhi                                   on 2001/03/26  21:07:54
45890         Log: Integrate perlio.
45891      Branch: perl
45892           !> perlio.c
45893 ____________________________________________________________________________
45894 [  9364] By: nick                                  on 2001/03/26  20:30:48
45895         Log: REFCNT botch in layer name cache hash.
45896      Branch: perlio
45897            ! perlio.c
45898 ____________________________________________________________________________
45899 [  9363] By: jhi                                   on 2001/03/26  18:44:32
45900         Log: Subject: [PATCH] socket() leaks file descriptors
45901              From: Benjamin Sugars <bsugars@canoe.ca>
45902              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
45903              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
45904              
45905              Also sockpair() fixed similarly.
45906      Branch: perl
45907            ! pp_sys.c
45908 ____________________________________________________________________________
45909 [  9362] By: jhi                                   on 2001/03/26  18:37:52
45910         Log: Integrate perlio.
45911      Branch: perl
45912           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
45913 ____________________________________________________________________________
45914 [  9361] By: nick                                  on 2001/03/26  17:32:06
45915         Log: Implement flush of linebuffered streams on read of a tty.
45916      Branch: perlio
45917            ! perlio.c perliol.h
45918 ____________________________________________________________________________
45919 [  9360] By: nick                                  on 2001/03/26  17:12:32
45920         Log: Memory tweaks and notes for OEMVS.
45921      Branch: perlio
45922            ! README.os390 miniperlmain.c t/op/pat.t
45923 ____________________________________________________________________________
45924 [  9359] By: jhi                                   on 2001/03/26  02:12:54
45925         Log: Update Changes.
45926      Branch: perl
45927            ! Changes patchlevel.h
45928 ____________________________________________________________________________
45929 [  9358] By: jhi                                   on 2001/03/26  02:05:32
45930         Log: Document the most common pixie options.
45931      Branch: perl
45932            ! pod/perlhack.pod
45933 ____________________________________________________________________________
45934 [  9357] By: jhi                                   on 2001/03/26  01:25:28
45935         Log: For perl.pixie check *before* compiling that optimize is -g,
45936              as for perl.third.
45937      Branch: perl
45938            ! Makefile.SH
45939 ____________________________________________________________________________
45940 [  9356] By: jhi                                   on 2001/03/26  01:13:41
45941         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
45942      Branch: perl
45943            ! Makefile.SH
45944 ____________________________________________________________________________
45945 [  9355] By: jhi                                   on 2001/03/26  01:11:19
45946         Log: Remove t/perl.third.
45947      Branch: perl
45948            ! Makefile.SH
45949 ____________________________________________________________________________
45950 [  9354] By: jhi                                   on 2001/03/26  00:23:38
45951         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
45952              IO::Sockatmark().
45953      Branch: perl
45954            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
45955 ____________________________________________________________________________
45956 [  9353] By: jhi                                   on 2001/03/25  22:25:04
45957         Log: Integrate perlio.
45958      Branch: perl
45959           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
45960           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
45961           !> pp_hot.c win32/makefile.mk
45962 ____________________________________________________________________________
45963 [  9352] By: jhi                                   on 2001/03/25  22:21:41
45964         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
45965              From: Radu Greab <radu@netsoft.ro>
45966              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
45967              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
45968      Branch: perl
45969            ! pp_sys.c
45970 ____________________________________________________________________________
45971 [  9351] By: nick                                  on 2001/03/25  22:15:02
45972         Log: Fix readline in list mode to tell rest of world that it has
45973              things on the stack. Otherwise if perl code gets invoked
45974              underneath it it scribbles over results-so-far.
45975              (Why TIEHANDLE has not tripped on this is a mystery.)
45976      Branch: perlio
45977            ! pp_hot.c
45978 ____________________________________________________________________________
45979 [  9350] By: nick                                  on 2001/03/25  22:10:13
45980         Log: win32/makefile.mk typos
45981      Branch: perlio
45982            ! win32/makefile.mk
45983 ____________________________________________________________________________
45984 [  9349] By: nick                                  on 2001/03/25  21:31:14
45985         Log: Integrate now-non-binary file.
45986      Branch: perlio
45987           !> t/lib/mimeqp.t
45988 ____________________________________________________________________________
45989 [  9348] By: nick                                  on 2001/03/25  21:27:24
45990         Log: Make it text
45991      Branch: perlio
45992            ! t/lib/mimeqp.t
45993 ____________________________________________________________________________
45994 [  9347] By: nick                                  on 2001/03/25  21:25:37
45995         Log: Integrate mainline.
45996      Branch: perlio
45997           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
45998           !> lib/Term/ReadLine.pm t/lib/md5-file.t
45999 ____________________________________________________________________________
46000 [  9346] By: nick                                  on 2001/03/25  20:58:15
46001         Log: Add destruct time hook to PerlIO (for work-in-process implementing
46002              layers in perl code. In such cases layers need to be popped before
46003              we loose the ability to run perl code.)
46004              Also back-out "PerlIO::object" hook - it isn't going to work like that...
46005      Branch: perlio
46006            ! perl.c perlio.c perlio.h perliol.h
46007 ____________________________________________________________________________
46008 [  9345] By: nick                                  on 2001/03/25  20:49:11
46009         Log: Avoid at leasy one of undefined warnings in Encode.
46010      Branch: perlio
46011            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
46012 ____________________________________________________________________________
46013 [  9344] By: jhi                                   on 2001/03/25  20:37:43
46014         Log: A workaround for using Term::ReadLine in emacs minibuffer
46015              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
46016              additional tweaks from Ilya Zakharevich.
46017      Branch: perl
46018            ! lib/Term/ReadLine.pm
46019 ____________________________________________________________________________
46020 [  9343] By: nick                                  on 2001/03/25  20:21:14
46021         Log: Missing return value.
46022      Branch: perlio
46023            ! ext/PerlIO/Scalar/Scalar.xs
46024 ____________________________________________________________________________
46025 [  9342] By: jhi                                   on 2001/03/25  16:21:00
46026         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
46027              to equal the CPAN versions since no code changes have been made.
46028      Branch: perl
46029            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
46030            ! t/lib/md5-file.t
46031 ____________________________________________________________________________
46032 [  9341] By: jhi                                   on 2001/03/25  16:01:48
46033         Log: Escape 8-bit characters.
46034      Branch: perl
46035            ! t/lib/mimeqp.t
46036 ____________________________________________________________________________
46037 [  9340] By: gsar                                  on 2001/03/25  15:50:53
46038         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
46039              chars)
46040      Branch: perl
46041            + t/lib/mimeqp.t
46042 ____________________________________________________________________________
46043 [  9339] By: gsar                                  on 2001/03/25  15:48:50
46044         Log: delete mimeqp.t for later add with text mode set
46045      Branch: perl
46046            - t/lib/mimeqp.t
46047 ____________________________________________________________________________
46048 [  9338] By: nick                                  on 2001/03/25  09:01:57
46049         Log: Integrate mainline.
46050      Branch: perlio
46051           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
46052           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
46053           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
46054           +> t/lib/mimeb64u.t t/lib/mimeqp.t
46055           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
46056           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
46057           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
46058 ____________________________________________________________________________
46059 [  9337] By: jhi                                   on 2001/03/25  04:23:24
46060         Log: Add MIME::Base64 here and there.  Again, a lot of
46061              optimism is in the air.
46062      Branch: perl
46063            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
46064            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
46065 ____________________________________________________________________________
46066 [  9336] By: jhi                                   on 2001/03/25  04:12:43
46067         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
46068              this by ear as I do not do Win32 programming.)
46069      Branch: perl
46070            ! win32/Makefile win32/makefile.mk
46071 ____________________________________________________________________________
46072 [  9335] By: jhi                                   on 2001/03/25  04:03:50
46073         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
46074      Branch: perl
46075            ! t/lib/md5-file.t
46076 ____________________________________________________________________________
46077 [  9334] By: jhi                                   on 2001/03/25  03:58:53
46078         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
46079      Branch: perl
46080            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
46081            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
46082            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
46083            + t/lib/mimeb64u.t t/lib/mimeqp.t
46084            ! MANIFEST
46085 ____________________________________________________________________________
46086 [  9333] By: jhi                                   on 2001/03/24  20:14:37
46087         Log: Integrate perlio.
46088      Branch: perl
46089           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
46090 ____________________________________________________________________________
46091 [  9332] By: nick                                  on 2001/03/24  19:40:34
46092         Log: Fix un-init variable leading to spurious "Out of Memory!"
46093      Branch: perlio
46094            ! doio.c
46095 ____________________________________________________________________________
46096 [  9331] By: nick                                  on 2001/03/24  19:09:59
46097         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
46098              and update layers internals doc.
46099      Branch: perlio
46100            ! pod/perlfunc.pod pod/perliol.pod
46101 ____________________________________________________________________________
46102 [  9330] By: jhi                                   on 2001/03/24  18:42:11
46103         Log: The length might be uninitialized garbage if the *svp is the undef.
46104      Branch: perl
46105            ! doio.c
46106 ____________________________________________________________________________
46107 [  9329] By: jhi                                   on 2001/03/24  18:26:57
46108         Log: (Retracted by #9393)
46109              
46110              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
46111              From: Simon Cozens <simon@netthink.co.uk>
46112              Date: Sat, 24 Mar 2001 17:13:17 +0000
46113              Message-ID: <20010324171317.A13406@netthink.co.uk>
46114      Branch: perl
46115            ! utils/h2xs.PL
46116 ____________________________________________________________________________
46117 [  9328] By: nick                                  on 2001/03/24  17:22:02
46118         Log: Integrate mainline.
46119      Branch: perlio
46120           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
46121           !> lib/unicode/version
46122 ____________________________________________________________________________
46123 [  9327] By: nick                                  on 2001/03/24  17:16:02
46124         Log: Integrate mainline.
46125      Branch: perlio
46126           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
46127           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
46128           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
46129           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
46130           +> t/lib/md5-file.t
46131           !> MANIFEST Makefile.SH configure.com djgpp/config.over
46132           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
46133           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
46134           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
46135           !> win32/makefile.mk
46136 ____________________________________________________________________________
46137 [  9326] By: jhi                                   on 2001/03/24  17:00:42
46138         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
46139      Branch: perl
46140            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
46141            ! lib/unicode/version
46142 ____________________________________________________________________________
46143 [  9325] By: jhi                                   on 2001/03/24  16:22:33
46144         Log: Subject: Re: B::Deparse bug (5.6.0)
46145              From: Robin Houston <robin@kitsite.com>
46146              Date: Sat, 24 Mar 2001 14:33:09 +0000
46147              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
46148      Branch: perl
46149            ! op.c pp.c t/lib/b.t t/op/repeat.t
46150 ____________________________________________________________________________
46151 [  9324] By: jhi                                   on 2001/03/24  16:21:56
46152         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
46153              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
46154              these additions may be too optimistic.
46155      Branch: perl
46156            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
46157            ! hints/uwin.sh hints/vmesa.sh
46158 ____________________________________________________________________________
46159 [  9323] By: jhi                                   on 2001/03/24  16:06:01
46160         Log: Integrate perlio.
46161      Branch: perl
46162           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
46163           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
46164            ! Makefile.SH
46165           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
46166           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
46167           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
46168           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46169           !> win32/makefile.mk win32/perlhost.h win32/win32.c
46170           !> win32/win32iop.h
46171 ____________________________________________________________________________
46172 [  9322] By: nick                                  on 2001/03/24  14:39:12
46173         Log: Routine Win32 regen_config_h - no real changes.
46174      Branch: perlio
46175            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46176 ____________________________________________________________________________
46177 [  9321] By: nick                                  on 2001/03/24  14:31:49
46178         Log: PerlIO fixups for Win32:
46179              - provide win33_popenlist() - non-functional as yet.
46180              - avoid need for aTHX in PerlIO_debug calls - even if not 
46181              enabled args are still evaluated so Win32 has trouble during fork().
46182              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
46183              - Fixup makedef.pl for latest set of symbols.
46184      Branch: perlio
46185            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
46186            ! win32/perlhost.h win32/win32.c win32/win32iop.h
46187 ____________________________________________________________________________
46188 [  9320] By: nick                                  on 2001/03/24  14:26:58
46189         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
46190              was gibberish - broke it on WIn32 at least.
46191      Branch: perlio
46192            ! ext/POSIX/POSIX.xs
46193 ____________________________________________________________________________
46194 [  9319] By: nick                                  on 2001/03/24  11:29:41
46195         Log: Generated files.
46196      Branch: perlio
46197            ! embed.h global.sym objXSUB.h perlapi.c proto.h
46198 ____________________________________________________________________________
46199 [  9318] By: nick                                  on 2001/03/24  10:29:37
46200         Log: Implement:
46201              1.  open($fh,"+<",undef);  # add test to t/io/open.t
46202              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
46203      Branch: perlio
46204            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
46205            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
46206            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
46207            ! t/io/open.t t/io/utf8.t
46208 ____________________________________________________________________________
46209 [  9317] By: jhi                                   on 2001/03/23  23:41:25
46210         Log: AIX does seems to have optimization problems with its C compilers.
46211      Branch: perl
46212            ! hints/aix.sh
46213 ____________________________________________________________________________
46214 [  9316] By: jhi                                   on 2001/03/23  23:40:46
46215         Log: Integrate perlio.
46216      Branch: perl
46217           +> lib/PerlIO.pm
46218           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
46219           !> perliol.h
46220 ____________________________________________________________________________
46221 [  9315] By: jhi                                   on 2001/03/23  22:16:30
46222         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
46223      Branch: perl
46224            ! t/lib/md5-file.t
46225 ____________________________________________________________________________
46226 [  9314] By: nick                                  on 2001/03/23  20:49:02
46227         Log: Perlio internals re-organized.
46228              - open process creates AV of layer/arg pairs
46229              (appends layers from open() or open.pm to default list).
46230              - push arg is now an SV.
46231              - layer ->Open get passed the AV
46232              - open is no longer mandatory method.
46233              - topmost layer that has ->Open method does the open
46234              - any layers above are pushed once that returns.
46235              - vtable re-ordered so dummy layers need only provide push/pop methods.
46236      Branch: perlio
46237            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
46238 ____________________________________________________________________________
46239 [  9313] By: nick                                  on 2001/03/23  16:27:41
46240         Log: Check in a stable (working) version before next round of tweaks.
46241              Changes include:
46242              - Move default layers code out of doio.c and into perlio.c
46243              - Single routine for parsing layer specification strings.
46244              - Skeleton support for demand loading of layers
46245              - Core-dump avoidance if PERLIO environment specifies loadable layer
46246              (does not _work_ as need IO to load and need load to do IO ...)
46247      Branch: perlio
46248            + lib/PerlIO.pm
46249            ! MANIFEST doio.c perlio.c
46250 ____________________________________________________________________________
46251 [  9312] By: gsar                                  on 2001/03/23  16:25:25
46252         Log: add execute bit to files with shebang lines in the repository;
46253              avoid clobbering execute bit in Porting/makerel 
46254      Branch: maint-5.6/perl
46255            ! (edit 144 files)
46256 ____________________________________________________________________________
46257 [  9311] By: jhi                                   on 2001/03/23  14:25:35
46258         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
46259      Branch: perl
46260            ! MANIFEST
46261 ____________________________________________________________________________
46262 [  9310] By: jhi                                   on 2001/03/23  13:45:04
46263         Log: Subject: [PATCH] Net::Ping
46264              From: Colin McMillen <mcmi0037@tc.umn.edu>
46265              Date: Thu, 22 Mar 2001 19:30:31 -0600
46266              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
46267      Branch: perl
46268            ! lib/Net/Ping.pm
46269 ____________________________________________________________________________
46270 [  9309] By: jhi                                   on 2001/03/23  13:39:13
46271         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
46272      Branch: perl
46273            ! t/lib/md5-aaa.t t/lib/md5-file.t
46274 ____________________________________________________________________________
46275 [  9308] By: jhi                                   on 2001/03/23  13:20:34
46276         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
46277              - bump the version to 2.14
46278              - drop the base64 tests since they require MIME::Base64
46279              - drop the rfc1321.txt
46280              - drop the hints/dec_osf.pl since it's only needed for
46281              pre-5.005_03 Perls
46282              Todo:
46283              - the U32 alignment testing is now removed; it needs to
46284              be reintroduced as as a Config variable (meaning also
46285              as a Configure test)
46286              - get the new EBCDIC md5sum for MD5.pm
46287              - test in Win32 to see how badly I botched the makefiles
46288      Branch: perl
46289            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
46290            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
46291            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
46292            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
46293            + t/lib/md5-file.t
46294            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
46295            ! win32/Makefile win32/makefile.mk
46296 ____________________________________________________________________________
46297 [  9307] By: jhi                                   on 2001/03/23  12:56:14
46298         Log: Integrate change #9306 from maintperl into mainline,
46299              AIX dynaloader for AIXes without <load.h>.
46300      Branch: perl
46301           !> ext/DynaLoader/hints/aix.pl
46302 ____________________________________________________________________________
46303 [  9306] By: jhi                                   on 2001/03/23  12:51:36
46304         Log: There are AIXes without /usr/include/load.h,
46305              patch from H.Merijn Brand.
46306      Branch: maint-5.6/perl
46307            ! ext/DynaLoader/hints/aix.pl
46308 ____________________________________________________________________________
46309 [  9305] By: nick                                  on 2001/03/23  11:00:42
46310         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
46311      Branch: perlio
46312            ! ext/Encode/Encode.xs perlio.c perlio.h
46313 ____________________________________________________________________________
46314 [  9304] By: nick                                  on 2001/03/23  10:20:46
46315         Log: Render -Duseperlio functional again.
46316              - this is "quick fix" which calls PerlIO_apply_layers after opening,
46317              which is what old scheme did. New scheme needs to change that
46318              to make open(...,\$scalar) etc. work but this will do for now.
46319      Branch: perlio
46320            ! perlio.c
46321 ____________________________________________________________________________
46322 [  9303] By: nick                                  on 2001/03/23  09:53:20
46323         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
46324              -Uuseperlio now works again.
46325              -Duseperlio is still poorly. Don't merge yet...
46326      Branch: perlio
46327            ! doio.c perlio.h
46328 ____________________________________________________________________________
46329 [  9302] By: nick                                  on 2001/03/22  22:26:51
46330         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
46331              type code.
46332              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
46333              is its main caller. In particular now has access to "extra" args, and
46334              can tell when an open handle is "reopened" (or duped?).
46335              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
46336              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
46337              PerlIO_open() et. al. (i.e. other way round).
46338              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
46339              with args close to PerlIO_openn().
46340      Branch: perlio
46341            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
46342 ____________________________________________________________________________
46343 [  9301] By: jhi                                   on 2001/03/22  20:58:04
46344         Log: Integrate perlio.
46345      Branch: perl
46346           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
46347           !> t/io/open.t util.c
46348 ____________________________________________________________________________
46349 [  9300] By: nick                                  on 2001/03/22  17:36:32
46350         Log: Don't include $@ in not ok message.
46351      Branch: perlio
46352            ! t/io/open.t
46353 ____________________________________________________________________________
46354 [  9299] By: gsar                                  on 2001/03/22  16:53:45
46355         Log: back out changes#7532,7521 for now (appears to have problems
46356              on IRIX)
46357      Branch: maint-5.6/perl
46358            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
46359            ! ext/POSIX/typemap pod/perlvar.pod
46360 ____________________________________________________________________________
46361 [  9298] By: nick                                  on 2001/03/22  14:35:46
46362         Log: Give a meaning to '&' in n-arg open case:
46363              open($fh,"<&",$scalar);
46364              $scalar can be:
46365              - an integer which does "fdopen"
46366              open($fh,"<&",2); # like open($fh,"<&2")
46367              - something that will yield a file handle via sv_2io()
46368              useful for dup'ing anonymous handles.
46369              e.g.:
46370              open(my $fh,"<&",\*STDIN);
46371              open(my $dup,"<&",$fh);
46372      Branch: perlio
46373            ! doio.c t/io/open.t
46374 ____________________________________________________________________________
46375 [  9297] By: nick                                  on 2001/03/22  13:34:35
46376         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
46377      Branch: perlio
46378            ! util.c
46379 ____________________________________________________________________________
46380 [  9296] By: nick                                  on 2001/03/22  12:51:20
46381         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
46382      Branch: perlio
46383            ! perl.c
46384 ____________________________________________________________________________
46385 [  9295] By: nick                                  on 2001/03/22  11:59:44
46386         Log: If stdin, stdout or stderr get opened in unexpected read/write state
46387              then warn at time of open not at time of use.
46388      Branch: perlio
46389            ! doio.c pp_hot.c pp_sys.c
46390 ____________________________________________________________________________
46391 [  9294] By: nick                                  on 2001/03/22  10:54:35
46392         Log: Die on n-arg open(...,"",xxx,yyy,...)
46393              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
46394              - die on read/write cases so we can decide what it means later.
46395      Branch: perlio
46396            ! doio.c embed.pl iperlsys.h util.c
46397 ____________________________________________________________________________
46398 [  9293] By: nick                                  on 2001/03/22  09:02:45
46399         Log: perlio tweaks (reported by Nick Clark)
46400              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
46401              error check in Pendinf_read().
46402      Branch: perlio
46403            ! perlio.c
46404 ____________________________________________________________________________
46405 [  9292] By: gsar                                  on 2001/03/22  07:12:00
46406         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
46407              fixes)
46408      Branch: maint-5.6/perl
46409           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
46410 ____________________________________________________________________________
46411 [  9291] By: jhi                                   on 2001/03/22  06:06:44
46412         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
46413      Branch: perl
46414            ! t/op/re_tests
46415 ____________________________________________________________________________
46416 [  9290] By: jhi                                   on 2001/03/22  05:57:01
46417         Log: Move MacOS Classic higher in the list of supported platforms.
46418      Branch: maint-5.6/perl
46419            ! pod/perlport.pod
46420 ____________________________________________________________________________
46421 [  9289] By: gsar                                  on 2001/03/22  05:35:04
46422         Log: revert part of change#6438 for compatibility (av_reify()
46423              appears to be needed to implement av_splice()ish things
46424              in XS)
46425      Branch: maint-5.6/perl
46426            ! embed.pl global.sym objXSUB.h perlapi.c
46427 ____________________________________________________________________________
46428 [  9288] By: gsar                                  on 2001/03/22  03:09:19
46429         Log: update copyright year
46430      Branch: maint-5.6/perl
46431            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
46432            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
46433            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
46434            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
46435            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
46436            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
46437            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
46438            ! x2p/walk.c
46439 ____________________________________________________________________________
46440 [  9287] By: jhi                                   on 2001/03/21  20:30:54
46441         Log: Integrate perlio.
46442      Branch: perl
46443           !> ext/Data/Dumper/Dumper.xs
46444 ____________________________________________________________________________
46445 [  9286] By: gsar                                  on 2001/03/21  19:49:54
46446         Log: makefile.mk tweak
46447      Branch: maint-5.6/perl
46448            ! win32/Makefile win32/makefile.mk
46449 ____________________________________________________________________________
46450 [  9285] By: nick                                  on 2001/03/21  19:07:13
46451         Log: Multiplicity fix for Dumper.
46452      Branch: perlio
46453            ! ext/Data/Dumper/Dumper.xs
46454 ____________________________________________________________________________
46455 [  9284] By: nick                                  on 2001/03/21  19:01:07
46456         Log: Integrate mainline - (does not build xTHX issue in Dumper).
46457      Branch: perlio
46458           !> (integrate 27 files)
46459 ____________________________________________________________________________
46460 [  9283] By: jhi                                   on 2001/03/21  17:17:35
46461         Log: Integrate change #9282 from mainline into maintperl,
46462              4-arg UTF-8 substr().
46463      Branch: maint-5.6/perl
46464           !> pp.c
46465 ____________________________________________________________________________
46466 [  9282] By: jhi                                   on 2001/03/21  17:15:43
46467         Log: The #9270 would have leaked a scalar if pp_substr()
46468              returned early.
46469      Branch: perl
46470            ! pp.c
46471 ____________________________________________________________________________
46472 [  9281] By: gsar                                  on 2001/03/21  17:03:14
46473         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
46474      Branch: maint-5.6/perl
46475            ! win32/makefile.mk
46476 ____________________________________________________________________________
46477 [  9280] By: gsar                                  on 2001/03/21  17:01:20
46478         Log: some tweaks to change#9278 (fork() emulation should be enabled
46479              by setting BUILD_FLAVOR instead of changing the defaults)
46480      Branch: maint-5.6/perl
46481            ! win32/makefile.mk
46482 ____________________________________________________________________________
46483 [  9279] By: gsar                                  on 2001/03/21  16:47:19
46484         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
46485      Branch: maint-5.6/perl
46486            ! ext/File/Glob/Glob.pm
46487           !> lib/Cwd.pm
46488 ____________________________________________________________________________
46489 [  9278] By: jhi                                   on 2001/03/21  14:35:10
46490         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
46491              From: "Vadim Konovalov" <watman@inbox.ru>
46492              Date: Wed, 21 Mar 2001 01:53:51 +0300
46493              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
46494      Branch: maint-5.6/perl
46495            ! win32/makefile.mk win32/win32sck.c
46496 ____________________________________________________________________________
46497 [  9277] By: jhi                                   on 2001/03/21  13:58:28
46498         Log: Integrate change #9270 from mainline to maintperl:
46499              continued 4-arg UTF-8 substr() fixing.
46500      Branch: maint-5.6/perl
46501           !> pp.c t/op/substr.t
46502 ____________________________________________________________________________
46503 [  9276] By: jhi                                   on 2001/03/21  13:33:00
46504         Log: More pixie cleaning.
46505      Branch: perl
46506            ! Makefile.SH
46507 ____________________________________________________________________________
46508 [  9275] By: jhi                                   on 2001/03/21  03:54:17
46509         Log: Update Changes.
46510      Branch: perl
46511            ! Changes patchlevel.h
46512 ____________________________________________________________________________
46513 [  9274] By: jhi                                   on 2001/03/21  03:48:24
46514         Log: First stab at making Data::Dumper to grok Unicode.
46515              
46516              TODO: tests, EBCDICify.
46517      Branch: perl
46518            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
46519 ____________________________________________________________________________
46520 [  9273] By: jhi                                   on 2001/03/21  02:23:00
46521         Log: Fix for
46522              
46523              Subject: Memory leak in unquoted print   
46524              From: Benjamin Sugars <bsugars@canoe.ca> 
46525              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
46526              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
46527      Branch: perl
46528            ! perlio.c
46529 ____________________________________________________________________________
46530 [  9272] By: jhi                                   on 2001/03/21  01:33:17
46531         Log: Subject: Re: [PATCH] POSIX::getcwd()
46532              From: Benjamin Sugars <bsugars@canoe.ca> 
46533              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
46534              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
46535      Branch: perl
46536            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
46537 ____________________________________________________________________________
46538 [  9271] By: jhi                                   on 2001/03/21  01:22:52
46539         Log: Subject: [PATCH] Cwd.pm docs
46540              From: Benjamin Sugars <bsugars@canoe.ca>
46541              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
46542              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
46543      Branch: perl
46544            ! lib/Cwd.pm
46545 ____________________________________________________________________________
46546 [  9270] By: jhi                                   on 2001/03/21  01:16:29
46547         Log: Continue 4-arg substr() UTF-8 fixage.
46548      Branch: perl
46549            ! pp.c t/op/substr.t
46550 ____________________________________________________________________________
46551 [  9269] By: jhi                                   on 2001/03/21  00:46:14
46552         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
46553              
46554              revert the leak fix in change#9142 (problem needs a more experimental
46555              fix unsuitable for 5.6.1)
46556              
46557              do alphabetical sorting by default (for csh compatibility)
46558              
46559              cut-n-paste goof in change#9264
46560              
46561              VMS piping fixes (from Charles Lane)
46562      Branch: perl
46563           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
46564           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
46565           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
46566 ____________________________________________________________________________
46567 [  9268] By: jhi                                   on 2001/03/21  00:37:04
46568         Log: Integrate perlio.
46569      Branch: perl
46570           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
46571           !> utf8.c utf8.h utfebcdic.h
46572 ____________________________________________________________________________
46573 [  9267] By: nick                                  on 2001/03/20  20:04:39
46574         Log: More EBCDIC stuff:
46575              - Loose the extra level of function on ASCII.
46576              - spotted a chr(0) issue in sv.c
46577              - re-work of UTF-X tr/// ranges to work in Unicode
46578              space. Still issues with the "0xff is illegal UTF-8" hack.
46579              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
46580              (why do it once when you can do it all over the place :-(
46581              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
46582              need utf8.pm for swashes.
46583              - Simplified and commented scan_const() in toke.c
46584              Still something wrong regexp and tr (swashes?).
46585      Branch: perlio
46586            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
46587            ! utf8.c utf8.h utfebcdic.h
46588 ____________________________________________________________________________
46589 [  9266] By: gsar                                  on 2001/03/20  19:16:43
46590         Log: VMS piping fixes (from Charles Lane)
46591      Branch: maint-5.6/perl
46592            ! vms/vms.c vms/vmspipe.com
46593 ____________________________________________________________________________
46594 [  9265] By: gsar                                  on 2001/03/20  17:53:52
46595         Log: cut-n-paste goof in change#9264
46596      Branch: maint-5.6/perl
46597            ! ext/File/Glob/Glob.xs
46598 ____________________________________________________________________________
46599 [  9264] By: gsar                                  on 2001/03/20  17:43:47
46600         Log: do alphabetical sorting by default (for csh compatibility);
46601              bsd_glob() does ASCII sort by default as usual, unless
46602              GLOB_ALPHASORT was specified
46603      Branch: maint-5.6/perl
46604            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
46605            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
46606            ! ext/File/Glob/bsd_glob.h
46607 ____________________________________________________________________________
46608 [  9263] By: gsar                                  on 2001/03/20  16:40:08
46609         Log: integrate change#9255 from mainline (unicode fix)
46610              
46611              substr($bytestr, i, n, $charstr)
46612      Branch: maint-5.6/perl
46613           !> Todo-5.6 pp.c t/op/substr.t
46614 ____________________________________________________________________________
46615 [  9262] By: gsar                                  on 2001/03/20  15:57:41
46616         Log: revert the leak fix in change#9142 (problem needs a more experimental
46617              fix unsuitable for 5.6.1)
46618      Branch: maint-5.6/perl
46619            ! scope.c
46620 ____________________________________________________________________________
46621 [  9261] By: jhi                                   on 2001/03/20  14:26:25
46622         Log: Integrate changes #9259,9260 from maintperl into mainline.
46623              
46624              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
46625              
46626              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
46627      Branch: perl
46628           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
46629 ____________________________________________________________________________
46630 [  9260] By: jhi                                   on 2001/03/20  14:05:46
46631         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
46632              From: Robin Barker <rmb1@cise.npl.co.uk>
46633              Date: Tue, 20 Mar 2001 10:12:04 GMT
46634              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
46635      Branch: maint-5.6/perl
46636            ! run.c
46637 ____________________________________________________________________________
46638 [  9259] By: jhi                                   on 2001/03/20  14:04:39
46639         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
46640              From: Chris Nandor <pudge@pobox.com>
46641              Date: Tue, 20 Mar 2001 00:40:56 -0500
46642              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
46643      Branch: maint-5.6/perl
46644            ! ext/POSIX/POSIX.xs lib/File/Path.pm
46645 ____________________________________________________________________________
46646 [  9258] By: jhi                                   on 2001/03/20  05:09:34
46647         Log: Update Changes.
46648      Branch: perl
46649            ! Changes patchlevel.h
46650 ____________________________________________________________________________
46651 [  9257] By: jhi                                   on 2001/03/20  05:04:25
46652         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
46653      Branch: perl
46654            ! t/op/tr.t
46655 ____________________________________________________________________________
46656 [  9256] By: jhi                                   on 2001/03/20  04:43:12
46657         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
46658              From: Peter Prymmer <pvhp@forte.com>
46659              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
46660              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
46661      Branch: maint-5.6/perl
46662            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
46663 ____________________________________________________________________________
46664 [  9255] By: jhi                                   on 2001/03/19  23:17:17
46665         Log: substr($bytestr, i, n, $charstr)
46666              
46667              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
46668      Branch: perl
46669            ! Todo-5.6 pp.c t/op/substr.t
46670 ____________________________________________________________________________
46671 [  9254] By: jhi                                   on 2001/03/19  22:25:09
46672         Log: Rearrange the make test target prerequisites so that
46673              in a parallel make 'all' is finished before 'test'.
46674      Branch: perl
46675            ! Makefile.SH
46676 ____________________________________________________________________________
46677 [  9253] By: jhi                                   on 2001/03/19  21:48:07
46678         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
46679              From: Robin Houston <robin@kitsite.com>
46680              Date: Mon, 19 Mar 2001 15:48:41 +0000
46681              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
46682      Branch: perl
46683            ! pp_ctl.c
46684 ____________________________________________________________________________
46685 [  9252] By: jhi                                   on 2001/03/19  21:42:27
46686         Log: Integrate perlio.
46687      Branch: perl
46688           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
46689           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
46690           !> utfebcdic.h vms/perly_c.vms
46691 ____________________________________________________________________________
46692 [  9251] By: jhi                                   on 2001/03/19  21:31:28
46693         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
46694              
46695              Dynaloading in 64-bit AIX with vac.
46696      Branch: perl
46697           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
46698           !> hints/aix.sh
46699 ____________________________________________________________________________
46700 [  9250] By: jhi                                   on 2001/03/19  21:18:00
46701         Log: A more robust solution for the 64bitall AIX dynaloading
46702              problem, from Jens-Uwe Mager.
46703      Branch: maint-5.6/perl
46704            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
46705 ____________________________________________________________________________
46706 [  9249] By: nick                                  on 2001/03/19  20:59:37
46707         Log: Integrate mainline.
46708      Branch: perlio
46709           !> (integrate 42 files)
46710 ____________________________________________________________________________
46711 [  9248] By: nick                                  on 2001/03/19  20:22:07
46712         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
46713              (Building on OS390 uses native YACC and YYDEBUG has other
46714              side effects.)
46715      Branch: perlio
46716            ! perly.c perly.y vms/perly_c.vms
46717 ____________________________________________________________________________
46718 [  9247] By: jhi                                   on 2001/03/19  19:59:53
46719         Log: 64-bit AIX dynaloading problem (see #9244) idea
46720              from Jens-Uwe Mager.
46721      Branch: maint-5.6/perl
46722            ! ext/DynaLoader/dl_aix.xs
46723 ____________________________________________________________________________
46724 [  9246] By: nick                                  on 2001/03/19  19:27:57
46725         Log: More EBCDIC fixes.
46726      Branch: perlio
46727            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
46728            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
46729 ____________________________________________________________________________
46730 [  9245] By: jhi                                   on 2001/03/19  19:05:19
46731         Log: Integrate change #9243 from mainline into maintperl.
46732              
46733              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
46734      Branch: maint-5.6/perl
46735           !> README.vmesa
46736 ____________________________________________________________________________
46737 [  9244] By: jhi                                   on 2001/03/19  19:03:15
46738         Log: Get 64bitall AIX building, but still does not test okay:
46739              dynaloading anything fails, for example for op/defins:
46740              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
46741              (update: fixed by #9247,9250)
46742      Branch: maint-5.6/perl
46743            ! hints/aix.sh
46744 ____________________________________________________________________________
46745 [  9243] By: jhi                                   on 2001/03/19  19:00:16
46746         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
46747              From: Robin Barker <rmb1@cise.npl.co.uk>
46748              Date: Mon, 19 Mar 2001 18:01:57 GMT
46749              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
46750      Branch: perl
46751            ! README.vmesa
46752 ____________________________________________________________________________
46753 [  9242] By: jhi                                   on 2001/03/19  18:58:43
46754         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
46755              
46756              TODO: tests.
46757      Branch: perl
46758            ! doop.c op.c
46759 ____________________________________________________________________________
46760 [  9241] By: gsar                                  on 2001/03/19  17:34:46
46761         Log: VMSify tests (from Charles Lane)
46762      Branch: maint-5.6/perl
46763            ! t/lib/filehand.t t/lib/texttabs.t
46764 ____________________________________________________________________________
46765 [  9240] By: jhi                                   on 2001/03/19  14:24:26
46766         Log: Integrate change #9233 from maintperl into mainline.
46767              
46768              some refcounts were incorrect in perl_clone()
46769      Branch: perl
46770           !> sv.c
46771 ____________________________________________________________________________
46772 [  9239] By: gsar                                  on 2001/03/19  09:23:17
46773         Log: this is 5.6.1-trial3
46774      Branch: maint-5.6/perl
46775            ! Changes
46776 ____________________________________________________________________________
46777 [  9238] By: gsar                                  on 2001/03/19  08:47:04
46778         Log: some new symbols are only available under ithreads
46779      Branch: maint-5.6/perl
46780            ! makedef.pl
46781 ____________________________________________________________________________
46782 [  9237] By: gsar                                  on 2001/03/19  08:42:28
46783         Log: update patchlevel.h, Changes, &c.
46784      Branch: maint-5.6/perl
46785            ! Changes patchlevel.h pod/perlhist.pod
46786           !> AUTHORS
46787 ____________________________________________________________________________
46788 [  9236] By: gsar                                  on 2001/03/19  08:17:49
46789         Log: integrate changes#8068,8717 from mainline
46790              
46791              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
46792              
46793              [PATCH CPAN 1.59_51] warning message (not!)
46794      Branch: maint-5.6/perl
46795           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
46796           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
46797           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
46798           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
46799           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
46800 ____________________________________________________________________________
46801 [  9235] By: gsar                                  on 2001/03/19  08:07:09
46802         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
46803              
46804              [PATCH] Add missing CV flags to dump.c
46805              
46806              Re: [patch] Re: PL_ptr_table
46807              
46808              Fixup non-ithread build after 8713
46809              
46810              Generated files form 8713 etc.
46811              
46812              Correct the correction :-(
46813              
46814              Documenting coderef @INC (Re: CPAN "make this script work" feature)
46815              
46816              Subject: Re: sync sync sync: have I missed any patches?
46817              Replace djSP with dSP.
46818      Branch: maint-5.6/perl
46819           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
46820           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
46821           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
46822           !> sv.c sv.h win32/perlhost.h
46823 ____________________________________________________________________________
46824 [  9234] By: gsar                                  on 2001/03/19  07:22:05
46825         Log: revert the change#9090 integrate for now (change looks somewhat
46826              incomplete in that [ha]v_exists() need something similar; lacks
46827              tests; &c.)
46828      Branch: maint-5.6/perl
46829            ! hv.c
46830 ____________________________________________________________________________
46831 [  9233] By: gsar                                  on 2001/03/19  07:10:01
46832         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
46833              destruction when there are unreferenced scalars (SvREFCNT==0)
46834      Branch: maint-5.6/perl
46835            ! sv.c
46836 ____________________________________________________________________________
46837 [  9232] By: jhi                                   on 2001/03/19  05:11:02
46838         Log: Regen api and toc.
46839      Branch: maint-5.6/perl
46840            ! pod/perlapi.pod pod/perltoc.pod
46841 ____________________________________________________________________________
46842 [  9231] By: jhi                                   on 2001/03/19  04:06:03
46843         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
46844              add a lost line in pp.c:pp_chop(), update to new op/chop.
46845              
46846              Clarify the description differentiating for and while; inspired by
46847              
46848              Subject: [ID 20010306.004] || != named unary operator
46849              
46850              The $Is_MacOS needs to be declared.
46851      Branch: maint-5.6/perl
46852            ! pp.c t/op/chop.t
46853           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
46854 ____________________________________________________________________________
46855 [  9230] By: jhi                                   on 2001/03/19  03:48:16
46856         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
46857              9079,9083,9089,9090,9091 from mainline to maintperl.
46858              
46859              Quieten some noise in Win32 builds
46860              
46861              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
46862              
46863              The perlretut was still talking about the old \p and \P
46864              definitions.
46865              
46866              More tweakage on the Unicode character class descriptions.
46867              
46868              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
46869              
46870              Subject: 'no *POSIX' Patch speeding up make on BS2000 
46871              
46872              Subject: [PATCH] perldata.pod here-doc docs
46873              
46874              Add /sbin and /usr/sbin to the list of directories scanned
46875              for setuid programs.  Takes care of bug id 20010309.003.
46876              
46877              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
46878              
46879              In op/stat #35 better to scan all the potential directories
46880              for setuids, not just the first one.
46881      Branch: maint-5.6/perl
46882            ! Makefile.SH
46883           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
46884           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
46885           !> t/op/stat.t toke.c win32/win32.h
46886 ____________________________________________________________________________
46887 [  9229] By: jhi                                   on 2001/03/19  02:31:50
46888         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
46889              From: Chris Nandor <pudge@pobox.com>
46890              Date: Sat, 10 Mar 2001 14:22:19 -0500
46891              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
46892      Branch: maint-5.6/perl
46893            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
46894            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
46895            ! t/lib/b.t t/lib/errno.t
46896 ____________________________________________________________________________
46897 [  9228] By: jhi                                   on 2001/03/19  02:29:59
46898         Log: Integrate changes #9113,9122 from mainline into maintperl.
46899              
46900              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?)
46901      Branch: maint-5.6/perl
46902           !> Configure README.os390 hints/os390.sh
46903 ____________________________________________________________________________
46904 [  9227] By: jhi                                   on 2001/03/19  02:22:35
46905         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
46906              into maintperl.
46907              
46908              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
46909              
46910              Forgot to check-in the larger part of #9120, duh.
46911              
46912              Subject: Another patch for integer.pm POD 
46913              
46914              h2ph strictness and cleanliness from Kurt Starsinic.
46915              
46916              Borland filename case problem.
46917              
46918              h2ph strictness and cleanliness from Kurt Starsinic.
46919              
46920              Subject: [PATCH] the uncontroversial doc patches
46921      Branch: maint-5.6/perl
46922           +> win32/sncfnmcs.pl
46923           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
46924           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
46925           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
46926           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
46927           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
46928           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
46929           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
46930 ____________________________________________________________________________
46931 [  9226] By: jhi                                   on 2001/03/19  02:10:21
46932         Log: Integrate changes #9207,9214 from mainline into maintperl.
46933              
46934              podchecker relaxations: =over has an *optional* number after it,
46935              and whitespace in L<> is okay.
46936      Branch: maint-5.6/perl
46937           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
46938           !> t/pod/poderrs.xr
46939 ____________________________________________________________________________
46940 [  9225] By: jhi                                   on 2001/03/19  02:07:38
46941         Log: Integrate change #9219 from maintperl into mainline.
46942              
46943              remove duplicated tests
46944      Branch: perl
46945           !> t/op/re_tests
46946 ____________________________________________________________________________
46947 [  9224] By: jhi                                   on 2001/03/19  02:06:11
46948         Log: Integrate change #9223 from mainline to maintperl.
46949              
46950              Document -Dmksymlinks.
46951      Branch: maint-5.6/perl
46952           !> INSTALL
46953 ____________________________________________________________________________
46954 [  9223] By: jhi                                   on 2001/03/19  02:01:25
46955         Log: Document -Dmksymlinks.
46956      Branch: perl
46957            ! INSTALL
46958 ____________________________________________________________________________
46959 [  9222] By: jhi                                   on 2001/03/19  01:15:35
46960         Log: The -Dmksymlinks wasn't working for maintperl.
46961      Branch: maint-5.6/perl
46962            ! Configure
46963 ____________________________________________________________________________
46964 [  9221] By: jhi                                   on 2001/03/19  00:49:43
46965         Log: Cleanup pixie residue.
46966      Branch: perl
46967            ! Makefile.SH
46968 ____________________________________________________________________________
46969 [  9220] By: jhi                                   on 2001/03/19  00:44:47
46970         Log: Document the use of pixie/prof; create make targets for it.
46971              
46972              TODO: make t/TEST pixie-aware.
46973      Branch: perl
46974            ! Makefile.SH pod/perlhack.pod
46975 ____________________________________________________________________________
46976 [  9219] By: gsar                                  on 2001/03/19  00:16:55
46977         Log: remove duplicated tests
46978      Branch: maint-5.6/perl
46979            ! t/op/re_tests
46980 ____________________________________________________________________________
46981 [  9218] By: jhi                                   on 2001/03/18  23:59:31
46982         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
46983      Branch: perl
46984            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
46985 ____________________________________________________________________________
46986 [  9217] By: jhi                                   on 2001/03/18  23:25:20
46987         Log: Rewrite the tests section of Makefile to be less redundant
46988              and to allow for more flexible test targets, many recursive
46989              make calls introduced.
46990      Branch: perl
46991            ! Makefile.SH
46992 ____________________________________________________________________________
46993 [  9216] By: jhi                                   on 2001/03/18  22:30:04
46994         Log: Document the use of Third Degree (sparsely).
46995      Branch: perl
46996            ! pod/perlhack.pod t/TEST
46997 ____________________________________________________________________________
46998 [  9215] By: jhi                                   on 2001/03/18  22:10:30
46999         Log: Make targets for testing with Third Degree.
47000      Branch: perl
47001            ! Makefile.SH
47002 ____________________________________________________________________________
47003 [  9214] By: jhi                                   on 2001/03/18  21:08:53
47004         Log: The podchecker relaxations need to mirrored also at the tests.
47005      Branch: perl
47006            ! t/pod/poderrs.xr
47007 ____________________________________________________________________________
47008 [  9213] By: jhi                                   on 2001/03/18  20:56:21
47009         Log: Update Changes.
47010      Branch: perl
47011            ! Changes patchlevel.h
47012 ____________________________________________________________________________
47013 [  9212] By: jhi                                   on 2001/03/18  20:36:59
47014         Log: Looking for config.sh in parent directories isn't
47015              very useful for the toplevel Makefile.
47016      Branch: perl
47017            ! Makefile.SH
47018 ____________________________________________________________________________
47019 [  9211] By: jhi                                   on 2001/03/18  20:33:37
47020         Log: On "make clean" take care of Third Degree droppings.
47021      Branch: perl
47022            ! Makefile.SH
47023 ____________________________________________________________________________
47024 [  9210] By: jhi                                   on 2001/03/18  20:21:34
47025         Log: Add a hook for running the tests under the Third Degree
47026              debugging tool (set $ENV{PERL_3LOG} to non-zero)
47027              
47028              TODO: Document the use of Third Degree.
47029      Branch: perl
47030            ! t/TEST
47031 ____________________________________________________________________________
47032 [  9209] By: jhi                                   on 2001/03/18  20:19:07
47033         Log: Regen toc and api pods.
47034      Branch: perl
47035            ! pod/perlapi.pod pod/perltoc.pod
47036 ____________________________________________________________________________
47037 [  9208] By: jhi                                   on 2001/03/18  20:12:12
47038         Log: Integrate changes #8128,9132 from mainline into maintperl,
47039              Tie::SubstrHash fixes.
47040      Branch: maint-5.6/perl
47041           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
47042 ____________________________________________________________________________
47043 [  9207] By: jhi                                   on 2001/03/18  20:07:43
47044         Log: podchecker relaxations from Michael Stevens.
47045      Branch: perl
47046            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
47047 ____________________________________________________________________________
47048 [  9206] By: jhi                                   on 2001/03/18  20:04:24
47049         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
47050      Branch: perl
47051            ! lib/Locale/Constants.pm lib/Locale/Country.pm
47052            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
47053            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
47054 ____________________________________________________________________________
47055 [  9205] By: jhi                                   on 2001/03/18  19:54:45
47056         Log: Integrate changes #9161,9162 from maintperl to mainline.
47057              
47058              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
47059              results
47060      Branch: perl
47061           !> t/op/magic.t
47062 ____________________________________________________________________________
47063 [  9204] By: jhi                                   on 2001/03/18  19:37:46
47064         Log: Make perl.third checks more understandable to the builder.
47065      Branch: perl
47066            ! Makefile.SH
47067 ____________________________________________________________________________
47068 [  9203] By: jhi                                   on 2001/03/18  19:20:54
47069         Log: Re-integrate #9138 from maintperl to mainline,
47070              the squelching of the unneeded "Scalars leaked" messages.
47071      Branch: perl
47072           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
47073           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
47074           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
47075 ____________________________________________________________________________
47076 [  9202] By: jhi                                   on 2001/03/18  18:48:36
47077         Log: More robust and more paranoid perl.third target.
47078      Branch: perl
47079            ! Makefile.SH
47080 ____________________________________________________________________________
47081 [  9201] By: jhi                                   on 2001/03/18  18:39:21
47082         Log: Integrate change #9197 from maintperl to mainline.
47083              
47084              more thorough cleaning of arenas.
47085      Branch: perl
47086           !> embed.pl perl.c proto.h sv.c t/op/sort.t
47087 ____________________________________________________________________________
47088 [  9200] By: jhi                                   on 2001/03/18  18:25:17
47089         Log: Integrate perlio.
47090      Branch: perl
47091           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
47092           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
47093           !> t/lib/encode.t toke.c universal.c utf8.c
47094 ____________________________________________________________________________
47095 [  9199] By: nick                                  on 2001/03/18  15:23:51
47096         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
47097              is the sense of the test being done. Avoid some magical 127 and 128 values
47098              by using macros.
47099      Branch: perlio
47100            ! doop.c pp_ctl.c sv.c toke.c
47101 ____________________________________________________________________________
47102 [  9198] By: nick                                  on 2001/03/18  14:18:12
47103         Log: UTF-X encoding invariance for Encode:
47104              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
47105              - move the XS code for those to universal.c (so in miniperl)
47106              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
47107              - change ext/Encode/compile to use above.
47108              - Fix t/lib/encode.t for above
47109              - Teach t/lib/b.t to expect -uutf8
47110              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
47111              utf8.pm is needed.
47112      Branch: perlio
47113            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
47114            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
47115 ____________________________________________________________________________
47116 [  9197] By: gsar                                  on 2001/03/18  12:15:57
47117         Log: more thorough cleaning of arenas--keep going until no more
47118              SvREFCNT_dec()s occur (this fixes the problem that causes the
47119              pesky "Scalars leaked" warnings)
47120      Branch: maint-5.6/perl
47121            ! embed.pl perl.c proto.h sv.c t/op/sort.t
47122 ____________________________________________________________________________
47123 [  9196] By: nick                                  on 2001/03/18  10:57:29
47124         Log: Fix pragma/utf8.t # 15
47125              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
47126              are SvUTF8 as well.
47127      Branch: perlio
47128            ! toke.c
47129 ____________________________________________________________________________
47130 [  9195] By: nick                                  on 2001/03/18  09:27:06
47131         Log: Integrate mainline
47132      Branch: perlio
47133           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
47134           !> t/op/pat.t
47135 ____________________________________________________________________________
47136 [  9194] By: jhi                                   on 2001/03/18  05:29:59
47137         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
47138              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
47139      Branch: perl
47140            ! op.c op.h t/op/misc.t t/op/pat.t
47141 ____________________________________________________________________________
47142 [  9193] By: jhi                                   on 2001/03/18  05:15:06
47143         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
47144      Branch: perl
47145            ! mg.c t/op/pat.t
47146 ____________________________________________________________________________
47147 [  9192] By: jhi                                   on 2001/03/18  04:22:43
47148         Log: tr/// UTF-8 patches from Inaba Hiroto.
47149      Branch: perl
47150            ! doop.c op.c
47151 ____________________________________________________________________________
47152 [  9191] By: jhi                                   on 2001/03/18  04:21:17
47153         Log: Integrate perlio.
47154      Branch: perl
47155           !> utf8.c utfebcdic.h
47156 ____________________________________________________________________________
47157 [  9190] By: nick                                  on 2001/03/17  20:32:01
47158         Log: Correct #if EBCDIC side typos.
47159              Builds and passes many tests on OS390.
47160      Branch: perlio
47161            ! utf8.c utfebcdic.h
47162 ____________________________________________________________________________
47163 [  9189] By: jhi                                   on 2001/03/17  18:55:49
47164         Log: Add prerequisites for the perl.third target.
47165      Branch: perl
47166            ! Makefile.SH
47167 ____________________________________________________________________________
47168 [  9188] By: jhi                                   on 2001/03/17  18:46:00
47169         Log: Integrate perlio.
47170      Branch: perl
47171           +> utfebcdic.h
47172           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
47173 ____________________________________________________________________________
47174 [  9187] By: jhi                                   on 2001/03/17  18:38:47
47175         Log: Add a make rule for perl.third (the Third Degree memory debugging
47176              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
47177      Branch: perl
47178            ! Makefile.SH
47179 ____________________________________________________________________________
47180 [  9186] By: nick                                  on 2001/03/17  18:34:48
47181         Log: MANIFEST addition :-(
47182      Branch: perlio
47183            ! MANIFEST
47184 ____________________________________________________________________________
47185 [  9185] By: nick                                  on 2001/03/17  18:29:50
47186         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
47187              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
47188              a superset of ASCII are invariant under the encoding. This is EBCDIC
47189              friendly as an encoded string can be looked at as being EBCDIC by lexer
47190              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
47191              ASCII on ASCII machines.
47192              
47193              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
47194              seperate.
47195              - Add some more macros to comprehend different shift amounts and
47196              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
47197              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
47198              and conditionally #include it.
47199              
47200              EBCDIC build as yet untested.  ASCII still fails the one test.
47201      Branch: perlio
47202            + utfebcdic.h
47203            ! utf8.c utf8.h
47204 ____________________________________________________________________________
47205 [  9184] By: nick                                  on 2001/03/17  17:44:16
47206         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
47207      Branch: perlio
47208            ! doop.c perl.h pp.c utf8.h
47209 ____________________________________________________________________________
47210 [  9183] By: jhi                                   on 2001/03/17  15:55:42
47211         Log: Integrate perlio.
47212      Branch: perl
47213            ! MANIFEST
47214           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
47215 ____________________________________________________________________________
47216 [  9182] By: nick                                  on 2001/03/17  09:16:06
47217         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
47218      Branch: perlio
47219            ! t/op/pat.t
47220 ____________________________________________________________________________
47221 [  9181] By: nick                                  on 2001/03/17  09:15:11
47222         Log: Integrate mainline.
47223      Branch: perlio
47224           +> lib/Locale/Constants.pm lib/Locale/Country.pm
47225           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
47226           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
47227           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
47228           !> (integrate 83 files)
47229 ____________________________________________________________________________
47230 [  9180] By: nick                                  on 2001/03/16  17:23:21
47231         Log: EBCDIC Fixes.
47232      Branch: perlio
47233            ! perl.h sv.c toke.c utf8.c utf8.h
47234 ____________________________________________________________________________
47235 [  9179] By: jhi                                   on 2001/03/16  14:10:12
47236         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
47237              a change needed to work around an AIX compiler bug.
47238      Branch: perl
47239            ! ext/Storable/Storable.xs
47240 ____________________________________________________________________________
47241 [  9178] By: jhi                                   on 2001/03/16  03:19:59
47242         Log: With Damian's approval synchronize damian's modules'
47243              licensing with Perl's standard module licensing.
47244      Branch: perl
47245            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
47246 ____________________________________________________________________________
47247 [  9177] By: jhi                                   on 2001/03/16  03:15:34
47248         Log: Make the Filter::Util:Call files have their own copies
47249              of the Perl standard module licensing, from Paul Marquess.
47250      Branch: perl
47251            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
47252 ____________________________________________________________________________
47253 [  9176] By: jhi                                   on 2001/03/16  02:56:04
47254         Log: Subject: [PATCH] more pod patches
47255              From: Michael Stevens <michael@etla.org>
47256              Date: Thu, 15 Mar 2001 21:25:18 +0000
47257              Message-ID: <20010315212518.A18870@firedrake.org>
47258      Branch: perl
47259            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
47260            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
47261            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
47262            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
47263            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
47264            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
47265            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
47266            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
47267            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
47268            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
47269            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
47270            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
47271            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
47272            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
47273            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
47274            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
47275            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
47276            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
47277            ! lib/Locale/Country.pm lib/Locale/Language.pm
47278            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
47279            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
47280            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
47281            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
47282            ! os2/OS2/Process/Process.pm
47283 ____________________________________________________________________________
47284 [  9175] By: jhi                                   on 2001/03/16  02:53:32
47285         Log: Subject: [PATCH] the uncontroversial doc patches
47286              From: Michael Stevens <michael@etla.org>
47287              Date: Thu, 15 Mar 2001 20:01:12 +0000
47288              Message-ID: <20010315200112.A7636@firedrake.org>
47289      Branch: perl
47290            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
47291            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
47292            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
47293            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
47294            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
47295 ____________________________________________________________________________
47296 [  9174] By: jhi                                   on 2001/03/16  02:50:49
47297         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
47298              From: Paul Lindner <lindner@inuus.com>
47299              Date: Fri, 16 Mar 2001 11:28:03 -0800
47300              Message-ID: <20010316112803.A7577@inuus.com>
47301      Branch: perl
47302            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
47303 ____________________________________________________________________________
47304 [  9173] By: nick                                  on 2001/03/15  20:21:03
47305         Log: 1st day's EBCDIC fixes:
47306              - toke.c's parsing of strings needed attention
47307              needed to conditionally e2a if string was already UTF-8
47308              - e2a/a2e tables where wrong way round.
47309              - new macros in utf8.h
47310      Branch: perlio
47311            ! perl.h toke.c utf8.h
47312 ____________________________________________________________________________
47313 [  9172] By: jhi                                   on 2001/03/15  15:17:17
47314         Log: Update Changes.
47315      Branch: perl
47316            ! Changes patchlevel.h
47317 ____________________________________________________________________________
47318 [  9171] By: jhi                                   on 2001/03/15  15:09:32
47319         Log: Subject: Re: Another Borland C++ problem.
47320              From: "Vadim Konovalov" <watman@inbox.ru>
47321              Date: Sat, 10 Mar 2001 19:26:07 +0300
47322              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
47323              
47324              Borland filename case problem.
47325      Branch: perl
47326            + win32/sncfnmcs.pl
47327            ! MANIFEST README.win32
47328 ____________________________________________________________________________
47329 [  9170] By: jhi                                   on 2001/03/15  14:54:23
47330         Log: Add Locale::Codes 1.06, from Neil Bowers.
47331      Branch: perl
47332            + lib/Locale/Constants.pm lib/Locale/Country.pm
47333            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
47334            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
47335            + t/lib/lc-language.t t/lib/lc-uk.t
47336            ! MANIFEST
47337 ____________________________________________________________________________
47338 [  9169] By: jhi                                   on 2001/03/15  14:19:01
47339         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
47340      Branch: perl
47341            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
47342            ! ext/Storable/Storable.xs
47343 ____________________________________________________________________________
47344 [  9168] By: jhi                                   on 2001/03/15  14:13:22
47345         Log: Integrate changes #9120,9167 from mainline to maintperl.
47346              
47347              Subject: [PATCH 5.6.1] OS/2 docs
47348              
47349              Subject: [PATCH 5.6.1] perldoc
47350      Branch: maint-5.6/perl
47351           !> os2/Changes utils/perldoc.PL
47352 ____________________________________________________________________________
47353 [  9167] By: jhi                                   on 2001/03/15  14:07:42
47354         Log: Subject: [PATCH 5.6.1] perldoc
47355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47356              Date: Wed, 14 Mar 2001 23:46:52 -0500
47357              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
47358      Branch: perl
47359            ! utils/perldoc.PL
47360 ____________________________________________________________________________
47361 [  9166] By: jhi                                   on 2001/03/15  13:53:15
47362         Log: sigaction test condition tweakage.
47363      Branch: perl
47364            ! t/lib/sigaction.t
47365 ____________________________________________________________________________
47366 [  9165] By: alanbur                               on 2001/03/15  03:49:17
47367         Log: Resynchronised with parent
47368      Branch: maint-5.6/pureperl
47369           +> os2/os2add.sym t/op/anonsub.t
47370           !> (integrate 72 files)
47371 ____________________________________________________________________________
47372 [  9164] By: jhi                                   on 2001/03/15  01:05:01
47373         Log: Avoid stomping off the beginning of an array in tr///.
47374      Branch: perl
47375            ! op.c
47376 ____________________________________________________________________________
47377 [  9163] By: jhi                                   on 2001/03/15  00:58:57
47378         Log: h2ph strictness and cleanliness from Kurt Starsinic.
47379      Branch: perl
47380            ! utils/h2ph.PL
47381 ____________________________________________________________________________
47382 [  9162] By: gsar                                  on 2001/03/15  00:56:53
47383         Log: avoid warnings
47384      Branch: maint-5.6/perl
47385            ! t/op/magic.t
47386 ____________________________________________________________________________
47387 [  9161] By: gsar                                  on 2001/03/15  00:52:09
47388         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
47389              results
47390      Branch: maint-5.6/perl
47391            ! t/op/magic.t
47392 ____________________________________________________________________________
47393 [  9160] By: jhi                                   on 2001/03/14  22:02:10
47394         Log: Do not use the Perl malloc in IRIX, suggested by
47395              Helmus Jarausch.
47396      Branch: perl
47397            ! hints/irix_6.sh
47398 ____________________________________________________________________________
47399 [  9159] By: nick                                  on 2001/03/14  21:45:59
47400         Log: Integrate mainline
47401      Branch: perlio
47402           +> t/op/loopctl.t
47403           !> (integrate 41 files)
47404 ____________________________________________________________________________
47405 [  9158] By: jhi                                   on 2001/03/14  21:10:09
47406         Log: The Day of the Retractions continues: the #9138
47407              (integrated in #9144) doesn't work well in mainline.
47408      Branch: perl
47409            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
47410            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
47411            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
47412 ____________________________________________________________________________
47413 [  9157] By: jhi                                   on 2001/03/14  20:58:12
47414         Log: The #9145 CANNOT be enabled: the clear_pmop code still
47415              dumps core all over in Tru64.
47416      Branch: perl
47417            ! op.c op.h t/op/pat.t
47418 ____________________________________________________________________________
47419 [  9156] By: jhi                                   on 2001/03/14  20:48:06
47420         Log: Integrate change #9154 from maintperl to mainline.
47421              
47422              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
47423              (caused Storable 1.0.10 to break on windows)
47424      Branch: perl
47425           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
47426           !> perlapi.c proto.h
47427 ____________________________________________________________________________
47428 [  9155] By: jhi                                   on 2001/03/14  20:23:53
47429         Log: Retract #9136: breaks threading (and binary compatibility).
47430      Branch: perl
47431            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
47432 ____________________________________________________________________________
47433 [  9154] By: gsar                                  on 2001/03/14  17:48:18
47434         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
47435              (caused Storable 1.0.10 to break on windows)
47436      Branch: maint-5.6/perl
47437            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
47438            ! perlapi.c proto.h
47439 ____________________________________________________________________________
47440 [  9153] By: jhi                                   on 2001/03/14  13:35:21
47441         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
47442      Branch: perl
47443            ! t/lib/sigaction.t
47444 ____________________________________________________________________________
47445 [  9152] By: gsar                                  on 2001/03/14  07:29:40
47446         Log: back out changes#9012,9010,9009 and parts of change#9016
47447              (causes ABRs under purify, and some prerequisites don't
47448              seem to be there in 5.6.x)
47449      Branch: maint-5.6/perl
47450            ! doop.c op.c t/op/tr.t toke.c
47451 ____________________________________________________________________________
47452 [  9151] By: gsar                                  on 2001/03/14  07:01:29
47453         Log: reenable change#9145 (the test was busted due to a missing
47454              C<print "ok 27\n">)
47455      Branch: perl
47456            ! op.c op.h t/op/pat.t
47457 ____________________________________________________________________________
47458 [  9150] By: jhi                                   on 2001/03/14  06:38:36
47459         Log: Retract #9145.
47460      Branch: perl
47461            ! op.c op.h t/op/pat.t
47462 ____________________________________________________________________________
47463 [  9149] By: jhi                                   on 2001/03/14  06:14:56
47464         Log: Retract #9143.
47465      Branch: perl
47466            ! op.c
47467 ____________________________________________________________________________
47468 [  9148] By: gsar                                  on 2001/03/14  06:13:02
47469         Log: Uninitialized Memory Read in regexec.c
47470      Branch: perl
47471            ! regexec.c
47472 ____________________________________________________________________________
47473 [  9147] By: jhi                                   on 2001/03/14  04:59:54
47474         Log: Subject: PATCH: make goto work in nested eval ""
47475              From: Robin Houston <robin@kitsite.com>
47476              Date: Wed, 14 Mar 2001 04:16:10 +0000
47477              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
47478      Branch: perl
47479            ! pp_ctl.c t/op/goto.t
47480 ____________________________________________________________________________
47481 [  9146] By: jhi                                   on 2001/03/14  04:42:54
47482         Log: Preserve the #ifdef PERL_CORE in perly.h.
47483      Branch: perl
47484            ! perly.fixer
47485 ____________________________________________________________________________
47486 [  9145] By: jhi                                   on 2001/03/14  03:57:41
47487         Log: (Retracted by #9150.)
47488      Branch: perl
47489            ! op.c op.h t/op/pat.t
47490 ____________________________________________________________________________
47491 [  9144] By: jhi                                   on 2001/03/14  03:50:38
47492         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
47493              
47494              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
47495              
47496              remove squelch controls for "Scalars leaked" messages in most places
47497              (these are now cured)
47498              
47499              fix another memory leak reported by purify (tie callbacks that
47500              croak can leak when wiping out magic)
47501      Branch: perl
47502           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
47503           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
47504           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
47505           !> t/pragma/warnings.t
47506 ____________________________________________________________________________
47507 [  9143] By: jhi                                   on 2001/03/14  03:37:53
47508         Log: (Retracted by #9149.)
47509      Branch: perl
47510            ! op.c
47511 ____________________________________________________________________________
47512 [  9142] By: gsar                                  on 2001/03/14  03:20:48
47513         Log: fix another memory leak reported by purify (tie callbacks that
47514              croak can leak when wiping out magic)
47515      Branch: maint-5.6/perl
47516            ! scope.c
47517 ____________________________________________________________________________
47518 [  9141] By: jhi                                   on 2001/03/14  02:55:00
47519         Log: Subject: PATCH for [ID 20010305.003]
47520              From: Robin Houston <robin@kitsite.com>
47521              Date: Wed, 14 Mar 2001 02:45:51 +0000
47522              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
47523      Branch: perl
47524            ! pp_ctl.c t/op/eval.t
47525 ____________________________________________________________________________
47526 [  9140] By: jhi                                   on 2001/03/14  02:41:54
47527         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
47528              Date: Wed, 14 Mar 2001 01:52:51 +0000
47529              From: Robin Houston <robin@kitsite.com>
47530              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
47531              
47532              Fix for 2000313.004.
47533      Branch: perl
47534            ! pp_ctl.c t/op/goto.t
47535 ____________________________________________________________________________
47536 [  9139] By: jhi                                   on 2001/03/14  02:40:50
47537         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
47538              From: Robin Houston <robin@kitsite.com>
47539              Date: Wed, 14 Mar 2001 00:43:45 +0000
47540              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
47541      Branch: perl
47542            + t/op/loopctl.t
47543            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
47544            ! vms/perly_c.vms
47545 ____________________________________________________________________________
47546 [  9138] By: gsar                                  on 2001/03/14  01:18:00
47547         Log: remove squelch controls for "Scalars leaked" messages in most places
47548              (these are now cured)
47549      Branch: maint-5.6/perl
47550            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
47551            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
47552            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
47553 ____________________________________________________________________________
47554 [  9137] By: gsar                                  on 2001/03/14  00:57:04
47555         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
47556      Branch: maint-5.6/perl
47557            ! regcomp.c
47558 ____________________________________________________________________________
47559 [  9136] By: jhi                                   on 2001/03/13  23:12:24
47560         Log: (Retracted by #9155)
47561              
47562              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
47563              From: Jens-Uwe Mager <jum@helios.de>
47564              Date: Wed, 21 Feb 2001 21:32:04 +0100
47565              Message-ID: <20010221213203.A18340@ans.helios.de>
47566      Branch: perl
47567            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
47568 ____________________________________________________________________________
47569 [  9135] By: jhi                                   on 2001/03/13  22:50:05
47570         Log: Integrate perlio.
47571      Branch: perl
47572           !> pp.c
47573 ____________________________________________________________________________
47574 [  9134] By: jhi                                   on 2001/03/13  22:49:05
47575         Log: Integrate change #9131 from maintperl into mainline.
47576              
47577              make the error text look more consistent in hints/hpux.sh
47578      Branch: perl
47579           !> hints/hpux.sh
47580 ____________________________________________________________________________
47581 [  9133] By: gsar                                  on 2001/03/13  22:46:20
47582         Log: integrate change#9067 from mainline
47583              
47584              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
47585      Branch: maint-5.6/perl
47586           !> lib/ExtUtils/MM_Unix.pm
47587 ____________________________________________________________________________
47588 [  9132] By: jhi                                   on 2001/03/13  22:41:21
47589         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
47590              From: "John P. Linderman" <jpl@research.att.com>
47591              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
47592              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
47593              
47594              A more correct prime finder.
47595      Branch: perl
47596            ! lib/Tie/SubstrHash.pm
47597 ____________________________________________________________________________
47598 [  9131] By: gsar                                  on 2001/03/13  22:30:42
47599         Log: make the error text look more consistent in hints/hpux.sh
47600      Branch: maint-5.6/perl
47601            ! hints/hpux.sh
47602 ____________________________________________________________________________
47603 [  9130] By: jhi                                   on 2001/03/13  22:23:44
47604         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
47605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47606              Date: Tue, 13 Mar 2001 18:41:26 +0100
47607              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
47608              
47609              If the test is run non-interactively the default handler
47610              is different.
47611      Branch: perl
47612            ! t/lib/sigaction.t
47613 ____________________________________________________________________________
47614 [  9129] By: jhi                                   on 2001/03/13  22:20:21
47615         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
47616              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47617              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
47618              Date:     Tue, 13 Mar 2001 16:44:32 EST
47619      Branch: perl
47620            ! t/lib/1_compile.t
47621 ____________________________________________________________________________
47622 [  9128] By: jhi                                   on 2001/03/13  22:18:34
47623         Log: Subject: Another patch for integer.pm POD 
47624              From: "John L. Allen" <allen@grumman.com>
47625              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
47626              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
47627      Branch: perl
47628            ! lib/integer.pm
47629 ____________________________________________________________________________
47630 [  9127] By: nick                                  on 2001/03/13  21:26:30
47631         Log: Integrate mainline.
47632      Branch: perlio
47633           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
47634           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
47635           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
47636           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
47637           !> Changes Configure MANIFEST README.os2 README.os390
47638           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
47639           !> os2/Changes patchlevel.h win32/perlhost.h
47640 ____________________________________________________________________________
47641 [  9126] By: nick                                  on 2001/03/13  20:39:51
47642         Log: #ifdef'ed out code to make packed side of pack/unpack
47643              octets. (i.e. pack('U') => encode_utf8).
47644      Branch: perlio
47645            ! pp.c
47646 ____________________________________________________________________________
47647 [  9125] By: jhi                                   on 2001/03/13  15:07:16
47648         Log: Update Changes.
47649      Branch: perl
47650            ! Changes patchlevel.h
47651 ____________________________________________________________________________
47652 [  9124] By: jhi                                   on 2001/03/13  14:22:45
47653         Log: Workaround for the buggy ("internal compiler error")
47654              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
47655              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
47656              of Andreas König.
47657      Branch: perl
47658            ! ext/re/Makefile.PL hints/aix.sh
47659 ____________________________________________________________________________
47660 [  9123] By: jhi                                   on 2001/03/13  03:24:34
47661         Log: Typo in #9114.
47662      Branch: metaconfig
47663            ! U/modified/myhostname.U
47664 ____________________________________________________________________________
47665 [  9122] By: jhi                                   on 2001/03/13  03:24:06
47666         Log: Typo in #9113.
47667      Branch: perl
47668            ! Configure
47669 ____________________________________________________________________________
47670 [  9121] By: jhi                                   on 2001/03/13  01:53:05
47671         Log: Forgot to check-in the larger part of #9120, duh.
47672      Branch: perl
47673            ! README.os2
47674 ____________________________________________________________________________
47675 [  9120] By: jhi                                   on 2001/03/13  01:51:31
47676         Log: Subject: [PATCH 5.6.1] OS/2 docs
47677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47678              Date: Mon, 12 Mar 2001 03:27:32 -0500
47679              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
47680      Branch: perl
47681            ! os2/Changes
47682 ____________________________________________________________________________
47683 [  9119] By: jhi                                   on 2001/03/13  01:49:41
47684         Log: Integrate change #9116 from maintperl into mainline.
47685              
47686              Win32::GetCwd() returns C: instead of C:\ in the root directory
47687              under ithreads
47688      Branch: perl
47689           !> win32/perlhost.h
47690 ____________________________________________________________________________
47691 [  9118] By: jhi                                   on 2001/03/13  01:13:39
47692         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
47693      Branch: perl
47694            + lib/Switch.pm t/lib/switch.t
47695            ! MANIFEST
47696 ____________________________________________________________________________
47697 [  9117] By: jhi                                   on 2001/03/13  01:03:17
47698         Log: Add Text::Balanced 1.83.
47699      Branch: perl
47700            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
47701            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
47702            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
47703            + t/lib/tb-xvari.t
47704            ! MANIFEST
47705 ____________________________________________________________________________
47706 [  9116] By: gsar                                  on 2001/03/13  00:55:53
47707         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
47708              under ithreads
47709      Branch: maint-5.6/perl
47710            ! win32/perlhost.h
47711 ____________________________________________________________________________
47712 [  9115] By: jhi                                   on 2001/03/13  00:54:09
47713         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
47714              From: "John L. Allen" <allen@grumman.com>
47715              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
47716              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
47717              
47718              use integer document clarification.
47719      Branch: perl
47720            ! lib/integer.pm
47721 ____________________________________________________________________________
47722 [  9114] By: jhi                                   on 2001/03/13  00:38:54
47723         Log: Metaconfig unit change for #9113.
47724      Branch: metaconfig
47725            ! U/modified/myhostname.U
47726 ____________________________________________________________________________
47727 [  9113] By: jhi                                   on 2001/03/13  00:38:35
47728         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?)
47729              From: Peter Prymmer <pvhp@forte.com>
47730              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
47731              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
47732      Branch: perl
47733            ! Configure README.os390 hints/os390.sh
47734 ____________________________________________________________________________
47735 [  9112] By: jhi                                   on 2001/03/13  00:29:00
47736         Log: Integrate perlio.
47737      Branch: perl
47738           !> sv.c utf8.h
47739 ____________________________________________________________________________
47740 [  9111] By: nick                                  on 2001/03/12  21:16:33
47741         Log: Integrate mainline.
47742      Branch: perlio
47743           +> t/op/anonsub.t
47744           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
47745           !> proto.h sv.c
47746 ____________________________________________________________________________
47747 [  9110] By: nick                                  on 2001/03/12  21:00:13
47748         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
47749      Branch: perlio
47750            ! sv.c utf8.h
47751 ____________________________________________________________________________
47752 [  9109] By: jhi                                   on 2001/03/12  16:04:47
47753         Log: Integrate change #9108 from maintperl to mainline.
47754              
47755              fix memory leak in C<sub X { sub {} }> arising from a refcount
47756              loop between the outer sub and the inner prototype anonsub
47757              
47758              this also enables closures returned by subroutines that
47759              subsequently get redefined to work without generating coredumps :)
47760              
47761              completely removed the free_closures() hack--it shouldn't be
47762              needed anymore
47763      Branch: perl
47764           +> t/op/anonsub.t
47765           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
47766           !> proto.h sv.c
47767 ____________________________________________________________________________
47768 [  9108] By: gsar                                  on 2001/03/12  10:21:31
47769         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
47770              loop between the outer sub and the inner prototype anonsub
47771              
47772              this also enables closures returned by subroutines that
47773              subsequently get redefined to work without generating coredumps :)
47774              
47775              completely removed the free_closures() hack--it shouldn't be
47776              needed anymore
47777      Branch: maint-5.6/perl
47778            + t/op/anonsub.t
47779            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
47780            ! proto.h sv.c
47781 ____________________________________________________________________________
47782 [  9107] By: jhi                                   on 2001/03/12  05:15:31
47783         Log: Integrate perlio.
47784      Branch: perl
47785           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
47786 ____________________________________________________________________________
47787 [  9106] By: nick                                  on 2001/03/11  20:10:12
47788         Log: regcomp.c is working in native space, not Unicode space (if different)
47789              as it is doing compare against 'W' in \W etc.
47790      Branch: perlio
47791            ! regcomp.c
47792 ____________________________________________________________________________
47793 [  9105] By: nick                                  on 2001/03/11  19:39:34
47794         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
47795              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
47796      Branch: perlio
47797            ! regcomp.c toke.c utf8.c
47798 ____________________________________________________________________________
47799 [  9104] By: nick                                  on 2001/03/11  18:15:44
47800         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
47801      Branch: perlio
47802            ! sv.c
47803 ____________________________________________________________________________
47804 [  9103] By: nick                                  on 2001/03/11  18:03:28
47805         Log: Integrate mainline (for regexp stuff).
47806      Branch: perlio
47807           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
47808           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
47809           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
47810           !> t/lib/errno.t t/op/pat.t
47811 ____________________________________________________________________________
47812 [  9102] By: nick                                  on 2001/03/11  17:44:20
47813         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
47814              - exclude layer syms in makedef.pl for sfio
47815              - also inhibit Encode from trying to build ":encode()" layer.
47816      Branch: perlio
47817            ! ext/Encode/Encode.xs makedef.pl
47818 ____________________________________________________________________________
47819 [  9101] By: jhi                                   on 2001/03/10  22:38:13
47820         Log: The $Is_MacOS needs to be declared.
47821      Branch: perl
47822            ! lib/ExtUtils/Manifest.pm
47823 ____________________________________________________________________________
47824 [  9100] By: jhi                                   on 2001/03/10  22:14:29
47825         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
47826              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
47827              pollute the symbolspace if using sfio.
47828      Branch: perl
47829            ! ext/Encode/Encode.xs
47830 ____________________________________________________________________________
47831 [  9099] By: jhi                                   on 2001/03/10  21:58:48
47832         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
47833              Date: Sat, 10 Mar 2001 14:23:55 -0500
47834              From: Chris Nandor <pudge@pobox.com>
47835              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
47836      Branch: perl
47837            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
47838            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
47839            ! t/lib/errno.t
47840 ____________________________________________________________________________
47841 [  9098] By: jhi                                   on 2001/03/10  21:38:30
47842         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
47843      Branch: perl
47844            ! regcomp.c regexec.c t/op/pat.t
47845 ____________________________________________________________________________
47846 [  9097] By: jhi                                   on 2001/03/10  14:38:07
47847         Log: Integrate perlio.
47848      Branch: perl
47849           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
47850           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
47851           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
47852 ____________________________________________________________________________
47853 [  9096] By: nick                                  on 2001/03/10  11:55:43
47854         Log: EBCDIC sanity - phase I
47855              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
47856              - use utf8n_xxxx (c.f. pvn) for forms which take length.
47857              - back out vN.N and $^V exceptions to e2a/a2e
47858              - make "locale" isxxx macros be uvchr (may be redundant?)
47859              
47860              Not clear yet that toUPPER_uni et. al. return being handled correctly.
47861              The tr// and rexexp stuff still needs an audit, assumption is they are working
47862              in Unicode space.
47863              
47864              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
47865      Branch: perlio
47866            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
47867            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
47868            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
47869 ____________________________________________________________________________
47870 [  9095] By: jhi                                   on 2001/03/09  22:10:01
47871         Log: Integrate perlio.
47872      Branch: perl
47873           !> dump.c
47874 ____________________________________________________________________________
47875 [  9094] By: nick                                  on 2001/03/09  17:36:38
47876         Log: Builds an passes all tests after integrate and this tweak.
47877      Branch: perlio
47878            ! dump.c
47879 ____________________________________________________________________________
47880 [  9093] By: nick                                  on 2001/03/09  17:16:03
47881         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
47882      Branch: perlio
47883           +> lib/unicode/Scripts.txt t/lib/sigaction.t
47884           !> (integrate 79 files)
47885 ____________________________________________________________________________
47886 [  9092] By: jhi                                   on 2001/03/09  15:28:26
47887         Log: Update Changes.
47888      Branch: perl
47889            ! Changes patchlevel.h
47890 ____________________________________________________________________________
47891 [  9091] By: jhi                                   on 2001/03/09  15:25:05
47892         Log: In op/stat #35 better to scan all the potential directories
47893              for setuids, not just the first one.
47894      Branch: perl
47895            ! t/op/stat.t
47896 ____________________________________________________________________________
47897 [  9090] By: jhi                                   on 2001/03/09  15:01:27
47898         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
47899              From: rspier@pobox.com (Robert Spier)
47900              Date: Fri, 9 Mar 2001 03:30:20 -0500
47901              Message-ID: <15016.38044.381174.160189@rls.cx>
47902              
47903              EXISTS() returning undef mistakenly triggered a FETCH().
47904      Branch: perl
47905            ! hv.c
47906 ____________________________________________________________________________
47907 [  9089] By: jhi                                   on 2001/03/09  14:59:02
47908         Log: Add /sbin and /usr/sbin to the list of directories scanned
47909              for setuid programs.  Takes care of bug id 20010309.003.
47910      Branch: perl
47911            ! t/op/stat.t
47912 ____________________________________________________________________________
47913 [  9088] By: jhi                                   on 2001/03/09  14:48:32
47914         Log: Regen perlapi, perltoc.
47915      Branch: perl
47916            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
47917 ____________________________________________________________________________
47918 [  9087] By: jhi                                   on 2001/03/09  14:38:56
47919         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
47920              From: David Mitchell <davem@fdgroup.co.uk>
47921              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
47922              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
47923      Branch: perl
47924            ! dump.c perl.c perl.h pod/perlrun.pod
47925 ____________________________________________________________________________
47926 [  9086] By: jhi                                   on 2001/03/09  01:47:16
47927         Log: A modified version of
47928              
47929              Subject: [ID 20010307.005] POSIX::sigaction has various problems
47930              From: anders@broadcom.com
47931              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
47932              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
47933              
47934              Currently the sigaction.t test #6 fails (and is fudged to look
47935              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
47936              This may well be a genuine bug in Linux sigaction() (since at
47937              least Tru64, Solaris, and HP-UX disagree with Linux).
47938              Anyone with POSIX / SUSv2 tome handy?  The problem is that
47939              the flags of the oldaction don't match with the flags in
47940              the previously installed disposition.
47941      Branch: perl
47942            + t/lib/sigaction.t
47943            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
47944 ____________________________________________________________________________
47945 [  9085] By: jhi                                   on 2001/03/09  01:30:13
47946         Log: Subject: Re: mission impossible for the day
47947              From: Alex Gough <alex@rcon.org>
47948              Date: Thu, 08 Mar 2001 17:18:19 +0000
47949              Message-ID: <3AA7BEDB.8070409@rcon.org>
47950              
47951              If references (are overloaded) and can be directly stringified,
47952              show that instead of "stringified".
47953              
47954              (The problem, infinite mutual recursion caused by overloaded bool
47955              in Switch.pm, tracked by David Mitchell)
47956      Branch: perl
47957            ! lib/Carp/Heavy.pm
47958 ____________________________________________________________________________
47959 [  9084] By: jhi                                   on 2001/03/09  01:20:39
47960         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
47961              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
47962              From: David Mitchell <davem@fdgroup.co.uk>
47963              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
47964      Branch: perl
47965            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
47966            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
47967 ____________________________________________________________________________
47968 [  9083] By: jhi                                   on 2001/03/09  01:16:51
47969         Log: Subject: [PATCH] perldata.pod here-doc docs
47970              From: Jeff Pinyan <jeffp@crusoe.net>
47971              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
47972              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
47973      Branch: perl
47974            ! pod/perldata.pod
47975 ____________________________________________________________________________
47976 [  9082] By: jhi                                   on 2001/03/09  01:01:27
47977         Log: Subject: Re: Unicode/EBCDIC
47978              From: Peter Prymmer <pvhp@forte.com>
47979              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
47980              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
47981      Branch: perl
47982            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
47983 ____________________________________________________________________________
47984 [  9081] By: jhi                                   on 2001/03/08  13:41:30
47985         Log: Subject: Ooops, wrong 'no *POSIX' Patch
47986              From: Dorner Thomas <Thomas.Dorner@start.de>
47987              Date: Thu, 8 Mar 2001 08:43:28 +0100
47988              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
47989      Branch: perl
47990            ! hints/posix-bc.sh
47991 ____________________________________________________________________________
47992 [  9080] By: jhi                                   on 2001/03/08  13:11:42
47993         Log: It's Scripts.txt, not Script.txt.
47994      Branch: perl
47995            ! MANIFEST
47996 ____________________________________________________________________________
47997 [  9079] By: jhi                                   on 2001/03/08  12:59:05
47998         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
47999              From: Dorner Thomas <Thomas.Dorner@start.de>
48000              Date: Wed, 7 Mar 2001 14:13:31 +0100
48001              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
48002      Branch: perl
48003            ! makedepend.SH
48004 ____________________________________________________________________________
48005 [  9078] By: jhi                                   on 2001/03/08  12:57:43
48006         Log: Retract #9069, wrong patch.
48007      Branch: perl
48008            ! Makefile.SH
48009 ____________________________________________________________________________
48010 [  9077] By: jhi                                   on 2001/03/08  01:06:13
48011         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
48012      Branch: perl
48013            + lib/unicode/Scripts.txt
48014            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
48015            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
48016            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
48017            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
48018            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
48019            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
48020            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
48021            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
48022            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
48023            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
48024            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
48025            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
48026            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
48027            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
48028            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
48029            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
48030            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
48031            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
48032            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
48033            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
48034            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
48035            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
48036            ! lib/unicode/version
48037 ____________________________________________________________________________
48038 [  9076] By: jhi                                   on 2001/03/07  22:59:39
48039         Log: Integrate change #7784 from mainline into maintperl.
48040              
48041              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
48042      Branch: maint-5.6/perl
48043           !> pp_ctl.c t/op/pat.t
48044 ____________________________________________________________________________
48045 [  9075] By: jhi                                   on 2001/03/07  22:05:11
48046         Log: More UTF-8 test tweaks.
48047      Branch: perl
48048            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
48049 ____________________________________________________________________________
48050 [  9074] By: nick                                  on 2001/03/07  21:39:29
48051         Log: Integrate mainline.
48052      Branch: perlio
48053           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
48054           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
48055           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
48056           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
48057           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
48058 ____________________________________________________________________________
48059 [  9073] By: jhi                                   on 2001/03/07  16:37:09
48060         Log: Update Changes.
48061      Branch: perl
48062            ! Changes patchlevel.h
48063 ____________________________________________________________________________
48064 [  9072] By: jhi                                   on 2001/03/07  16:32:30
48065         Log: Subject: [ID 20010306.004] || != named unary operator
48066              From: abela@geneanet.org
48067              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
48068              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
48069      Branch: perl
48070            ! pod/perlop.pod
48071 ____________________________________________________________________________
48072 [  9071] By: jhi                                   on 2001/03/07  15:14:11
48073         Log: Subject: downgrading to bytes for common functions
48074              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
48075              Date: Wed, 7 Mar 2001 02:36:55 -0500
48076              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
48077      Branch: perl
48078            ! pp_sys.c
48079 ____________________________________________________________________________
48080 [  9070] By: jhi                                   on 2001/03/07  15:04:58
48081         Log: Clarify the description differentiating for and while; inspired by
48082              
48083              Subject: [ID 20010306.002] for/while difference in for definition
48084              From: abela@geneanet.org
48085              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
48086              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
48087      Branch: perl
48088            ! pod/perlsyn.pod
48089 ____________________________________________________________________________
48090 [  9069] By: jhi                                   on 2001/03/07  14:55:30
48091         Log: (Retracted by #9078.)
48092      Branch: perl
48093            ! Makefile.SH
48094 ____________________________________________________________________________
48095 [  9068] By: jhi                                   on 2001/03/07  14:51:17
48096         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
48097              From: Radu Greab <radu@netsoft.ro>
48098              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
48099              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
48100      Branch: perl
48101            ! pp.c t/op/chop.t
48102 ____________________________________________________________________________
48103 [  9067] By: jhi                                   on 2001/03/07  14:48:57
48104         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
48105              From: Simon Cozens <simon@netthink.co.uk>
48106              Date: Wed, 7 Mar 2001 13:59:28 +0000
48107              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
48108              
48109              In order to allow MakeMaker to build correct Makefiles,
48110              you need to change the order of the arguments in MM_Unix.pm
48111              as well. (Unless you have C89_CCMODE set, but we're trying
48112              to be POSIXly correct)
48113              
48114              Thanks to Merijn Broeren for tracking this down.
48115      Branch: perl
48116            ! lib/ExtUtils/MM_Unix.pm
48117 ____________________________________________________________________________
48118 [  9066] By: jhi                                   on 2001/03/07  14:30:02
48119         Log: Floating point too messy.
48120      Branch: perl
48121            ! t/camel-III/vstring.t
48122 ____________________________________________________________________________
48123 [  9065] By: jhi                                   on 2001/03/07  14:17:44
48124         Log: Integrate change #9064 from maintperl into mainline.
48125              
48126              fix memory leak in pack("Bb",...)
48127      Branch: perl
48128           !> perl.c
48129 ____________________________________________________________________________
48130 [  9064] By: gsar                                  on 2001/03/07  06:29:24
48131         Log: fix memory leak in pack("Bb",...)
48132      Branch: maint-5.6/perl
48133            ! perl.c
48134 ____________________________________________________________________________
48135 [  9063] By: jhi                                   on 2001/03/07  00:55:04
48136         Log: Major utf8 test reorganisation and rewrite.
48137              Hopefully no tests were lost in the shuffle.
48138              (The beginning of pragma/utf8 was lost intentionally,
48139              the tests were rather bogus and incomplete.)
48140      Branch: perl
48141            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
48142            ! t/pragma/utf8.t
48143 ____________________________________________________________________________
48144 [  9062] By: jhi                                   on 2001/03/07  00:41:16
48145         Log: More tweakage on the Unicode character class descriptions.
48146      Branch: perl
48147            ! lib/unicode/mktables.PL pod/perlretut.pod
48148 ____________________________________________________________________________
48149 [  9061] By: jhi                                   on 2001/03/06  23:12:38
48150         Log: The perlretut was still talking about the old \p and \P
48151              definitions.
48152      Branch: perl
48153            ! pod/perlretut.pod
48154 ____________________________________________________________________________
48155 [  9060] By: nick                                  on 2001/03/06  20:52:37
48156         Log: Integrate mainline (make test works again now).
48157      Branch: perlio
48158           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
48159 ____________________________________________________________________________
48160 [  9059] By: jhi                                   on 2001/03/06  15:36:14
48161         Log: 0.999... does equal 1.0, doesn't it?
48162      Branch: perl
48163            ! t/camel-III/vstring.t
48164 ____________________________________________________________________________
48165 [  9058] By: jhi                                   on 2001/03/06  15:34:00
48166         Log: Make /x{abcd}/ to work without use utf8.
48167      Branch: perl
48168            ! regcomp.c
48169 ____________________________________________________________________________
48170 [  9057] By: jhi                                   on 2001/03/06  03:02:36
48171         Log: Easier to outcomment all the three reset() tests for now.
48172      Branch: perl
48173            ! t/op/pat.t
48174 ____________________________________________________________________________
48175 [  9056] By: jhi                                   on 2001/03/06  02:30:02
48176         Log: Comment out the deadly reset; until the 20010301.005
48177              is finally fixed.
48178      Branch: perl
48179            ! t/op/pat.t
48180 ____________________________________________________________________________
48181 [  9055] By: jhi                                   on 2001/03/06  02:21:26
48182         Log: Integrate the change #9054 from mainline:
48183              retract the PMOP cleanup patch pending further investigation.
48184      Branch: maint-5.6/perl
48185           !> op.c op.h
48186 ____________________________________________________________________________
48187 [  9054] By: jhi                                   on 2001/03/06  02:19:57
48188         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
48189              with oddly familiar stack traces.
48190      Branch: perl
48191            ! op.c op.h
48192 ____________________________________________________________________________
48193 [  9053] By: jhi                                   on 2001/03/05  23:20:28
48194         Log: Integrate perlio.
48195      Branch: perl
48196           +> ext/Encode/Encode/koi8-r.ucm
48197           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
48198           !> makedef.pl
48199 ____________________________________________________________________________
48200 [  9052] By: nick                                  on 2001/03/05  23:08:17
48201         Log: skipping USE_PERLIO symbols correction.
48202      Branch: perlio
48203            ! makedef.pl
48204 ____________________________________________________________________________
48205 [  9051] By: nick                                  on 2001/03/05  22:35:07
48206         Log: More Encode alias tidying.
48207      Branch: perlio
48208            + ext/Encode/Encode/koi8-r.ucm
48209            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
48210 ____________________________________________________________________________
48211 [  9050] By: jhi                                   on 2001/03/05  21:44:29
48212         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
48213              Sarathy's fix for ID 20010301.005.
48214      Branch: maint-5.6/perl
48215           !> op.c op.h
48216 ____________________________________________________________________________
48217 [  9049] By: nick                                  on 2001/03/05  19:54:04
48218         Log: Integrate Jarkko's Encode.pm tweak.
48219      Branch: perlio
48220           !> ext/Encode/Encode.pm
48221 ____________________________________________________________________________
48222 [  9048] By: nick                                  on 2001/03/05  19:47:57
48223         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
48224      Branch: perlio
48225           +> os2/os2add.sym
48226           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
48227           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
48228           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
48229           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
48230           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
48231 ____________________________________________________________________________
48232 [  9047] By: jhi                                   on 2001/03/05  19:25:26
48233         Log: Regen perlapi.
48234      Branch: perl
48235            ! pod/perlapi.pod
48236 ____________________________________________________________________________
48237 [  9046] By: jhi                                   on 2001/03/05  19:12:14
48238         Log: Integrate perlio.
48239      Branch: perl
48240           +> t/camel-III/vstring.t
48241           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
48242 ____________________________________________________________________________
48243 [  9045] By: jhi                                   on 2001/03/05  19:10:36
48244         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
48245      Branch: perl
48246            ! ext/Encode/Encode.pm
48247 ____________________________________________________________________________
48248 [  9044] By: jhi                                   on 2001/03/05  18:49:12
48249         Log: Forgot the other half of the PMOP patch (#9033).
48250      Branch: perl
48251            ! op.h
48252 ____________________________________________________________________________
48253 [  9043] By: nick                                  on 2001/03/05  18:14:47
48254         Log: Update MANIFEST for new test.
48255      Branch: perlio
48256            ! MANIFEST
48257 ____________________________________________________________________________
48258 [  9042] By: nick                                  on 2001/03/05  18:12:41
48259         Log: Some tests for Camel 3rd edition features.
48260              Make gethostbyaddr() test in above work.
48261      Branch: perlio
48262            + t/camel-III/vstring.t
48263            ! pp.h pp_sys.c t/TEST t/harness
48264 ____________________________________________________________________________
48265 [  9041] By: jhi                                   on 2001/03/05  17:41:48
48266         Log: Add more ISO 8859 encoding aliases.
48267      Branch: perl
48268            ! ext/Encode/Encode.pm
48269 ____________________________________________________________________________
48270 [  9040] By: jhi                                   on 2001/03/05  17:30:43
48271         Log: Integrate perlio.
48272      Branch: perl
48273           !> MANIFEST sv.c
48274 ____________________________________________________________________________
48275 [  9039] By: nick                                  on 2001/03/05  17:11:36
48276         Log: Missed added file.
48277      Branch: perlio
48278            ! MANIFEST
48279 ____________________________________________________________________________
48280 [  9038] By: jhi                                   on 2001/03/05  15:58:01
48281         Log: Add tr tests for EBCDIC, from Karsten Sperling.
48282      Branch: perl
48283            ! t/op/tr.t
48284 ____________________________________________________________________________
48285 [  9037] By: nick                                  on 2001/03/05  15:56:35
48286         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
48287              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
48288              
48289              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
48290              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
48291              - uses SvPV() rather than sv_2pv() in case it isn't a string.
48292      Branch: perlio
48293            ! sv.c
48294 ____________________________________________________________________________
48295 [  9036] By: jhi                                   on 2001/03/05  15:49:15
48296         Log: Add matching tests currently failing in EBCDIC,
48297              suggested by Karsten Sperling.
48298      Branch: perl
48299            ! t/op/pat.t
48300 ____________________________________________________________________________
48301 [  9035] By: jhi                                   on 2001/03/05  15:36:55
48302         Log: The #9034 needs a MANIFESTation.
48303      Branch: perl
48304            ! MANIFEST
48305 ____________________________________________________________________________
48306 [  9034] By: jhi                                   on 2001/03/05  15:35:14
48307         Log: Integrate perlio.
48308      Branch: perl
48309           +> ext/Encode/Encode/Tcl.pm
48310           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
48311           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
48312           !> ext/Encode/Encode/iso8859-1.ucm
48313           !> ext/Encode/Encode/iso8859-10.ucm
48314           !> ext/Encode/Encode/iso8859-13.ucm
48315           !> ext/Encode/Encode/iso8859-14.ucm
48316           !> ext/Encode/Encode/iso8859-15.ucm
48317           !> ext/Encode/Encode/iso8859-16.ucm
48318           !> ext/Encode/Encode/iso8859-2.ucm
48319           !> ext/Encode/Encode/iso8859-3.ucm
48320           !> ext/Encode/Encode/iso8859-4.ucm
48321           !> ext/Encode/Encode/iso8859-5.ucm
48322           !> ext/Encode/Encode/iso8859-6.ucm
48323           !> ext/Encode/Encode/iso8859-7.ucm
48324           !> ext/Encode/Encode/iso8859-8.ucm
48325           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
48326           !> t/lib/encode.t
48327 ____________________________________________________________________________
48328 [  9033] By: jhi                                   on 2001/03/05  15:33:18
48329         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
48330              From: Gurusamy Sarathy <gsar@ActiveState.com>
48331              Date: Sun, 04 Mar 2001 22:33:15 -0800
48332              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
48333              
48334              PMOPs need to remember their own stash so that they can
48335              gracefully remove themselves from their linked list.
48336      Branch: perl
48337            ! op.c
48338 ____________________________________________________________________________
48339 [  9032] By: nick                                  on 2001/03/05  14:51:50
48340         Log: Encode implementation "completion"
48341              Implement and document define_encoding()
48342              Implement and document encoding aliases including define_alias()
48343              Make Encode::XS use define_encoding() rather than back-door.
48344              Move run-time *.enc to separate Encode::Tcl module.
48345              Make 'compile' honour <codeset_name>
48346              Change canonical names of to iso-8859-* and US-ascii.
48347      Branch: perlio
48348            + ext/Encode/Encode/Tcl.pm
48349            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
48350            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
48351            ! ext/Encode/Encode/iso8859-1.ucm
48352            ! ext/Encode/Encode/iso8859-10.ucm
48353            ! ext/Encode/Encode/iso8859-13.ucm
48354            ! ext/Encode/Encode/iso8859-14.ucm
48355            ! ext/Encode/Encode/iso8859-15.ucm
48356            ! ext/Encode/Encode/iso8859-16.ucm
48357            ! ext/Encode/Encode/iso8859-2.ucm
48358            ! ext/Encode/Encode/iso8859-3.ucm
48359            ! ext/Encode/Encode/iso8859-4.ucm
48360            ! ext/Encode/Encode/iso8859-5.ucm
48361            ! ext/Encode/Encode/iso8859-6.ucm
48362            ! ext/Encode/Encode/iso8859-7.ucm
48363            ! ext/Encode/Encode/iso8859-8.ucm
48364            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
48365            ! t/lib/encode.t
48366 ____________________________________________________________________________
48367 [  9031] By: jhi                                   on 2001/03/05  13:51:17
48368         Log: Integrate change #9030 from maintperl into mainline.
48369              
48370              Subject: [PATCH 5.6.1] OS/2 cleanup
48371      Branch: perl
48372           +> os2/os2add.sym
48373           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
48374           !> makedef.pl os2/Changes os2/Makefile.SHs
48375           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
48376           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
48377           !> os2/os2.sym os2/os2ish.h
48378 ____________________________________________________________________________
48379 [  9030] By: jhi                                   on 2001/03/05  13:46:49
48380         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
48381              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48382              Date: Mon, 5 Mar 2001 02:29:44 -0500
48383              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
48384      Branch: maint-5.6/perl
48385            + os2/os2add.sym
48386            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
48387            ! makedef.pl os2/Changes os2/Makefile.SHs
48388            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
48389            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
48390            ! os2/os2.sym os2/os2ish.h
48391 ____________________________________________________________________________
48392 [  9029] By: jhi                                   on 2001/03/05  13:40:35
48393         Log: Integrate change #9028 from maintperl into mainline.
48394              
48395              various nits in MM_Unix.pm found by disabling SelfLoader
48396      Branch: perl
48397           !> lib/ExtUtils/MM_Unix.pm
48398 ____________________________________________________________________________
48399 [  9028] By: gsar                                  on 2001/03/05  09:58:38
48400         Log: various nits in MM_Unix.pm found by disabling SelfLoader
48401      Branch: maint-5.6/perl
48402            ! lib/ExtUtils/MM_Unix.pm
48403 ____________________________________________________________________________
48404 [  9027] By: nick                                  on 2001/03/05  08:35:22
48405         Log: Integrate mainline
48406      Branch: perlio
48407           !> (integrate 28 files)
48408 ____________________________________________________________________________
48409 [  9026] By: jhi                                   on 2001/03/05  02:14:59
48410         Log: Integrate change #9025 from mainline to maintperl,
48411              retract \N{U+HHHH}.
48412      Branch: maint-5.6/perl
48413           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
48414           !> t/lib/charnames.t toke.c
48415 ____________________________________________________________________________
48416 [  9025] By: jhi                                   on 2001/03/05  02:13:09
48417         Log: Retracting \N{U+HHHH}.
48418      Branch: perl
48419            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
48420            ! t/lib/charnames.t toke.c
48421 ____________________________________________________________________________
48422 [  9024] By: jhi                                   on 2001/03/04  20:51:07
48423         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
48424              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
48425              Date: Fri, 02 Mar 2001 18:25:26 +0100
48426              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
48427              
48428              Casting problem.
48429      Branch: perl
48430            ! ext/Storable/Storable.xs
48431 ____________________________________________________________________________
48432 [  9023] By: jhi                                   on 2001/03/04  19:46:45
48433         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
48434              From: nick@talking.bollo.cx
48435              Date: Sat, 03 Mar 2001 21:41:33 +0000
48436              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
48437              
48438              Revert the workaround.
48439      Branch: perl
48440            ! perlio.c
48441 ____________________________________________________________________________
48442 [  9022] By: jhi                                   on 2001/03/04  19:36:28
48443         Log: Update Changes.
48444      Branch: perl
48445            ! Changes patchlevel.h
48446 ____________________________________________________________________________
48447 [  9021] By: jhi                                   on 2001/03/04  18:41:00
48448         Log: makedef.pl updates suggested by Chris Nandor; double-checking
48449              the changes in AIX, OS/2 Win32 would be nice.
48450      Branch: perl
48451            ! makedef.pl
48452 ____________________________________________________________________________
48453 [  9020] By: jhi                                   on 2001/03/04  18:23:58
48454         Log: Integrate change #9012 from maintperl into mainline,
48455              quench a compiler warning.
48456      Branch: perl
48457           !> toke.c
48458 ____________________________________________________________________________
48459 [  9019] By: jhi                                   on 2001/03/04  18:18:43
48460         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
48461              
48462              \N{U+HHHH} fix.
48463              
48464              pattern in G_ARRAY context
48465      Branch: maint-5.6/perl
48466           !> pp_hot.c t/op/pat.t toke.c
48467 ____________________________________________________________________________
48468 [  9018] By: jhi                                   on 2001/03/04  18:07:48
48469         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
48470              From: Jeff Pinyan <jeffp@crusoe.net>
48471              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
48472              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
48473      Branch: perl
48474            ! pp_hot.c t/op/pat.t
48475 ____________________________________________________________________________
48476 [  9017] By: jhi                                   on 2001/03/04  18:06:21
48477         Log: I thought I tested the #9014.
48478      Branch: perl
48479            ! toke.c
48480 ____________________________________________________________________________
48481 [  9016] By: jhi                                   on 2001/03/04  17:41:22
48482         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
48483              
48484              Tweak the get*ent() OS/2 prototypes.
48485              
48486              Add the \N{U+HHHH} syntax.
48487              
48488              More tr/// UTF-8 fixes from Inaba Hiroto.
48489      Branch: maint-5.6/perl
48490           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
48491           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
48492 ____________________________________________________________________________
48493 [  9015] By: jhi                                   on 2001/03/04  17:36:04
48494         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
48495      Branch: perl
48496            ! doop.c t/op/tr.t
48497 ____________________________________________________________________________
48498 [  9014] By: jhi                                   on 2001/03/04  17:24:49
48499         Log: Add the \N{U+HHHH} syntax.
48500      Branch: perl
48501            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
48502            ! t/lib/charnames.t toke.c
48503 ____________________________________________________________________________
48504 [  9013] By: jhi                                   on 2001/03/04  17:20:45
48505         Log: Tweak the get*ent() OS/2 prototypes.
48506      Branch: perl
48507            ! os2/os2.c
48508 ____________________________________________________________________________
48509 [  9012] By: gsar                                  on 2001/03/04  06:26:14
48510         Log: avoid warning (nit in change#9009)
48511      Branch: maint-5.6/perl
48512            ! toke.c
48513 ____________________________________________________________________________
48514 [  9011] By: gsar                                  on 2001/03/04  06:15:24
48515         Log: lib/charnames.t fails in 5.6.x because of older Unicode
48516              data
48517              
48518              TODO: need to revisit this after updating lib/unicode/...
48519      Branch: maint-5.6/perl
48520            ! t/lib/charnames.t
48521 ____________________________________________________________________________
48522 [  9010] By: gsar                                  on 2001/03/04  06:08:36
48523         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
48524      Branch: maint-5.6/perl
48525            ! toke.c
48526 ____________________________________________________________________________
48527 [  9009] By: jhi                                   on 2001/03/03  19:27:20
48528         Log: Integrate change #9008 from mainline to maintperl,
48529              UTF-8 tr/// fixes from Inaba Hiroto.
48530      Branch: maint-5.6/perl
48531           !> doop.c op.c t/op/tr.t toke.c
48532 ____________________________________________________________________________
48533 [  9008] By: jhi                                   on 2001/03/03  19:19:42
48534         Log: UTF8 tr/// fixes from Inaba Hiroto.
48535      Branch: perl
48536            ! doop.c op.c t/op/tr.t toke.c
48537 ____________________________________________________________________________
48538 [  9007] By: jhi                                   on 2001/03/03  19:00:30
48539         Log: Integrate change #9006 from maintperl to mainline,
48540              more robust quest for the infinite.
48541      Branch: perl
48542           !> lib/Math/Complex.pm
48543 ____________________________________________________________________________
48544 [  9006] By: jhi                                   on 2001/03/03  18:58:06
48545         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
48546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48547              Date: Sat, 3 Mar 2001 12:51:50 -0500
48548              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
48549              
48550              Be more robust in our quest for the infinite.
48551      Branch: maint-5.6/perl
48552            ! lib/Math/Complex.pm
48553 ____________________________________________________________________________
48554 [  9005] By: jhi                                   on 2001/03/03  17:55:50
48555         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
48556      Branch: maint-5.6/perl
48557            ! doio.c
48558 ____________________________________________________________________________
48559 [  9004] By: jhi                                   on 2001/03/03  17:40:14
48560         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
48561              so that picky compilers like IRIX won't get huffy about
48562              "statements without effect" (like 1;).
48563      Branch: perl
48564            ! toke.c
48565 ____________________________________________________________________________
48566 [  9003] By: jhi                                   on 2001/03/03  17:15:52
48567         Log: Integrate change #9002 from mainline to maintperl.
48568              
48569              Subject: [perl-5.6.x, perl-current] accept for EPOC
48570      Branch: maint-5.6/perl
48571           !> pp_sys.c
48572 ____________________________________________________________________________
48573 [  9002] By: jhi                                   on 2001/03/03  17:14:30
48574         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
48575              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48576              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
48577              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
48578      Branch: perl
48579            ! pp_sys.c
48580 ____________________________________________________________________________
48581 [  9001] By: jhi                                   on 2001/03/03  17:13:13
48582         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
48583              From: "Craig A. Berry" <craigberry@mac.com>
48584              Date: Fri, 02 Mar 2001 17:44:40 -0600
48585              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
48586      Branch: perl
48587            ! t/pod/find.t
48588 ____________________________________________________________________________
48589 [  9000] By: jhi                                   on 2001/03/03  17:11:55
48590         Log: Integrate changes #8997,8999 from maintperl.
48591              
48592              Subject: [PATCH 5.6.1] compiling on OS/2
48593              (Better error message from hints/os2.sh)
48594              
48595              Subject: [PATCH 5.6.1] syslog.t
48596      Branch: perl
48597           !> hints/os2.sh t/lib/syslog.t
48598 ____________________________________________________________________________
48599 [  8999] By: jhi                                   on 2001/03/03  17:09:28
48600         Log: Subject: [PATCH 5.6.1] syslog.t
48601              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48602              Date: Sat, 3 Mar 2001 02:11:17 -0500
48603              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
48604      Branch: maint-5.6/perl
48605            ! t/lib/syslog.t
48606 ____________________________________________________________________________
48607 [  8998] By: jhi                                   on 2001/03/03  17:07:50
48608         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
48609              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48610              Date: Sat, 3 Mar 2001 01:53:52 -0500
48611              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
48612      Branch: maint-5.6/perl
48613            ! opcode.pl os2/os2.c
48614 ____________________________________________________________________________
48615 [  8997] By: jhi                                   on 2001/03/03  17:03:30
48616         Log: Subject: [PATCH 5.6.1] compiling on OS/2
48617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48618              Date: Sat, 3 Mar 2001 01:59:59 -0500
48619              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
48620      Branch: maint-5.6/perl
48621            ! hints/os2.sh
48622 ____________________________________________________________________________
48623 [  8996] By: jhi                                   on 2001/03/03  00:55:58
48624         Log: Regen files for mainline.
48625      Branch: perl
48626            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48627            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
48628 ____________________________________________________________________________
48629 [  8995] By: jhi                                   on 2001/03/03  00:35:22
48630         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
48631              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
48632              to maintperl.
48633              
48634              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
48635              
48636              Add Configure option -Dmksymlinks which will create a symlink
48637              forest if the current/build differs from the source directory.
48638              (8218,8220,8221,8317,8318,8971)
48639              
48640              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
48641              (Document APPLLIB_EXP in INSTALL.)
48642              
48643              If running byacc write-enable also perly.h.
48644              
48645              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
48646              
48647              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
48648              
48649              Sanity check for conflicting thread flavours.
48650              
48651              Fix the sys/fcntl.h problem reported by Peter Prymmer.
48652              
48653              Add few CPUs/architectures to the Cppsym scan,
48654              add -perlio to archname if so selected (modified 8890)
48655              
48656              Be more helpful for devel builders, suggested by John L. Allen.
48657              (admittedly pointless change for maintperl, but the usedevel
48658              code is there already)
48659      Branch: maint-5.6/perl
48660           !> Configure INSTALL Makefile.SH Porting/Glossary
48661           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
48662           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
48663           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
48664           !> win32/config.bc win32/config.gc win32/config.vc
48665 ____________________________________________________________________________
48666 [  8994] By: jhi                                   on 2001/03/02  23:31:41
48667         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
48668      Branch: metaconfig/U/perl
48669            ! gccvers.U
48670 ____________________________________________________________________________
48671 [  8993] By: jhi                                   on 2001/03/02  23:22:12
48672         Log: Regenerate various files for maint.
48673      Branch: maint-5.6/perl
48674            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
48675            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
48676 ____________________________________________________________________________
48677 [  8992] By: alanbur                               on 2001/03/02  22:48:34
48678         Log: Resync wuth parent
48679      Branch: maint-5.6/pureperl
48680           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
48681           !> (integrate 60 files)
48682 ____________________________________________________________________________
48683 [  8991] By: jhi                                   on 2001/03/02  21:00:08
48684         Log: Retract the #8742 part of #8986, backward compat.
48685      Branch: maint-5.6/perl
48686            ! embed.pl
48687 ____________________________________________________________________________
48688 [  8990] By: jhi                                   on 2001/03/02  20:40:07
48689         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
48690      Branch: maint-5.6/perl
48691            ! hv.c
48692 ____________________________________________________________________________
48693 [  8989] By: jhi                                   on 2001/03/02  19:59:56
48694         Log: Update Changes.
48695      Branch: perl
48696            ! Changes patchlevel.h
48697 ____________________________________________________________________________
48698 [  8988] By: jhi                                   on 2001/03/02  19:57:08
48699         Log: Integrate perlio.
48700      Branch: perl
48701           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
48702           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
48703           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
48704           !> ext/Encode/Encode/iso8859-10.ucm
48705           !> ext/Encode/Encode/iso8859-13.ucm
48706           !> ext/Encode/Encode/iso8859-14.ucm
48707           !> ext/Encode/Encode/iso8859-15.ucm
48708           !> ext/Encode/Encode/iso8859-16.ucm
48709           !> ext/Encode/Encode/iso8859-2.ucm
48710           !> ext/Encode/Encode/iso8859-3.ucm
48711           !> ext/Encode/Encode/iso8859-4.ucm
48712           !> ext/Encode/Encode/iso8859-5.ucm
48713           !> ext/Encode/Encode/iso8859-6.ucm
48714           !> ext/Encode/Encode/iso8859-7.ucm
48715           !> ext/Encode/Encode/iso8859-8.ucm
48716           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
48717           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
48718 ____________________________________________________________________________
48719 [  8987] By: jhi                                   on 2001/03/02  19:43:40
48720         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
48721              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
48722              8950,8952,8955 from mainline to maintperl.
48723              
48724              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
48725              
48726              Put to rest the 20010205.001, the email address checking (not) regex.
48727              
48728              fork() not everywhere, cleanup temp files.
48729              
48730              The #8843 wasn't quite right: %Config needs to imported.
48731              
48732              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
48733              (#8849: the glob-basic hunk needed massaging as it depended
48734              on Schwern's large-scale (unintegrated) patches)
48735              
48736              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
48737              
48738              Upgrade to CGI.pm 2.752, from Lincoln Stein.
48739              (Note: there were some conflicts due to EBCDIC and EPOC
48740              patches, in general I preferred the repository code.)
48741              (When 2.753 comes out, we need to synchronize.)
48742              
48743              Subject: [PATCH] fix for charnames above FFFF
48744              
48745              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
48746              
48747              If no sfio, no -lsfio.
48748              
48749              Run run/*.t also in minitest.
48750              
48751              Subject:  [PATCH perl 5.7.0] malloc message address offset
48752              
48753              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
48754              
48755              Subject: fix for parameter -Dm (for perl@8867)
48756              
48757              Subject: [PATCH: perl@8892] was Re: hashing order difference?
48758              (make the test more portable)
48759              
48760              Subject: Re: [PATCH] fix for charnames above FFFF
48761              
48762              Subject: Re: I'm losing the war...
48763              (hv_store() not working correctly in ENV_IS_CASELESS case.)
48764              
48765              Subject: Modified README.bs2000 
48766              
48767              Subject: [PATCH: perl@8935] -Dt padsv($var)
48768              
48769              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
48770              
48771              Subject: PATCH: extra tests to check on negative float to unsigned cast
48772              
48773              Subject: [PATCH] XPUSH[insp] was Re: progress
48774              
48775              Subject: Re: Compile with perlcc..
48776      Branch: maint-5.6/perl
48777           !> (integrate 36 files)
48778 ____________________________________________________________________________
48779 [  8986] By: jhi                                   on 2001/03/02  18:51:25
48780         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
48781              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
48782              to maintperl.
48783              
48784              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
48785              
48786              Subject: [DOC PATCH] overload.pm nits
48787              
48788              Add header for LIB$ prototypes (C. Berry)
48789              
48790              Convert fwrite()s to sockets to write()s, since some socket stacks
48791              don't take kindly to stdio.
48792              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
48793              (for often optional LNMs)
48794              Correct a few typos
48795              (C. Bailey)
48796              
48797              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
48798              
48799              De-cut-and-pasto.
48800              
48801              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
48802              
48803              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
48804              
48805              Upgrade to CPAN 1.59_54, from Andreas König.
48806              
48807              Bogus shebang.
48808              
48809              Subject: [PATCH] Document makepatch in Porting/patching
48810              
48811              UTF-8 documentation.
48812              
48813              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
48814              
48815              Sort the MANIFEST.
48816              
48817              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
48818              
48819              Subject: [PATCH @8807] toke.c cleanup: scan_str()
48820              
48821              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
48822              
48823              Add run/*.t to testables.
48824              
48825              TODO: integrate #8784.
48826      Branch: maint-5.6/perl
48827           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
48828           !> (integrate 28 files)
48829 ____________________________________________________________________________
48830 [  8985] By: nick                                  on 2001/03/02  18:15:45
48831         Log: Integrate mainline
48832      Branch: perlio
48833           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
48834           !> vms/vms.c
48835 ____________________________________________________________________________
48836 [  8984] By: jhi                                   on 2001/03/02  16:00:17
48837         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
48838              
48839              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
48840              5.004_05, and mention the suidperl August 2000 security problem.
48841              (#8978,#8981)
48842              
48843              Subject: [ID 20010301.004] Technically speaking in perldata
48844              
48845              Subject: [PATCH] File::Copy for bleadperl, maintperl
48846              
48847              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
48848              
48849              (The #8982, fix for 20010221.005 and 20010221.008,
48850              would be nice too but it didn't integrate cleanly.)
48851      Branch: maint-5.6/perl
48852           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
48853 ____________________________________________________________________________
48854 [  8983] By: jhi                                   on 2001/03/02  15:51:16
48855         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
48856              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48857              Date:     Thu, 1 Mar 2001 15:54:09 EST
48858              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
48859      Branch: perl
48860            ! vms/vms.c
48861 ____________________________________________________________________________
48862 [  8982] By: jhi                                   on 2001/03/02  15:43:31
48863         Log: Subject: Re: sync sync sync: have I missed any patches?
48864              From: Radu Greab <radu@netsoft.ro> 
48865              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
48866              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
48867              
48868              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
48869              was checking argv[0] regardless of whether a different pathname
48870              will actually be executed."  Test case not supplied because 
48871              drafting that, ironically enough, revealed another bug
48872              (or a feature).
48873      Branch: perl
48874            ! doio.c
48875 ____________________________________________________________________________
48876 [  8981] By: jhi                                   on 2001/03/02  15:28:03
48877         Log: Misdate in #8978.
48878      Branch: perl
48879            ! pod/perlfaq1.pod
48880 ____________________________________________________________________________
48881 [  8980] By: jhi                                   on 2001/03/02  15:24:20
48882         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
48883              From: Chris Nandor <pudge@pobox.com>
48884              Date: Wed, 28 Feb 2001 22:10:15 -0500
48885              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
48886      Branch: perl
48887            ! lib/File/Copy.pm
48888 ____________________________________________________________________________
48889 [  8979] By: jhi                                   on 2001/03/02  15:17:16
48890         Log: Subject: [ID 20010301.004] Technically speaking in perldata
48891              From: abela@geneanet.org
48892              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
48893              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
48894      Branch: perl
48895            ! pod/perldata.pod
48896 ____________________________________________________________________________
48897 [  8978] By: jhi                                   on 2001/03/02  15:15:27
48898         Log: Subject: [ID 20010301.003] ref to 5.004
48899              From: abela@geneanet.org
48900              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
48901              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
48902              
48903              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
48904              and mention the suidperl August 2000 security problem.
48905      Branch: perl
48906            ! pod/perlfaq1.pod
48907 ____________________________________________________________________________
48908 [  8977] By: alanbur                               on 2001/03/02  14:17:45
48909         Log: Resynchronised with parent
48910      Branch: maint-5.6/pureperl
48911           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
48912           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
48913           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
48914           !> vms/descrip_mms.template win32/win32.c win32/win32.h
48915           !> win32/win32iop.h
48916 ____________________________________________________________________________
48917 [  8976] By: nick                                  on 2001/03/01  23:25:30
48918         Log: Integrate mainline.
48919      Branch: perlio
48920            - t/op/qu.t
48921           !> (integrate 55 files)
48922 ____________________________________________________________________________
48923 [  8975] By: jhi                                   on 2001/03/01  16:51:34
48924         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
48925      Branch: perl
48926           !> toke.c
48927 ____________________________________________________________________________
48928 [  8974] By: gsar                                  on 2001/03/01  16:28:21
48929         Log: fix for bugid 20010226.008
48930              
48931              the problem was that some of the pointers (PL_last_lop and
48932              PL_last_uni specifically) into the lex buffers weren't correctly
48933              being invalidated when the buffer changed; this would leave the
48934              pointers pointing at an arbitrary location in the buffer if
48935              the buffer didn't need to be reallocated, or point into freed
48936              memory if the buffer had to be realloced
48937              
48938              TODO item for bugdb maintainers: check other seemingly random
48939              parser-related bugs--they might be cured by this
48940      Branch: maint-5.6/perl
48941            ! toke.c
48942 ____________________________________________________________________________
48943 [  8973] By: jhi                                   on 2001/03/01  02:23:25
48944         Log: Retract #8970 because of a completely mysterious core dump:
48945              adding the tests 241..244 causes op/pat dump core at test #25.
48946              The test needs a lot of whittling down before the bug can be solved.
48947      Branch: perl
48948            ! t/op/pat.t
48949 ____________________________________________________________________________
48950 [  8972] By: jhi                                   on 2001/03/01  01:58:38
48951         Log: Regen perlapi.
48952      Branch: perl
48953            ! pod/perlapi.pod
48954 ____________________________________________________________________________
48955 [  8971] By: jhi                                   on 2001/03/01  01:34:09
48956         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))
48957              From: Nicholas Clark <nick@ccl4.org>
48958              Date: Wed, 28 Feb 2001 23:28:49 +0000
48959              Message-ID: <20010228232849.A55187@plum.flirble.org>
48960              
48961              Allow a completely write protected source code tree
48962              when using the Configure -Dmksymlinks.
48963      Branch: perl
48964            ! embed.pl warnings.pl
48965 ____________________________________________________________________________
48966 [  8970] By: jhi                                   on 2001/03/01  01:32:04
48967         Log: Add back the EBCDIC character range tests (for matching).
48968      Branch: perl
48969            ! t/op/pat.t
48970 ____________________________________________________________________________
48971 [  8969] By: nick                                  on 2001/02/28  18:18:01
48972         Log: Add charname comments to .ucm files writen by 'compile',
48973              also order charmaps in those files by source encoding.
48974              regenerate distrubuted .ucm files
48975      Branch: perlio
48976            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
48977            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
48978            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
48979            ! ext/Encode/Encode/iso8859-10.ucm
48980            ! ext/Encode/Encode/iso8859-13.ucm
48981            ! ext/Encode/Encode/iso8859-14.ucm
48982            ! ext/Encode/Encode/iso8859-15.ucm
48983            ! ext/Encode/Encode/iso8859-16.ucm
48984            ! ext/Encode/Encode/iso8859-2.ucm
48985            ! ext/Encode/Encode/iso8859-3.ucm
48986            ! ext/Encode/Encode/iso8859-4.ucm
48987            ! ext/Encode/Encode/iso8859-5.ucm
48988            ! ext/Encode/Encode/iso8859-6.ucm
48989            ! ext/Encode/Encode/iso8859-7.ucm
48990            ! ext/Encode/Encode/iso8859-8.ucm
48991            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
48992            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
48993 ____________________________________________________________________________
48994 [  8968] By: jhi                                   on 2001/02/28  16:26:37
48995         Log: Expand usemorebits early if d_casti32 needs to be undefined.
48996      Branch: perl
48997            ! hints/hpux.sh hints/irix_6.sh
48998 ____________________________________________________________________________
48999 [  8967] By: jhi                                   on 2001/02/28  16:22:26
49000         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
49001              retract toke.c/qu parts of #8583, retract #8485, retract
49002              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
49003              op/length.t, and MANIFEST, and delete t/op/qu.t.
49004      Branch: perl
49005            - t/op/qu.t
49006            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
49007            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
49008            ! t/op/length.t toke.c
49009 ____________________________________________________________________________
49010 [  8966] By: jhi                                   on 2001/02/28  15:00:27
49011         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
49012              by not changing from pre-Unicode days into being Unicode-aware.
49013              Sniff.
49014      Branch: perl
49015            ! pp.c t/op/pack.t t/op/qu.t
49016 ____________________________________________________________________________
49017 [  8965] By: jhi                                   on 2001/02/28  14:37:55
49018         Log: Subject: Re: Errors in core PODs
49019              From: Michael Stevens <michael@etla.org> 
49020              Date: Fri, 23 Feb 2001 15:47:56 +0000
49021              Message-ID: <20010223154756.A7723@firedrake.org> 
49022      Branch: perl
49023            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
49024            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
49025            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
49026            ! x2p/a2p.pod
49027 ____________________________________________________________________________
49028 [  8964] By: jhi                                   on 2001/02/28  14:35:35
49029         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
49030              (The #8961 was too bold.)
49031      Branch: perl
49032            ! hints/hpux.sh hints/irix_6.sh
49033 ____________________________________________________________________________
49034 [  8963] By: jhi                                   on 2001/02/28  14:33:39
49035         Log: Subject: Re: sync sync sync: have I missed any patches?
49036              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49037              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
49038              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
49039              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
49040              
49041              Replace djSP with dSP.
49042      Branch: perl
49043            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
49044            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
49045            ! win32/perlhost.h
49046 ____________________________________________________________________________
49047 [  8962] By: jhi                                   on 2001/02/27  23:21:14
49048         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
49049      Branch: perl
49050            ! lib/Filter/Simple.pm
49051 ____________________________________________________________________________
49052 [  8961] By: jhi                                   on 2001/02/27  22:55:26
49053         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
49054              and this would be it.
49055      Branch: perl
49056            ! hints/hpux.sh hints/irix_6.sh
49057 ____________________________________________________________________________
49058 [  8960] By: jhi                                   on 2001/02/27  22:51:33
49059         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
49060              From: "Craig A. Berry" <craigberry@mac.com>
49061              Date: Tue, 27 Feb 2001 16:11:44 -0600
49062              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
49063      Branch: maint-5.6/perl
49064            ! configure.com vms/descrip_mms.template
49065 ____________________________________________________________________________
49066 [  8959] By: jhi                                   on 2001/02/27  22:47:23
49067         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
49068              From: "Craig A. Berry" <craigberry@mac.com>
49069              Date: Tue, 27 Feb 2001 16:11:44 -0600
49070              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
49071      Branch: perl
49072            ! configure.com vms/descrip_mms.template
49073 ____________________________________________________________________________
49074 [  8958] By: jhi                                   on 2001/02/27  15:16:42
49075         Log: Update Changes.
49076      Branch: perl
49077            ! Changes patchlevel.h
49078 ____________________________________________________________________________
49079 [  8957] By: jhi                                   on 2001/02/27  06:15:07
49080         Log: Subject: [5.6.x] EPOC additions
49081              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49082              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
49083              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
49084      Branch: maint-5.6/perl
49085            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
49086 ____________________________________________________________________________
49087 [  8956] By: jhi                                   on 2001/02/27  06:12:11
49088         Log: Subject: [perl-current] EPOC 
49089              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49090              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
49091              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
49092      Branch: perl
49093            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
49094            ! epoc/epocish.c epoc/epocish.h pp_sys.c
49095 ____________________________________________________________________________
49096 [  8955] By: jhi                                   on 2001/02/27  05:59:50
49097         Log: Subject: Re: Compile with perlcc..
49098              From: Edward Peschko <edwardp@excitehome.net>
49099              Date: Mon, 26 Feb 2001 18:51:58 -0800
49100              Message-ID: <20010226185158.A9871@excitehome.net>
49101              
49102              plus add a simple usage message if no arguments given.
49103      Branch: perl
49104            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
49105            ! utils/Makefile utils/perlcc.PL win32/pod.mak
49106 ____________________________________________________________________________
49107 [  8954] By: nick                                  on 2001/02/26  21:02:59
49108         Log: Integrate mainline
49109      Branch: perlio
49110           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
49111           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
49112           !> t/op/sprintf.t
49113 ____________________________________________________________________________
49114 [  8953] By: jhi                                   on 2001/02/26  14:43:54
49115         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
49116              From: Nicholas Clark <nick@ccl4.org>
49117              Date: Mon, 26 Feb 2001 00:42:07 +0000
49118              Message-ID: <20010226004207.F23333@plum.flirble.org>
49119      Branch: perl
49120            ! pp_ctl.c
49121 ____________________________________________________________________________
49122 [  8952] By: jhi                                   on 2001/02/26  14:42:13
49123         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
49124              From: Simon Cozens <simon@netthink.co.uk>
49125              Date: Mon, 26 Feb 2001 12:23:48 +0000
49126              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
49127      Branch: perl
49128            ! pod/perlguts.pod
49129 ____________________________________________________________________________
49130 [  8951] By: jhi                                   on 2001/02/26  14:39:15
49131         Log: Subject: [PATCH] perlio - unknown layer
49132              From: Nicholas Clark <nick@ccl4.org>
49133              Date: Mon, 26 Feb 2001 00:27:19 +0000
49134              Message-ID: <20010226002719.E23333@plum.flirble.org>
49135      Branch: perl
49136            ! perlio.c
49137 ____________________________________________________________________________
49138 [  8950] By: jhi                                   on 2001/02/26  14:38:04
49139         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
49140              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
49141              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
49142              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
49143      Branch: perl
49144            ! t/op/bop.t
49145 ____________________________________________________________________________
49146 [  8949] By: jhi                                   on 2001/02/26  14:37:07
49147         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
49148              From: Peter Prymmer <pvhp@forte.com>
49149              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
49150              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
49151      Branch: perl
49152            ! lib/Test.pm
49153 ____________________________________________________________________________
49154 [  8948] By: jhi                                   on 2001/02/26  14:35:53
49155         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
49156              From: Radu Greab <radu@netsoft.ro>
49157              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
49158              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
49159      Branch: perl
49160            ! pod/perlop.pod
49161 ____________________________________________________________________________
49162 [  8947] By: jhi                                   on 2001/02/26  14:34:46
49163         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
49164              From: David Mitchell <davem@fdgroup.co.uk>
49165              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
49166              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
49167      Branch: perl
49168            ! run.c
49169 ____________________________________________________________________________
49170 [  8946] By: jhi                                   on 2001/02/26  14:32:37
49171         Log: Subject: Modified README.bs2000 
49172              From: Dorner Thomas <Thomas.Dorner@start.de>
49173              Date: Mon, 26 Feb 2001 09:22:17 +0100
49174              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
49175      Branch: perl
49176            ! README.bs2000
49177 ____________________________________________________________________________
49178 [  8945] By: jhi                                   on 2001/02/26  14:19:53
49179         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
49180              to maintperl, listing the known failures on the tests 129 and 130.
49181      Branch: maint-5.6/perl
49182           !> t/op/sprintf.t
49183 ____________________________________________________________________________
49184 [  8944] By: jhi                                   on 2001/02/26  14:14:15
49185         Log: Add more known sprintf failures.
49186      Branch: perl
49187            ! t/op/sprintf.t
49188 ____________________________________________________________________________
49189 [  8943] By: jhi                                   on 2001/02/26  13:56:22
49190         Log: perlglob.exe needs to be found in Win32, patch from
49191              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
49192              which needs external glob at mini-perl time."
49193      Branch: perl
49194            ! ext/Encode/compile
49195 ____________________________________________________________________________
49196 [  8942] By: jhi                                   on 2001/02/26  13:52:19
49197         Log: A missing dTHX from Vadim Konovalov.
49198      Branch: perl
49199            ! perlio.c
49200 ____________________________________________________________________________
49201 [  8941] By: jhi                                   on 2001/02/26  13:37:05
49202         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
49203      Branch: perl
49204            ! op.c
49205 ____________________________________________________________________________
49206 [  8940] By: jhi                                   on 2001/02/26  13:35:40
49207         Log: Integrate perlio.
49208      Branch: perl
49209           !> ext/Encode/Encode.pm
49210 ____________________________________________________________________________
49211 [  8939] By: nick                                  on 2001/02/25  23:47:09
49212         Log: Integrate mainline.
49213      Branch: perlio
49214           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
49215           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
49216 ____________________________________________________________________________
49217 [  8938] By: nick                                  on 2001/02/25  19:36:28
49218         Log: Encode implementations docs.
49219      Branch: perlio
49220            ! ext/Encode/Encode.pm
49221 ____________________________________________________________________________
49222 [  8937] By: jhi                                   on 2001/02/25  19:26:16
49223         Log: Script wasn't aligned with reality.
49224      Branch: perl
49225            ! t/pod/find.t
49226 ____________________________________________________________________________
49227 [  8936] By: jhi                                   on 2001/02/25  18:54:55
49228         Log: Update Changes.
49229      Branch: perl
49230            ! Changes patchlevel.h
49231 ____________________________________________________________________________
49232 [  8935] By: jhi                                   on 2001/02/25  18:46:36
49233         Log: Retract #8929,8930,8932,8933 for now.
49234      Branch: perl
49235            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
49236 ____________________________________________________________________________
49237 [  8934] By: jhi                                   on 2001/02/25  17:34:35
49238         Log: Integrate perlio.
49239      Branch: perl
49240           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
49241           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
49242           !> t/lib/encode.t
49243 ____________________________________________________________________________
49244 [  8933] By: jhi                                   on 2001/02/25  17:33:12
49245         Log: (Retracted by #8395.)
49246              
49247              Slight tweaks in scan_const(), not fixes yet, it seems like
49248              lots of work remains to be done...
49249      Branch: perl
49250            ! toke.c
49251 ____________________________________________________________________________
49252 [  8932] By: jhi                                   on 2001/02/25  17:27:11
49253         Log: (Retracted by #8395.)
49254              
49255              Missing from #8930.
49256      Branch: perl
49257            ! perl.h
49258 ____________________________________________________________________________
49259 [  8931] By: jhi                                   on 2001/02/25  17:26:19
49260         Log: A comment tweak.
49261      Branch: perl
49262            ! utf8.c
49263 ____________________________________________________________________________
49264 [  8930] By: jhi                                   on 2001/02/25  17:25:47
49265         Log: (Retracted by #8395.)
49266              
49267              Attempt to fix the EBCDIC character range problem with //.
49268      Branch: perl
49269            ! regcomp.c
49270 ____________________________________________________________________________
49271 [  8929] By: jhi                                   on 2001/02/25  17:23:45
49272         Log: (Retracted by #8395.)
49273              
49274              Expand the EBCDIC character range tests, and add few nasty
49275              tr tests from Karsten Sperling.
49276      Branch: perl
49277            ! t/op/pat.t t/op/tr.t
49278 ____________________________________________________________________________
49279 [  8928] By: jhi                                   on 2001/02/25  17:18:49
49280         Log: Missing check-in.
49281      Branch: perl
49282            ! lib/Pod/Find.pm
49283 ____________________________________________________________________________
49284 [  8927] By: nick                                  on 2001/02/25  11:30:22
49285         Log: Change method names in Encode implementation classes to something
49286              less confusing (preparing to "go public").
49287      Branch: perlio
49288            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
49289 ____________________________________________________________________________
49290 [  8926] By: nick                                  on 2001/02/25  10:53:24
49291         Log: GCC __atribute__ / printf fix
49292      Branch: perlio
49293            ! perl.h
49294 ____________________________________________________________________________
49295 [  8925] By: nick                                  on 2001/02/25  10:52:25
49296         Log: Checked in the wrong one ...
49297      Branch: perlio
49298            ! ext/Encode/Encode.pm
49299 ____________________________________________________________________________
49300 [  8924] By: nick                                  on 2001/02/24  18:46:51
49301         Log: Integrate mainline - to see what Jarkko has in ...
49302      Branch: perlio
49303           +> t/pod/testpods/lib/Pod/Stuff.pm
49304           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
49305 ____________________________________________________________________________
49306 [  8923] By: nick                                  on 2001/02/24  17:05:23
49307         Log: Encode API documentation nd tidy up.
49308              Minor additions to test.
49309              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
49310              Adds STRLEN to standard typemap.
49311      Branch: perlio
49312            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
49313            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
49314 ____________________________________________________________________________
49315 [  8922] By: jhi                                   on 2001/02/24  16:38:12
49316         Log: Add a test for the "character range should match in EBCDIC
49317              if specified using explicit numerics" bug found by Karsten
49318              Sperling.
49319      Branch: perl
49320            ! t/op/pat.t
49321 ____________________________________________________________________________
49322 [  8921] By: jhi                                   on 2001/02/24  16:30:16
49323         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
49324              From: schwern@pobox.com
49325              Date: Fri, 23 Feb 2001 03:21:37 -0500
49326              Message-ID: <20010223032137.A26022@magnonel.guild.net>
49327              
49328              plus Charles Lane's fixes, plus tweaks.
49329      Branch: perl
49330            + t/pod/testpods/lib/Pod/Stuff.pm
49331            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
49332 ____________________________________________________________________________
49333 [  8920] By: nick                                  on 2001/02/24  10:30:11
49334         Log: Integrate mainline
49335      Branch: perlio
49336           !> (integrate 33 files)
49337 ____________________________________________________________________________
49338 [  8919] By: jhi                                   on 2001/02/24  00:23:35
49339         Log: Subject: Re: I'm losing the war...
49340              From: "Vadim Konovalov" <watman@inbox.ru>
49341              Date: Sat, 24 Feb 2001 00:10:14 +0300
49342              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
49343              
49344              hv_store() not working correctly in ENV_IS_CASELESS case.
49345      Branch: perl
49346            ! hv.c
49347 ____________________________________________________________________________
49348 [  8918] By: jhi                                   on 2001/02/24  00:20:09
49349         Log: Subject: Re: [PATCH] fix for charnames above FFFF
49350              From: andreas.koenig@anima.de (Andreas J. Koenig)
49351              Date: 23 Feb 2001 02:39:03 +0100
49352              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
49353              
49354              A further efficiency tweak.
49355      Branch: perl
49356            ! lib/charnames.pm
49357 ____________________________________________________________________________
49358 [  8917] By: jhi                                   on 2001/02/23  20:27:51
49359         Log: Integrate change #8916 from mainline,
49360              do away with USE_WIN32_RTL_ENV.
49361      Branch: maint-5.6/perl
49362           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
49363 ____________________________________________________________________________
49364 [  8916] By: jhi                                   on 2001/02/23  20:02:25
49365         Log: Abolish USE_WIN32_RTL_ENV.
49366      Branch: perl
49367            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
49368 ____________________________________________________________________________
49369 [  8915] By: jhi                                   on 2001/02/23  19:36:00
49370         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
49371              later protected by some #define.
49372      Branch: perl
49373            ! gv.c
49374 ____________________________________________________________________________
49375 [  8914] By: jhi                                   on 2001/02/23  19:31:38
49376         Log: Retract #8902 for now, requested by Charles Lane, the correct
49377              fix will be something else.
49378      Branch: perl
49379            ! op.c
49380 ____________________________________________________________________________
49381 [  8913] By: jhi                                   on 2001/02/23  19:11:36
49382         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
49383              From: Peter Prymmer <pvhp@forte.com>
49384              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
49385              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
49386      Branch: perl
49387            ! t/op/lex_assign.t
49388 ____________________________________________________________________________
49389 [  8912] By: jhi                                   on 2001/02/23  18:38:20
49390         Log: Subject: [patch] perlio + useithreads
49391              From: Doug MacEachern <dougm@covalent.net>
49392              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
49393              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
49394              
49395              Gets things running but not complete.
49396      Branch: perl
49397            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
49398 ____________________________________________________________________________
49399 [  8911] By: jhi                                   on 2001/02/23  04:20:02
49400         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
49401              
49402              Duplicated environment freeing, File::Temp 0.12,
49403              op/append portability (EBCDIC) tweak.
49404      Branch: maint-5.6/perl
49405           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49406           !> t/op/append.t
49407 ____________________________________________________________________________
49408 [  8910] By: jhi                                   on 2001/02/23  02:07:33
49409         Log: Integrate change #8909 from mainline, a better Borland
49410              putenv() workaround.
49411      Branch: maint-5.6/perl
49412           !> perl.c
49413 ____________________________________________________________________________
49414 [  8909] By: jhi                                   on 2001/02/23  02:05:46
49415         Log: A better workaround for Borland putenv() brokenness from Sarathy.
49416      Branch: perl
49417            ! perl.c
49418 ____________________________________________________________________________
49419 [  8908] By: jhi                                   on 2001/02/23  02:04:14
49420         Log: Subject: fix for parameter -Dm (for perl@8867)
49421              From: "Vadim Konovalov" <watman@inbox.ru>
49422              Date: Thu, 22 Feb 2001 17:30:12 +0300
49423              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
49424      Branch: perl
49425            ! perl.h
49426 ____________________________________________________________________________
49427 [  8907] By: jhi                                   on 2001/02/23  01:58:20
49428         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
49429              From: Peter Prymmer <pvhp@forte.com>
49430              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
49431              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
49432      Branch: perl
49433            ! t/op/append.t
49434 ____________________________________________________________________________
49435 [  8906] By: jhi                                   on 2001/02/23  01:48:34
49436         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
49437      Branch: perl
49438            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49439 ____________________________________________________________________________
49440 [  8905] By: jhi                                   on 2001/02/23  01:43:30
49441         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
49442              From: Peter Prymmer <pvhp@forte.com>
49443              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
49444              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
49445      Branch: perl
49446            ! t/lib/st-06compat.t
49447 ____________________________________________________________________________
49448 [  8904] By: jhi                                   on 2001/02/23  01:42:39
49449         Log: Metaconfig unit change for #8903.
49450      Branch: metaconfig/U/perl
49451            ! Devel.U
49452 ____________________________________________________________________________
49453 [  8903] By: jhi                                   on 2001/02/23  01:42:12
49454         Log: Be more helpful for devel builders, suggested by John L. Allen.
49455      Branch: perl
49456            ! Configure
49457 ____________________________________________________________________________
49458 [  8902] By: jhi                                   on 2001/02/23  01:37:41
49459         Log: (Retracted by #8914)
49460              (Wrongly, reinstated by #8941)
49461              
49462              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
49463              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49464              Date:     Thu, 22 Feb 2001 09:43:57 EST
49465              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
49466      Branch: perl
49467            ! op.c
49468 ____________________________________________________________________________
49469 [  8901] By: jhi                                   on 2001/02/23  01:20:32
49470         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
49471              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49472              Date:     Thu, 22 Feb 2001 08:01:35 EST
49473              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
49474      Branch: perl
49475            ! malloc.c
49476 ____________________________________________________________________________
49477 [  8900] By: jhi                                   on 2001/02/23  01:18:02
49478         Log: Integrate changes #8898,8899 from mainline, environ handling.
49479      Branch: maint-5.6/perl
49480           !> perl.c
49481 ____________________________________________________________________________
49482 [  8899] By: jhi                                   on 2001/02/23  01:16:25
49483         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
49484              putenv() is not to be relied on, they are either broken or leaky
49485              or both.)
49486      Branch: perl
49487            ! perl.c
49488 ____________________________________________________________________________
49489 [  8898] By: jhi                                   on 2001/02/22  23:36:59
49490         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
49491              and safesysfree() must be used.
49492      Branch: perl
49493            ! perl.c
49494 ____________________________________________________________________________
49495 [  8897] By: jhi                                   on 2001/02/22  23:25:45
49496         Log: With environ one must use safesysmalloc()/safesysfree().
49497      Branch: perl
49498            ! perl.c
49499 ____________________________________________________________________________
49500 [  8896] By: jhi                                   on 2001/02/22  22:13:18
49501         Log: If we have a duplicated environment free it
49502              if PERL_DESTRUCT_LEVEL.
49503      Branch: perl
49504            ! perl.c
49505 ____________________________________________________________________________
49506 [  8895] By: alanbur                               on 2001/02/22  19:31:57
49507         Log: Synchronised with parent
49508      Branch: maint-5.6/pureperl
49509           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
49510 ____________________________________________________________________________
49511 [  8894] By: gsar                                  on 2001/02/22  19:06:18
49512         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
49513              
49514              fix memory leak in method call optimization (change#3768);
49515              made C<eval "$x->foo()"> leak
49516              
49517              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
49518      Branch: maint-5.6/perl
49519           !> op.c
49520 ____________________________________________________________________________
49521 [  8893] By: jhi                                   on 2001/02/22  18:35:27
49522         Log: (Retracted by #8915.)
49523              
49524              Third Degree finding:
49525              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
49526      Branch: perl
49527            ! gv.c
49528 ____________________________________________________________________________
49529 [  8892] By: jhi                                   on 2001/02/22  14:28:32
49530         Log: Update Changes.
49531      Branch: perl
49532            ! Changes patchlevel.h
49533 ____________________________________________________________________________
49534 [  8891] By: jhi                                   on 2001/02/22  13:22:45
49535         Log: Metaconfig unit changes for #8890.
49536      Branch: metaconfig
49537            ! U/modified/Cppsym.U U/threads/archname.U
49538 ____________________________________________________________________________
49539 [  8890] By: jhi                                   on 2001/02/22  13:22:12
49540         Log: Add -stdio to the archname if no perlio selected,
49541              no -perlio added since that is now the default.
49542              
49543              Add few CPUs/architectures to the Cppsym scan.
49544      Branch: perl
49545            ! Configure config_h.SH
49546 ____________________________________________________________________________
49547 [  8889] By: jhi                                   on 2001/02/22  13:05:59
49548         Log: Metaconfig unit change for #8888.
49549      Branch: metaconfig/U/perl
49550            ! useperlio.U
49551 ____________________________________________________________________________
49552 [  8888] By: jhi                                   on 2001/02/22  13:05:28
49553         Log: *drum roll*  Make perlio the default.
49554      Branch: perl
49555            ! Configure config_h.SH
49556 ____________________________________________________________________________
49557 [  8887] By: jhi                                   on 2001/02/22  12:50:52
49558         Log: Integrate change #8665 from maintperl to mainline,
49559              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
49560      Branch: perl
49561           !> ext/POSIX/POSIX.xs
49562 ____________________________________________________________________________
49563 [  8886] By: jhi                                   on 2001/02/22  12:49:24
49564         Log: Integrate changes #8883,8884 from mainline to maintperl.
49565              
49566              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
49567              Subject: Re: File::Temp::_gettemp warning
49568      Branch: maint-5.6/perl
49569           !> embed.h embed.pl lib/File/Temp.pm
49570 ____________________________________________________________________________
49571 [  8885] By: jhi                                   on 2001/02/22  12:43:59
49572         Log: Based on
49573              
49574              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
49575              From: schwab@suse.de
49576              Date: Thu, 22 Feb 2001 13:08:09 +0100
49577              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
49578              
49579              but the fix done slightly differently because the other
49580              half was already done in #8664.
49581      Branch: maint-5.6/perl
49582            ! ext/POSIX/POSIX.xs
49583 ____________________________________________________________________________
49584 [  8884] By: jhi                                   on 2001/02/22  12:37:15
49585         Log: Subject: Re: File::Temp::_gettemp warning
49586              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49587              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
49588              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
49589              
49590              This patch to File::Temp does two things:
49591              
49592              1. Fixes the problem with CGI::Carp when determining
49593              the Fcntl constants
49594              
49595              2. Removes most of the carps and consolidates them so that all the
49596              reasons are included in a single die that is caught by the test. This
49597              means that the correct skipping behaviour is displayed by the test.
49598      Branch: perl
49599            ! lib/File/Temp.pm
49600 ____________________________________________________________________________
49601 [  8883] By: jhi                                   on 2001/02/22  12:29:19
49602         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
49603              From: Peter Prymmer <pvhp@forte.com>
49604              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
49605              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
49606      Branch: perl
49607            ! embed.h embed.pl
49608 ____________________________________________________________________________
49609 [  8882] By: jhi                                   on 2001/02/21  19:41:33
49610         Log: Integrate change #8881 from mainlin to maintperl.
49611              
49612              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
49613      Branch: maint-5.6/perl
49614           !> op.c
49615 ____________________________________________________________________________
49616 [  8881] By: jhi                                   on 2001/02/21  19:38:57
49617         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
49618              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49619              Date:     Wed, 21 Feb 2001 13:08:03 EST
49620              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
49621      Branch: perl
49622            ! op.c
49623 ____________________________________________________________________________
49624 [  8880] By: jhi                                   on 2001/02/21  19:34:34
49625         Log: Retract #8875, cannot let go of the old semantics of unpack U
49626              without rethinking utf8decode.t.
49627      Branch: perl
49628            ! pp.c t/op/pack.t
49629 ____________________________________________________________________________
49630 [  8879] By: jhi                                   on 2001/02/21  19:08:02
49631         Log: Run run/*.t also in minitest.
49632      Branch: perl
49633            ! Makefile.SH
49634 ____________________________________________________________________________
49635 [  8878] By: nick                                  on 2001/02/21  18:55:37
49636         Log: Integrate mainline
49637      Branch: perlio
49638           !> (integrate 76 files)
49639 ____________________________________________________________________________
49640 [  8877] By: jhi                                   on 2001/02/21  15:09:33
49641         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
49642      Branch: metaconfig
49643            ! U/compline/nblock_io.U
49644      Branch: perl
49645            ! Configure config_h.SH
49646 ____________________________________________________________________________
49647 [  8876] By: jhi                                   on 2001/02/21  14:54:45
49648         Log: If no sfio, no -lsfio.
49649      Branch: metaconfig/U/perl
49650            ! d_sfio.U
49651      Branch: perl
49652            ! Configure config_h.SH
49653 ____________________________________________________________________________
49654 [  8875] By: jhi                                   on 2001/02/21  14:54:00
49655         Log: Make unpack C and unpack U truly equivalent.
49656      Branch: perl
49657            ! pp.c t/op/pack.t
49658 ____________________________________________________________________________
49659 [  8874] By: jhi                                   on 2001/02/21  14:26:02
49660         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
49661              From: Peter Prymmer <pvhp@forte.com>
49662              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
49663              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
49664      Branch: perl
49665            ! pod/perlport.pod
49666 ____________________________________________________________________________
49667 [  8873] By: jhi                                   on 2001/02/21  14:24:31
49668         Log: Subject: [PATCH] fix for charnames above FFFF
49669              From: andreas.koenig@anima.de (Andreas J. Koenig)
49670              Date: 21 Feb 2001 07:05:45 +0100
49671              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
49672      Branch: perl
49673            ! lib/charnames.pm t/lib/charnames.t
49674 ____________________________________________________________________________
49675 [  8872] By: jhi                                   on 2001/02/21  14:15:25
49676         Log: Integrate change #8868 from pureperl to mainline.
49677              
49678              Fixed reference count loop caused by sv_magic.
49679      Branch: perl
49680           !> sv.c
49681 ____________________________________________________________________________
49682 [  8871] By: jhi                                   on 2001/02/21  14:07:29
49683         Log: Integrate change #8868 from pureperl to maintperl.
49684              
49685              Fixed reference count loop caused by sv_magic.
49686      Branch: maint-5.6/perl
49687           !> sv.c
49688 ____________________________________________________________________________
49689 [  8870] By: jhi                                   on 2001/02/21  14:04:41
49690         Log: Put back the #8840, it was innocent.
49691      Branch: perl
49692            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
49693            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
49694 ____________________________________________________________________________
49695 [  8869] By: jhi                                   on 2001/02/21  14:00:03
49696         Log: unpack("C", ...) was left slightly unfinished by #8865.
49697      Branch: perl
49698            ! pp.c t/op/pack.t
49699 ____________________________________________________________________________
49700 [  8868] By: alanbur                               on 2001/02/21  01:33:45
49701         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
49702              from gv_fetchpv to create single-character magic variables (e.g. $!),
49703              and it is passed a sv and the gv that contains the sv as the mg_obj
49704              value.  When sv_magic stores the mg_obj pointer it increments the gv
49705              refcount, thus causing a sv-gv pair that can't be freed.  There is
49706              already a check for sv == obj which is used to prevent such reference
49707              loops.  This change extends the check to cover the case described above.
49708      Branch: maint-5.6/pureperl
49709            ! sv.c
49710 ____________________________________________________________________________
49711 [  8867] By: jhi                                   on 2001/02/21  00:52:39
49712         Log: Update Changes.
49713      Branch: perl
49714            ! Changes patchlevel.h
49715 ____________________________________________________________________________
49716 [  8866] By: jhi                                   on 2001/02/21  00:34:20
49717         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
49718              (Note: there were some conflicts due to EBCDIC and EPOC
49719              patches, in general I preferred the repository code.)
49720              (When 2.753 comes out, we need to synchronize.)
49721      Branch: perl
49722            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
49723            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
49724            ! t/lib/cgi-html.t
49725 ____________________________________________________________________________
49726 [  8865] By: jhi                                   on 2001/02/21  00:24:22
49727         Log: Make pack("C", 0x100) to create Unicode, unless under the
49728              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
49729              will understand Unicode, unless you under know what.
49730      Branch: perl
49731            ! pp.c t/op/pack.t t/op/qu.t
49732 ____________________________________________________________________________
49733 [  8864] By: alanbur                               on 2001/02/20  22:35:34
49734         Log: Resynchronised with parent
49735      Branch: maint-5.6/pureperl
49736           !> README.win32 ext/GDBM_File/GDBM_File.pm
49737           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
49738           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
49739           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
49740           !> t/lib/sdbm.t util.c
49741 ____________________________________________________________________________
49742 [  8863] By: jhi                                   on 2001/02/20  20:55:11
49743         Log: Integrate change #8860,8861 from mainline into maintperl.
49744              
49745              "pseudo-literal j"
49746              
49747              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
49748      Branch: maint-5.6/perl
49749           !> lib/Test.pm pod/perlop.pod
49750 ____________________________________________________________________________
49751 [  8862] By: jhi                                   on 2001/02/20  20:30:07
49752         Log: Don't do casting between pointers pointing to differently sized
49753              integers.
49754      Branch: perl
49755            ! hv.c sv.c
49756 ____________________________________________________________________________
49757 [  8861] By: jhi                                   on 2001/02/20  19:53:44
49758         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
49759              From: Peter Prymmer <pvhp@forte.com>
49760              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
49761              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
49762      Branch: perl
49763            ! lib/Test.pm
49764 ____________________________________________________________________________
49765 [  8860] By: jhi                                   on 2001/02/20  19:48:02
49766         Log: "pseudo-literal j", a documentation glitch reported to Debian.
49767              The text recovered from Perl 5.005_03, and pseudo-literal replaced
49768              by "backtick string".
49769      Branch: perl
49770            ! pod/perlop.pod
49771 ____________________________________________________________________________
49772 [  8859] By: jhi                                   on 2001/02/20  19:15:46
49773         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
49774              from Chris Nandor.
49775      Branch: perl
49776            ! makedef.pl
49777 ____________________________________________________________________________
49778 [  8858] By: jhi                                   on 2001/02/20  17:36:53
49779         Log: Integrate pureperl changes #8844,8845,8850 to mainline
49780              (via maintperl #8855).
49781              
49782              Fixed %^H scoping bug
49783              
49784              Removed GV <-> CV refcount loop
49785              
49786              Removed %ENV refcount loop
49787      Branch: perl
49788           !> gv.c op.c perl.c pp.c scope.c
49789 ____________________________________________________________________________
49790 [  8857] By: jhi                                   on 2001/02/20  17:34:32
49791         Log: Integrate changes #8853,8854 from maintperl to mainline.
49792              
49793              EBDIC fixes, README.win32 Borland update.
49794      Branch: perl
49795           !> README.win32 handy.h util.c
49796 ____________________________________________________________________________
49797 [  8856] By: jhi                                   on 2001/02/20  17:33:16
49798         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
49799      Branch: maint-5.6/perl
49800           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
49801           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
49802           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
49803 ____________________________________________________________________________
49804 [  8855] By: jhi                                   on 2001/02/20  17:32:13
49805         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
49806              
49807              Fixed %^H scoping bug
49808              
49809              Removed GV <-> CV refcount loop
49810              
49811              Removed %ENV refcount loop
49812      Branch: maint-5.6/perl
49813           !> gv.c op.c perl.c pp.c scope.c
49814 ____________________________________________________________________________
49815 [  8854] By: jhi                                   on 2001/02/20  17:25:06
49816         Log: Subject: Addition to readme.win32 for Borland C++ compilers
49817              Date: Tue, 20 Feb 2001 02:15:25 +0300
49818              From: "Vadim Konovalov" <watman@inbox.ru>
49819              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
49820              
49821              Document Borland compiler misbehaviour.
49822      Branch: maint-5.6/perl
49823            ! README.win32
49824 ____________________________________________________________________________
49825 [  8853] By: jhi                                   on 2001/02/20  17:22:25
49826         Log: The assimilation of ebcdic.c didn't quite work at the first try,
49827              patches from Thomas Dorner.
49828      Branch: maint-5.6/perl
49829            ! handy.h util.c
49830 ____________________________________________________________________________
49831 [  8852] By: jhi                                   on 2001/02/20  17:20:15
49832         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
49833              From: Chris Nandor <pudge@pobox.com>
49834              Date: Tue, 20 Feb 2001 08:32:45 -0500
49835              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
49836      Branch: maint-5.6/perl
49837            ! makedef.pl mg.c
49838 ____________________________________________________________________________
49839 [  8851] By: jhi                                   on 2001/02/20  17:15:52
49840         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
49841      Branch: perl
49842            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
49843            ! t/lib/filter-util.t
49844 ____________________________________________________________________________
49845 [  8850] By: alanbur                               on 2001/02/20  17:12:40
49846         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
49847              and the magic pointer points back to the GV that contains the
49848              %ENV hash.  This creates a refcount loop that prevents members
49849              of %ENV from being freed correctly.  This change removes the
49850              refcount loop - the magic pointer was never used anyway, the
49851              only use of the magic was to check the type ('E') so that the
49852              appropriate environment manipulation code is called when %ENV
49853              is modified.
49854      Branch: maint-5.6/pureperl
49855            ! perl.c
49856 ____________________________________________________________________________
49857 [  8849] By: jhi                                   on 2001/02/20  17:12:20
49858         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
49859              From: "Craig A. Berry" <craigberry@mac.com>
49860              Date: Mon, 19 Feb 2001 23:36:12 -0600
49861              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
49862              
49863              Case-forgiving systems match TestInit.pm with TES*.
49864      Branch: perl
49865            ! t/lib/glob-basic.t
49866 ____________________________________________________________________________
49867 [  8848] By: jhi                                   on 2001/02/20  17:10:02
49868         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
49869      Branch: perl
49870            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
49871            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
49872            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
49873 ____________________________________________________________________________
49874 [  8847] By: jhi                                   on 2001/02/20  15:34:41
49875         Log: The #8843 wasn't quite right: %Config needs to imported.
49876      Branch: perl
49877            ! t/run/runenv.t
49878 ____________________________________________________________________________
49879 [  8846] By: jhi                                   on 2001/02/20  15:31:50
49880         Log: Retract the #8838 and #8840 for now because of
49881              the DB_File tie problem.
49882      Branch: perl
49883            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
49884            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
49885            ! proto.h sv.c
49886 ____________________________________________________________________________
49887 [  8845] By: alanbur                               on 2001/02/20  14:25:41
49888         Log: Removed GV <-> CV refcount loop
49889              CvGV(mycv) points to the parent GV of the CV, and was previously
49890              refcounted.  The pointer remains, but the refcounting has been removed
49891              as it causes a refcount loop between the CV and GV that means the CV
49892              can't ever be deleted.
49893      Branch: maint-5.6/pureperl
49894            ! gv.c op.c pp.c
49895 ____________________________________________________________________________
49896 [  8844] By: alanbur                               on 2001/02/20  14:23:13
49897         Log: Fixed %^H scoping bug
49898      Branch: maint-5.6/pureperl
49899            ! scope.c
49900 ____________________________________________________________________________
49901 [  8843] By: jhi                                   on 2001/02/19  13:38:08
49902         Log: fork() not everywhere, cleanup temp files.
49903      Branch: perl
49904            ! t/run/runenv.t
49905 ____________________________________________________________________________
49906 [  8842] By: alanbur                               on 2001/02/19  12:42:07
49907         Log: Resynchronised with parent
49908      Branch: maint-5.6/pureperl
49909           !> pod/perlfaq4.pod sv.c utf8.c
49910 ____________________________________________________________________________
49911 [  8841] By: jhi                                   on 2001/02/19  03:35:51
49912         Log: Update Changes.
49913      Branch: perl
49914            ! Changes patchlevel.h
49915 ____________________________________________________________________________
49916 [  8840] By: jhi                                   on 2001/02/19  00:23:41
49917         Log: Subject: [patch] add sv_setref_uv
49918              From: Doug MacEachern <dougm@covalent.net>
49919              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
49920              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
49921      Branch: perl
49922            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
49923            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
49924 ____________________________________________________________________________
49925 [  8839] By: jhi                                   on 2001/02/19  00:01:38
49926         Log: Put to rest the 20010205.001, the email address checking (not) regex.
49927      Branch: perl
49928            ! pod/perlfaq9.pod
49929 ____________________________________________________________________________
49930 [  8838] By: jhi                                   on 2001/02/18  22:17:54
49931         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
49932              From: Doug MacEachern <dougm@covalent.net>
49933              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
49934              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
49935      Branch: perl
49936            ! lib/ExtUtils/xsubpp
49937 ____________________________________________________________________________
49938 [  8837] By: jhi                                   on 2001/02/18  22:16:50
49939         Log: Subject: [patch] -Wall cleanup round 2
49940              From: Doug MacEachern <dougm@covalent.net>
49941              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
49942              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
49943      Branch: perl
49944            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
49945            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
49946            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
49947            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
49948            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
49949            ! ext/SDBM_File/SDBM_File.xs
49950 ____________________________________________________________________________
49951 [  8836] By: jhi                                   on 2001/02/18  22:11:20
49952         Log: Misapplied regex optimizations when \C is present.
49953              Fixes 20001230.002.
49954              
49955              What still remains broken is that the submatches that
49956              have \C in them get their UTF8 flag on because their
49957              parent SV has it on.  This will result in malformed
49958              UTF8 if a \C happened to match a non-ASCII byte.
49959      Branch: perl
49960            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
49961            ! t/pragma/utf8.t
49962 ____________________________________________________________________________
49963 [  8835] By: jhi                                   on 2001/02/18  20:12:02
49964         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
49965              
49966              The hash key got wrongly UTF8fied.
49967      Branch: perl
49968            ! pod/perlapi.pod toke.c utf8.c
49969 ____________________________________________________________________________
49970 [  8834] By: jhi                                   on 2001/02/18  19:44:25
49971         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
49972              don't warn on magical or overloaded things.
49973      Branch: perl
49974            ! pp_hot.c
49975 ____________________________________________________________________________
49976 [  8833] By: nick                                  on 2001/02/18  19:31:22
49977         Log: Integrate mainline
49978      Branch: perlio
49979           +> t/TestInit.pm t/run/runenv.t
49980            - t/UTEST
49981           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
49982           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
49983           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
49984           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
49985           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
49986           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
49987           !> utf8.c
49988 ____________________________________________________________________________
49989 [  8832] By: jhi                                   on 2001/02/18  19:21:18
49990         Log: Integrate perlio.
49991      Branch: perl
49992           !> perlio.c pod/perldiag.pod
49993 ____________________________________________________________________________
49994 [  8831] By: jhi                                   on 2001/02/18  19:14:20
49995         Log: Integrate change #8827 from mainline.
49996              
49997              UTF8 tweaks.
49998      Branch: maint-5.6/perl
49999           !> sv.c utf8.c
50000 ____________________________________________________________________________
50001 [  8830] By: nick                                  on 2001/02/18  19:10:34
50002         Log: Apply the spirit of patch from Nick Clark:
50003              Subject: [PATCH] Re: extensions that provide layers
50004              From: Nicholas Clark <nick@ccl4.org>
50005              Date: Mon, 12 Feb 2001 16:43:51 +0000
50006              Message-Id: <20010212164350.Q3652@plum.flirble.org>
50007      Branch: perlio
50008            ! perlio.c pod/perldiag.pod
50009 ____________________________________________________________________________
50010 [  8829] By: jhi                                   on 2001/02/18  19:03:25
50011         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
50012              From: schwern@pobox.com 
50013              Date: Sun, 18 Feb 2001 13:44:35 -0500
50014              Message-ID: <20010218134435.A17544@magnonel.guild.net>
50015              
50016              Applied, but as t/TestInit.pm.
50017      Branch: perl
50018            + t/TestInit.pm
50019            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
50020            ! t/op/subst_wamp.t
50021 ____________________________________________________________________________
50022 [  8828] By: jhi                                   on 2001/02/18  18:43:52
50023         Log: Integrate perlio.
50024      Branch: perl
50025           !> perlio.c
50026 ____________________________________________________________________________
50027 [  8827] By: jhi                                   on 2001/02/18  18:41:33
50028         Log: UTF-8 tweaks.
50029      Branch: perl
50030            ! sv.c utf8.c
50031 ____________________________________________________________________________
50032 [  8826] By: nick                                  on 2001/02/18  17:40:59
50033         Log: Fix [ID 20010217.002]
50034              open FOO, "<:raw:perlio", ...
50035              :raw now inserts default base layer below itself.
50036              Also
50037              open FOO, "<:unix", ...
50038              works as well - but leaves buffer layer on stack under the unix layer.
50039      Branch: perlio
50040            ! perlio.c
50041 ____________________________________________________________________________
50042 [  8825] By: jhi                                   on 2001/02/18  17:15:39
50043         Log: Integrate perlio.
50044      Branch: perl
50045           !> perlio.c perliol.h
50046 ____________________________________________________________________________
50047 [  8824] By: jhi                                   on 2001/02/18  17:10:53
50048         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
50049              From: schwern@pobox.com
50050              Date: Sun, 18 Feb 2001 01:48:50 -0500
50051              Message-ID: <20010218014850.C19957@magnonel.guild.net>
50052      Branch: perl
50053            ! lib/Test/Harness.pm t/TEST t/op/chop.t
50054 ____________________________________________________________________________
50055 [  8823] By: jhi                                   on 2001/02/18  17:01:06
50056         Log: Add run/*.t to testables.
50057      Branch: perl
50058            ! t/TEST
50059 ____________________________________________________________________________
50060 [  8822] By: jhi                                   on 2001/02/18  16:58:58
50061         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
50062              From: schwern@pobox.com
50063              Date: Sun, 18 Feb 2001 01:11:35 -0500
50064              Message-ID: <20010218011135.A19957@magnonel.guild.net>
50065              
50066              Revive mjd's and Simon's PERL5OPT fix.
50067      Branch: perl
50068            + t/run/runenv.t
50069            ! MANIFEST perl.c
50070 ____________________________________________________________________________
50071 [  8821] By: jhi                                   on 2001/02/18  16:53:46
50072         Log: Subject: Re: Why t/TEST and not Test::Harness?
50073              From: schwern@pobox.com
50074              Date: Sat, 17 Feb 2001 22:44:44 -0500
50075              Message-ID: <20010217224444.A6679@magnonel.guild.net>
50076              
50077              Replace UTEST with TEST -utf8.
50078      Branch: perl
50079            - t/UTEST
50080            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
50081            ! t/lib/glob-basic.t
50082 ____________________________________________________________________________
50083 [  8820] By: nick                                  on 2001/02/18  13:06:16
50084         Log: Clean up a few core dumps when layers are used in unexpected ways.
50085              (Still not "right"...)
50086      Branch: perlio
50087            ! perlio.c perliol.h
50088 ____________________________________________________________________________
50089 [  8819] By: jhi                                   on 2001/02/18  02:25:55
50090         Log: Integrate change #8818 from maintperl, a FAQ nit.
50091      Branch: perl
50092           !> pod/perlfaq4.pod
50093 ____________________________________________________________________________
50094 [  8818] By: jhi                                   on 2001/02/18  02:24:50
50095         Log: FAQ nit from Chris Fedde.
50096      Branch: maint-5.6/perl
50097            ! pod/perlfaq4.pod
50098 ____________________________________________________________________________
50099 [  8817] By: nick                                  on 2001/02/17  18:20:14
50100         Log: Integrate mainline
50101      Branch: perlio
50102           +> lib/unicode/UCD.html lib/unicode/Unicode.html
50103           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
50104           +> pod/perlclib.pod
50105            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
50106            - lib/unicode/Unicode.301
50107           !> (integrate 324 files)
50108 ____________________________________________________________________________
50109 [  8816] By: jhi                                   on 2001/02/17  16:56:58
50110         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
50111      Branch: perl
50112            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
50113            ! ext/Storable/Storable.xs t/lib/st-06compat.t
50114            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
50115 ____________________________________________________________________________
50116 [  8815] By: jhi                                   on 2001/02/17  16:40:07
50117         Log: Subject: [patch] -Wall
50118              From: Doug MacEachern <dougm@covalent.net>
50119              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
50120              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
50121      Branch: perl
50122            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
50123            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
50124 ____________________________________________________________________________
50125 [  8814] By: jhi                                   on 2001/02/16  19:27:18
50126         Log: Document qu better.
50127      Branch: perl
50128            ! pod/perlop.pod
50129 ____________________________________________________________________________
50130 [  8813] By: jhi                                   on 2001/02/15  13:54:37
50131         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
50132              From: Hugo <hv@crypt.compulink.co.uk>
50133              Date: Thu, 15 Feb 2001 13:39:49 +0000
50134              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
50135      Branch: perl
50136            ! toke.c
50137 ____________________________________________________________________________
50138 [  8812] By: alanbur                               on 2001/02/15  13:52:16
50139         Log: Resynchronised with parent
50140      Branch: maint-5.6/pureperl
50141            - ebcdic.c
50142           !> (integrate 36 files)
50143 ____________________________________________________________________________
50144 [  8811] By: jhi                                   on 2001/02/15  13:51:16
50145         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
50146              
50147              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
50148              From: Jan Dubois <JanD@ActiveState.com>
50149              Date: Wed, 31 Jan 2001 21:17:03 -0800
50150              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
50151              
50152              tweak change#8659 to keep it simple
50153              
50154              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
50155              From: Russ Allbery <rra@stanford.edu>
50156              Date: 14 Feb 2001 10:15:41 -0800
50157              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
50158              
50159              (8809 empty)
50160              
50161              Upgrade to podlators 1.08, from Russ Allbery.
50162      Branch: perl
50163           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
50164           !> utils/perldoc.PL
50165 ____________________________________________________________________________
50166 [  8810] By: jhi                                   on 2001/02/15  13:35:08
50167         Log: Upgrade to podlators 1.08, from Russ Allbery.
50168      Branch: maint-5.6/perl
50169            ! lib/Pod/Man.pm lib/Pod/Text.pm
50170 ____________________________________________________________________________
50171 [  8809] By: jhi                                   on 2001/02/15  13:26:38
50172         Log: (accidentally empty check-in)
50173      Branch: maint-5.6/perl
50174            ! lib/Test/Harness.pm
50175 ____________________________________________________________________________
50176 [  8808] By: jhi                                   on 2001/02/15  13:23:47
50177         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
50178              From: Russ Allbery <rra@stanford.edu>
50179              Date: 14 Feb 2001 10:15:41 -0800
50180              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
50181              
50182              perldoc was hardcoding $Config{installscript}, which breaks
50183              when install* isn't where Perl ends up (such as with AFS).
50184              
50185              Use $Config{scriptdir} instead.
50186      Branch: maint-5.6/perl
50187            ! utils/perldoc.PL
50188 ____________________________________________________________________________
50189 [  8807] By: jhi                                   on 2001/02/14  14:37:27
50190         Log: Update Changes.
50191      Branch: perl
50192            ! Changes patchlevel.h
50193 ____________________________________________________________________________
50194 [  8806] By: jhi                                   on 2001/02/14  14:25:31
50195         Log: Integrate changes #8803,8804,8805 from mainline.
50196              
50197              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
50198              
50199              Don't skip too much of the locale error message if no environ array,
50200              from Chris Nandor.
50201              
50202              More MacOS Classic fixes from Chris Nandor.
50203      Branch: maint-5.6/perl
50204           !> doop.c lib/Cwd.pm perl.c perl.h util.c
50205 ____________________________________________________________________________
50206 [  8805] By: jhi                                   on 2001/02/14  03:29:01
50207         Log: More MacOS Classic fixes from Chris Nandor.
50208      Branch: perl
50209            ! doop.c lib/Cwd.pm
50210 ____________________________________________________________________________
50211 [  8804] By: jhi                                   on 2001/02/14  03:18:35
50212         Log: Don't skip too much of the locale error message if no environ array,
50213              from Chris Nandor.
50214      Branch: perl
50215            ! util.c
50216 ____________________________________________________________________________
50217 [  8803] By: jhi                                   on 2001/02/14  03:14:14
50218         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
50219      Branch: perl
50220            ! perl.c perl.h
50221 ____________________________________________________________________________
50222 [  8802] By: jhi                                   on 2001/02/13  18:31:33
50223         Log: AUTHORS update.
50224      Branch: perl
50225            ! AUTHORS
50226 ____________________________________________________________________________
50227 [  8801] By: jhi                                   on 2001/02/13  17:55:19
50228         Log: Integrate change #8792 from mainline.
50229              
50230              Subject: buncha MacPerl patches for bleadperl
50231              From: Chris Nandor <pudge@pobox.com>
50232              Date: Tue, 13 Feb 2001 00:02:43 -0500
50233              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
50234      Branch: maint-5.6/perl
50235           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
50236           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
50237           !> t/lib/basename.t toke.c util.h
50238 ____________________________________________________________________________
50239 [  8800] By: jhi                                   on 2001/02/13  17:46:43
50240         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
50241              to be forced to Off_t.
50242              
50243              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
50244              From: nick@ccl4.org
50245              Date: Thu, 1 Feb 2001 12:01:04 +0000
50246              Message-Id: <20010201120103.E11401@plum.flirble.org>
50247      Branch: maint-5.6/perl
50248            ! iperlsys.h perlio.c
50249 ____________________________________________________________________________
50250 [  8799] By: jhi                                   on 2001/02/13  16:52:51
50251         Log: Duplex duplex hunk hunk.
50252      Branch: maint-5.6/perl
50253            ! Makefile.SH
50254 ____________________________________________________________________________
50255 [  8797] By: jhi                                   on 2001/02/13  14:52:04
50256         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
50257              From: "Craig A. Berry" <craigberry@mac.com>
50258              Date: Mon, 12 Feb 2001 11:05:25 -0600
50259              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
50260      Branch: perl
50261            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
50262 ____________________________________________________________________________
50263 [  8796] By: jhi                                   on 2001/02/13  14:36:47
50264         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
50265              From: simon.cozens@pembroke.oxford.ac.uk 
50266              Date: Sat, 10 Feb 2001 17:57:02 +0000
50267              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
50268              
50269              Now it does include.
50270      Branch: perl
50271            ! pod/perldiag.pod
50272 ____________________________________________________________________________
50273 [  8795] By: jhi                                   on 2001/02/13  14:30:11
50274         Log: Sort the MANIFEST.
50275      Branch: perl
50276            ! MANIFEST
50277 ____________________________________________________________________________
50278 [  8794] By: jhi                                   on 2001/02/13  14:26:51
50279         Log: Integrate change #8793 from mainline, FAQ updates.
50280      Branch: maint-5.6/perl
50281           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
50282 ____________________________________________________________________________
50283 [  8793] By: jhi                                   on 2001/02/13  14:25:13
50284         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
50285      Branch: perl
50286            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
50287 ____________________________________________________________________________
50288 [  8792] By: jhi                                   on 2001/02/13  14:22:50
50289         Log: Subject: buncha MacPerl patches for bleadperl
50290              From: Chris Nandor <pudge@pobox.com>
50291              Date: Tue, 13 Feb 2001 00:02:43 -0500
50292              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
50293      Branch: perl
50294            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
50295            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
50296            ! t/lib/basename.t toke.c util.h
50297 ____________________________________________________________________________
50298 [  8791] By: jhi                                   on 2001/02/13  14:10:39
50299         Log: Integrate change #8790 from mainline.
50300              
50301              environ array wrongly assumed in Perl_init_i18nl10n(),
50302      Branch: maint-5.6/perl
50303           !> util.c
50304 ____________________________________________________________________________
50305 [  8790] By: jhi                                   on 2001/02/13  14:06:15
50306         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
50307              noticed by Chris Nandor in MacOS Classic.
50308      Branch: perl
50309            ! util.c
50310 ____________________________________________________________________________
50311 [  8789] By: jhi                                   on 2001/02/13  13:58:07
50312         Log: Integrate changes #8373,8487,8544,8783 from mainline.
50313              
50314              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
50315              hints files, the dynaloading, assimilate ebcdic into util.c.
50316      Branch: maint-5.6/perl
50317            - ebcdic.c
50318            ! MANIFEST hints/posix-bc.sh
50319           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
50320           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
50321           !> perlapi.c proto.h util.c
50322 ____________________________________________________________________________
50323 [  8788] By: alanbur                               on 2001/02/13  10:33:13
50324         Log: Integrated changes from maint-5.6
50325      Branch: maint-5.6/pureperl
50326           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
50327           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
50328           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50329           !> vos/config.ga.h vos/configure_perl.cm
50330 ____________________________________________________________________________
50331 [  8787] By: jhi                                   on 2001/02/13  05:56:36
50332         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
50333      Branch: perl
50334           !> Makefile.SH
50335 ____________________________________________________________________________
50336 [  8786] By: jhi                                   on 2001/02/13  05:54:34
50337         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
50338              From: Dorner Thomas <Thomas.Dorner@start.de>
50339              Date: Mon, 12 Feb 2001 15:06:26 +0100
50340              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
50341      Branch: maint-5.6/perl
50342            ! Makefile.SH
50343 ____________________________________________________________________________
50344 [  8785] By: jhi                                   on 2001/02/13  05:29:04
50345         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
50346      Branch: perl
50347           !> hints/openbsd.sh
50348 ____________________________________________________________________________
50349 [  8784] By: jhi                                   on 2001/02/13  02:25:24
50350         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
50351              From: Peter Prymmer <pvhp@forte.com>
50352              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
50353              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
50354      Branch: perl
50355            ! pod/perlclib.pod
50356 ____________________________________________________________________________
50357 [  8783] By: jhi                                   on 2001/02/13  02:22:36
50358         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
50359      Branch: perl
50360            - ebcdic.c
50361            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
50362            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
50363            ! util.c
50364 ____________________________________________________________________________
50365 [  8782] By: jhi                                   on 2001/02/13  02:00:07
50366         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
50367      Branch: maint-5.6/perl
50368            ! pod/perlport.pod
50369 ____________________________________________________________________________
50370 [  8781] By: jhi                                   on 2001/02/13  01:58:44
50371         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
50372      Branch: maint-5.6/perl
50373            ! hints/openbsd.sh
50374 ____________________________________________________________________________
50375 [  8780] By: jhi                                   on 2001/02/13  01:57:33
50376         Log: Synchronize the regexp tests between maintperl and mainline.
50377      Branch: maint-5.6/perl
50378           !> t/op/re_tests
50379 ____________________________________________________________________________
50380 [  8779] By: jhi                                   on 2001/02/13  01:49:35
50381         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
50382              From: Hugo <hv@crypt.compulink.co.uk>
50383              Date: Tue, 13 Feb 2001 00:11:11 +0000
50384              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
50385      Branch: perl
50386            ! regcomp.c t/op/re_tests
50387 ____________________________________________________________________________
50388 [  8778] By: jhi                                   on 2001/02/13  00:23:10
50389         Log: Comments do not nest.
50390      Branch: perl
50391            ! perl.h
50392 ____________________________________________________________________________
50393 [  8777] By: jhi                                   on 2001/02/13  00:17:54
50394         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
50395              From: Hugo <hv@crypt.compulink.co.uk>
50396              Date: Tue, 13 Feb 2001 00:11:11 +0000
50397              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
50398      Branch: maint-5.6/perl
50399            ! regcomp.c t/op/re_tests
50400 ____________________________________________________________________________
50401 [  8776] By: jhi                                   on 2001/02/12  23:25:52
50402         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
50403      Branch: maint-5.6/perl
50404            ! pod/perlport.pod
50405 ____________________________________________________________________________
50406 [  8775] By: jhi                                   on 2001/02/12  23:04:28
50407         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
50408      Branch: maint-5.6/perl
50409            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
50410            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50411            ! vos/configure_perl.cm
50412 ____________________________________________________________________________
50413 [  8774] By: jhi                                   on 2001/02/12  22:59:11
50414         Log: Subject: Re: [patch] context for 'U' magic functions
50415              From: Doug MacEachern <dougm@covalent.net>
50416              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
50417              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
50418              
50419              plus the suggestion by Nick Ing-Simmons to name the macro
50420              as PERL_MG_UFUNC to avoid namespace pollution, plus add
50421              the advice by Doug for XS writers to perl.h
50422      Branch: perl
50423            ! mg.c perl.h
50424 ____________________________________________________________________________
50425 [  8773] By: jhi                                   on 2001/02/11  20:14:12
50426         Log: Update Changes.
50427      Branch: perl
50428            ! Changes patchlevel.h
50429 ____________________________________________________________________________
50430 [  8772] By: jhi                                   on 2001/02/11  18:47:52
50431         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
50432              From: Simon Cozens <simon@cozens.net>
50433              Date: Wed, 31 Jan 2001 16:31:43 +0000
50434              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
50435      Branch: perl
50436            + pod/perlclib.pod
50437            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
50438            ! pod/perltoc.pod
50439 ____________________________________________________________________________
50440 [  8771] By: jhi                                   on 2001/02/11  18:36:48
50441         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
50442              
50443              Blocks-4d3.beta.txt
50444              CaseFolding-3d4.beta.txt
50445              CompositionExclusions-3d6.beta.txt
50446              EastAsianWidth-4d4.beta.txt
50447              LineBreak-6d3.beta.txt
50448              NamesList-3.1.0d1.beta.txt
50449              PropList-3.1.0d4.beta.txt
50450              SpecialCasing-4d1.beta.txt
50451              UnicodeData-3.1.0d6.beta.txt
50452      Branch: perl
50453            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
50454           +> lib/unicode/UCD.html lib/unicode/Unicode.html
50455            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
50456            - lib/unicode/Unicode.301
50457            ! (edit 257 files)
50458 ____________________________________________________________________________
50459 [  8770] By: jhi                                   on 2001/02/11  17:26:22
50460         Log: UTF-8 documentation.
50461      Branch: perl
50462            ! utf8.h
50463 ____________________________________________________________________________
50464 [  8769] By: jhi                                   on 2001/02/11  17:12:49
50465         Log: Retract #8762.
50466      Branch: perl
50467            ! regexec.c
50468 ____________________________________________________________________________
50469 [  8768] By: jhi                                   on 2001/02/11  16:54:45
50470         Log: Subject: [PATCH] Test::Harness
50471              From: andreas.koenig@anima.de (Andreas J. Koenig)
50472              Date: 11 Feb 2001 14:37:00 +0100
50473              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
50474      Branch: perl
50475            ! lib/Test/Harness.pm
50476 ____________________________________________________________________________
50477 [  8767] By: jhi                                   on 2001/02/11  16:53:52
50478         Log: Subject: [PATCH] Document makepatch in Porting/patching
50479              From: andreas.koenig@anima.de (Andreas J. Koenig)
50480              Date: 11 Feb 2001 16:46:28 +0100
50481              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
50482      Branch: perl
50483            ! Porting/patching.pod
50484 ____________________________________________________________________________
50485 [  8766] By: jhi                                   on 2001/02/11  06:30:23
50486         Log: Subject: Re: [patch] GvSHARED
50487              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
50488              From: Doug MacEachern <dougm@covalent.net>
50489              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
50490              
50491              Subject: Re: [patch] GvSHARED
50492              From: Doug MacEachern <dougm@covalent.net>
50493              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
50494              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
50495              
50496              Subject: [patch] attributes.pm support for `shared'
50497              From: Doug MacEachern <dougm@covalent.net>
50498              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
50499              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
50500              
50501              our() attributes were ignored, our :shared pieces missing,
50502              allow attributes.pm to turn on shared.
50503      Branch: perl
50504            ! op.c t/op/attrs.t toke.c xsutils.c
50505 ____________________________________________________________________________
50506 [  8765] By: alanbur                               on 2001/02/10  23:11:19
50507         Log: Resync with parent (hopefully sucessfully this time)
50508      Branch: maint-5.6/pureperl
50509           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
50510           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
50511           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
50512           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
50513           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
50514           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
50515           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
50516 ____________________________________________________________________________
50517 [  8764] By: jhi                                   on 2001/02/10  22:54:38
50518         Log: Make TEST and UTEST more verbose in case something goes
50519              wrong in running/compiling a script, suggested by Doug
50520              MacEachern.
50521      Branch: perl
50522            ! t/TEST t/UTEST
50523 ____________________________________________________________________________
50524 [  8763] By: jhi                                   on 2001/02/10  22:11:34
50525         Log: Bogus shebang.
50526      Branch: perl
50527            ! t/lib/texttabs.t
50528 ____________________________________________________________________________
50529 [  8762] By: jhi                                   on 2001/02/10  21:56:02
50530         Log: (Retracted by #8769)
50531      Branch: perl
50532            ! regexec.c
50533 ____________________________________________________________________________
50534 [  8761] By: jhi                                   on 2001/02/10  21:26:15
50535         Log: Subject: Re: [patch] GvSHARED 
50536              From: Doug MacEachern <dougm@covalent.net>
50537              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
50538              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
50539              
50540              our @EXPORT : shared = (...);
50541      Branch: perl
50542            ! toke.c
50543 ____________________________________________________________________________
50544 [  8760] By: jhi                                   on 2001/02/10  21:25:07
50545         Log: Subject: [patch] GvSHARED
50546              From: Doug MacEachern <dougm@covalent.net>
50547              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
50548              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
50549      Branch: perl
50550            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
50551 ____________________________________________________________________________
50552 [  8759] By: alanbur                               on 2001/02/10  21:24:27
50553         Log: Backed out mismerge.
50554      Branch: maint-5.6/pureperl
50555            ! MANIFEST README.hpux README.vmesa gv.c installhtml
50556            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
50557            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
50558            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
50559            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
50560            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
50561            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
50562 ____________________________________________________________________________
50563 [  8758] By: jhi                                   on 2001/02/10  18:01:17
50564         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
50565              
50566              Fixed UMRs and leak in Perl_pmtrans()
50567              
50568              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
50569              associated UTFied tr/// code.  Also fixed scoping leak of
50570              PL_reg_start_tmp.
50571              
50572              newATTRSUB leaks when an attempt to redefine the active sort sub is
50573              made.
50574      Branch: maint-5.6/perl
50575           !> op.c regcomp.c
50576 ____________________________________________________________________________
50577 [  8757] By: alanbur                               on 2001/02/10  17:56:46
50578         Log: Resynchronised with parent
50579      Branch: maint-5.6/pureperl
50580           +> README.bs2000
50581            - README.posix-bc
50582            ! gv.c perl.c sv.c
50583           !> MANIFEST README.hpux README.vmesa installhtml
50584           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
50585           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
50586           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
50587           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
50588           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
50589           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
50590 ____________________________________________________________________________
50591 [  8756] By: alanbur                               on 2001/02/10  17:51:15
50592         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
50593              made.
50594      Branch: maint-5.6/pureperl
50595            ! op.c
50596 ____________________________________________________________________________
50597 [  8755] By: jhi                                   on 2001/02/09  22:41:35
50598         Log: Upgrade to CPAN 1.59_54, from Andreas König.
50599      Branch: perl
50600            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50601 ____________________________________________________________________________
50602 [  8754] By: jhi                                   on 2001/02/09  22:29:20
50603         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
50604              
50605              Didn't upgrade the fill.t since it has a dependency to File::Slurp
50606              purely for debugging purposes, the actual test hasn't changed.
50607      Branch: perl
50608            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
50609            ! t/lib/textwrap.t
50610 ____________________________________________________________________________
50611 [  8753] By: jhi                                   on 2001/02/09  20:17:50
50612         Log: Integrate change #8682 from maintperl.
50613              
50614              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
50615              to work correctly.
50616      Branch: perl
50617           !> hints/irix_6.sh
50618 ____________________________________________________________________________
50619 [  8752] By: jhi                                   on 2001/02/09  20:00:46
50620         Log: Update Changes.
50621      Branch: perl
50622            ! Changes patchlevel.h
50623 ____________________________________________________________________________
50624 [  8751] By: nick                                  on 2001/02/09  19:48:37
50625         Log: Integrate mainline
50626      Branch: perlio
50627           +> README.bs2000 t/lib/cgi-esc.t
50628            - README.posix-bc
50629           !> (integrate 53 files)
50630 ____________________________________________________________________________
50631 [  8750] By: nick                                  on 2001/02/09  19:25:16
50632         Log: Subject: RE: Biannual Competition to Improve Hashing Function
50633              From: Fisher Mark <fisherm@tce.com>
50634              Date: Thu, 8 Feb 2001 10:44:00 -0500
50635              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
50636              Date: Thu, 8 Feb 2001 15:02:47 -0500
50637              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
50638      Branch: perl
50639            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
50640 ____________________________________________________________________________
50641 [  8749] By: jhi                                   on 2001/02/09  19:02:35
50642         Log: Forgotten fragment.
50643      Branch: perl
50644            ! pod/perlapi.pod
50645 ____________________________________________________________________________
50646 [  8748] By: jhi                                   on 2001/02/09  18:31:34
50647         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
50648              plus manual tweakage.
50649              
50650              Sync the perlfaq2 between mainline and maintperl.
50651      Branch: maint-5.6/perl
50652            ! pod/perlfaq2.pod
50653      Branch: perl
50654           !> pod/perlfaq2.pod
50655 ____________________________________________________________________________
50656 [  8747] By: jhi                                   on 2001/02/09  18:12:04
50657         Log: Subject: versiononly and installperl
50658              From: abigail@foad.org
50659              Date: Wed, 7 Feb 2001 22:43:12 +0100
50660              Message-ID: <20010207214312.7045.qmail@foad.org>    
50661              
50662              Add +v flag to force a normal install of the perl binary
50663              and the utilities.
50664              
50665              Subject: [PATCH] installperl
50666              From: Nicholas Clark <nick@ccl4.org>
50667              Date: Fri, 9 Feb 2001 16:28:57 +0000
50668              Message-ID: <20010209162857.B10931@plum.flirble.org>
50669              
50670              Add -A flag which also hardlinks the binary with
50671              the full architecture name.
50672      Branch: perl
50673            ! installperl
50674 ____________________________________________________________________________
50675 [  8746] By: jhi                                   on 2001/02/09  18:03:43
50676         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
50677              
50678              Subject: perlfaq2, re: perlmongers
50679              
50680              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
50681              
50682              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
50683              
50684              Subject: [ID 20010205.001] typo in perlfaq9
50685              
50686              Subject: [ID 20010208.002] unordered explanation in perlcall
50687      Branch: maint-5.6/perl
50688           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
50689           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
50690           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
50691 ____________________________________________________________________________
50692 [  8745] By: jhi                                   on 2001/02/09  17:59:09
50693         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
50694              From: abela@geneanet.org
50695              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
50696              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
50697      Branch: perl
50698            ! pod/perlcall.pod
50699 ____________________________________________________________________________
50700 [  8744] By: jhi                                   on 2001/02/09  17:48:16
50701         Log: Subject: [ID 20010205.001] typo in perlfaq9
50702              From: eserte@vran.herceg.de
50703              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
50704              Message-Id: <200102042244.XAA21926@vran.herceg.de>
50705      Branch: perl
50706            ! pod/perlfaq9.pod
50707 ____________________________________________________________________________
50708 [  8743] By: jhi                                   on 2001/02/09  17:25:12
50709         Log: Integrate change #8695 from maintperl.
50710              
50711              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
50712      Branch: perl
50713           !> thread.h
50714 ____________________________________________________________________________
50715 [  8742] By: jhi                                   on 2001/02/09  17:21:22
50716         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
50717              From: Andy Dougherty <doughera@lafayette.edu>
50718              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
50719              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
50720      Branch: perl
50721            ! embed.pl
50722 ____________________________________________________________________________
50723 [  8741] By: jhi                                   on 2001/02/09  17:05:19
50724         Log: Integrate changes #8738,8739,8740 from maintperl.
50725              
50726              Html files will be installed in a more logical and easier to
50727              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
50728              
50729              Html files will be generated with a header to make them look
50730              a little less bare.
50731              
50732              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
50733      Branch: perl
50734           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
50735 ____________________________________________________________________________
50736 [  8740] By: jhi                                   on 2001/02/09  17:03:46
50737         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
50738              From: "Brendan O'Dea" <bod@compusol.com.au>
50739              Date: Sun, 4 Feb 2001 11:17:56 +1100
50740              Message-ID: <20010204111756.A16301@compusol.com.au>
50741      Branch: maint-5.6/perl
50742            ! pod/perlfaq3.pod
50743 ____________________________________________________________________________
50744 [  8739] By: jhi                                   on 2001/02/09  17:01:59
50745         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
50746              From: "Indy Singh" <indy@nusphere.com>
50747              Date: Fri, 2 Feb 2001 15:09:59 -0500
50748              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
50749              
50750              Html files will be generated with a header to make them look
50751              a little less bare.
50752      Branch: maint-5.6/perl
50753            ! installhtml
50754 ____________________________________________________________________________
50755 [  8738] By: jhi                                   on 2001/02/09  16:58:48
50756         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
50757              From: "Indy Singh" <indy@nusphere.com>
50758              Date: Fri, 2 Feb 2001 15:08:23 -0500
50759              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
50760              
50761              Html files will be installed in a more logical and easier to
50762              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
50763      Branch: maint-5.6/perl
50764            ! win32/Makefile win32/makefile.mk
50765 ____________________________________________________________________________
50766 [  8737] By: jhi                                   on 2001/02/09  16:46:54
50767         Log: Integrate changes #8687,8736 from maintperl.
50768              
50769              HP-UX thread patches from Merijn H. Brand.
50770              
50771              Latin nit from Philip Newton.
50772      Branch: perl
50773           !> README.hpux hints/hpux.sh
50774 ____________________________________________________________________________
50775 [  8736] By: jhi                                   on 2001/02/09  16:42:31
50776         Log: Latin nit from Philip Newton.
50777      Branch: maint-5.6/perl
50778            ! README.hpux
50779 ____________________________________________________________________________
50780 [  8735] By: jhi                                   on 2001/02/09  16:24:03
50781         Log: Integrate changes #8704,8710 from pureperl.
50782              
50783              Fixed UMRs and leak in Perl_pmtrans()
50784              
50785              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
50786              associated UTFied tr/// code.  Also fixed scoping leak of
50787              PL_reg_start_tmp.
50788      Branch: perl
50789           !> op.c regcomp.c
50790 ____________________________________________________________________________
50791 [  8734] By: jhi                                   on 2001/02/09  15:40:21
50792         Log: Integrate change #8733 from maintperl.
50793              
50794              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
50795      Branch: perl
50796           !> pod/perlre.pod
50797 ____________________________________________________________________________
50798 [  8733] By: jhi                                   on 2001/02/09  15:35:47
50799         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
50800              From: Prymmer/Kahn <pvhp@best.com>
50801              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
50802              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
50803      Branch: maint-5.6/perl
50804            ! pod/perlre.pod
50805 ____________________________________________________________________________
50806 [  8732] By: jhi                                   on 2001/02/09  15:26:17
50807         Log: Rename README.posix-bc to README.bs2000 (to avoid the
50808              confusion of a "perlposix-bc.pod"), add a few missing
50809              arch pods, regen toc.
50810      Branch: maint-5.6/perl
50811           +> README.bs2000
50812            - README.posix-bc
50813            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
50814            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
50815 ____________________________________________________________________________
50816 [  8731] By: jhi                                   on 2001/02/09  15:23:39
50817         Log: De-cut-and-pasto.
50818      Branch: perl
50819            ! pod/perl.pod
50820 ____________________________________________________________________________
50821 [  8730] By: jhi                                   on 2001/02/09  15:11:13
50822         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
50823              when people think that perlposix-bc.pod tells anything about
50824              Perl and POSIX.  Regen toc.
50825      Branch: perl
50826           +> README.bs2000
50827            - README.posix-bc
50828            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
50829            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
50830 ____________________________________________________________________________
50831 [  8729] By: jhi                                   on 2001/02/09  14:52:28
50832         Log: The README.vmesa part of #8712 from maintperl.
50833      Branch: perl
50834            ! README.vmesa
50835 ____________________________________________________________________________
50836 [  8728] By: jhi                                   on 2001/02/09  14:46:06
50837         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
50838              From: Peter Prymmer <pvhp@forte.com>
50839              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
50840              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
50841      Branch: maint-5.6/perl
50842            ! README.vmesa win32/Makefile win32/makefile.mk
50843 ____________________________________________________________________________
50844 [  8727] By: jhi                                   on 2001/02/09  14:33:25
50845         Log: Integrate change #8712 from mainline.
50846              
50847              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
50848      Branch: maint-5.6/perl
50849           !> lib/Pod/Find.pm
50850 ____________________________________________________________________________
50851 [  8726] By: jhi                                   on 2001/02/09  14:30:28
50852         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
50853              From: Peter Prymmer <pvhp@forte.com>
50854              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
50855              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
50856      Branch: perl
50857            + t/lib/cgi-esc.t
50858            ! MANIFEST lib/CGI/Util.pm
50859 ____________________________________________________________________________
50860 [  8725] By: jhi                                   on 2001/02/09  04:56:47
50861         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
50862      Branch: maint-5.6/perl
50863            ! pod/perlport.pod
50864 ____________________________________________________________________________
50865 [  8724] By: jhi                                   on 2001/02/09  04:40:59
50866         Log: Integrate changes 7819,7820 from vmsperl into mainline.
50867              
50868              Add header for LIB$ prototypes (C. Berry)
50869              
50870              Convert fwrite()s to sockets to write()s, since some socket stacks
50871              don't take kindly to stdio.
50872              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
50873              (for often optional LNMs)
50874              Correct a few typos
50875              (C. Bailey)
50876      Branch: perl
50877           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
50878 ____________________________________________________________________________
50879 [  8723] By: jhi                                   on 2001/02/09  03:29:29
50880         Log: Integrate change #8722 from mainline.
50881              
50882              The Im() function wasn't returning zero for non-Math::Complex
50883              arguments.  The bug reported by John Gamble.
50884      Branch: maint-5.6/perl
50885           !> lib/Math/Complex.pm
50886 ____________________________________________________________________________
50887 [  8722] By: jhi                                   on 2001/02/09  03:28:33
50888         Log: The Im() function wasn't returning zero for non-Math::Complex
50889              arguments.  The bug reported by John Gamble.
50890      Branch: perl
50891            ! lib/Math/Complex.pm
50892 ____________________________________________________________________________
50893 [  8721] By: nick                                  on 2001/02/08  22:11:35
50894         Log: Correct the correction :-(
50895      Branch: perl
50896            ! perl.c
50897 ____________________________________________________________________________
50898 [  8720] By: bailey                                on 2001/02/08  20:59:22
50899         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
50900              don't take kindly to stdio.
50901              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
50902              (for often optional LNMs)
50903              Correct a few typos
50904              (C. Bailey)
50905      Branch: vmsperl
50906            ! vms/vms.c vms/vmsish.h
50907 ____________________________________________________________________________
50908 [  8719] By: bailey                                on 2001/02/08  20:51:02
50909         Log: Add header for LIB$ prototypes (C. Berry)
50910      Branch: vmsperl
50911            ! ext/Devel/DProf/DProf.xs
50912 ____________________________________________________________________________
50913 [  8718] By: bailey                                on 2001/02/08  20:49:00
50914         Log: SYN SYN
50915      Branch: vmsperl
50916           +> pod/perliol.pod t/lib/sample-tests/bailout
50917           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
50918           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
50919           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
50920           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
50921           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
50922           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
50923            - lib/unicode/Is/DCinital.pl
50924           !> (integrate 101 files)
50925 ____________________________________________________________________________
50926 [  8717] By: nick                                  on 2001/02/08  19:38:48
50927         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
50928              From: Robin Barker <rmb1@cise.npl.co.uk>
50929              Date: Thu, 8 Feb 2001 14:38:07 GMT
50930              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
50931      Branch: perl
50932            ! lib/CPAN.pm
50933 ____________________________________________________________________________
50934 [  8716] By: nick                                  on 2001/02/08  19:29:07
50935         Log: Generated files form 8713 etc.
50936      Branch: perl
50937            ! embed.h global.sym objXSUB.h perlapi.c proto.h
50938 ____________________________________________________________________________
50939 [  8715] By: nick                                  on 2001/02/08  19:26:08
50940         Log: Fixup non-ithread build after 8713
50941      Branch: perl
50942            ! perl.c
50943 ____________________________________________________________________________
50944 [  8714] By: nick                                  on 2001/02/08  19:17:45
50945         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
50946              From: nick@ccl4.org
50947              Date: Wed, 7 Feb 2001 00:27:47 +0000
50948              Message-Id: <20010207002747.B63724@plum.flirble.org>
50949      Branch: perl
50950            ! sv.c toke.c
50951 ____________________________________________________________________________
50952 [  8713] By: nick                                  on 2001/02/08  19:15:58
50953         Log: Subject: Re: [patch] Re: PL_ptr_table
50954              From: Doug Maceachern <dougm@covalent.net>
50955              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
50956              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
50957      Branch: perl
50958            ! embed.pl perl.c sv.c sv.h
50959 ____________________________________________________________________________
50960 [  8712] By: nick                                  on 2001/02/08  19:12:47
50961         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
50962              From: Peter Prymmer <pvhp@forte.com>
50963              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
50964              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
50965      Branch: perl
50966            ! lib/Pod/Find.pm
50967 ____________________________________________________________________________
50968 [  8711] By: nick                                  on 2001/02/07  21:06:11
50969         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
50970              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
50971              From: Alan Burlison <Alan.Burlison@uk.sun.com>
50972              Date: Tue, 06 Feb 2001 23:37:01 +0000
50973              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
50974      Branch: perl
50975            ! regcomp.c
50976 ____________________________________________________________________________
50977 [  8710] By: alanbur                               on 2001/02/07  00:22:04
50978         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
50979              associated UTFied tr/// code.  Also fixed scoping leak of
50980              PL_reg_start_tmp.
50981      Branch: maint-5.6/pureperl
50982            ! op.c regcomp.c
50983 ____________________________________________________________________________
50984 [  8709] By: nick                                  on 2001/02/06  21:16:49
50985         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
50986              From: Michael G Schwern <schwern@pobox.com>
50987              Date: Sun, 4 Feb 2001 19:47:14 -0500
50988              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
50989      Branch: perl
50990            ! pod/perlapi.pod pod/perlmodlib.PL
50991 ____________________________________________________________________________
50992 [  8708] By: nick                                  on 2001/02/06  20:41:20
50993         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
50994              From: Michael G Schwern <schwern@pobox.com>
50995              Date: Sun, 4 Feb 2001 21:17:49 -0500
50996              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
50997      Branch: perl
50998            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
50999            ! pod/perltootc.pod
51000 ____________________________________________________________________________
51001 [  8707] By: nick                                  on 2001/02/06  20:29:11
51002         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
51003              From: Michael G Schwern <schwern@pobox.com>
51004              Date: Tue, 6 Feb 2001 05:54:30 -0500
51005              Message-Id: <20010206055430.A951@blackrider.aocn.com>
51006      Branch: perl
51007            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
51008 ____________________________________________________________________________
51009 [  8706] By: nick                                  on 2001/02/06  20:21:40
51010         Log: Subject: RE: some win32 fixes
51011              Date: Tue, 6 Feb 2001 09:23:20 +0300
51012              From: Vadim Konovalov <vkonovalov@lucent.com>
51013              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
51014      Branch: perl
51015            ! toke.c win32/Makefile win32/config.bc win32/config.gc
51016            ! win32/config.vc win32/config_H.bc win32/makefile.mk
51017 ____________________________________________________________________________
51018 [  8705] By: alanbur                               on 2001/02/06  15:00:03
51019         Log: Synchronised with parent
51020      Branch: maint-5.6/pureperl
51021            ! regexec.c
51022           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
51023           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
51024 ____________________________________________________________________________
51025 [  8704] By: alanbur                               on 2001/02/06  14:55:24
51026         Log: Fixed UMRs and leak in Perl_pmtrans()
51027      Branch: maint-5.6/pureperl
51028            ! op.c
51029 ____________________________________________________________________________
51030 [  8703] By: gsar                                  on 2001/02/06  02:29:37
51031         Log: $(MAKE) distclean doesn't clean up properly on windows
51032      Branch: maint-5.6/perl
51033            ! win32/Makefile win32/makefile.mk
51034 ____________________________________________________________________________
51035 [  8702] By: gsar                                  on 2001/02/06  01:00:46
51036         Log: tweak change#8659 to keep it simple
51037      Branch: maint-5.6/perl
51038            ! utils/perldoc.PL
51039 ____________________________________________________________________________
51040 [  8701] By: gsar                                  on 2001/02/05  22:45:41
51041         Log: change#8693 was missing testsuite changes
51042      Branch: maint-5.6/perl
51043           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
51044 ____________________________________________________________________________
51045 [  8700] By: nick                                  on 2001/02/05  20:32:52
51046         Log: Integrate mainline
51047      Branch: perlio
51048           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
51049           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
51050           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
51051           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
51052           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
51053           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
51054           +> t/lib/test-harness.t
51055           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
51056           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
51057           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
51058           !> pod/perlutil.pod t/TEST utils/h2xs.PL
51059 ____________________________________________________________________________
51060 [  8699] By: nick                                  on 2001/02/05  19:41:07
51061         Log: Subject: perlfaq2, re: perlmongers
51062              From: David H. Adler <dha@panix.com>
51063              Date: Sun, 4 Feb 2001 23:48:23 -0500
51064              Message-Id: <20010204234823.A13429@panix.com>
51065      Branch: perl
51066            ! pod/perlfaq2.pod
51067 ____________________________________________________________________________
51068 [  8698] By: nick                                  on 2001/02/05  19:39:31
51069         Log: Missed file f#rom the testharness mess.
51070      Branch: perl
51071            + t/lib/test-harness.t
51072 ____________________________________________________________________________
51073 [  8697] By: nick                                  on 2001/02/05  19:37:21
51074         Log: Subject: [DOC PATCH] overload.pm nits
51075              From: John Tobey <jtobey@john-edwin-tobey.org>
51076              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
51077              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
51078      Branch: perl
51079            ! lib/overload.pm
51080 ____________________________________________________________________________
51081 [  8696] By: alanbur                               on 2001/02/05  11:56:00
51082         Log: Sync with parent
51083      Branch: maint-5.6/pureperl
51084           !> thread.h
51085 ____________________________________________________________________________
51086 [  8695] By: gsar                                  on 2001/02/05  03:27:34
51087         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
51088      Branch: maint-5.6/perl
51089            ! thread.h
51090 ____________________________________________________________________________
51091 [  8694] By: alanbur                               on 2001/02/05  00:07:47
51092         Log: Initial branch creation from //depot/maint-5.6/perl
51093      Branch: maint-5.6/pureperl
51094           +> (branch 1719 files)
51095 ____________________________________________________________________________
51096 [  8693] By: gsar                                  on 2001/02/04  22:38:49
51097         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
51098              changes)
51099      Branch: maint-5.6/perl
51100           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
51101           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
51102           !> ext/DB_File/version.c
51103 ____________________________________________________________________________
51104 [  8692] By: nick                                  on 2001/02/04  18:15:57
51105         Log: The missed t/TEST part of the grand testharness upgrade.
51106      Branch: perl
51107            ! t/TEST
51108 ____________________________________________________________________________
51109 [  8691] By: nick                                  on 2001/02/04  18:05:17
51110         Log: New improved test harness
51111              Subject: Re: [PATCH Test::Harness] Third time's a charm?
51112              From: Michael G Schwern <schwern@pobox.com>
51113              Date: Sun, 4 Feb 2001 08:01:20 -0500
51114              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
51115      Branch: perl
51116            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
51117            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
51118            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
51119            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
51120            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
51121            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
51122            ! MANIFEST lib/Test/Harness.pm
51123 ____________________________________________________________________________
51124 [  8690] By: nick                                  on 2001/02/04  17:57:51
51125         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
51126              From: Jonathan Stowe <gellyfish@gellyfish.com>
51127              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
51128              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
51129      Branch: perl
51130            ! utils/h2xs.PL
51131 ____________________________________________________________________________
51132 [  8689] By: nick                                  on 2001/02/04  17:55:24
51133         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
51134              From: Michael G Schwern <schwern@pobox.com>
51135              Date: Sat, 3 Feb 2001 22:46:38 -0500
51136              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
51137      Branch: perl
51138            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
51139            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
51140 ____________________________________________________________________________
51141 [  8688] By: nick                                  on 2001/02/04  17:43:55
51142         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
51143              length byfailing to spot lack of closing )
51144              From: nick@talking.bollo.cx
51145              Date: Sat, 03 Feb 2001 23:53:16 +0000
51146              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
51147      Branch: perl
51148            ! perlio.c pod/perldiag.pod
51149 ____________________________________________________________________________
51150 [  8687] By: jhi                                   on 2001/02/03  17:11:42
51151         Log: HP-UX thread patches from Merijn H. Brand.
51152      Branch: maint-5.6/perl
51153            ! README.hpux hints/hpux.sh
51154 ____________________________________________________________________________
51155 [  8686] By: jhi                                   on 2001/02/03  16:40:12
51156         Log: Metaconfig changes for #8685.
51157      Branch: metaconfig
51158            ! U/installdirs/instubperl.U
51159      Branch: metaconfig/U/perl
51160            ! Devel.U versiononly.U
51161 ____________________________________________________________________________
51162 [  8685] By: jhi                                   on 2001/02/03  16:39:49
51163         Log: For -Dusedevel builds turn off installusrbinperl and turn on
51164              versiononly, a combined idea of Richard Soderberg and Merijn
51165              H. Brand.  You can still override both of these from the command
51166              line if you need to, -Dinstallusrbinperl and -Uversiononly.
51167      Branch: perl
51168            ! Configure
51169 ____________________________________________________________________________
51170 [  8684] By: jhi                                   on 2001/02/03  16:16:34
51171         Log: Metaconfig unit fix for #8683.
51172      Branch: metaconfig
51173            ! U/compline/nblock_io.U
51174 ____________________________________________________________________________
51175 [  8683] By: jhi                                   on 2001/02/03  16:16:12
51176         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
51177              reported by Peter Prymmer for 5.6-TRIAL1.
51178      Branch: perl
51179            ! Configure
51180 ____________________________________________________________________________
51181 [  8682] By: jhi                                   on 2001/02/03  05:52:11
51182         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
51183              to work correctly.
51184      Branch: maint-5.6/perl
51185            ! hints/irix_6.sh
51186 ____________________________________________________________________________
51187 [  8681] By: jhi                                   on 2001/02/03  05:47:33
51188         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
51189      Branch: maint-5.6/perl
51190            ! pod/perlport.pod
51191 ____________________________________________________________________________
51192 [  8680] By: jhi                                   on 2001/02/02  21:39:49
51193         Log: perlport update from Peter Prymmer.
51194      Branch: maint-5.6/perl
51195            ! pod/perlport.pod
51196 ____________________________________________________________________________
51197 [  8679] By: nick                                  on 2001/02/02  20:50:48
51198         Log: Integrate mainline
51199      Branch: perlio
51200           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
51201           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
51202           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
51203 ____________________________________________________________________________
51204 [  8678] By: gsar                                  on 2001/02/02  16:02:12
51205         Log: note about bincompat, slightly modified (from Lupe Christoph)
51206      Branch: maint-5.6/perl
51207            ! README.solaris
51208 ____________________________________________________________________________
51209 [  8677] By: jhi                                   on 2001/02/02  15:46:20
51210         Log: Supported platforms updates.
51211      Branch: maint-5.6/perl
51212            ! pod/perlport.pod
51213 ____________________________________________________________________________
51214 [  8676] By: jhi                                   on 2001/02/02  03:41:26
51215         Log: A couple more perlfaq2 tweaks.
51216      Branch: maint-5.6/perl
51217            ! pod/perlfaq2.pod
51218 ____________________________________________________________________________
51219 [  8675] By: jhi                                   on 2001/02/02  03:17:44
51220         Log: Misedit in #8661.
51221      Branch: maint-5.6/perl
51222            ! Configure
51223 ____________________________________________________________________________
51224 [  8674] By: jhi                                   on 2001/02/02  03:14:38
51225         Log: Damien again.
51226      Branch: maint-5.6/perl
51227            ! pod/perlfaq2.pod
51228 ____________________________________________________________________________
51229 [  8673] By: jhi                                   on 2001/02/02  03:12:40
51230         Log: perlfaq update from Elaine Ashton.
51231      Branch: maint-5.6/perl
51232            ! pod/perlfaq2.pod
51233 ____________________________________________________________________________
51234 [  8672] By: jhi                                   on 2001/02/02  03:07:08
51235         Log: UTF-8 s/// patch from Inaba Hiroto.
51236      Branch: maint-5.6/perl
51237            ! pp_ctl.c pp_hot.c
51238 ____________________________________________________________________________
51239 [  8671] By: jhi                                   on 2001/02/01  22:34:31
51240         Log: Update Changes.
51241      Branch: perl
51242            ! Changes patchlevel.h
51243 ____________________________________________________________________________
51244 [  8670] By: jhi                                   on 2001/02/01  22:15:29
51245         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
51246              from maintperl.
51247              
51248              Upgrade to Getopt::Long 2.25, from Johan Vromans.
51249              
51250              more files need to be writable in the source distribution
51251              
51252              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
51253              
51254              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
51255              
51256              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
51257              
51258              Allow the float to be fuzzier.
51259              
51260              need to use INT2PTR instead of a straight cast or ia64 fails
51261              
51262              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
51263              
51264              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
51265      Branch: perl
51266           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
51267           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
51268           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
51269 ____________________________________________________________________________
51270 [  8669] By: jhi                                   on 2001/02/01  21:57:02
51271         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
51272              From: Robin Barker <rmb1@cise.npl.co.uk>
51273              Date: Thu, 1 Feb 2001 16:59:05 GMT
51274              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
51275      Branch: maint-5.6/perl
51276            ! pod/perlmodlib.PL
51277 ____________________________________________________________________________
51278 [  8668] By: nick                                  on 2001/02/01  19:41:40
51279         Log: Integrate mainline
51280      Branch: perlio
51281           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
51282           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
51283           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
51284 ____________________________________________________________________________
51285 [  8667] By: gsar                                  on 2001/02/01  16:59:11
51286         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
51287      Branch: maint-5.6/perl
51288            ! embed.pl embedvar.h
51289 ____________________________________________________________________________
51290 [  8666] By: gsar                                  on 2001/02/01  16:34:51
51291         Log: add missing entries to win32/config.?c
51292      Branch: maint-5.6/perl
51293            ! win32/config.bc win32/config.gc win32/config.vc
51294            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51295 ____________________________________________________________________________
51296 [  8665] By: jhi                                   on 2001/02/01  14:58:51
51297         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
51298              From: "Stephen P. Potter" <spp@spotter.yi.org>
51299              Date: Thu, 01 Feb 2001 10:45:46 -0500
51300              Message-Id: <200102011545.KAA31479@spotter.yi.org>
51301      Branch: maint-5.6/perl
51302            ! pod/perlfunc.pod
51303 ____________________________________________________________________________
51304 [  8664] By: gsar                                  on 2001/02/01  14:52:37
51305         Log: need to use INT2PTR instead of a straight cast or ia64 fails
51306              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
51307      Branch: maint-5.6/perl
51308            ! ext/POSIX/POSIX.xs
51309 ____________________________________________________________________________
51310 [  8663] By: jhi                                   on 2001/02/01  14:09:13
51311         Log: Allow the float to be fuzzier.
51312      Branch: maint-5.6/perl
51313            ! t/lib/peek.t
51314 ____________________________________________________________________________
51315 [  8662] By: jhi                                   on 2001/02/01  13:59:00
51316         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
51317              From: Robin Barker <rmb1@cise.npl.co.uk>
51318              Date: Thu, 1 Feb 2001 13:05:39 GMT
51319              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
51320      Branch: maint-5.6/perl
51321            ! pod/perlmodlib.pod
51322 ____________________________________________________________________________
51323 [  8661] By: jhi                                   on 2001/02/01  13:57:38
51324         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
51325              Date: Thu, 01 Feb 2001 14:15:41 +0100
51326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51327              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
51328              
51329              Have the $ccflags in the gcc version test (strange, this change
51330              is claimed to be have been integrated already)
51331      Branch: maint-5.6/perl
51332            ! Configure
51333 ____________________________________________________________________________
51334 [  8660] By: jhi                                   on 2001/02/01  13:44:10
51335         Log: Integrate changes #7950,7964,7962 from mainline.
51336              
51337              Find the stdchar signedness using cpp, should fix some of
51338              the Solaris compiler warnings reported by Alan Burlison.
51339      Branch: maint-5.6/perl
51340           !> Configure config_h.SH
51341 ____________________________________________________________________________
51342 [  8659] By: jhi                                   on 2001/02/01  05:35:32
51343         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
51344              From: Jan Dubois <JanD@ActiveState.com>
51345              Date: Wed, 31 Jan 2001 21:17:03 -0800
51346              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
51347      Branch: maint-5.6/perl
51348            ! utils/perldoc.PL
51349 ____________________________________________________________________________
51350 [  8658] By: jhi                                   on 2001/02/01  04:33:17
51351         Log: Integrate the README.os390 and README.posix-bc parts of mainline
51352              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
51353              installperl parts were taken care of by #8657.)
51354      Branch: maint-5.6/perl
51355           !> README.os390 README.posix-bc
51356 ____________________________________________________________________________
51357 [  8657] By: jhi                                   on 2001/02/01  04:29:21
51358         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
51359              From: Peter Prymmer <pvhp@forte.com>
51360              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
51361              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
51362      Branch: maint-5.6/perl
51363            + ext/DynaLoader/dl_dllload.xs
51364            ! MANIFEST Makefile.SH hints/os390.sh installperl
51365 ____________________________________________________________________________
51366 [  8656] By: jhi                                   on 2001/02/01  04:25:45
51367         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
51368              From: Peter Prymmer <pvhp@forte.com>
51369              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
51370              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
51371      Branch: maint-5.6/perl
51372            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
51373 ____________________________________________________________________________
51374 [  8655] By: jhi                                   on 2001/02/01  04:14:47
51375         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
51376              From: troc@netrus.net
51377              Date: Wed, 31 Jan 2001 22:31:26 -0500
51378              Message-Id: <200102010331.WAA117.85@rocco.homenet>
51379      Branch: maint-5.6/perl
51380            ! os2/os2.c
51381 ____________________________________________________________________________
51382 [  8654] By: jhi                                   on 2001/02/01  04:12:52
51383         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
51384              as reported by Alan Burlison.
51385      Branch: maint-5.6/perl
51386            ! pp.h
51387 ____________________________________________________________________________
51388 [  8653] By: jhi                                   on 2001/02/01  04:05:12
51389         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
51390              From: dsugalski@northernlight.com
51391              Date: Wed, 31 Jan 2001 18:54:11 -0500
51392              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
51393      Branch: maint-5.6/perl
51394            ! configure.com
51395 ____________________________________________________________________________
51396 [  8652] By: jhi                                   on 2001/02/01  04:03:11
51397         Log: Misplaced #endif.
51398              
51399              Subject: [perl-5-6-1-trial2] patches for EPOC
51400              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51401              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
51402              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
51403      Branch: maint-5.6/perl
51404            ! epoc/epocish.c
51405 ____________________________________________________________________________
51406 [  8651] By: jhi                                   on 2001/02/01  04:00:25
51407         Log: Integrate changes #8647,8648,8650 from mainline.
51408              
51409              Macrofy a magic UTF-8 test.
51410              
51411              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
51412              
51413              Watch out for cross compiling for EPOC (usually done on linux).
51414      Branch: maint-5.6/perl
51415           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
51416 ____________________________________________________________________________
51417 [  8650] By: jhi                                   on 2001/02/01  03:56:20
51418         Log: Watch out for cross compiling for EPOC (usually done on linux)
51419              
51420              Subject: [perl-5-6-1-trial2] patches for EPOC
51421              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51422              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
51423              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
51424      Branch: perl
51425            ! ext/Errno/Errno_pm.PL
51426 ____________________________________________________________________________
51427 [  8649] By: gsar                                  on 2001/02/01  00:46:00
51428         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
51429      Branch: maint-5.6/perl
51430            ! sv.c
51431 ____________________________________________________________________________
51432 [  8648] By: jhi                                   on 2001/01/31  23:35:36
51433         Log: All the uses of PL_numeric_radix must be protected by
51434              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
51435              
51436              Subject: [perl-5-6-1-trial2] patches for EPOC
51437              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51438              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
51439              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
51440      Branch: perl
51441            ! sv.c
51442 ____________________________________________________________________________
51443 [  8647] By: jhi                                   on 2001/01/31  22:56:16
51444         Log: Macrofy a magic UTF-8 test.
51445      Branch: perl
51446            ! utf8.c utf8.h
51447 ____________________________________________________________________________
51448 [  8646] By: gsar                                  on 2001/01/31  15:55:12
51449         Log: update Changes
51450      Branch: maint-5.6/perl
51451            ! Changes
51452 ____________________________________________________________________________
51453 [  8645] By: gsar                                  on 2001/01/31  15:10:14
51454         Log: Configure tweak suggested by Peter Prymmer
51455      Branch: maint-5.6/perl
51456            ! Configure
51457 ____________________________________________________________________________
51458 [  8644] By: gsar                                  on 2001/01/31  15:06:32
51459         Log: more files need to be writable in the source distribution
51460      Branch: maint-5.6/perl
51461            ! Porting/makerel
51462 ____________________________________________________________________________
51463 [  8643] By: jhi                                   on 2001/01/31  14:59:46
51464         Log: Integrate changes #8258,8278,8279 from mainline.
51465              
51466              Make the large file tests more robust/talkative.
51467      Branch: maint-5.6/perl
51468           !> t/lib/syslfs.t t/op/lfs.t
51469 ____________________________________________________________________________
51470 [  8642] By: gsar                                  on 2001/01/31  14:53:48
51471         Log: integrate changes#8311,8334 from mainline
51472              
51473              Add a new MakeMaker variable PM_FILTER that defines a Unix
51474              filter to be run on each .pm during the pm_to_blib() phase,
51475              a fixed version of
51476              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
51477              
51478              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
51479              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
51480              accurate reading of the "atime".  
51481      Branch: maint-5.6/perl
51482           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
51483           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
51484           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
51485 ____________________________________________________________________________
51486 [  8641] By: jhi                                   on 2001/01/31  14:46:37
51487         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
51488      Branch: maint-5.6/perl
51489            ! lib/Getopt/Long.pm
51490 ____________________________________________________________________________
51491 [  8640] By: gsar                                  on 2001/01/31  14:40:24
51492         Log: make regen_all
51493      Branch: maint-5.6/perl
51494            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
51495 ____________________________________________________________________________
51496 [  8639] By: gsar                                  on 2001/01/31  14:37:25
51497         Log: refresh windows config files
51498      Branch: maint-5.6/perl
51499            ! win32/Makefile win32/config_H.bc win32/config_H.gc
51500            ! win32/config_H.vc win32/makefile.mk
51501 ____________________________________________________________________________
51502 [  8638] By: gsar                                  on 2001/01/31  14:28:10
51503         Log: makefile tweaks for windows: introduce a bulk-switch to enable
51504              same options as ActivePerl; sync changes with makefile.mk
51505      Branch: maint-5.6/perl
51506            ! win32/Makefile win32/makefile.mk
51507 ____________________________________________________________________________
51508 [  8637] By: jhi                                   on 2001/01/31  04:41:30
51509         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
51510              From: Nicholas Clark <nick@ccl4.org>
51511              Date: Tue, 30 Jan 2001 19:51:05 +0000
51512              Message-ID: <20010130195105.R76607@plum.flirble.org> 
51513              
51514              op/inc cure.
51515      Branch: perl
51516            ! pp.c pp.h pp_hot.c t/op/arith.t
51517 ____________________________________________________________________________
51518 [  8636] By: jhi                                   on 2001/01/31  02:38:32
51519         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
51520              no perlio],8257,8380,8479,8515 from mainline.
51521              
51522              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
51523              
51524              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
51525              Subject: [PATCH perl@8133] fix-up for VMS extensions
51526              
51527              In VMS embedded perls couldn't access the statically built Socket.
51528              
51529              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
51530              
51531              Further VMS piping fixes from Charles Lane.
51532              
51533              Subject:  [PATCH] make t/op/misc.t work on VMS
51534              
51535              Add tracing for debugging extensions builds in VMS.
51536              
51537              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
51538      Branch: maint-5.6/perl
51539           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
51540           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
51541           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
51542 ____________________________________________________________________________
51543 [  8635] By: jhi                                   on 2001/01/31  01:46:41
51544         Log: Integrate change #7732 from mainline.
51545              
51546              Sparc 64-bit pack() fix from Jens Hamisch.
51547      Branch: maint-5.6/perl
51548           !> pp.c
51549 ____________________________________________________________________________
51550 [  8634] By: jhi                                   on 2001/01/31  01:41:16
51551         Log: One spot missing from #8626.
51552      Branch: maint-5.6/perl
51553            ! sv.c
51554 ____________________________________________________________________________
51555 [  8633] By: jhi                                   on 2001/01/31  00:49:17
51556         Log: Integrate change #7495 from mainline.
51557              
51558              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
51559      Branch: maint-5.6/perl
51560           !> MANIFEST ext/re/Makefile.PL
51561 ____________________________________________________________________________
51562 [  8632] By: jhi                                   on 2001/01/30  23:38:49
51563         Log: Integrate change #8396 from mainline.
51564              
51565              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
51566              better multicast support (resend)
51567      Branch: maint-5.6/perl
51568           !> ext/Socket/Socket.pm
51569 ____________________________________________________________________________
51570 [  8631] By: jhi                                   on 2001/01/30  23:28:03
51571         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
51572              
51573              More AIX lore. (7514, ext/re/hints/aix.pl)
51574              
51575              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
51576              
51577              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)
51578              
51579              Subject: [ID 20001214.002] Net::Ping patch
51580              
51581              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
51582              
51583              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
51584              
51585              Add ReuseAddr as a (preferred) alias for Reuse as we now
51586              also have ReusePort.
51587              
51588              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
51589      Branch: maint-5.6/perl
51590           +> ext/re/hints/aix.pl
51591           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
51592           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
51593 ____________________________________________________________________________
51594 [  8630] By: jhi                                   on 2001/01/30  23:03:59
51595         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
51596              
51597              read() documentation tweak for 20001121.004.
51598              
51599              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
51600      Branch: maint-5.6/perl
51601           !> pod/perlfunc.pod pod/perlre.pod
51602 ____________________________________________________________________________
51603 [  8629] By: jhi                                   on 2001/01/30  22:41:57
51604         Log: Integrate change #8098 from mainline.
51605              
51606              fastgetcwd is defined using a glob alias on a $^O dependent basis
51607              and there was no default assignment or perl subroutine.
51608      Branch: maint-5.6/perl
51609           !> lib/Cwd.pm
51610 ____________________________________________________________________________
51611 [  8628] By: jhi                                   on 2001/01/30  21:58:52
51612         Log: Integrate change #7866 from mainline.
51613              
51614              File::Temp 0.11.
51615      Branch: maint-5.6/perl
51616           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
51617 ____________________________________________________________________________
51618 [  8627] By: jhi                                   on 2001/01/30  21:39:44
51619         Log: Integrate changes #8075,8086,8228 from mainline.  
51620              
51621              Darwin is not Windows. (8075,8086)
51622              
51623              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
51624      Branch: maint-5.6/perl
51625           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
51626           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
51627           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
51628           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
51629 ____________________________________________________________________________
51630 [  8626] By: jhi                                   on 2001/01/30  21:22:11
51631         Log: Integrate with tweakery the change #8625 from mainline,
51632              the multibyte decimal separator fix ("fa_IR locale failure").
51633      Branch: maint-5.6/perl
51634            ! embedvar.h perlapi.h
51635           !> intrpvar.h perl.c perl.h sv.c util.c
51636 ____________________________________________________________________________
51637 [  8625] By: jhi                                   on 2001/01/30  20:26:33
51638         Log: Fix for the fa_IR locale failure.  The reason for the failure
51639              was that Perl was assuming the decimal separator aka the radix
51640              separator is one character.  The Farsi-Iranian locale crushed
51641              that bad assumption since there the separator is 'Momayyez',
51642              glyphwise looking somewhat like a slash, and in Unicode UTF-8
51643              encoded in two bytes, 0xd9 0xab.
51644      Branch: perl
51645            ! intrpvar.h perl.c perl.h sv.c util.c
51646 ____________________________________________________________________________
51647 [  8624] By: gsar                                  on 2001/01/30  20:17:03
51648         Log: regen_headers
51649      Branch: maint-5.6/perl
51650            ! Makefile.SH pod/perlintern.pod
51651 ____________________________________________________________________________
51652 [  8623] By: gsar                                  on 2001/01/30  19:42:34
51653         Log: backout change#7431 and its dependents (causes spurious rebuilds
51654              of autogenerated files)
51655              
51656              fix benign b.t failure
51657      Branch: maint-5.6/perl
51658            ! Makefile.SH t/lib/b.t
51659 ____________________________________________________________________________
51660 [  8622] By: jhi                                   on 2001/01/30  19:41:41
51661         Log: Microperl sync.
51662      Branch: perl
51663            ! mg.c perl.h
51664 ____________________________________________________________________________
51665 [  8621] By: gsar                                  on 2001/01/30  19:24:47
51666         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
51667              from mainline
51668              
51669              Subject: podlators 1.06 released
51670              
51671              Subject: [PATCH @8436] Eliminate op_children
51672              
51673              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
51674              
51675              (Replaced by #8448)  More op_children traces (cleanup of #8442).
51676              
51677              Subject: [PATCH #3 @8436] Re: Eliminate op_children
51678              Replace #8444 and #8445.
51679              
51680              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
51681              at the setting of the ofs_sv in new_struct_thread() as the
51682              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
51683              uninitialized fields are, uh, initialized with),
51684              SvREFCNT_inc()ing that invited a core dump.
51685              
51686              podlators 1.07, from Russ Allbery.
51687              
51688              Subject: [PATCH] regcomp.c old feature removal
51689              From: mjd@plover.com
51690              Date: 16 Jan 2001 14:43:18 -0000 
51691              Message-ID: <20010116144318.7140.qmail@plover.com> 
51692      Branch: maint-5.6/perl
51693           +> lib/Pod/Text/Overstrike.pm
51694           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
51695           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
51696           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
51697           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
51698           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
51699           !> util.c
51700 ____________________________________________________________________________
51701 [  8620] By: gsar                                  on 2001/01/30  18:48:32
51702         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
51703              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
51704              now fails one test)
51705              
51706              Subject: [PATCH] lvalue AUTOLOAD. No, really.
51707              
51708              Subject: [PATCH] Interesting syntax idea
51709              Make opens + bareword assigns do typeglob assigns.
51710              
51711              Tests for #8254.
51712              
51713              Subject: [PATCH @8269] Continue blocks and B::Deparse
51714              Make the peephole optimizer to bypass more null ops and
51715              and rewrite the deparse handling of continue blocks.
51716              
51717              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
51718              Doc tweak on #8313.
51719              
51720              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
51721              
51722              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
51723              
51724              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
51725              
51726              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
51727              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
51728              according to the platform.
51729              
51730              Subject: [PATCH @8404] Consolidated lvalue sub changes
51731              
51732              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
51733              
51734              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
51735              
51736              Subject: B::Concise -- an improved replacement for B::Terse 
51737              
51738              The B::Terse drop-in replacement wasn't quite drop-in.
51739              
51740              The LVRET macro needed an aTHX.
51741              
51742              Use the /^Perl_/-less form of is_lvalue_sub().
51743              
51744              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
51745      Branch: maint-5.6/perl
51746           +> ext/B/B/Concise.pm
51747           !> (integrate 27 files)
51748 ____________________________________________________________________________
51749 [  8619] By: nick                                  on 2001/01/30  18:40:28
51750         Log: Integrate mainline
51751      Branch: perlio
51752           !> (integrate 40 files)
51753 ____________________________________________________________________________
51754 [  8618] By: jhi                                   on 2001/01/30  18:37:18
51755         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
51756              Date: Mon, 29 Jan 2001 22:51:29 -0600
51757              From: "Craig A. Berry" <craigberry@mac.com>
51758              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
51759      Branch: perl
51760            ! vms/test.com
51761 ____________________________________________________________________________
51762 [  8617] By: jhi                                   on 2001/01/30  18:34:53
51763         Log: Subject: [PATCH] Add missing CV flags to dump.c
51764              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51765              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
51766              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
51767      Branch: perl
51768            ! dump.c
51769 ____________________________________________________________________________
51770 [  8616] By: jhi                                   on 2001/01/30  18:20:58
51771         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
51772              part isn't applicable to maintperl.
51773              
51774              UTF-8 nit from Inaba Hiroto.
51775      Branch: maint-5.6/perl
51776           !> pod/perlapi.pod utf8.c
51777 ____________________________________________________________________________
51778 [  8615] By: jhi                                   on 2001/01/30  18:18:51
51779         Log: UTF-8 nit from Inaba Hiroto.
51780      Branch: perl
51781            ! pod/perlapi.pod t/op/each.t utf8.c
51782 ____________________________________________________________________________
51783 [  8614] By: jhi                                   on 2001/01/30  18:13:38
51784         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
51785              
51786              perl's internal variables are not for public consumption,
51787              move their docs from perlapi.pod to perlintern.pod
51788              
51789              support for -Dusethreads build under HP-UX 10.20 and DCE threads
51790              library (11.0 and later have pthreads but 10.x don't)
51791              
51792              avoid uninitialized value warnings
51793              
51794              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
51795              gets weird results)
51796              
51797              perldoc nit on windows
51798              
51799              make it possible to run the tests outside the source tree
51800              (there's still a dependency on ../lib being the library
51801              location)
51802      Branch: perl
51803           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
51804           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
51805           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
51806           !> win32/bin/search.pl win32/vdir.h
51807 ____________________________________________________________________________
51808 [  8613] By: gsar                                  on 2001/01/30  16:39:59
51809         Log: make it possible to run the tests outside the source tree
51810              (there's still a dependency on ../lib being the library
51811              location)
51812      Branch: maint-5.6/perl
51813            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
51814 ____________________________________________________________________________
51815 [  8612] By: gsar                                  on 2001/01/30  16:31:12
51816         Log: perldoc nit on windows
51817      Branch: maint-5.6/perl
51818            ! utils/perldoc.PL
51819 ____________________________________________________________________________
51820 [  8611] By: gsar                                  on 2001/01/30  16:22:54
51821         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
51822              gets weird results)
51823      Branch: maint-5.6/perl
51824            ! win32/vdir.h
51825 ____________________________________________________________________________
51826 [  8610] By: gsar                                  on 2001/01/30  16:12:45
51827         Log: avoid uninitialized value warnings
51828      Branch: maint-5.6/perl
51829            ! win32/bin/search.pl
51830 ____________________________________________________________________________
51831 [  8609] By: gsar                                  on 2001/01/30  16:08:01
51832         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
51833              library (11.0 and later have pthreads but 10.x don't)
51834      Branch: maint-5.6/perl
51835            ! hints/hpux.sh thread.h
51836 ____________________________________________________________________________
51837 [  8608] By: gsar                                  on 2001/01/30  15:48:55
51838         Log: perl's internal variables are not for public consumption,
51839              move their docs from perlapi.pod to perlintern.pod
51840      Branch: maint-5.6/perl
51841            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
51842            ! thrdvar.h
51843 ____________________________________________________________________________
51844 [  8607] By: gsar                                  on 2001/01/30  15:44:27
51845         Log: mistakenly branched perl56delta.pod, revert
51846      Branch: maint-5.6/perl
51847            - pod/perl56delta.pod
51848           !> pod/perldelta.pod
51849 ____________________________________________________________________________
51850 [  8606] By: gsar                                  on 2001/01/30  14:20:24
51851         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
51852              dTHR which has been a noop for a while now, except for the
51853              compatibility definition in thread.h)
51854      Branch: maint-5.6/perl
51855           !> (integrate 45 files)
51856 ____________________________________________________________________________
51857 [  8605] By: jhi                                   on 2001/01/30  05:43:58
51858         Log: Mark the UTF-8 APIs as experimental.
51859      Branch: maint-5.6/perl
51860            ! embed.pl pod/perlapi.pod
51861 ____________________________________________________________________________
51862 [  8604] By: jhi                                   on 2001/01/30  05:38:40
51863         Log: Nits from earlier integrates.
51864      Branch: maint-5.6/perl
51865            ! lib/Carp/Heavy.pm
51866           !> sv.c
51867 ____________________________________________________________________________
51868 [  8603] By: jhi                                   on 2001/01/30  05:27:26
51869         Log: Regenerate Porting files.
51870      Branch: maint-5.6/perl
51871            ! Porting/Glossary Porting/config.sh Porting/config_H
51872 ____________________________________________________________________________
51873 [  8602] By: jhi                                   on 2001/01/30  05:14:59
51874         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
51875              8310,8339,8447,8492,8493,8505,8525: documentation changes.
51876              
51877              Subject: Re: perlfaq style changes
51878              
51879              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
51880              
51881              Subject: [PATCH] docs on NaN
51882              
51883              Subject: [patch] perlfaq7
51884              
51885              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
51886              
51887              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
51888              
51889              Subject: [PATCH] open() example in perlfunc.pod
51890              
51891              Podify README.mpeix (a new version from the web)
51892              
51893              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
51894              
51895              Subject: [PATCH] format and rewording in perlfaq.pod
51896              
51897              Subject: [PATCH] API Variable documentation   
51898              
51899              Memory management calls documentation.
51900              
51901              Subject: [PATCH: perl@8482] README.vms URL updates
51902              
51903              Subject: Minor typos in perlfaq2.pod
51904              
51905              Subject: [PATCH] pod/perlvar.pod
51906      Branch: maint-5.6/perl
51907           +> pod/perl56delta.pod
51908            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51909           !> README.amiga README.epoc README.mpeix README.vms
51910           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
51911           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
51912           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
51913           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
51914           !> pod/perlvar.pod thrdvar.h
51915 ____________________________________________________________________________
51916 [  8601] By: jhi                                   on 2001/01/30  04:38:35
51917         Log: Integrate changes #8036,8096,8253 from mainline:
51918              hints changes.
51919              
51920              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
51921              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
51922              
51923              Output the (apparent) version of gcc in Tru64.
51924      Branch: maint-5.6/perl
51925           +> ext/POSIX/hints/svr4.pl
51926           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
51927           !> hints/svr4.sh t/lib/bigfltpm.t
51928 ____________________________________________________________________________
51929 [  8600] By: jhi                                   on 2001/01/30  04:04:01
51930         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
51931              locale fixes.
51932              
51933              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
51934              
51935              Debian allows /usr/bin/locale to exist without any locales. (7868)
51936              
51937              Allow the locale test needing POSIX and the taint test
51938              needing IPC::SysV to run under 'minitest' (basically,
51939              bail out if loading the extension fails). (8384)
51940              
51941              Cleanup the locale.t output  (8480)
51942      Branch: maint-5.6/perl
51943           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
51944           !> t/pragma/locale.t
51945 ____________________________________________________________________________
51946 [  8599] By: jhi                                   on 2001/01/30  03:51:04
51947         Log: Missing generated files from #8598.
51948      Branch: maint-5.6/perl
51949            ! embed.h global.sym objXSUB.h perlapi.c proto.h
51950 ____________________________________________________________________________
51951 [  8598] By: jhi                                   on 2001/01/30  03:41:54
51952         Log: Integrate change #8555 from mainline, manually integrate parts
51953              of changes 8452 and 8583.
51954              
51955              Subject: [PATCH] utf8.c documentation (8452)
51956              
51957              No point in checking the length if the pointer is bogus. (8555)
51958              
51959              Introduce bytes_from_utf8() and implement sv_eq() using it,
51960              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
51961              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
51962              was malformed. (8583)
51963      Branch: maint-5.6/perl
51964            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
51965           !> pod/perlapi.pod sv.c utf8.c
51966 ____________________________________________________________________________
51967 [  8597] By: gsar                                  on 2001/01/30  02:37:26
51968         Log: get PERL_OBJECT build going again on windows
51969      Branch: maint-5.6/perl
51970            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51971            ! pod/perlapi.pod proto.h sv.c
51972 ____________________________________________________________________________
51973 [  8596] By: jhi                                   on 2001/01/30  02:16:17
51974         Log: Signedness nit.
51975      Branch: perl
51976            ! sv.c
51977 ____________________________________________________________________________
51978 [  8595] By: jhi                                   on 2001/01/30  02:11:07
51979         Log: EBCDIC patch for Storable, from Peter Prymmer.
51980      Branch: perl
51981            ! t/lib/st-06compat.t
51982 ____________________________________________________________________________
51983 [  8594] By: jhi                                   on 2001/01/30  01:04:48
51984         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
51985              From: Peter Prymmer <pvhp@forte.com>
51986              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
51987              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
51988      Branch: perl
51989            ! t/lib/b.t
51990 ____________________________________________________________________________
51991 [  8593] By: jhi                                   on 2001/01/30  00:56:47
51992         Log: Subject: [PATCH: perl@8585] pod problems in io
51993              From: Peter Prymmer <pvhp@forte.com>
51994              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
51995              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
51996      Branch: perl
51997            ! pod/perlapio.pod pod/perliol.pod
51998 ____________________________________________________________________________
51999 [  8592] By: jhi                                   on 2001/01/30  00:48:20
52000         Log: Integrate perlio.
52001      Branch: perl
52002           !> pod/perlapio.pod pod/perliol.pod
52003 ____________________________________________________________________________
52004 [  8591] By: nick                                  on 2001/01/29  22:02:28
52005         Log: GNU 'merge' Simon's copy of perliol.pod with version
52006              patched by Craig's patch.
52007      Branch: perlio
52008            ! pod/perliol.pod
52009 ____________________________________________________________________________
52010 [  8590] By: nick                                  on 2001/01/29  21:55:10
52011         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
52012      Branch: perlio
52013            ! pod/perlapio.pod pod/perliol.pod
52014 ____________________________________________________________________________
52015 [  8589] By: jhi                                   on 2001/01/29  15:35:33
52016         Log: Integrate change #8586 from maint-5.6/perl.
52017              
52018              make the BOM detection code not call tell() until it has to
52019              (meant to fix esoteric compatibility issues where PL_rsfp
52020              is overridden)
52021      Branch: perl
52022           !> toke.c
52023 ____________________________________________________________________________
52024 [  8588] By: jhi                                   on 2001/01/29  15:29:11
52025         Log: Subject: MAking Solaris malloc() the default
52026              From: Lupe Christoph <lupe@lupe-christoph.de>
52027              Date: Mon, 29 Jan 2001 12:59:36 +0100
52028              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
52029              
52030              The README.solaris part slightly tweaked.
52031      Branch: perl
52032            ! README.solaris hints/solaris_2.sh
52033 ____________________________________________________________________________
52034 [  8587] By: jhi                                   on 2001/01/29  15:17:34
52035         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
52036              From: root@ak-75.mind.de
52037              Date: Sun, 28 Jan 2001 20:32:29 +0100
52038              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
52039      Branch: perl
52040            ! pod/perlre.pod
52041 ____________________________________________________________________________
52042 [  8586] By: gsar                                  on 2001/01/29  13:43:44
52043         Log: make the BOM detection code not call tell() until it has to
52044              (meant to fix esoteric compatibility issues where PL_rsfp
52045              is overridden)
52046      Branch: maint-5.6/perl
52047            ! toke.c
52048 ____________________________________________________________________________
52049 [  8585] By: jhi                                   on 2001/01/28  20:05:45
52050         Log: Update Changes.
52051      Branch: perl
52052            ! Changes patchlevel.h
52053 ____________________________________________________________________________
52054 [  8584] By: jhi                                   on 2001/01/28  19:30:02
52055         Log: Integrate perlio.
52056      Branch: perl
52057           +> pod/perliol.pod
52058           !> MANIFEST pod/perlapio.pod
52059 ____________________________________________________________________________
52060 [  8583] By: jhi                                   on 2001/01/28  19:28:40
52061         Log: Patch from Inaba Hiroto:
52062              - canonical UTF-8 hash keys: if a key string for a hash is
52063              UTF8-on, try downgrade the string and use it if
52064              unicode::distinct is not in effect.
52065              For the task, I added a function bytes_from_utf8() to utf8.c.
52066              It might resemble utf8_to_bytes() but it is not convenient
52067              to the task.
52068              Made a test for it and added to t/op/each.t
52069              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
52070              the mortal copy of the argument SV.
52071              And changed t/io/utf8.t test 18 which expects print() to
52072              upgrade its argument.
52073              - re-implement sv_eq with bytes_from_utf8()
52074              - some bug fixes
52075              - tr/// does not handle UTF8 range (\x{}-\x{})
52076              - \ before raw UTF8 character produced
52077              "Malformed UTF-8 character" warning.
52078              - "\x{100}\N{CENT SIGN}" is Malformed.
52079              Added tests for these 3.
52080              - and one silly bug (by me) with qu operator.
52081      Branch: perl
52082            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
52083            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
52084            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
52085 ____________________________________________________________________________
52086 [  8582] By: nick                                  on 2001/01/28  19:25:04
52087         Log: Add pod/perliol.pod to MANIFEST :-(
52088      Branch: perlio
52089            ! MANIFEST
52090 ____________________________________________________________________________
52091 [  8581] By: nick                                  on 2001/01/28  19:22:40
52092         Log: PerlIO documentation. Proofing and sub-editing requested.
52093      Branch: perlio
52094            + pod/perliol.pod
52095            ! pod/perlapio.pod
52096 ____________________________________________________________________________
52097 [  8580] By: jhi                                   on 2001/01/28  05:16:25
52098         Log: Revert the change to sv_2pv() done by #8054: Someone who
52099              did SvNV_set() on a scalar that also happened to be POK,
52100              followed by sv_2pv() won't get the right coercion anymore.
52101              [Sarathy]
52102      Branch: maint-5.6/perl
52103            ! sv.c
52104 ____________________________________________________________________________
52105 [  8579] By: jhi                                   on 2001/01/28  05:15:04
52106         Log: Remove the #8084 effect: do not allow -Q to be interpreted
52107              as -&Q(), this is too much wiggle room.
52108      Branch: maint-5.6/perl
52109            ! toke.c
52110 ____________________________________________________________________________
52111 [  8578] By: jhi                                   on 2001/01/28  05:12:45
52112         Log: Needed bits of #8439 (should have been in #8576),
52113              mainly for lval substr().
52114      Branch: maint-5.6/perl
52115            ! mg.c pp.c pp_hot.c
52116 ____________________________________________________________________________
52117 [  8577] By: jhi                                   on 2001/01/28  05:02:46
52118         Log: A missing check-in.
52119      Branch: maint-5.6/perl
52120            ! utf8.c
52121 ____________________________________________________________________________
52122 [  8576] By: jhi                                   on 2001/01/28  04:26:18
52123         Log: Integrate changes #8425,8436,8439,8517 from mainline.
52124              The 8439 was not truly integrated because it had too many
52125              dependencies on the development branch and because it introduced
52126              concepts too bold for a maintenance branch (such as the qu operator).
52127              
52128              Subject: [PATCH perl@8342] -Wformat
52129              
52130              Tighten some of the UTF-8 tests a bit.
52131              
52132              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
52133              - The substr lval was still not okay.
52134              - Now pp_stringify and sv_setsv copies source's UTF8 flag
52135              even if IN_BYTE.  pp_stringify is called from fold_constants
52136              at optimization phase and "\x{100}" was made SvUTF8_off under
52137              use bytes (the bytes pragma is for "byte semantics" and not
52138              for "do not produce UTF8 data")
52139      Branch: maint-5.6/perl
52140            ! t/lib/charnames.t t/op/substr.t toke.c
52141           !> sv.c t/pragma/utf8.t
52142 ____________________________________________________________________________
52143 [  8575] By: jhi                                   on 2001/01/28  04:01:51
52144         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
52145              
52146              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
52147              
52148              Subject: [ID 20001230.003] UTF-8 tr still hurts
52149              
52150              Test cases for #8385 (from Simon's "torture.pl")
52151              
52152              Start fixing UTF-8 lval substr() (8405)
52153      Branch: maint-5.6/perl
52154           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
52155           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
52156 ____________________________________________________________________________
52157 [  8574] By: jhi                                   on 2001/01/28  03:09:06
52158         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
52159              from mainline.
52160              
52161              UTF-8 cleanup.
52162              
52163              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
52164              
52165              "\x{FF}\xFF" was broken.
52166              
52167              Tests for #8329 and #8330.
52168              
52169              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
52170              
52171              IRIX compiler noticed that the bof initialization might be
52172              bypassed by control flow.
52173              
52174              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
52175      Branch: maint-5.6/perl
52176           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
52177           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
52178 ____________________________________________________________________________
52179 [  8573] By: jhi                                   on 2001/01/28  02:06:12
52180         Log: Retract #8552.
52181      Branch: perl
52182            ! lib/Text/Wrap.pm t/lib/textwrap.t
52183 ____________________________________________________________________________
52184 [  8572] By: jhi                                   on 2001/01/28  02:04:49
52185         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
52186              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
52187              not really integrated but instead salvaged by hand
52188              (they had too many dependencies on the development release
52189              to be cleanly integratable).
52190              
52191              Subject: more UTF8 test suites and an UTF8 patch
52192              
52193              Tweak for MULTIPLICITY/USE_PERLIO
52194              
52195              Signedness nit.
52196              
52197              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
52198              
52199              Use the UTF8_XXX macros in is_utf8_char().
52200              
52201              Rewrite pp_concat() in terms of sv_catsv().  The . operator
52202              should now be UTF-8-proof.
52203              
52204              Subject: [PATCH perl@8269] scanning two hex-constants
52205              fails on EBCDIC environment (script length.t)
52206              
52207              Add some Unicode chop() tests.
52208      Branch: maint-5.6/perl
52209            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
52210           !> sv.c t/op/chop.t utf8.h
52211 ____________________________________________________________________________
52212 [  8571] By: jhi                                   on 2001/01/28  00:35:59
52213         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
52214              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
52215              
52216              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
52217              
52218              The maxiters upper limit sanity check (guarding against
52219              non-progress) assumed bytes instead of characters in s///
52220              and split().
52221              
52222              Signedness nit.
52223              
52224              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
52225              join() should now be UTF-8-proof.
52226              
52227              More split // UTF-8 tests. (8250)
52228      Branch: maint-5.6/perl
52229           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
52230           !> util.c
52231 ____________________________________________________________________________
52232 [  8570] By: jhi                                   on 2001/01/27  22:15:46
52233         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
52234              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
52235              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
52236              8084,8204,8244,8333 from mainline.
52237              
52238              For -Q where Q might be a one-letter sub name one does no more
52239              get a warning about an unknown filetest (7941,7943,7944,8084).
52240              
52241              Subject: Re: [ID 20001130.011] expression parsing bug ?
52242              
52243              Make uv_to_utf8() to zero-terminate its output buffer.
52244              
52245              Split off t/op/length.t (7995)
52246              
52247              Split off t/op/utf8decode.t (7996)
52248              
52249              Remove an unnecessary 'use utf8' from the utf8.t (7998)
52250              
52251              Split off t/op/concat.t (8004)
52252              
52253              Split off t/op/ver.t (8005)
52254              
52255              Document utf8_length(), utf8_distance(), and utf8_hop().
52256              
52257              Document utf8_to_uv() better.
52258              
52259              Introduce macros for UTF8 decoding (8028,8033).
52260              
52261              Add test for reverse() (8030,8031).
52262              
52263              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
52264              
52265              Do not return the Unicode replacement character    on UTF-8
52266              decoding failure.
52267              
52268              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
52269              not this_utf8 i.e. the output string has one, but don't mess
52270              with source assumption. (8052,8053)
52271              
52272              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
52273              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
52274              was not expecting to be called with something that was already
52275              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
52276              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
52277              (8054)
52278              
52279              Recode the naughty binary bytes in utf8decode.t using the \xHH.
52280              
52281              Make some panic messages a bit more logical.
52282      Branch: maint-5.6/perl
52283           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
52284           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
52285           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
52286           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
52287           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
52288           !> utf8.c utf8.h
52289 ____________________________________________________________________________
52290 [  8569] By: jhi                                   on 2001/01/27  19:16:43
52291         Log: Integrate changes #7750 from perlio and #8566 from mainline.
52292      Branch: maint-5.6/perl
52293           !> regexec.c sv.c
52294 ____________________________________________________________________________
52295 [  8568] By: jhi                                   on 2001/01/27  18:06:51
52296         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
52297              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
52298              7935[-perlio.c],7936,7959,7965 from mainline.
52299              
52300              Change the "big byte" error message to "Wide character".
52301              (7355, the croak-if-wide-chars-in-print part ignored)
52302              
52303              Use UINT64_C().
52304              
52305              Introduce Perl_utf8_length().
52306              
52307              diff -se shows these as different (7753, forgotten check-ins)
52308              
52309              Subject: [PATCH] doop.c - UTF8 tr///
52310              
52311              If we use (aTHX_ ...) then put Perl_ on the front.
52312              
52313              Make utf8_length() and utf8_distance() to be less forgiving
52314              about bad UTF-8.
52315              
52316              Test line numbers are different with utf8.
52317              
52318              No need to scan till infinity, 13 is enough. (7872,7911)
52319              
52320              Subject: [PATCH] Tokeniser debugging
52321              
52322              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
52323              
52324              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
52325              
52326              Be more careful in Perl_sv_utf8_downgrade().
52327              
52328              Use DO_UTF8().
52329              
52330              Raw zero bytes in text files confuse at least GNU patch 2.1.
52331      Branch: maint-5.6/perl
52332           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
52333           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
52334           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
52335           !> t/pragma/utf8.t toke.c utf8.c utf8.h
52336 ____________________________________________________________________________
52337 [  8567] By: nick                                  on 2001/01/27  11:10:38
52338         Log: Integrate mainline
52339      Branch: perlio
52340           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
52341           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
52342           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
52343           !> toke.c
52344 ____________________________________________________________________________
52345 [  8566] By: jhi                                   on 2001/01/27  06:22:48
52346         Log: More documentation for the regexp context stack.
52347      Branch: perl
52348            ! regexec.c
52349 ____________________________________________________________________________
52350 [  8565] By: jhi                                   on 2001/01/27  05:21:57
52351         Log: Update Changes.
52352      Branch: perl
52353            ! Changes patchlevel.h
52354 ____________________________________________________________________________
52355 [  8564] By: jhi                                   on 2001/01/27  04:44:04
52356         Log: Threadedness patch for #8562 from Doug MacEachern.
52357      Branch: perl
52358            ! toke.c
52359 ____________________________________________________________________________
52360 [  8563] By: jhi                                   on 2001/01/27  04:26:24
52361         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
52362              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52363              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
52364              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
52365      Branch: perl
52366            ! op.c
52367 ____________________________________________________________________________
52368 [  8562] By: jhi                                   on 2001/01/27  04:20:30
52369         Log: Subject: Re: Announce : Tokener reporting patch
52370              From: Simon Cozens <simon@cozens.net>
52371              Date: Mon, 22 Jan 2001 02:17:22 +0000
52372              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
52373      Branch: perl
52374            ! embed.h embed.pl proto.h toke.c
52375 ____________________________________________________________________________
52376 [  8561] By: jhi                                   on 2001/01/27  04:17:24
52377         Log: Forgot from #8545.  Oops.
52378      Branch: perl
52379            ! pp.c t/pragma/overload.t
52380 ____________________________________________________________________________
52381 [  8560] By: jhi                                   on 2001/01/27  03:01:47
52382         Log: A better module compilation test, use MANIFEST as suggested
52383              by Spider.
52384      Branch: perl
52385            ! t/lib/1_compile.t
52386 ____________________________________________________________________________
52387 [  8559] By: jhi                                   on 2001/01/27  02:50:48
52388         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
52389              From: Peter Prymmer <pvhp@forte.com>
52390              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
52391              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
52392      Branch: perl
52393            ! t/lib/b.t
52394 ____________________________________________________________________________
52395 [  8558] By: jhi                                   on 2001/01/27  02:27:05
52396         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
52397              From: Peter Prymmer <pvhp@forte.com>
52398              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
52399              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
52400      Branch: perl
52401            ! t/pragma/sub_lval.t
52402 ____________________________________________________________________________
52403 [  8557] By: jhi                                   on 2001/01/27  02:26:03
52404         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
52405              From: Peter Prymmer <pvhp@forte.com>
52406              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
52407              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
52408      Branch: perl
52409            ! t/lib/st-06compat.t
52410 ____________________________________________________________________________
52411 [  8556] By: jhi                                   on 2001/01/27  02:24:33
52412         Log: Subject: [PATCH: perl@8531] minor update to README.os390
52413              From: Peter Prymmer <pvhp@forte.com>
52414              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
52415              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
52416      Branch: perl
52417            ! README.os390
52418 ____________________________________________________________________________
52419 [  8555] By: jhi                                   on 2001/01/27  00:35:47
52420         Log: No point in checking the length before we know whether the pointer
52421              is bogus or not, fixes Abigail's odbm failures in Linux.
52422      Branch: perl
52423            ! sv.c
52424 ____________________________________________________________________________
52425 [  8554] By: nick                                  on 2001/01/26  19:01:31
52426         Log: Integrate mainline
52427      Branch: perlio
52428           !> lib/Text/Wrap.pm t/lib/textwrap.t
52429 ____________________________________________________________________________
52430 [  8553] By: jhi                                   on 2001/01/26  15:19:39
52431         Log: Integrate change #7792 from perlio (multiplicity fix),
52432              fix the AV leak in regex DEBUGGING (tiny part of the
52433              polymorphic regexp patch #8143).
52434      Branch: maint-5.6/perl
52435            ! regcomp.c
52436           !> scope.h
52437 ____________________________________________________________________________
52438 [  8552] By: jhi                                   on 2001/01/26  15:03:23
52439         Log: (Retracted by #8573)
52440              
52441              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
52442              From: Michael G Schwern <schwern@pobox.com>
52443              Date: Fri, 26 Jan 2001 09:28:31 -0500
52444              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
52445      Branch: perl
52446            ! lib/Text/Wrap.pm t/lib/textwrap.t
52447 ____________________________________________________________________________
52448 [  8551] By: jhi                                   on 2001/01/26  02:33:19
52449         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
52450              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
52451              
52452              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
52453              
52454              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
52455              
52456              Message nit.
52457              
52458              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
52459              
52460              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
52461              
52462              (the cleanup of unused submatches in regtry() and regcppop())
52463              
52464              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
52465              stored and restored, and thusly was trounced by the utf8 swash
52466              routines.
52467              
52468              use utf8 not required to use \x{}.
52469              
52470              Removed two more tests that make no sense in UTF-8 since the test
52471              data is not in UTF-8.
52472              
52473              Get the three different space character classes right under utf8.
52474              
52475              Implement ANYOFUTF8 regprop() dumping.
52476              
52477              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
52478              
52479              Document the regex context pushing/popping a bit better.
52480      Branch: maint-5.6/perl
52481           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
52482           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
52483           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
52484           !> t/op/regmesg.t utf8.c
52485 ____________________________________________________________________________
52486 [  8550] By: nick                                  on 2001/01/25  19:42:30
52487         Log: Integrate mainline
52488      Branch: perlio
52489           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
52490           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
52491           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
52492           !> t/lib/bigint.t t/lib/bigintpm.t
52493 ____________________________________________________________________________
52494 [  8549] By: jhi                                   on 2001/01/25  15:22:28
52495         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
52496      Branch: maint-5.6/perl
52497            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
52498 ____________________________________________________________________________
52499 [  8548] By: jhi                                   on 2001/01/25  15:02:55
52500         Log: Integrate changes #7997,8063,8492,8547 from mainline.
52501              
52502              Subject: Re: STRLEN - what?
52503              
52504              Subject: [PATCH] perlguts.pod
52505              
52506              Memory management calls documentation.
52507              
52508              Layout using tabulator is not a good idea in a pod.
52509      Branch: maint-5.6/perl
52510           !> pod/perlguts.pod
52511 ____________________________________________________________________________
52512 [  8547] By: jhi                                   on 2001/01/25  14:49:05
52513         Log: Layout using tabulator is not a good idea in a pod.
52514      Branch: perl
52515            ! pod/perlguts.pod
52516 ____________________________________________________________________________
52517 [  8546] By: jhi                                   on 2001/01/25  14:31:12
52518         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
52519              from mainline.
52520              
52521              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
52522              
52523              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
52524              
52525              More Win32 editor/IDE/shell hints.
52526              
52527              More Win32 Perling.
52528              
52529              Yet another editor edit.
52530              
52531              Edit edit edit.
52532              
52533              IDE/editor section tweaking.
52534              
52535              Few more IDE/editor nits from p5p.
52536      Branch: maint-5.6/perl
52537           !> pod/perlfaq3.pod
52538 ____________________________________________________________________________
52539 [  8545] By: jhi                                   on 2001/01/25  04:16:32
52540         Log: Subject: [PATCH 5.7.0] overload int()
52541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52542              Date: Wed, 24 Jan 2001 19:06:57 -0500
52543              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
52544      Branch: perl
52545            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
52546            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
52547            ! t/lib/bigintpm.t
52548 ____________________________________________________________________________
52549 [  8544] By: jhi                                   on 2001/01/25  04:15:11
52550         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
52551              From: Peter Prymmer <pvhp@forte.com>
52552              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
52553              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
52554      Branch: perl
52555            ! Makefile.SH README.os390 hints/os390.sh installperl
52556 ____________________________________________________________________________
52557 [  8543] By: jhi                                   on 2001/01/25  03:52:08
52558         Log: Integrate change #8462,8469 from mainline.
52559              
52560              In VMS Perl subversion (perl -V) is undef.
52561      Branch: maint-5.6/perl
52562           !> configure.com
52563 ____________________________________________________________________________
52564 [  8542] By: jhi                                   on 2001/01/25  03:44:55
52565         Log: Integrate changes #7835,7850,8315,8316 from mainline.
52566              
52567              Solaris hints.
52568      Branch: maint-5.6/perl
52569           !> hints/solaris_2.sh
52570 ____________________________________________________________________________
52571 [  8541] By: jhi                                   on 2001/01/25  03:39:28
52572         Log: Integrate #8336 from mainline.
52573      Branch: maint-5.6/perl
52574           !> hv.c
52575 ____________________________________________________________________________
52576 [  8540] By: jhi                                   on 2001/01/25  03:23:50
52577         Log: Retract #8539.
52578      Branch: maint-5.6/perl
52579            ! pod/perlfaq3.pod
52580 ____________________________________________________________________________
52581 [  8539] By: jhi                                   on 2001/01/25  03:21:55
52582         Log: (Retracted by #8540.)
52583      Branch: maint-5.6/perl
52584            ! pod/perlfaq3.pod
52585 ____________________________________________________________________________
52586 [  8538] By: jhi                                   on 2001/01/25  03:14:07
52587         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
52588              From: Peter Prymmer <pvhp@forte.com>
52589              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
52590              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
52591              
52592              The VMS bits.
52593      Branch: maint-5.6/perl
52594            ! configure.com vms/descrip_mms.template
52595 ____________________________________________________________________________
52596 [  8537] By: jhi                                   on 2001/01/25  03:06:09
52597         Log: Integrate #7710,7824,7973 from mainline.
52598      Branch: maint-5.6/perl
52599           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52600           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
52601           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
52602           !> vos/config.ga.def vos/config.ga.h win32/config.bc
52603           !> win32/config.gc win32/config.vc
52604 ____________________________________________________________________________
52605 [  8536] By: jhi                                   on 2001/01/24  13:50:20
52606         Log: Revert the edits made by me so far to the 5.6 branch since
52607              the TRIAL1 since I did edits when I should have been using
52608              integrates.  Bad programmer.   (Will integrate them properly later.)
52609              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
52610              The #8353 will not be reapplied at least for now since
52611              the UTF-8 hash keys need more thinking.
52612              (The patches #8347, #8354, #8454, #8473 were okay since they
52613              were original edits made specifically for the 5.6.1-TRIAL1.)
52614      Branch: maint-5.6/perl
52615            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52616            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
52617            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
52618            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
52619            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
52620            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52621            ! win32/config.bc win32/config.gc win32/config.vc
52622 ____________________________________________________________________________
52623 [  8535] By: bailey                                on 2001/01/24  06:37:02
52624         Log: SYN SYN
52625      Branch: vmsperl
52626           +> (branch 26 files)
52627           !> (integrate 130 files)
52628 ____________________________________________________________________________
52629 [  8534] By: nick                                  on 2001/01/23  19:30:57
52630         Log: Integrate mainline.
52631      Branch: perlio
52632           !> Changes Configure Porting/Glossary Porting/config.sh
52633           !> Porting/config_H embed.h embed.pl ext/Encode/compile
52634           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
52635           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
52636           !> pod/perlvar.pod proto.h t/lib/1_compile.t
52637 ____________________________________________________________________________
52638 [  8533] By: jhi                                   on 2001/01/23  16:15:46
52639         Log: Forgotten from #8501.
52640      Branch: perl
52641            ! Porting/Glossary Porting/config.sh Porting/config_H
52642 ____________________________________________________________________________
52643 [  8532] By: jhi                                   on 2001/01/23  16:13:27
52644         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
52645              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52646              Date: Mon, 22 Jan 2001 17:51:58 +0100
52647              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
52648      Branch: perl
52649            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
52650 ____________________________________________________________________________
52651 [  8531] By: jhi                                   on 2001/01/23  15:46:01
52652         Log: Update Changes.
52653      Branch: perl
52654            ! Changes patchlevel.h
52655 ____________________________________________________________________________
52656 [  8530] By: jhi                                   on 2001/01/23  15:38:39
52657         Log: De-cut-and-pasto.
52658      Branch: perl
52659            ! t/lib/1_compile.t
52660 ____________________________________________________________________________
52661 [  8529] By: jhi                                   on 2001/01/23  15:11:04
52662         Log: Document the mkdir trailing slashes case.
52663      Branch: perl
52664            ! pod/perlfunc.pod
52665 ____________________________________________________________________________
52666 [  8528] By: jhi                                   on 2001/01/23  15:08:28
52667         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
52668              get installed:
52669              
52670              Subject: lib/lib.pm
52671              From: <abigail@foad.org>
52672              Date: Mon, 28 Aug 2000 20:35:08 -0400
52673              Message-ID: <20000829003508.21281.qmail@foad.org>
52674      Branch: perl
52675            ! installperl
52676 ____________________________________________________________________________
52677 [  8527] By: jhi                                   on 2001/01/23  14:44:04
52678         Log: Metaconfig unit change for #8526.
52679      Branch: metaconfig
52680            ! U/threads/archname.U
52681 ____________________________________________________________________________
52682 [  8526] By: jhi                                   on 2001/01/23  14:43:19
52683         Log: Attach -perlio to the archname if so selected.
52684      Branch: perl
52685            ! Configure
52686 ____________________________________________________________________________
52687 [  8525] By: jhi                                   on 2001/01/23  14:24:01
52688         Log: Subject: [PATCH] pod/perlvar.pod
52689              From: abigail@foad.org
52690              Date: Tue, 23 Jan 2001 01:41:10 +0100
52691              Message-ID: <20010123004110.22259.qmail@foad.org>
52692      Branch: perl
52693            ! pod/perlvar.pod
52694 ____________________________________________________________________________
52695 [  8524] By: jhi                                   on 2001/01/23  14:22:32
52696         Log: A bug introduced in #8217 (the undefined variable in the
52697              lib/safe1_t #3) fixed, by Charles Lane:
52698              
52699              The earlier patch made it so that stuff running in Safe
52700              compartments could do a "caller" and see "main".  That
52701              little change in name is done right before the code in
52702              the compartment is run, and apparantly the parser
52703              was picking up the stash name before it got changed.
52704              
52705              (why it was threaded vs. unthreaded Perl that was sensitive to this
52706              I still don't know...and it probably doesn't matter).
52707              
52708              I tryed removing the stash name-change and saw that threaded Perl
52709              did indeed pass the lib/safe1.t tests.
52710              
52711              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
52712              do the name change (and to connect _ in the compartment to the global
52713              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
52714              to call _safe_pkg_prep when creating a new compartment.
52715              
52716              Passes all tests with threaded perl on linux; passes all tests
52717              with unthreaded perl on VMS.
52718              
52719              At some point I'll probably want to revisit Safe and Opcode to
52720              provide more sensible handling of global variables...and to get
52721              formats working in Safe compartments, which they don't do currently.
52722      Branch: perl
52723            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
52724 ____________________________________________________________________________
52725 [  8523] By: jhi                                   on 2001/01/23  14:11:58
52726         Log: Also the lib/Thread.pm itself needs to be ignored if
52727              the Thread extension hasn't been built.
52728      Branch: perl
52729            ! t/lib/1_compile.t
52730 ____________________________________________________________________________
52731 [  8522] By: jhi                                   on 2001/01/23  13:51:28
52732         Log: print() instead of warn() so that stderr doesn't get
52733              unnecessarily polluted.
52734      Branch: perl
52735            ! ext/Encode/compile
52736 ____________________________________________________________________________
52737 [  8521] By: jhi                                   on 2001/01/23  13:49:48
52738         Log: Integrate perlio.
52739      Branch: perl
52740           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
52741           !> ext/Encode/encode.h
52742 ____________________________________________________________________________
52743 [  8520] By: nick                                  on 2001/01/22  21:44:00
52744         Log: More messing with Encode:
52745              Extra fields in header to allow multiple names and to record
52746              other things "compile" knows.
52747              Re-organise compile to factor out common output routines.
52748      Branch: perlio
52749            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
52750 ____________________________________________________________________________
52751 [  8519] By: nick                                  on 2001/01/22  20:33:50
52752         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
52753      Branch: perlio
52754            ! ext/Encode/Makefile.PL ext/Encode/compile
52755 ____________________________________________________________________________
52756 [  8518] By: nick                                  on 2001/01/22  20:28:13
52757         Log: Integrate mainline
52758      Branch: perlio
52759           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
52760           !> vos/config.alpha.def vos/config.alpha.h
52761 ____________________________________________________________________________
52762 [  8517] By: jhi                                   on 2001/01/22  15:37:17
52763         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
52764              by Inaba Hiroto.
52765      Branch: perl
52766            ! sv.c
52767 ____________________________________________________________________________
52768 [  8516] By: jhi                                   on 2001/01/22  14:55:15
52769         Log: More SIG_SIZE fixes.
52770      Branch: perl
52771            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
52772 ____________________________________________________________________________
52773 [  8515] By: jhi                                   on 2001/01/22  14:50:27
52774         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
52775              From: "Craig A. Berry" <craigberry@mac.com>
52776              Date: Mon, 22 Jan 2001 00:42:24 -0600
52777              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
52778      Branch: perl
52779            ! configure.com
52780 ____________________________________________________________________________
52781 [  8514] By: jhi                                   on 2001/01/22  14:31:17
52782         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
52783              From: "Craig A. Berry" <craigberry@mac.com>
52784              Date: Sun, 21 Jan 2001 23:03:25 -0600
52785              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
52786      Branch: perl
52787            ! configure.com
52788 ____________________________________________________________________________
52789 [  8513] By: jhi                                   on 2001/01/22  14:14:00
52790         Log: Add the .ucm encoding tables to the MANIFEST.
52791      Branch: perl
52792            ! MANIFEST
52793 ____________________________________________________________________________
52794 [  8512] By: jhi                                   on 2001/01/22  13:43:33
52795         Log: Integrate perlio.
52796      Branch: perl
52797           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
52798           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
52799           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
52800           +> ext/Encode/Encode/iso8859-10.ucm
52801           +> ext/Encode/Encode/iso8859-13.ucm
52802           +> ext/Encode/Encode/iso8859-14.ucm
52803           +> ext/Encode/Encode/iso8859-15.ucm
52804           +> ext/Encode/Encode/iso8859-16.ucm
52805           +> ext/Encode/Encode/iso8859-2.ucm
52806           +> ext/Encode/Encode/iso8859-3.ucm
52807           +> ext/Encode/Encode/iso8859-4.ucm
52808           +> ext/Encode/Encode/iso8859-5.ucm
52809           +> ext/Encode/Encode/iso8859-6.ucm
52810           +> ext/Encode/Encode/iso8859-7.ucm
52811           +> ext/Encode/Encode/iso8859-8.ucm
52812           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
52813           +> ext/Encode/Encode/symbol.ucm
52814           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
52815           !> perliol.h
52816 ____________________________________________________________________________
52817 [  8511] By: nick                                  on 2001/01/21  23:44:47
52818         Log: Make "real" layers of ":utf8" and ":raw".
52819              So now PERLIO=utf8 perl ...
52820              does what Andreas wanted.
52821              Fix arg passing in open.pm (still have a Carp issue).
52822      Branch: perlio
52823            ! lib/open.pm perlio.c perliol.h
52824 ____________________________________________________________________________
52825 [  8510] By: jhi                                   on 2001/01/21  22:56:53
52826         Log: Document the regex content pushing/popping a bit better.
52827      Branch: perl
52828            ! regexec.c
52829 ____________________________________________________________________________
52830 [  8509] By: jhi                                   on 2001/01/21  22:55:44
52831         Log: Tweak the mkdir trailing slash code some more.
52832              
52833              TO DO: the same handling should probably be done for
52834              all the other filesystem functions that can have directories
52835              as their arguments.
52836      Branch: perl
52837            ! pp_sys.c
52838 ____________________________________________________________________________
52839 [  8508] By: nick                                  on 2001/01/21  21:37:43
52840         Log: Switch "compiled in" encodings to .ucm format.
52841              (Leave others as .enc till we can run-time load .ucm,
52842              or find some other way to load them.)
52843      Branch: perlio
52844            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
52845            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
52846            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
52847            + ext/Encode/Encode/iso8859-10.ucm
52848            + ext/Encode/Encode/iso8859-13.ucm
52849            + ext/Encode/Encode/iso8859-14.ucm
52850            + ext/Encode/Encode/iso8859-15.ucm
52851            + ext/Encode/Encode/iso8859-16.ucm
52852            + ext/Encode/Encode/iso8859-2.ucm
52853            + ext/Encode/Encode/iso8859-3.ucm
52854            + ext/Encode/Encode/iso8859-4.ucm
52855            + ext/Encode/Encode/iso8859-5.ucm
52856            + ext/Encode/Encode/iso8859-6.ucm
52857            + ext/Encode/Encode/iso8859-7.ucm
52858            + ext/Encode/Encode/iso8859-8.ucm
52859            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
52860            + ext/Encode/Encode/symbol.ucm
52861            ! ext/Encode/Makefile.PL ext/Encode/compile
52862 ____________________________________________________________________________
52863 [  8507] By: nick                                  on 2001/01/21  21:02:03
52864         Log: Integrate (partial) mainline.
52865      Branch: perlio
52866           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
52867           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
52868           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
52869 ____________________________________________________________________________
52870 [  8506] By: jhi                                   on 2001/01/21  20:09:30
52871         Log: Update Changes.
52872      Branch: perl
52873            ! Changes patchlevel.h
52874 ____________________________________________________________________________
52875 [  8505] By: jhi                                   on 2001/01/21  19:39:59
52876         Log: Subject: Minor typos in perlfaq2.pod
52877              From: "Stephen P. Potter" <spp@spotter.yi.org>
52878              Message-Id: <200101192101.QAA11911@spotter.yi.org>
52879              Date: Fri, 19 Jan 2001 16:01:13 -0500
52880              
52881              with a nit from Philip Newton.
52882      Branch: perl
52883            ! pod/perlfaq2.pod
52884 ____________________________________________________________________________
52885 [  8504] By: jhi                                   on 2001/01/21  19:33:05
52886         Log: Metaconfig change for #8503.
52887      Branch: metaconfig
52888            ! U/threads/usethreads.U
52889 ____________________________________________________________________________
52890 [  8503] By: jhi                                   on 2001/01/21  19:32:21
52891         Log: Sanity check for conflicting thread flavours.
52892      Branch: perl
52893            ! Configure config_h.SH
52894 ____________________________________________________________________________
52895 [  8502] By: jhi                                   on 2001/01/21  19:23:00
52896         Log: Metaconfig change for #8501.
52897      Branch: metaconfig
52898            ! U/modified/sig_name.U
52899 ____________________________________________________________________________
52900 [  8501] By: jhi                                   on 2001/01/21  19:22:26
52901         Log: The SIG_SIZE is the number of the elements *excluding*
52902              the terminating NULL.
52903      Branch: perl
52904            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
52905            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
52906            ! win32/config_H.vc
52907 ____________________________________________________________________________
52908 [  8500] By: jhi                                   on 2001/01/21  18:31:31
52909         Log: Integrate perlio.
52910      Branch: perl
52911           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
52912           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
52913           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
52914           !> pp_sys.c proto.h sv.c
52915 ____________________________________________________________________________
52916 [  8499] By: jhi                                   on 2001/01/21  17:43:57
52917         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
52918              From: Hugo <hv@crypt.compulink.co.uk>
52919              Date: Sun, 21 Jan 2001 13:34:05 +0000
52920              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
52921              
52922              In sprintf UTF8ize only if necessary.
52923      Branch: perl
52924            ! sv.c
52925 ____________________________________________________________________________
52926 [  8498] By: nick                                  on 2001/01/21  16:25:32
52927         Log: Encode cleanup.
52928              Add command line control over "compile" so that Makefile.PL
52929              needs can be combined with other uses.
52930              Use command line options in Makefile.PL.
52931              Fix multi-byte parsing in .ucm files.
52932      Branch: perlio
52933            ! ext/Encode/Makefile.PL ext/Encode/compile
52934 ____________________________________________________________________________
52935 [  8497] By: nick                                  on 2001/01/21  12:56:27
52936         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
52937      Branch: perlio
52938            ! ext/Encode/Encode.xs
52939 ____________________________________________________________________________
52940 [  8496] By: nick                                  on 2001/01/21  12:18:45
52941         Log: Fixup after integrate:
52942              missed the .sym files that are changed by regen_headers
52943              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
52944      Branch: perlio
52945            ! global.sym pp.sym sv.c
52946 ____________________________________________________________________________
52947 [  8495] By: nick                                  on 2001/01/21  11:51:07
52948         Log: Integrate mainline.
52949      Branch: perlio
52950           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
52951           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
52952           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
52953           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
52954           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
52955           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
52956           !> win32/Makefile win32/makefile.mk
52957 ____________________________________________________________________________
52958 [  8494] By: jhi                                   on 2001/01/20  23:12:11
52959         Log: Forgot the expect_number() prototype.
52960      Branch: perl
52961            ! embed.h embed.pl proto.h
52962 ____________________________________________________________________________
52963 [  8493] By: jhi                                   on 2001/01/20  22:56:39
52964         Log: Subject: [PATCH: perl@8482] README.vms URL updates
52965              From: Peter Prymmer <pvhp@forte.com>
52966              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
52967              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
52968              
52969              Plus Craig A. Berry's suggestion to use compaq.com instead
52970              of digital.com.
52971      Branch: perl
52972            ! README.vms
52973 ____________________________________________________________________________
52974 [  8492] By: jhi                                   on 2001/01/20  22:50:05
52975         Log: Memory management calls documentation.
52976      Branch: perl
52977            ! pod/perlguts.pod
52978 ____________________________________________________________________________
52979 [  8491] By: jhi                                   on 2001/01/20  22:38:33
52980         Log: Signedness nit plus few memcpy/Copy nits.
52981      Branch: perl
52982            ! sv.c
52983 ____________________________________________________________________________
52984 [  8490] By: jhi                                   on 2001/01/20  22:25:53
52985         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
52986              From: Peter Prymmer <pvhp@forte.com>
52987              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
52988              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
52989      Branch: perl
52990            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
52991 ____________________________________________________________________________
52992 [  8489] By: jhi                                   on 2001/01/20  22:24:41
52993         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
52994              From: Peter Prymmer <pvhp@forte.com>
52995              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
52996              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
52997      Branch: perl
52998            ! win32/Makefile win32/makefile.mk
52999 ____________________________________________________________________________
53000 [  8488] By: jhi                                   on 2001/01/20  22:22:27
53001         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
53002              From: Peter Prymmer <pvhp@forte.com>
53003              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
53004              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
53005      Branch: perl
53006            ! Makefile.SH
53007 ____________________________________________________________________________
53008 [  8487] By: jhi                                   on 2001/01/20  22:21:18
53009         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
53010              From: Peter Prymmer <pvhp@forte.com>
53011              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
53012              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
53013      Branch: perl
53014            + ext/DynaLoader/dl_dllload.xs
53015            ! MANIFEST Makefile.SH hints/os390.sh
53016 ____________________________________________________________________________
53017 [  8486] By: jhi                                   on 2001/01/20  22:17:53
53018         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
53019              From: Peter Prymmer <pvhp@forte.com>
53020              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
53021              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
53022      Branch: perl
53023            ! README.os390 README.posix-bc
53024 ____________________________________________________________________________
53025 [  8485] By: jhi                                   on 2001/01/20  20:15:30
53026         Log: Document and test the new qu operator.
53027      Branch: perl
53028            + t/op/qu.t
53029            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
53030            ! pod/perlretut.pod pod/perlunicode.pod
53031 ____________________________________________________________________________
53032 [  8484] By: nick                                  on 2001/01/20  19:42:30
53033         Log: Infrastructure to allow:
53034              open($fh,"|-",@array);
53035              to be implemented
53036              i.e. mark pp_open as needing a stack mark, and make pp_open
53037              process its args in that style (and pass them _all_ to tied handles OPEN).
53038              Invent do_openn() which takes SV ** at allow it to see multiple args.
53039              Note this does not _do_ anything yet.
53040      Branch: perlio
53041            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
53042            ! perlapi.c pp_proto.h pp_sys.c proto.h
53043 ____________________________________________________________________________
53044 [  8483] By: nick                                  on 2001/01/20  17:23:14
53045         Log: Integrate mainline.
53046      Branch: perlio
53047           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
53048           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
53049 ____________________________________________________________________________
53050 [  8482] By: jhi                                   on 2001/01/19  15:37:49
53051         Log: Update Changes.
53052      Branch: perl
53053            ! Changes patchlevel.h
53054 ____________________________________________________________________________
53055 [  8481] By: jhi                                   on 2001/01/19  14:41:24
53056         Log: Subject: Re: new feature: s?printf parameter reordering 
53057              From: Hugo <hv@crypt.compulink.co.uk>
53058              Date: Thu, 11 Jan 2001 17:09:03 +0000
53059              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
53060              
53061              - support reordering for all parameters: %, *v, *, .*
53062              - lay down that the reordering specification must immediately
53063              follow that parameter: %3$, *v3$, *3$, .*3$
53064              - fix vectorisation of a zero-length string
53065              - factor out the code choosing the argument to format
53066              
53067              Possibly unwanted side-effects:
53068              - the special format specifiers ' +-0' must now precede any
53069              vectorisation specifier. Tests in op/sprintf and op/ver
53070              have been changed to reflect this.
53071              - sprintf.t test #214 changed its expectations because in many
53072              cases, the next parameter has already been consumed when an
53073              invalid type letter is detected.
53074              
53075              Probably wanted side-effects:
53076              - attempts to format a non-existent parameter will warn as if C<undef>
53077              - attempt to write to non-existent parameter with '%n' will complain
53078              of "attempt to modify read-only value" instead of being silent
53079      Branch: perl
53080            ! sv.c t/op/sprintf.t t/op/ver.t
53081 ____________________________________________________________________________
53082 [  8480] By: jhi                                   on 2001/01/19  14:08:37
53083         Log: Subject: PATCH pragma/locale.t
53084              From: andreas.koenig@anima.de (Andreas J. Koenig)
53085              Date: 18 Jan 2001 09:45:37 +0100
53086              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
53087      Branch: perl
53088            ! t/pragma/locale.t
53089 ____________________________________________________________________________
53090 [  8479] By: jhi                                   on 2001/01/19  13:19:58
53091         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
53092      Branch: perl
53093            ! configure.com
53094 ____________________________________________________________________________
53095 [  8478] By: jhi                                   on 2001/01/19  02:12:35
53096         Log: Automate 1_compile.t.
53097      Branch: perl
53098            ! t/lib/1_compile.t
53099 ____________________________________________________________________________
53100 [  8477] By: jhi                                   on 2001/01/19  01:49:56
53101         Log: Integrate perlio.
53102      Branch: perl
53103           !> sv.c win32/config.bc win32/config.gc win32/config.vc
53104           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
53105 ____________________________________________________________________________
53106 [  8476] By: nick                                  on 2001/01/18  21:51:52
53107         Log: Integrate mainline
53108      Branch: perlio
53109           +> t/lib/1_compile.t t/lib/compmod.pl
53110           !> MANIFEST configure.com lib/unicode/distinct.pm
53111 ____________________________________________________________________________
53112 [  8475] By: nick                                  on 2001/01/18  21:48:02
53113         Log: Win32 "safe signals" co-existance fix.
53114              Fix SIG_SIZE value.
53115              Clear PL_sig_pending when cloning (fork).
53116      Branch: perlio
53117            ! sv.c win32/config.bc win32/config.gc win32/config.vc
53118            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53119 ____________________________________________________________________________
53120 [  8474] By: jhi                                   on 2001/01/18  14:40:57
53121         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
53122      Branch: perl
53123            ! t/lib/1_compile.t
53124 ____________________________________________________________________________
53125 [  8473] By: gsar                                  on 2001/01/18  11:42:31
53126         Log: unsubmitted trial1 change
53127      Branch: maint-5.6/perl
53128            ! Changes
53129 ____________________________________________________________________________
53130 [  8472] By: jhi                                   on 2001/01/18  04:30:24
53131         Log: The first bug found by 1_compile.t.
53132      Branch: perl
53133            ! lib/unicode/distinct.pm
53134 ____________________________________________________________________________
53135 [  8471] By: jhi                                   on 2001/01/18  04:29:42
53136         Log: Add Schwern's 1_compile test.  The compile_module script renamed
53137              to be a bit shorter for the 8.3 people.
53138      Branch: perl
53139            + t/lib/1_compile.t t/lib/compmod.pl
53140            ! MANIFEST
53141 ____________________________________________________________________________
53142 [  8470] By: jhi                                   on 2001/01/18  04:16:00
53143         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)
53144              From: Peter Prymmer <pvhp@forte.com>
53145              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
53146              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
53147              Replace #8463.
53148      Branch: maint-5.6/perl
53149            ! configure.com
53150 ____________________________________________________________________________
53151 [  8469] By: jhi                                   on 2001/01/18  04:13:02
53152         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)
53153              From: Peter Prymmer <pvhp@forte.com>
53154              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
53155              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
53156              Replace #8462.
53157      Branch: perl
53158            ! configure.com
53159 ____________________________________________________________________________
53160 [  8468] By: jhi                                   on 2001/01/18  03:42:08
53161         Log: Integrate perlio.
53162      Branch: perl
53163           !> gv.c mg.c perlio.c util.c
53164 ____________________________________________________________________________
53165 [  8467] By: nick                                  on 2001/01/17  22:41:10
53166         Log: "Safe" signals - trial implementation.
53167              gv.c tweaked to zero PL_sig_pend array
53168              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
53169              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
53170              Odd thing is that it "works" with PERLIO=stdio as well (linux).
53171      Branch: perlio
53172            ! gv.c mg.c perlio.c util.c
53173 ____________________________________________________________________________
53174 [  8466] By: nick                                  on 2001/01/17  20:40:20
53175         Log: Integrate mainline.
53176      Branch: perlio
53177           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53178           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
53179           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
53180           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53181           !> vos/config.ga.h win32/config.bc win32/config.gc
53182           !> win32/config.vc
53183 ____________________________________________________________________________
53184 [  8465] By: jhi                                   on 2001/01/17  18:37:13
53185         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
53186              From: Nicholas Clark <nick@ccl4.org>
53187              Date: Wed, 17 Jan 2001 17:31:33 +0000
53188              Message-ID: <20010117173133.I2633@plum.flirble.org>
53189      Branch: perl
53190            ! t/op/int.t
53191 ____________________________________________________________________________
53192 [  8464] By: jhi                                   on 2001/01/17  14:43:17
53193         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
53194              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53195              Date: Wed, 17 Jan 2001 15:16:43 +0100
53196              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
53197              
53198              pp_int() was dropping an NV to the floor,
53199              int(279964589018079/59) either returned not an integer
53200              4745162525730.15, or one got "Attempt to free unreferenced scalar."
53201      Branch: perl
53202            ! pp.c
53203 ____________________________________________________________________________
53204 [  8463] By: jhi                                   on 2001/01/17  06:12:42
53205         Log: (Replaced by #8470)
53206              
53207              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)
53208              From: "Craig A. Berry" <craigberry@mac.com>
53209              Date: Tue, 16 Jan 2001 23:38:46 -0600
53210              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
53211      Branch: maint-5.6/perl
53212            ! configure.com
53213 ____________________________________________________________________________
53214 [  8462] By: jhi                                   on 2001/01/17  06:11:31
53215         Log: (Replaced by #8469)
53216              
53217              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)
53218              From: "Craig A. Berry" <craigberry@mac.com>
53219              Date: Tue, 16 Jan 2001 23:38:46 -0600
53220              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
53221      Branch: perl
53222            ! configure.com
53223 ____________________________________________________________________________
53224 [  8461] By: jhi                                   on 2001/01/17  05:56:12
53225         Log: Allow for one trailing slash in the directory of mkdir().
53226      Branch: perl
53227            ! pp_sys.c
53228 ____________________________________________________________________________
53229 [  8460] By: jhi                                   on 2001/01/17  03:26:01
53230         Log: Metaconfig unit changes for #8459.
53231      Branch: metaconfig
53232            ! U/modified/Loc.U U/modified/sig_name.U
53233 ____________________________________________________________________________
53234 [  8459] By: jhi                                   on 2001/01/17  03:24:48
53235         Log: Define SIG_SIZE, the number of elements in the sig_name and
53236              sig_num arrays, including the final NULL entry.
53237      Branch: perl
53238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53239            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
53240            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
53241            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53242            ! win32/config.bc win32/config.gc win32/config.vc
53243 ____________________________________________________________________________
53244 [  8458] By: jhi                                   on 2001/01/17  01:41:33
53245         Log: Integrate perlio.
53246      Branch: perl
53247           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
53248           !> perlapi.h proto.h sv.c
53249 ____________________________________________________________________________
53250 [  8457] By: nick                                  on 2001/01/16  22:07:26
53251         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
53252              Provides all the "cost" but no benefit yet - it is to allow cost
53253              to be measured, and implementation experiments (just in mg.c?).
53254      Branch: perlio
53255            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
53256            ! perlapi.h proto.h sv.c
53257 ____________________________________________________________________________
53258 [  8456] By: nick                                  on 2001/01/16  21:07:07
53259         Log: Integrate mainline.
53260      Branch: perlio
53261           !> (integrate 51 files)
53262 ____________________________________________________________________________
53263 [  8455] By: jhi                                   on 2001/01/16  18:13:43
53264         Log: Subject: [PATCH] regcomp.c old feature removal
53265              From: mjd@plover.com
53266              Date: 16 Jan 2001 14:43:18 -0000 
53267              Message-ID: <20010116144318.7140.qmail@plover.com> 
53268      Branch: perl
53269            ! regcomp.c
53270 ____________________________________________________________________________
53271 [  8454] By: jhi                                   on 2001/01/16  16:12:39
53272         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
53273              From: "Indy Singh" <indy@nusphere.com>
53274              Date: Wed, 10 Jan 2001 20:17:49 -0500
53275              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
53276      Branch: maint-5.6/perl
53277            ! win32/Makefile
53278 ____________________________________________________________________________
53279 [  8453] By: jhi                                   on 2001/01/16  16:09:33
53280         Log: Update Changes.
53281      Branch: perl
53282            ! Changes patchlevel.h
53283 ____________________________________________________________________________
53284 [  8452] By: jhi                                   on 2001/01/16  15:42:04
53285         Log: Subject: Re: API Cleanup
53286              To: perl5-porters@perl.org
53287              Date: Tue, 16 Jan 2001 13:42:30 +0000
53288              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
53289              
53290              Subject: [PATCH] utf8.c documentation
53291              From: Simon Cozens <simon@cozens.net>
53292              Date: Tue, 16 Jan 2001 13:52:48 +0000
53293              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
53294              
53295              Subject: Re: API Cleanup
53296              From: Simon Cozens <simon@cozens.net>
53297              Date: Tue, 16 Jan 2001 14:58:55 +0000
53298              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
53299              
53300              UTF-8 doc patches.
53301      Branch: perl
53302            ! embed.pl pod/perlapi.pod utf8.c
53303 ____________________________________________________________________________
53304 [  8451] By: jhi                                   on 2001/01/16  14:41:39
53305         Log: podlators 1.07, from Russ Allbery.
53306      Branch: perl
53307            ! lib/Pod/Man.pm
53308 ____________________________________________________________________________
53309 [  8450] By: jhi                                   on 2001/01/16  14:24:19
53310         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
53311              From: "Indy Singh" <indy@nusphere.com>
53312              Date: Mon, 15 Jan 2001 20:59:40 -0500
53313              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
53314      Branch: perl
53315            ! win32/Makefile
53316 ____________________________________________________________________________
53317 [  8449] By: jhi                                   on 2001/01/16  03:42:55
53318         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
53319              at the setting of the ofs_sv in new_struct_thread() as the
53320              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
53321              uninitialized fields are, uh, initialized with),
53322              SvREFCNT_inc()ing that invited a core dump.
53323      Branch: perl
53324            ! util.c
53325 ____________________________________________________________________________
53326 [  8448] By: jhi                                   on 2001/01/16  01:49:07
53327         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
53328              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53329              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
53330              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
53331              
53332              Replace #8444 and #8445.
53333      Branch: perl
53334            ! ext/B/B.xs ext/B/B/Debug.pm
53335 ____________________________________________________________________________
53336 [  8447] By: jhi                                   on 2001/01/15  21:05:35
53337         Log: Subject: [PATCH] API Variable documentation   
53338              From: Simon Cozens <simon@cozens.net>
53339              Date: Mon, 15 Jan 2001 19:35:54 +0000
53340              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
53341      Branch: perl
53342            ! pod/perlapi.pod thrdvar.h
53343 ____________________________________________________________________________
53344 [  8446] By: jhi                                   on 2001/01/15  20:49:20
53345         Log: Signedness nit.
53346      Branch: perl
53347            ! pp_ctl.c
53348 ____________________________________________________________________________
53349 [  8445] By: jhi                                   on 2001/01/15  20:28:48
53350         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
53351      Branch: perl
53352            ! ext/B/B/Debug.pm
53353 ____________________________________________________________________________
53354 [  8444] By: jhi                                   on 2001/01/15  13:09:10
53355         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
53356      Branch: perl
53357            ! ext/B/B.xs
53358 ____________________________________________________________________________
53359 [  8443] By: jhi                                   on 2001/01/15  13:06:26
53360         Log: Missing from #8439.
53361      Branch: perl
53362            ! keywords.h mg.c
53363 ____________________________________________________________________________
53364 [  8442] By: jhi                                   on 2001/01/15  13:02:38
53365         Log: Subject: [PATCH @8436] Eliminate op_children
53366              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53367              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
53368              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
53369              
53370              Subject: [PATCH @8436] Re: Eliminate op_children
53371              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53372              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
53373              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
53374      Branch: perl
53375            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
53376            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
53377            ! op.c op.h
53378 ____________________________________________________________________________
53379 [  8441] By: jhi                                   on 2001/01/15  12:57:08
53380         Log: Use the /^Perl_/-less form of is_lvalue_sub().
53381      Branch: perl
53382            ! pp.h
53383 ____________________________________________________________________________
53384 [  8440] By: jhi                                   on 2001/01/15  05:13:09
53385         Log: Revert #8437 and #8438, the Linux large files story is more complex.
53386      Branch: metaconfig/U/perl
53387            ! d_fpos64_t.U d_off64_t.U
53388      Branch: perl
53389            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53390            ! config_h.SH configure.com epoc/config.sh perl.h
53391            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
53392            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53393            ! win32/config.bc win32/config.gc win32/config.vc
53394 ____________________________________________________________________________
53395 [  8439] By: jhi                                   on 2001/01/15  05:02:24
53396         Log: More UTF-8 patches from Inaba Hiroto.
53397              - The substr lval was still not okay.
53398              - Now pp_stringify and sv_setsv copies source's UTF8 flag
53399              even if IN_BYTE.  pp_stringify is called from fold_constants
53400              at optimization phase and "\x{100}" was made SvUTF8_off under
53401              use bytes (the bytes pragma is for "byte semantics" and not
53402              for "do not produce UTF8 data")
53403              - New `qu' operator to generate UTF8 string explicitly.
53404              Though I agree with the policy "0x00-0xff always produce bytes",
53405              sometimes want to such a string to be coded in UTF8.
53406              I can use pack"U0a*" but it requires more typing and has
53407              runtime overhead.
53408              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
53409              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
53410              string is not UTF8_on and has char 0x80-0xff.
53411              
53412              TODO: document and test qu.
53413      Branch: perl
53414            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
53415            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
53416            ! toke.c
53417 ____________________________________________________________________________
53418 [  8438] By: jhi                                   on 2001/01/14  05:10:23
53419         Log: (Reverted by #8440)
53420              
53421              Metaconfig unit changes for #8437.
53422      Branch: metaconfig/U/perl
53423            ! d_fpos64_t.U d_off64_t.U
53424 ____________________________________________________________________________
53425 [  8437] By: jhi                                   on 2001/01/14  04:55:34
53426         Log: (Reverted by #8440)
53427              
53428              Add <features.h> probing, seems to be needed for (some?)
53429              Linux largefileness.
53430      Branch: perl
53431            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53432            ! config_h.SH configure.com epoc/config.sh perl.h
53433            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
53434            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53435            ! win32/config.bc win32/config.gc win32/config.vc
53436 ____________________________________________________________________________
53437 [  8436] By: jhi                                   on 2001/01/13  17:47:21
53438         Log: Tighten some of the tests a bit.
53439      Branch: perl
53440            ! t/pragma/utf8.t
53441 ____________________________________________________________________________
53442 [  8435] By: jhi                                   on 2001/01/13  17:31:54
53443         Log: Integrate perlio.
53444      Branch: perl
53445           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
53446           !> win32/config_H.gc win32/config_H.vc
53447 ____________________________________________________________________________
53448 [  8434] By: nick                                  on 2001/01/13  11:36:53
53449         Log: Run dmake regen_config_h for Win32
53450      Branch: perlio
53451            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53452 ____________________________________________________________________________
53453 [  8433] By: nick                                  on 2001/01/13  11:31:55
53454         Log: VMS friendly patch to Encode compile process
53455      Branch: perlio
53456            ! ext/Encode/Makefile.PL ext/Encode/compile
53457 ____________________________________________________________________________
53458 [  8432] By: nick                                  on 2001/01/13  11:06:44
53459         Log: Integrate mainline
53460      Branch: perlio
53461           +> ext/B/B/Concise.pm
53462           !> (integrate 52 files)
53463 ____________________________________________________________________________
53464 [  8431] By: jhi                                   on 2001/01/13  05:55:55
53465         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
53466              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53467              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
53468              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
53469      Branch: perl
53470            ! ext/B/B/Concise.pm
53471 ____________________________________________________________________________
53472 [  8430] By: jhi                                   on 2001/01/13  04:24:18
53473         Log: The LVRET macro needed an aTHX.
53474      Branch: perl
53475            ! pp.h
53476 ____________________________________________________________________________
53477 [  8429] By: jhi                                   on 2001/01/13  02:12:42
53478         Log: Update Changes.
53479      Branch: perl
53480            ! Changes patchlevel.h
53481 ____________________________________________________________________________
53482 [  8428] By: jhi                                   on 2001/01/13  02:08:50
53483         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
53484              From: Peter Prymmer <pvhp@forte.com>
53485              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
53486              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
53487              
53488              Add a BEGIN guard for sloppy floating point division.
53489      Branch: perl
53490            ! lib/Math/BigInt.pm lib/bigint.pl
53491 ____________________________________________________________________________
53492 [  8427] By: jhi                                   on 2001/01/13  01:47:16
53493         Log: The B::Terse drop-in replacement wasn't quite drop-in.
53494      Branch: perl
53495            ! ext/B/B/Terse.pm
53496 ____________________________________________________________________________
53497 [  8426] By: jhi                                   on 2001/01/12  21:20:43
53498         Log: Use UVXf.
53499      Branch: perl
53500            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53501            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
53502            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
53503            ! vos/config.ga.def vos/config.ga.h win32/config.bc
53504            ! win32/config.gc win32/config.vc
53505 ____________________________________________________________________________
53506 [  8425] By: jhi                                   on 2001/01/12  20:20:14
53507         Log: Subject: [PATCH perl@8342] -Wformat
53508              From: Robin Barker <rmb1@cise.npl.co.uk>
53509              Date: Fri, 12 Jan 2001 20:03:14 GMT
53510              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
53511      Branch: perl
53512            ! ext/Encode/Encode.xs mg.c sv.c toke.c
53513 ____________________________________________________________________________
53514 [  8424] By: jhi                                   on 2001/01/12  20:01:48
53515         Log: Subject: B::Concise -- an improved replacement for B::Terse 
53516              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53517              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
53518              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
53519      Branch: perl
53520            + ext/B/B/Concise.pm
53521            ! MANIFEST ext/B/B/Terse.pm
53522 ____________________________________________________________________________
53523 [  8423] By: jhi                                   on 2001/01/12  19:24:02
53524         Log: The new metaconfig unit from the #8421.
53525      Branch: metaconfig/U/perl
53526            + d_sigprocmask.U
53527 ____________________________________________________________________________
53528 [  8422] By: jhi                                   on 2001/01/12  19:23:43
53529         Log: Forgot the microperl config from the #8421.
53530      Branch: perl
53531            ! uconfig.h uconfig.sh
53532 ____________________________________________________________________________
53533 [  8421] By: jhi                                   on 2001/01/12  19:05:27
53534         Log: Add sigprocmask() probe, regen Configure, regen toc.
53535      Branch: perl
53536            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53537            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
53538            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53539            ! vos/config.ga.h win32/config.bc win32/config.gc
53540            ! win32/config.vc
53541 ____________________________________________________________________________
53542 [  8420] By: jhi                                   on 2001/01/12  18:34:31
53543         Log: Add sockatmark() to the todo list.
53544      Branch: perl
53545            ! Todo-5.6
53546 ____________________________________________________________________________
53547 [  8419] By: jhi                                   on 2001/01/12  18:09:46
53548         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
53549      Branch: perl
53550            ! op.c
53551 ____________________________________________________________________________
53552 [  8418] By: jhi                                   on 2001/01/12  18:05:30
53553         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
53554              From: Radu Greab <radu@netsoft.ro>
53555              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
53556              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
53557      Branch: perl
53558            ! op.c t/pragma/sub_lval.t
53559 ____________________________________________________________________________
53560 [  8417] By: jhi                                   on 2001/01/12  16:09:09
53561         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
53562              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
53563              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
53564              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
53565      Branch: perl
53566            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
53567            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
53568            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
53569            ! t/pragma/sub_lval.t toke.c
53570 ____________________________________________________________________________
53571 [  8416] By: jhi                                   on 2001/01/12  15:42:06
53572         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
53573              From: "Richard Soderberg" <rs@crystalflame.net>
53574              Date: Fri, 12 Jan 2001 04:49:35 -0800
53575              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
53576              
53577              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
53578              according to the platform.
53579      Branch: perl
53580            ! op.c
53581 ____________________________________________________________________________
53582 [  8415] By: jhi                                   on 2001/01/12  15:33:41
53583         Log: One more UTF-8 fix from Inaba Hiroto.
53584      Branch: perl
53585            ! pp.c regexec.c t/pragma/utf8.t
53586 ____________________________________________________________________________
53587 [  8414] By: jhi                                   on 2001/01/12  15:30:18
53588         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
53589      Branch: perl
53590            ! regexec.c
53591 ____________________________________________________________________________
53592 [  8413] By: jhi                                   on 2001/01/12  15:22:10
53593         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
53594              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53595              Date: Thu, 11 Jan 2001 12:53:36 +0100
53596              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
53597      Branch: perl
53598            ! toke.c
53599 ____________________________________________________________________________
53600 [  8412] By: jhi                                   on 2001/01/12  15:20:25
53601         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
53602              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53603              Date: Fri, 12 Jan 2001 14:37:55 +0100
53604              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
53605      Branch: perl
53606            ! hints/posix-bc.sh
53607 ____________________________________________________________________________
53608 [  8411] By: jhi                                   on 2001/01/12  15:14:14
53609         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
53610              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53611              Date: Fri, 12 Jan 2001 10:42:21 +0100
53612              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
53613      Branch: perl
53614            ! t/op/regmesg.t
53615 ____________________________________________________________________________
53616 [  8410] By: jhi                                   on 2001/01/12  05:48:55
53617         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
53618              From: Nicholas Clark <nick@ccl4.org> 
53619              Date: Sun, 7 Jan 2001 19:47:14 +0000
53620              Message-ID: <20010107194714.B1048@plum.flirble.org>
53621      Branch: perl
53622            ! t/op/numconvert.t
53623 ____________________________________________________________________________
53624 [  8409] By: jhi                                   on 2001/01/12  05:41:28
53625         Log: Integrate perlio.
53626      Branch: perl
53627           !> mg.c scope.h
53628 ____________________________________________________________________________
53629 [  8408] By: nick                                  on 2001/01/11  22:43:28
53630         Log: Remove variables that were used in experiments.
53631      Branch: perlio
53632            ! mg.c
53633 ____________________________________________________________________________
53634 [  8407] By: nick                                  on 2001/01/11  20:57:44
53635         Log: Catch die in %SIG handler and unblock the signal before re-dying.
53636              This make Linux work _without_ sigsetjmp().
53637              Turn off sigsetjmp() to see what else it does.
53638              May need Configure probe for sigprocmask() if anything has sigaction()
53639              but not sigprocmask().
53640      Branch: perlio
53641            ! mg.c scope.h
53642 ____________________________________________________________________________
53643 [  8406] By: nick                                  on 2001/01/11  19:32:07
53644         Log: Integrate mainline
53645      Branch: perlio
53646           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
53647           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
53648           !> t/op/substr.t
53649 ____________________________________________________________________________
53650 [  8405] By: jhi                                   on 2001/01/11  17:11:01
53651         Log: Fix UTF-8 lval substr().
53652      Branch: perl
53653            ! mg.c t/op/substr.t
53654 ____________________________________________________________________________
53655 [  8404] By: jhi                                   on 2001/01/11  05:13:58
53656         Log: Update Changes.
53657      Branch: perl
53658            ! Changes patchlevel.h
53659 ____________________________________________________________________________
53660 [  8403] By: jhi                                   on 2001/01/11  04:38:24
53661         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
53662              From: Hugo <hv@crypt.compulink.co.uk>
53663              Date: Mon, 30 Oct 2000 01:33:26 +0000
53664              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
53665      Branch: perl
53666            ! regexec.c t/op/re_tests
53667 ____________________________________________________________________________
53668 [  8402] By: jhi                                   on 2001/01/11  04:26:12
53669         Log: Integrate perlio.
53670      Branch: perl
53671           !> scope.h util.c
53672 ____________________________________________________________________________
53673 [  8401] By: nick                                  on 2001/01/10  22:52:55
53674         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
53675              (So Alan and Ilya can try setting via hints.)
53676              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
53677              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
53678              doing the save everywhere seems to restart read() correctly, but just
53679              doing it once "round" the handler does not.
53680      Branch: perlio
53681            ! scope.h
53682 ____________________________________________________________________________
53683 [  8400] By: jhi                                   on 2001/01/10  21:57:54
53684         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
53685              of IRIX, HP-UX is unaffected.
53686      Branch: perl
53687            ! perl.h
53688 ____________________________________________________________________________
53689 [  8399] By: nick                                  on 2001/01/10  21:29:19
53690         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
53691      Branch: perlio
53692            ! util.c
53693 ____________________________________________________________________________
53694 [  8398] By: jhi                                   on 2001/01/10  20:55:31
53695         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
53696              also have ReusePort.
53697      Branch: perl
53698            ! ext/IO/lib/IO/Socket/INET.pm
53699 ____________________________________________________________________________
53700 [  8397] By: jhi                                   on 2001/01/10  20:50:57
53701         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
53702              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
53703              Date: Wed, 10 Jan 2001 01:38:13 -0800
53704              Message-ID: <20010110013813.B41744@yahoo-inc.com>
53705      Branch: perl
53706            ! ext/IO/lib/IO/Socket/INET.pm
53707 ____________________________________________________________________________
53708 [  8396] By: jhi                                   on 2001/01/10  20:49:30
53709         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
53710              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
53711              Date: Wed, 10 Jan 2001 01:37:32 -0800
53712              Message-ID: <20010110013732.A41744@yahoo-inc.com>
53713      Branch: perl
53714            ! ext/Socket/Socket.pm
53715 ____________________________________________________________________________
53716 [  8395] By: jhi                                   on 2001/01/10  20:41:37
53717         Log: Test for bug id 20010105.016 (fixed by #8378).
53718      Branch: perl
53719            ! t/op/split.t
53720 ____________________________________________________________________________
53721 [  8394] By: jhi                                   on 2001/01/10  20:26:32
53722         Log: Integrate perlio.
53723      Branch: perl
53724            ! util.c
53725 ____________________________________________________________________________
53726 [  8393] By: nick                                  on 2001/01/10  19:34:30
53727         Log: Back out Simon's pid hackery for now.
53728      Branch: perlio
53729            ! util.c
53730 ____________________________________________________________________________
53731 [  8392] By: nick                                  on 2001/01/10  19:23:13
53732         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
53733      Branch: perlio
53734           !> (integrate 29 files)
53735 ____________________________________________________________________________
53736 [  8391] By: jhi                                   on 2001/01/10  18:43:15
53737         Log: Subject: [PATCH] Fix my_pclose segfault
53738              From: Simon Cozens <simon@cozens.net>
53739              Date: Wed, 10 Jan 2001 18:39:35 +0000
53740              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
53741      Branch: perl
53742            ! util.c
53743 ____________________________________________________________________________
53744 [  8390] By: jhi                                   on 2001/01/10  18:42:08
53745         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
53746              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53747              Date:     Wed, 10 Jan 2001 13:23:02 EST
53748              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
53749      Branch: perl
53750            ! ext/Opcode/Opcode.xs
53751 ____________________________________________________________________________
53752 [  8389] By: jhi                                   on 2001/01/10  15:16:07
53753         Log: Turn off the integer preservation for now.
53754      Branch: perl
53755            ! perl.h
53756 ____________________________________________________________________________
53757 [  8388] By: jhi                                   on 2001/01/10  15:01:25
53758         Log: Few more IDE/editor nits from p5p.
53759      Branch: perl
53760            ! pod/perlfaq3.pod
53761 ____________________________________________________________________________
53762 [  8387] By: jhi                                   on 2001/01/10  06:53:16
53763         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
53764              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
53765              Date: Tue, 9 Jan 2001 23:16:02 +0000
53766              Message-ID: <20010109231602.A81101@plum.flirble.org>
53767      Branch: perl
53768            ! sv.c
53769 ____________________________________________________________________________
53770 [  8386] By: jhi                                   on 2001/01/10  03:17:54
53771         Log: Test cases for #8385 (from Simon's "torture.pl")
53772      Branch: perl
53773            ! t/op/tr.t
53774 ____________________________________________________________________________
53775 [  8385] By: jhi                                   on 2001/01/10  03:17:11
53776         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
53777              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
53778              Date: Wed, 10 Jan 2001 11:39:39 +0900
53779              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
53780              
53781              Some more UTF-8 tr cases fixed.
53782      Branch: perl
53783            ! doop.c
53784 ____________________________________________________________________________
53785 [  8384] By: jhi                                   on 2001/01/09  22:45:40
53786         Log: Allow the locale test needing POSIX and the taint test
53787              needing IPC::SysV to run under 'minitest' (basically,
53788              bail out if loading the extension fails)
53789      Branch: perl
53790            ! t/op/misc.t t/op/taint.t
53791 ____________________________________________________________________________
53792 [  8383] By: jhi                                   on 2001/01/09  21:36:04
53793         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
53794              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53795              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
53796              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
53797      Branch: perl
53798            ! t/io/openpid.t
53799 ____________________________________________________________________________
53800 [  8382] By: jhi                                   on 2001/01/09  21:06:08
53801         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
53802              Should finish up the bug id 20001205.022.
53803      Branch: perl
53804            ! pp.c pp_hot.c scope.c
53805 ____________________________________________________________________________
53806 [  8381] By: jhi                                   on 2001/01/09  18:27:43
53807         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
53808              From: Andy Dougherty <doughera@lafayette.edu>
53809              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
53810              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
53811              
53812              More robust yacc/bison error detection.
53813      Branch: perl
53814            ! t/comp/proto.t
53815 ____________________________________________________________________________
53816 [  8380] By: jhi                                   on 2001/01/09  15:21:38
53817         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
53818              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53819              Date:     Tue, 9 Jan 2001 07:53:55 EST
53820              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
53821      Branch: perl
53822            ! t/op/misc.t vms/test.com
53823 ____________________________________________________________________________
53824 [  8379] By: jhi                                   on 2001/01/09  15:20:38
53825         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
53826              From: jhi@cc.hut.fi
53827              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
53828              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
53829              
53830              The #8378 fixed this.
53831      Branch: perl
53832            ! t/op/tr.t
53833 ____________________________________________________________________________
53834 [  8378] By: jhi                                   on 2001/01/09  15:05:32
53835         Log: Subject: One more patch for UTF8 
53836              From: Inaba Hiroto <inaba@st.rim.or.jp>
53837              Date: Tue, 09 Jan 2001 01:04:32 +0900
53838              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
53839              
53840              UTF-8 fixes for 'x' and tr///.
53841      Branch: perl
53842            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
53843            ! regcomp.c regexec.c toke.c utf8.c
53844 ____________________________________________________________________________
53845 [  8377] By: jhi                                   on 2001/01/09  14:32:17
53846         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
53847      Branch: perl
53848            ! t/op/length.t
53849 ____________________________________________________________________________
53850 [  8376] By: jhi                                   on 2001/01/09  04:32:32
53851         Log: integrate changes #7775, #8316, #8316 from mainline
53852      Branch: maint-5.6/perl
53853            ! hints/solaris_2.sh
53854 ____________________________________________________________________________
53855 [  8375] By: jhi                                   on 2001/01/09  04:26:43
53856         Log: Update Changes.
53857      Branch: perl
53858            ! Changes patchlevel.h
53859 ____________________________________________________________________________
53860 [  8374] By: jhi                                   on 2001/01/09  04:14:32
53861         Log: IDE/editor section tweaking.
53862      Branch: perl
53863            ! pod/perlfaq3.pod
53864 ____________________________________________________________________________
53865 [  8373] By: jhi                                   on 2001/01/09  02:38:26
53866         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
53867              From: Peter Prymmer <pvhp@forte.com>
53868              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
53869              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
53870              
53871              In preparation os OS/390 dynamic loading.
53872      Branch: perl
53873            ! README.os390 hints/os390.sh
53874 ____________________________________________________________________________
53875 [  8372] By: jhi                                   on 2001/01/09  00:24:30
53876         Log: Integrate with perlio.
53877      Branch: perl
53878           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
53879 ____________________________________________________________________________
53880 [  8371] By: nick                                  on 2001/01/08  23:54:33
53881         Log: Fix "scalars leaked" bugs caused by overload magic
53882              (Highlighted by Ilya's DESTROY optimization.)
53883      Branch: perlio
53884            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
53885 ____________________________________________________________________________
53886 [  8370] By: nick                                  on 2001/01/08  20:19:41
53887         Log: Integrate mainline
53888      Branch: perlio
53889           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
53890           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
53891           !> t/op/64bitint.t
53892 ____________________________________________________________________________
53893 [  8369] By: jhi                                   on 2001/01/08  17:30:52
53894         Log: save_delete() Safefree() doesn't (anymore?) work with shared
53895              strings, one test failure in op/misc and almost all of lib/b.
53896              (Outcomments #8369.)
53897      Branch: perl
53898            ! scope.c
53899 ____________________________________________________________________________
53900 [  8368] By: jhi                                   on 2001/01/08  14:47:10
53901         Log: (Outcommented by #8369.)
53902              
53903              Subject: Re: Perl BugID 20001205.022 ---- save_delete
53904              From: Simon Cozens <simon@cozens.net>
53905              Date: Sat, 6 Jan 2001 11:48:40 +0000
53906              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
53907              
53908              The save_delete() does need the Safefree.
53909      Branch: perl
53910            ! scope.c
53911 ____________________________________________________________________________
53912 [  8367] By: bailey                                on 2001/01/08  08:53:52
53913         Log: Once again syncing after too long an absence
53914      Branch: vmsperl
53915           +> (branch 55 files)
53916            - MAINTAIN fix_pl vos/config.def vos/config.h
53917            - vos/config_h.SH_orig
53918           !> (integrate 498 files)
53919 ____________________________________________________________________________
53920 [  8366] By: jhi                                   on 2001/01/08  02:42:59
53921         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
53922              From: nick@ccl4.org
53923              Date: Sun, 7 Jan 2001 21:07:18 +0000
53924              Message-Id: <20010107210717.D1048@plum.flirble.org>
53925      Branch: perl
53926            ! sv.c t/op/64bitint.t
53927 ____________________________________________________________________________
53928 [  8365] By: jhi                                   on 2001/01/08  02:35:16
53929         Log: Subject: [PATCH] environ nit
53930              From: Simon Cozens <simon@cozens.net>
53931              Date: Sun, 7 Jan 2001 17:57:07 +0000
53932              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
53933              
53934              Use environ only if we have it.
53935      Branch: perl
53936            ! mg.c
53937 ____________________________________________________________________________
53938 [  8364] By: jhi                                   on 2001/01/08  02:24:51
53939         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
53940      Branch: perl
53941            ! ext/GDBM_File/GDBM_File.xs
53942 ____________________________________________________________________________
53943 [  8363] By: jhi                                   on 2001/01/08  02:19:24
53944         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
53945              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53946              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
53947              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
53948      Branch: perl
53949            ! dump.c op.c
53950 ____________________________________________________________________________
53951 [  8362] By: jhi                                   on 2001/01/08  02:17:43
53952         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
53953              From: Doug MacEachern <dougm@covalent.net>
53954              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
53955              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
53956              
53957              Allow AUTOLOAD to be an xsub and allow such xsubs
53958              to avoid use of $AUTOLOAD.
53959      Branch: perl
53960            ! gv.c
53961 ____________________________________________________________________________
53962 [  8361] By: jhi                                   on 2001/01/08  02:16:07
53963         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
53964              From: Radu Greab <radu@netsoft.ro>
53965              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
53966              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
53967              
53968              No need for the potentially nonportable $SIG{CHLD}.
53969      Branch: perl
53970            ! t/io/pipe.t
53971 ____________________________________________________________________________
53972 [  8360] By: jhi                                   on 2001/01/08  01:58:23
53973         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
53974      Branch: perl
53975            ! lib/Getopt/Long.pm
53976 ____________________________________________________________________________
53977 [  8359] By: jhi                                   on 2001/01/08  01:55:44
53978         Log: Integrate perlio.
53979      Branch: perl
53980           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
53981           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
53982           !> utf8.c win32/Makefile
53983 ____________________________________________________________________________
53984 [  8358] By: jhi                                   on 2001/01/07  21:16:50
53985         Log: Update the EPOC cross SDK URL.
53986      Branch: perl
53987            ! README.epoc
53988 ____________________________________________________________________________
53989 [  8357] By: jhi                                   on 2001/01/07  21:16:09
53990         Log: Update the EPOC cross SDK URL.
53991      Branch: maint-5.6/perl
53992            ! README.epoc
53993 ____________________________________________________________________________
53994 [  8356] By: nick                                  on 2001/01/06  21:47:52
53995         Log: FILE * in XS code for PerlIO world:
53996              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
53997              - Add FILE * T_STDIO typemap.
53998              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
53999      Branch: perlio
54000            ! lib/ExtUtils/typemap perlio.c perlio.h
54001 ____________________________________________________________________________
54002 [  8355] By: jhi                                   on 2001/01/06  20:27:15
54003         Log: integrate change #8336 from mainline
54004              
54005              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
54006      Branch: maint-5.6/perl
54007            ! hv.c
54008 ____________________________________________________________________________
54009 [  8354] By: jhi                                   on 2001/01/06  20:24:29
54010         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
54011              From: Robin Barker <rmb1@cise.npl.co.uk>
54012              Date: Fri, 22 Dec 2000 12:17:38 GMT
54013              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
54014              
54015              The patch reformats some long =item lines so they give
54016              correct output via pod2man | nroff -man
54017              
54018              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
54019              From: Robin Barker <rmb1@cise.npl.co.uk>
54020              Date: Tue, 2 Jan 2001 15:35:03 GMT
54021              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
54022              
54023              Here is a _further_ patch which corrects a few more errors:
54024              * an empty C<=item> in CPAN.pm
54025              * patching the wrong file (pod/perlamiga.pod not README.amiga)
54026              * leaving empty C<=item>s which formatted incorrectly
54027              * over long C<=item>s revealed by latest patch to Pod::Man
54028      Branch: maint-5.6/perl
54029            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
54030            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
54031            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
54032            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
54033            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
54034            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
54035 ____________________________________________________________________________
54036 [  8353] By: jhi                                   on 2001/01/06  20:21:10
54037         Log: integrate changes #7980, 8056, 8057 from mainline
54038              
54039              UTF-8 hash keys.
54040      Branch: maint-5.6/perl
54041            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
54042 ____________________________________________________________________________
54043 [  8352] By: jhi                                   on 2001/01/06  20:18:44
54044         Log: Forgotten from #8438.
54045      Branch: maint-5.6/perl
54046            ! epoc/epocish.h
54047 ____________________________________________________________________________
54048 [  8351] By: jhi                                   on 2001/01/06  20:18:12
54049         Log: Forgotten from #8347.
54050      Branch: maint-5.6/perl
54051            ! config_h.SH
54052 ____________________________________________________________________________
54053 [  8350] By: jhi                                   on 2001/01/06  20:00:19
54054         Log: Thinko in #8347.
54055      Branch: maint-5.6/perl
54056            ! regcomp.c
54057 ____________________________________________________________________________
54058 [  8349] By: jhi                                   on 2001/01/06  18:05:30
54059         Log: Copy the FAQ3 IDE section from the development branch,
54060              changes originally by Peter Prymmer.
54061      Branch: maint-5.6/perl
54062            ! pod/perlfaq3.pod
54063 ____________________________________________________________________________
54064 [  8348] By: jhi                                   on 2001/01/06  18:03:02
54065         Log: EPOC updates for TRIAL1.
54066              
54067              Subject: [5.6.1 trial1] EPOC update
54068              From: Olaf Flebbe <O.Flebbe@science-computing.de>
54069              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
54070              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
54071              
54072              Subject: epoc patch2 for perl-5.6.1-trial1
54073              From: Olaf Flebbe <O.Flebbe@science-computing.de>
54074              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
54075              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
54076      Branch: maint-5.6/perl
54077            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
54078            ! epoc/epocish.c
54079 ____________________________________________________________________________
54080 [  8347] By: jhi                                   on 2001/01/06  17:29:10
54081         Log: integrate changes #7710,7824,7973 from mainline,
54082              plus VMS nits from Peter Prymmer and Dan Sugalski.
54083              
54084              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
54085              library (getprotobyname and getprotobynumber are outversioned by
54086              the same calls in libc, at least for xlc version 3.
54087              
54088              Add HAS_SBRK_PROTO.
54089              
54090              Fixes for signedness warnings noticed by VMSperlers.
54091      Branch: maint-5.6/perl
54092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54093            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
54094            ! sv.c vms/descrip_mms.template vos/config.alpha.def
54095            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54096            ! win32/config.bc win32/config.gc win32/config.vc
54097 ____________________________________________________________________________
54098 [  8346] By: nick                                  on 2001/01/06  14:36:01
54099         Log: Fixup accumulated integrate muddles (perlio == devperl again)
54100      Branch: perlio
54101            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
54102 ____________________________________________________________________________
54103 [  8345] By: nick                                  on 2001/01/06  14:24:58
54104         Log: Integrate mainline
54105      Branch: perlio
54106           !> (integrate 55 files)
54107 ____________________________________________________________________________
54108 [  8344] By: jhi                                   on 2001/01/06  02:24:02
54109         Log: Subject: [patch] PerlIO_cleanup() prototype
54110              From: Doug MacEachern <dougm@covalent.net>
54111              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
54112              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
54113      Branch: perl
54114            ! perlio.h
54115 ____________________________________________________________________________
54116 [  8343] By: jhi                                   on 2001/01/06  01:04:09
54117         Log: IRIX compiler noticed that the bof initialization might be
54118              bypassed by control flow.
54119      Branch: perl
54120            ! toke.c
54121 ____________________________________________________________________________
54122 [  8342] By: jhi                                   on 2001/01/06  00:10:48
54123         Log: Update Changes.
54124      Branch: perl
54125            ! Changes patchlevel.h
54126 ____________________________________________________________________________
54127 [  8341] By: jhi                                   on 2001/01/05  23:52:33
54128         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
54129      Branch: perl
54130            ! toke.c
54131 ____________________________________________________________________________
54132 [  8340] By: jhi                                   on 2001/01/05  22:44:08
54133         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
54134              From: Radu Greab <radu@netsoft.ro>
54135              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
54136              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
54137      Branch: perl
54138            ! t/io/pipe.t util.c
54139 ____________________________________________________________________________
54140 [  8339] By: jhi                                   on 2001/01/05  22:35:17
54141         Log: Subject: [PATCH] format and rewording in perlfaq.pod
54142              From: Robin Barker <rmb1@cise.npl.co.uk>
54143              Date: Fri, 5 Jan 2001 18:51:20 GMT
54144              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
54145      Branch: perl
54146            ! pod/perlfaq.pod
54147 ____________________________________________________________________________
54148 [  8338] By: jhi                                   on 2001/01/05  22:31:17
54149         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
54150              From: Peter Prymmer <pvhp@forte.com>
54151              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
54152              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
54153      Branch: perl
54154            ! utils/perlbug.PL
54155 ____________________________________________________________________________
54156 [  8337] By: jhi                                   on 2001/01/05  18:15:11
54157         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
54158              From: Robin Barker <rmb1@cise.npl.co.uk>
54159              Date: Tue, 2 Jan 2001 15:24:07 GMT
54160              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
54161              
54162              If you call configure as C<./Configure> or C<sh ./Configure>,
54163              $src is set to the absolute path name, not '.'.
54164              
54165              This, in turn, means -Dmksymlink tries to do its stuff because
54166              it does not think it is in the src directory.
54167              
54168              (plus a metaconfig nitfix)
54169      Branch: metaconfig
54170            ! U/compline/ccflags.U U/modified/src.U
54171      Branch: perl
54172            ! Configure config_h.SH
54173 ____________________________________________________________________________
54174 [  8336] By: jhi                                   on 2001/01/05  17:48:32
54175         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
54176              From: Alan Burlison <Alan.Burlison@uk.sun.com>
54177              Message-ID: <3A5606C4.473D2226@uk.sun.com>
54178              Date: Fri, 05 Jan 2001 17:39:16 +0000
54179      Branch: perl
54180            ! hv.c
54181 ____________________________________________________________________________
54182 [  8335] By: jhi                                   on 2001/01/05  16:05:44
54183         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
54184      Branch: perl
54185            ! lib/Getopt/Long.pm
54186 ____________________________________________________________________________
54187 [  8334] By: jhi                                   on 2001/01/05  16:00:51
54188         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
54189              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
54190              Date: Fri, 05 Jan 2001 13:46:51 +0100
54191              Message-ID: <13693.978698811@nice.ram.loc>
54192              
54193              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
54194              accurate reading of the "atime".  
54195      Branch: perl
54196            ! t/io/fs.t
54197 ____________________________________________________________________________
54198 [  8333] By: jhi                                   on 2001/01/05  15:57:37
54199         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
54200              From: Simon Cozens <simon@cozens.net>
54201              Date: Fri, 8 Dec 2000 13:33:31 +0000
54202              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
54203              
54204              A lost patch fragment.
54205      Branch: perl
54206            ! doop.c
54207 ____________________________________________________________________________
54208 [  8332] By: jhi                                   on 2001/01/05  15:40:42
54209         Log: Do away with strncpy() and a fixed length buffer.
54210      Branch: perl
54211            ! utf8.c
54212 ____________________________________________________________________________
54213 [  8331] By: jhi                                   on 2001/01/05  15:03:07
54214         Log: Tests for #8329 and #8330.
54215      Branch: perl
54216            ! t/op/bop.t
54217 ____________________________________________________________________________
54218 [  8330] By: jhi                                   on 2001/01/05  15:02:38
54219         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
54220              raw 8-bit form to the UTF-8 string.
54221      Branch: perl
54222            ! toke.c
54223 ____________________________________________________________________________
54224 [  8329] By: jhi                                   on 2001/01/05  14:55:13
54225         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
54226              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54227              Date: Fri, 5 Jan 2001 12:28:52 +0100
54228              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
54229              
54230              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
54231              no effect.  (changed the strncpy() to Copy())
54232      Branch: perl
54233            ! toke.c
54234 ____________________________________________________________________________
54235 [  8328] By: jhi                                   on 2001/01/05  06:44:27
54236         Log: UTF-8 cleanup.
54237      Branch: perl
54238            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
54239            ! regexec.c sv.c toke.c
54240 ____________________________________________________________________________
54241 [  8327] By: jhi                                   on 2001/01/05  01:11:29
54242         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')
54243              From: Radu Greab <radu@netsoft.ro>
54244              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
54245              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
54246              
54247              Cleans up Harness to not use FileHandle, which uses IO.
54248      Branch: perl
54249            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54250 ____________________________________________________________________________
54251 [  8326] By: jhi                                   on 2001/01/05  00:56:37
54252         Log: Update Changes.
54253      Branch: perl
54254            ! Changes patchlevel.h
54255 ____________________________________________________________________________
54256 [  8325] By: jhi                                   on 2001/01/05  00:53:18
54257         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
54258              From: Peter Prymmer <pvhp@forte.com>
54259              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
54260              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
54261              
54262              plus a couple more tailing whitespace removals.
54263      Branch: perl
54264            ! win32/Makefile
54265 ____________________________________________________________________________
54266 [  8324] By: jhi                                   on 2001/01/05  00:47:39
54267         Log: Add some Unicode chop() tests.
54268      Branch: perl
54269            ! t/op/chop.t
54270 ____________________________________________________________________________
54271 [  8323] By: jhi                                   on 2001/01/05  00:47:23
54272         Log: Unify UTF-8 malformedness handling.
54273      Branch: perl
54274            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
54275 ____________________________________________________________________________
54276 [  8322] By: jhi                                   on 2001/01/04  22:21:54
54277         Log: The new $issymlink was unknown to Mksymlinks.
54278      Branch: metaconfig/U/perl
54279            ! Mksymlinks.U issymlink.U
54280      Branch: perl
54281            ! Configure config_h.SH
54282 ____________________________________________________________________________
54283 [  8321] By: jhi                                   on 2001/01/04  21:51:05
54284         Log: The test didn't work under the core test framework.
54285      Branch: perl
54286            ! t/lib/st-lock.t
54287 ____________________________________________________________________________
54288 [  8320] By: jhi                                   on 2001/01/04  21:14:22
54289         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
54290      Branch: perl
54291            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
54292 ____________________________________________________________________________
54293 [  8319] By: jhi                                   on 2001/01/04  20:46:17
54294         Log: Typo in #8312 when manually applying a problematic patch fragment.
54295      Branch: perl
54296            ! ext/Storable/Storable.xs
54297 ____________________________________________________________________________
54298 [  8318] By: jhi                                   on 2001/01/04  20:43:01
54299         Log: The $sh_c didn't fly.
54300      Branch: metaconfig
54301            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
54302            ! U/modified/Loc.U U/modified/myhostname.U
54303            ! U/modified/spitshell.U
54304      Branch: metaconfig/U/perl
54305            ! issymlink.U
54306      Branch: perl
54307            ! Configure config_h.SH
54308 ____________________________________________________________________________
54309 [  8317] By: jhi                                   on 2001/01/04  19:58:01
54310         Log: AIX builtin test -h is broken, changes based on
54311              
54312              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
54313              Date: Tue, 02 Jan 2001 11:24:39 +0100
54314              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54315              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
54316      Branch: metaconfig
54317            + U/modified/spitshell.U
54318            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
54319            ! U/modified/Loc.U U/modified/myhostname.U
54320      Branch: metaconfig/U/perl
54321            ! Mksymlinks.U issymlink.U
54322      Branch: perl
54323            ! Configure
54324 ____________________________________________________________________________
54325 [  8316] By: jhi                                   on 2001/01/04  19:02:22
54326         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
54327              From: Andy Dougherty <doughera@lafayette.edu>
54328              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
54329              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
54330              
54331              Beware of GNU ld.
54332      Branch: perl
54333            ! hints/solaris_2.sh
54334 ____________________________________________________________________________
54335 [  8315] By: jhi                                   on 2001/01/04  18:56:48
54336         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
54337              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
54338              Date: Wed, 3 Jan 2001 07:58:51 +0100
54339              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
54340      Branch: perl
54341            ! hints/solaris_2.sh
54342 ____________________________________________________________________________
54343 [  8314] By: jhi                                   on 2001/01/04  18:54:07
54344         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
54345              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54346              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
54347              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
54348              
54349              Doc tweak on #8313.
54350      Branch: perl
54351            ! ext/B/B/Deparse.pm
54352 ____________________________________________________________________________
54353 [  8313] By: jhi                                   on 2001/01/04  18:52:27
54354         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
54355              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
54356              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54357              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
54358              
54359              Make the peephole optimizer to bypass more null ops and
54360              and rewrite the deparse handling of continue blocks.
54361      Branch: perl
54362            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
54363 ____________________________________________________________________________
54364 [  8312] By: jhi                                   on 2001/01/04  18:47:39
54365         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
54366      Branch: perl
54367            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
54368            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
54369            ! t/lib/st-lock.t
54370 ____________________________________________________________________________
54371 [  8311] By: jhi                                   on 2001/01/04  18:36:08
54372         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
54373              filter to be run on each .pm during the pm_to_blib() phase,
54374              a fixed version of
54375              
54376              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
54377              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
54378              Date: Wed, 03 Jan 2001 22:01:30 +0100
54379              Message-ID: <5296.978555690@nice.ram.loc>
54380      Branch: perl
54381            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
54382            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
54383            ! lib/ExtUtils/MakeMaker.pm
54384 ____________________________________________________________________________
54385 [  8310] By: jhi                                   on 2001/01/04  18:32:54
54386         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
54387              From: Robin Barker <rmb1@cise.npl.co.uk>
54388              Date: Tue, 2 Jan 2001 15:35:03 GMT
54389              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
54390      Branch: perl
54391            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
54392            ! pod/perlrequick.pod
54393 ____________________________________________________________________________
54394 [  8309] By: jhi                                   on 2001/01/04  18:29:07
54395         Log: Subject: Re: [patch] static-ize XS()
54396              From: Doug MacEachern <dougm@covalent.net>
54397              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
54398              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
54399              
54400              Provide prototypes for the XS functions.
54401      Branch: perl
54402            ! lib/ExtUtils/xsubpp
54403 ____________________________________________________________________________
54404 [  8308] By: jhi                                   on 2001/01/04  18:27:44
54405         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
54406              From: Doug MacEachern <dougm@covalent.net>
54407              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
54408              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
54409      Branch: perl
54410            ! lib/ExtUtils/typemap
54411 ____________________________________________________________________________
54412 [  8307] By: jhi                                   on 2001/01/04  18:25:25
54413         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
54414              From: Doug MacEachern <dougm@covalent.net>
54415              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
54416              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
54417              
54418              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
54419      Branch: perl
54420            ! lib/ExtUtils/MM_Unix.pm
54421 ____________________________________________________________________________
54422 [  8306] By: jhi                                   on 2001/01/04  18:23:00
54423         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
54424              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54425              Date: Thu, 4 Jan 2001 12:47:10 +0100 
54426              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
54427              
54428              The toke.c part only, patching embed.h and proto.h is futile.
54429      Branch: perl
54430            ! toke.c
54431 ____________________________________________________________________________
54432 [  8305] By: jhi                                   on 2001/01/04  18:05:51
54433         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
54434              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54435              Date: Thu, 4 Jan 2001 17:50:12 +0100 
54436              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
54437      Branch: perl
54438            ! toke.c
54439 ____________________________________________________________________________
54440 [  8304] By: jhi                                   on 2001/01/04  18:03:26
54441         Log: Subject: [PATCH perl@8269]
54442              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54443              Date: Thu, 4 Jan 2001 12:53:39 +0100 
54444              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
54445              
54446              If running byacc write-enable also perly.h.
54447      Branch: perl
54448            ! Makefile.SH
54449 ____________________________________________________________________________
54450 [  8303] By: jhi                                   on 2001/01/04  15:40:49
54451         Log: Rewrite pp_concat() in terms of sv_catsv().
54452      Branch: perl
54453            ! pp_hot.c
54454 ____________________________________________________________________________
54455 [  8302] By: nick                                  on 2001/01/03  22:43:22
54456         Log: Integrate mainline.
54457      Branch: perlio
54458           !> ext/Encode/Encode.xs sv.c utf8.c
54459 ____________________________________________________________________________
54460 [  8301] By: jhi                                   on 2001/01/02  23:40:26
54461         Log: Variable naming tweak.
54462      Branch: perl
54463            ! sv.c
54464 ____________________________________________________________________________
54465 [  8300] By: jhi                                   on 2001/01/02  23:40:02
54466         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
54467              in is_utf8_string().
54468      Branch: perl
54469            ! utf8.c
54470 ____________________________________________________________________________
54471 [  8299] By: jhi                                   on 2001/01/02  22:14:40
54472         Log: Integrate perlio.
54473      Branch: perl
54474           !> pp.c pp_hot.c win32/Makefile
54475 ____________________________________________________________________________
54476 [  8298] By: nick                                  on 2001/01/02  22:03:06
54477         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
54478      Branch: perlio
54479            ! pp.c pp_hot.c
54480 ____________________________________________________________________________
54481 [  8297] By: jhi                                   on 2001/01/02  04:26:28
54482         Log: Signedness nit.
54483      Branch: perl
54484            ! ext/Encode/Encode.xs
54485 ____________________________________________________________________________
54486 [  8296] By: nick                                  on 2001/01/01  23:49:36
54487         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
54488      Branch: perlio
54489            ! win32/Makefile
54490 ____________________________________________________________________________
54491 [  8295] By: jhi                                   on 2001/01/01  23:05:48
54492         Log: Integrate perlio.
54493      Branch: perl
54494           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
54495           !> t/lib/encode.t
54496 ____________________________________________________________________________
54497 [  8294] By: nick                                  on 2001/01/01  22:48:34
54498         Log: Integrate mainline
54499      Branch: perlio
54500            ! pp_hot.c t/lib/encode.t
54501           !> (integrate 65 files)
54502 ____________________________________________________________________________
54503 [  8293] By: nick                                  on 2001/01/01  21:58:50
54504         Log: More rigor in UTF-8-ness of Encode's toUnicode
54505              XS export some of the utf8 internal functions.
54506              Test some of the functions.
54507              Fix pp_concat() bug shown by said tests.
54508      Branch: perlio
54509            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
54510            ! t/lib/encode.t
54511 ____________________________________________________________________________
54512 [  8292] By: jhi                                   on 2001/01/01  18:11:44
54513         Log: Integrate perlio.
54514      Branch: perl
54515           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
54516           !> ext/Encode/encengine.c ext/Encode/encode.h
54517 ____________________________________________________________________________
54518 [  8291] By: jhi                                   on 2001/01/01  18:10:58
54519         Log: Podify README.mpeix (a new version from the web),
54520              add a dummy NAME to Carp::Heavy, regen toc.
54521      Branch: perl
54522            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
54523            ! pod/perltoc.pod
54524 ____________________________________________________________________________
54525 [  8290] By: nick                                  on 2001/01/01  17:43:47
54526         Log: Loose the "Loading..." warning.
54527              Another bug in fallback support
54528      Branch: perlio
54529            ! ext/Encode/Encode.pm ext/Encode/encengine.c
54530 ____________________________________________________________________________
54531 [  8289] By: jhi                                   on 2001/01/01  00:01:57
54532         Log: Bump up Larry's copyright.
54533      Branch: perl
54534            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
54535            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
54536            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
54537            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
54538            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
54539            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
54540            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
54541            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
54542 ____________________________________________________________________________
54543 [  8288] By: nick                                  on 2000/12/31  21:27:53
54544         Log: Fix .ucm reading - forgot a chr()
54545              Start of .ucm write (for .enc to .ucm)
54546      Branch: perlio
54547            ! ext/Encode/compile
54548 ____________________________________________________________________________
54549 [  8287] By: jhi                                   on 2000/12/31  18:15:56
54550         Log: Comment away a diagnostic message as noted by Craig A. Berry
54551              (the unexpected message was confusing testing)
54552      Branch: perl
54553            ! ext/Encode/Encode.pm
54554 ____________________________________________________________________________
54555 [  8286] By: jhi                                   on 2000/12/31  18:14:51
54556         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
54557              Date: Sun, 31 Dec 2000 11:17:37 -0600
54558              From: "Craig A. Berry" <craigberry@mac.com>
54559              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
54560      Branch: perl
54561            ! ext/Encode/Makefile.PL
54562 ____________________________________________________________________________
54563 [  8285] By: nick                                  on 2000/12/31  18:11:54
54564         Log: Start of support of ICU-style .ucm files:
54565              - teach compile how to read a .ucm file
54566              - first guess at how to represent fallbacks in "tries".
54567              - use fallbacks if check == 0
54568              - new return code to indicate we used one.
54569      Branch: perlio
54570            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
54571            ! ext/Encode/encengine.c ext/Encode/encode.h
54572 ____________________________________________________________________________
54573 [  8284] By: jhi                                   on 2000/12/31  18:04:41
54574         Log: Pacify picky VMS compiler.
54575              
54576              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
54577              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54578              Date: Sat, 30 Dec 2000 18:10:02 -0600
54579              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
54580      Branch: perl
54581            ! sv.c
54582 ____________________________________________________________________________
54583 [  8283] By: jhi                                   on 2000/12/31  16:11:47
54584         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
54585      Branch: perl
54586            ! t/lib/glob-basic.t
54587 ____________________________________________________________________________
54588 [  8282] By: jhi                                   on 2000/12/31  15:26:11
54589         Log: Integrate perlio.
54590      Branch: perl
54591           !> makedef.pl opcode.pl os2/os2.c perlio.c
54592 ____________________________________________________________________________
54593 [  8281] By: nick                                  on 2000/12/31  10:06:15
54594         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
54595              is available to be exported
54596      Branch: perlio
54597            ! makedef.pl perlio.c
54598 ____________________________________________________________________________
54599 [  8280] By: nick                                  on 2000/12/31  09:41:26
54600         Log: Ilya's OS2 patch (testing for damage on Win32)
54601      Branch: perlio
54602            ! makedef.pl opcode.pl os2/os2.c
54603 ____________________________________________________________________________
54604 [  8279] By: jhi                                   on 2000/12/30  21:52:07
54605         Log: Test nits.
54606      Branch: perl
54607            ! t/lib/syslfs.t t/op/lfs.t
54608 ____________________________________________________________________________
54609 [  8278] By: jhi                                   on 2000/12/30  21:47:49
54610         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
54611              From: andreas.koenig@anima.de (Andreas J. Koenig)
54612              Date: 30 Dec 2000 22:35:37 +0100
54613              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
54614              
54615              The 32-bit wraparound test wasn't quite right.
54616      Branch: perl
54617            ! t/lib/syslfs.t t/op/lfs.t
54618 ____________________________________________________________________________
54619 [  8277] By: jhi                                   on 2000/12/30  21:33:44
54620         Log: Subject: [PATCH] open() example in perlfunc.pod 
54621              From: Karsten Sperling <s_sperli@ira.uka.de>
54622              Date: Sat, 30 Dec 2000 22:27:09 +0100
54623              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
54624      Branch: perl
54625            ! pod/perlfunc.pod
54626 ____________________________________________________________________________
54627 [  8276] By: jhi                                   on 2000/12/30  20:32:40
54628         Log: Not quite that many tests yet.
54629      Branch: perl
54630            ! t/op/pat.t
54631 ____________________________________________________________________________
54632 [  8275] By: jhi                                   on 2000/12/30  20:26:58
54633         Log: Integrate perlio.
54634      Branch: perl
54635           !> toke.c
54636 ____________________________________________________________________________
54637 [  8274] By: jhi                                   on 2000/12/30  20:24:56
54638         Log: Signedness nit.
54639      Branch: perl
54640            ! utf8.c
54641 ____________________________________________________________________________
54642 [  8273] By: jhi                                   on 2000/12/30  20:15:46
54643         Log: Add a test case for 20000731.001 which was fixed by the #8267.
54644      Branch: perl
54645            ! t/op/pat.t
54646 ____________________________________________________________________________
54647 [  8272] By: nick                                  on 2000/12/30  19:47:51
54648         Log: Tweak for MULTIPLICITY/USE_PERLIO
54649      Branch: perlio
54650            ! toke.c
54651 ____________________________________________________________________________
54652 [  8271] By: nick                                  on 2000/12/30  19:46:45
54653         Log: Integrate mainline
54654      Branch: perlio
54655           +> lib/unicode/distinct.pm
54656           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
54657           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
54658           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
54659 ____________________________________________________________________________
54660 [  8270] By: jhi                                   on 2000/12/30  19:39:50
54661         Log: Subject: RE: perl@8269
54662              From: "Richard Soderberg" <rs@crystalflame.net>
54663              Date: Sat, 30 Dec 2000 11:36:27 -0800
54664              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
54665              
54666              A missing aTHX_.
54667      Branch: perl
54668            ! toke.c
54669 ____________________________________________________________________________
54670 [  8269] By: jhi                                   on 2000/12/30  18:55:48
54671         Log: Update Changes.
54672      Branch: perl
54673            ! Changes patchlevel.h
54674 ____________________________________________________________________________
54675 [  8268] By: jhi                                   on 2000/12/30  17:18:40
54676         Log: Add a test for Unicode split //.  The #8267 was the cure.
54677      Branch: perl
54678            ! t/op/split.t
54679 ____________________________________________________________________________
54680 [  8267] By: jhi                                   on 2000/12/30  17:14:19
54681         Log: Subject: more UTF8 test suites and an UTF8 patch
54682              From: Inaba Hiroto <inaba@st.rim.or.jp>
54683              Date: Sat, 30 Dec 2000 14:27:10 +0900
54684              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
54685              
54686              Just the patch part for now, and the pragma renamed
54687              as unicode::distinct.
54688      Branch: perl
54689            + lib/unicode/distinct.pm
54690            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
54691            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
54692            ! regcomp.h regexec.c sv.c toke.c utf8.c
54693 ____________________________________________________________________________
54694 [  8266] By: nick                                  on 2000/12/30  16:40:49
54695         Log: Integrate mainline
54696      Branch: perlio
54697           +> lib/Pod/Text/Overstrike.pm
54698           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
54699           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
54700           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
54701           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
54702           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
54703 ____________________________________________________________________________
54704 [  8265] By: jhi                                   on 2000/12/30  07:28:55
54705         Log: The sv_catsv() fix, take two.
54706      Branch: perl
54707            ! sv.c t/op/join.t
54708 ____________________________________________________________________________
54709 [  8264] By: jhi                                   on 2000/12/30  06:19:18
54710         Log: Undo all the join-related changes since #8248: relevant
54711              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
54712              The new sv_catsv() doesn't fly so it must go back to
54713              the drawing board.
54714      Branch: perl
54715            ! sv.c t/op/join.t t/pragma/utf8.t
54716 ____________________________________________________________________________
54717 [  8263] By: jhi                                   on 2000/12/30  01:08:32
54718         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
54719      Branch: perl
54720            ! sv.c
54721 ____________________________________________________________________________
54722 [  8262] By: jhi                                   on 2000/12/30  00:45:14
54723         Log: Retract #8261.
54724      Branch: perl
54725            ! hv.c util.c
54726 ____________________________________________________________________________
54727 [  8261] By: jhi                                   on 2000/12/30  00:38:32
54728         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
54729      Branch: perl
54730            ! hv.c util.c
54731 ____________________________________________________________________________
54732 [  8260] By: jhi                                   on 2000/12/29  22:51:33
54733         Log: (Retracted by #8264)  More fixing for #8251.
54734      Branch: perl
54735            ! sv.c
54736 ____________________________________________________________________________
54737 [  8259] By: jhi                                   on 2000/12/29  18:27:30
54738         Log: Subject: podlators 1.06 released
54739              From: Russ Allbery <rra@stanford.edu>
54740              Date: 25 Dec 2000 05:09:30 -0800
54741              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
54742      Branch: perl
54743            + lib/Pod/Text/Overstrike.pm
54744            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
54745            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
54746 ____________________________________________________________________________
54747 [  8258] By: jhi                                   on 2000/12/29  18:20:45
54748         Log: Make the large file tests more robust/talkative as suggested by
54749              
54750              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
54751              From: andreas.koenig@anima.de (Andreas J. Koenig)
54752              Date: 29 Dec 2000 14:23:01 +0100
54753              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
54754      Branch: perl
54755            ! t/lib/syslfs.t t/op/lfs.t
54756 ____________________________________________________________________________
54757 [  8257] By: jhi                                   on 2000/12/29  17:48:04
54758         Log: Further VMS piping fixes from Charles Lane:
54759              
54760              In summary, error messages produced when a subprocess terminated
54761              abnormally were being sent not just to the parent process, but to
54762              grandparents, because of default values for error output that were
54763              not completely overridden when the subprocess was started.
54764              
54765              This patch fixes this behavior by defining user-mode (i.e., temporary
54766              for the duration of the program) logical names for SYS$OUTPUT and
54767              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
54768              changes to make it so that the user-mode logicals are the ones that
54769              control where Perl's error messages go if it terminates abnormally.
54770              
54771              I also added some gratuitous fixes to the indentation of braces in
54772              the piping code.  It just looked ugly, before.
54773      Branch: perl
54774            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
54775 ____________________________________________________________________________
54776 [  8256] By: jhi                                   on 2000/12/29  17:45:12
54777         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
54778              From: "Casey R. Tweten" <crt@kiski.net>
54779              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
54780              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
54781              
54782              Tests for for #8240.
54783      Branch: perl
54784            ! t/pragma/constant.t
54785 ____________________________________________________________________________
54786 [  8255] By: jhi                                   on 2000/12/29  17:43:07
54787         Log: Subject: Re: [PATCH] Interesting syntax idea
54788              From: Simon Cozens <simon@cozens.net>
54789              Date: Fri, 29 Dec 2000 14:34:04 +0000
54790              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
54791              
54792              Tests for #8254.
54793      Branch: perl
54794            ! t/pragma/sub_lval.t
54795 ____________________________________________________________________________
54796 [  8254] By: jhi                                   on 2000/12/29  17:42:11
54797         Log: Subject: [PATCH] Interesting syntax idea
54798              From: Simon Cozens <simon@cozens.net>
54799              Date: Wed, 27 Dec 2000 05:08:57 +0000
54800              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
54801              
54802              Make opens + bareword assigns do typeglob assigns.
54803      Branch: perl
54804            ! op.c
54805 ____________________________________________________________________________
54806 [  8253] By: jhi                                   on 2000/12/29  17:36:45
54807         Log: Output the (apparent) version of gcc, as suggested by
54808              
54809              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
54810              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
54811              Date: 26 Dec 2000 04:29:17 -0500
54812              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
54813              
54814              (The patch as such didn't any more apply as the misparsing had
54815              already been addressed in #6474.)  Also change the wording about
54816              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
54817      Branch: perl
54818            ! hints/dec_osf.sh
54819 ____________________________________________________________________________
54820 [  8252] By: nick                                  on 2000/12/29  12:14:31
54821         Log: Integrate mainline
54822      Branch: perlio
54823           !> (integrate 27 files)
54824 ____________________________________________________________________________
54825 [  8251] By: jhi                                   on 2000/12/29  08:45:46
54826         Log: (Retracted by #8264)
54827              
54828              (Fixed by #8260.)
54829              
54830              sv_catsv() needs one more byte space than seems reasonable.
54831              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
54832              Curiouser and curiouser.
54833      Branch: perl
54834            ! sv.c
54835 ____________________________________________________________________________
54836 [  8250] By: jhi                                   on 2000/12/29  07:57:52
54837         Log: More split // UTF-8 tests.
54838      Branch: perl
54839            ! t/pragma/utf8.t
54840 ____________________________________________________________________________
54841 [  8249] By: jhi                                   on 2000/12/29  07:54:51
54842         Log: (Retracted by #8264)  More join() testing which was good because
54843              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
54844      Branch: perl
54845            ! pp.c t/op/join.t utf8.c utf8.h
54846 ____________________________________________________________________________
54847 [  8248] By: jhi                                   on 2000/12/29  07:08:32
54848         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
54849              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
54850              that the only cases to care about are byte+byte and byte+character.
54851              
54852              TODO: See how well pp_concat() could be implemented in terms
54853              of sv_catsv().
54854      Branch: perl
54855            ! doop.c sv.c t/op/join.t utf8.h
54856 ____________________________________________________________________________
54857 [  8247] By: jhi                                   on 2000/12/29  06:35:23
54858         Log: Signedness nit.
54859      Branch: perl
54860            ! pp_hot.c
54861 ____________________________________________________________________________
54862 [  8246] By: jhi                                   on 2000/12/29  01:23:31
54863         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
54864              From: Lupe Christoph <lupe@lupe-christoph.de>
54865              Date: Thu, 28 Dec 2000 23:00:00 +0100
54866              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
54867              
54868              Suggest rsync --delete --dry-run.
54869      Branch: perl
54870            ! pod/perlhack.pod
54871 ____________________________________________________________________________
54872 [  8245] By: jhi                                   on 2000/12/28  23:57:05
54873         Log: The maxiters upper limit sanity check (guarding against
54874              non-progress) assumed bytes instead of characters in s///
54875              and split().
54876      Branch: perl
54877            ! pp.c pp_hot.c
54878 ____________________________________________________________________________
54879 [  8244] By: jhi                                   on 2000/12/28  23:34:08
54880         Log: Make some panic messages a bit more logical.
54881      Branch: perl
54882            ! doop.c pod/perldiag.pod pp.c pp_hot.c
54883 ____________________________________________________________________________
54884 [  8243] By: jhi                                   on 2000/12/28  22:59:16
54885         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
54886              From: Simon Cozens <simon@cozens.net>
54887              Date: Wed, 27 Dec 2000 02:30:03 +0000
54888              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
54889      Branch: perl
54890            ! pp.c t/pragma/sub_lval.t
54891 ____________________________________________________________________________
54892 [  8242] By: jhi                                   on 2000/12/28  22:56:53
54893         Log: Subject: [PATCH blead] Fix B::Terse indentation
54894              From: Daniel Chetlin <daniel@chetlin.com>
54895              Date: Wed, 27 Dec 2000 06:43:30 -0800
54896              Message-ID: <20001227064329.B9573@darkstar>
54897      Branch: perl
54898            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
54899 ____________________________________________________________________________
54900 [  8241] By: jhi                                   on 2000/12/28  22:48:59
54901         Log: The latter patch from the
54902              
54903              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
54904              From: Peter Prymmer <pvhp@forte.com> 
54905              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
54906              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
54907              
54908              (the former patch from the above should have been
54909              taken care of by Nick I-S)
54910      Branch: perl
54911            ! win32/Makefile
54912 ____________________________________________________________________________
54913 [  8240] By: jhi                                   on 2000/12/28  22:45:22
54914         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
54915              From: "Casey R. Tweten" <crt@kiski.net>
54916              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
54917              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
54918      Branch: perl
54919            ! lib/constant.pm
54920 ____________________________________________________________________________
54921 [  8239] By: jhi                                   on 2000/12/28  22:37:45
54922         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
54923              From: Simon Cozens <simon@cozens.net>
54924              Date: Wed, 27 Dec 2000 14:12:44 +0000
54925              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
54926      Branch: perl
54927            ! t/op/method.t t/op/sort.t toke.c
54928 ____________________________________________________________________________
54929 [  8238] By: jhi                                   on 2000/12/28  22:30:32
54930         Log: Subject: [PATCH perl@8229] Call.pm
54931              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
54932              Date: Mon, 25 Dec 2000 10:47:15 -0000
54933              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
54934      Branch: perl
54935            ! ext/Filter/Util/Call/Call.pm
54936 ____________________________________________________________________________
54937 [  8237] By: jhi                                   on 2000/12/28  22:19:21
54938         Log: Subject: [PATCH blead] Fix problem with `&' prototype
54939              From: Daniel Chetlin <daniel@chetlin.com>
54940              Date: Wed, 27 Dec 2000 15:55:32 -0800
54941              Message-ID: <20001227155532.D9573@darkstar>
54942      Branch: perl
54943            ! op.c t/comp/proto.t
54944 ____________________________________________________________________________
54945 [  8236] By: jhi                                   on 2000/12/28  22:09:25
54946         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
54947              From: Daniel Chetlin <daniel@chetlin.com>
54948              Date: Sun, 24 Dec 2000 04:09:49 -0800
54949              Message-ID: <20001224040949.B3090@darkstar>
54950      Branch: perl
54951            ! gv.c mg.c t/op/attrs.t
54952 ____________________________________________________________________________
54953 [  8235] By: jhi                                   on 2000/12/28  22:07:11
54954         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
54955              From: Jan Dubois <jand@ActiveState.com>
54956              Date: Tue, 26 Dec 2000 20:57:31 -0800
54957              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
54958      Branch: perl
54959            ! win32/win32.c
54960 ____________________________________________________________________________
54961 [  8234] By: jhi                                   on 2000/12/28  21:52:42
54962         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
54963              From: Simon Cozens <simon@cozens.net>
54964              Date: Thu, 28 Dec 2000 20:33:13 +0000
54965              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
54966      Branch: perl
54967            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
54968 ____________________________________________________________________________
54969 [  8233] By: jhi                                   on 2000/12/28  19:40:49
54970         Log: Integrate perlio.
54971      Branch: perl
54972           !> ext/Encode/Makefile.PL ext/Encode/compile
54973 ____________________________________________________________________________
54974 [  8232] By: nick                                  on 2000/12/23  16:06:00
54975         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
54976              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
54977      Branch: perlio
54978            ! ext/Encode/Makefile.PL
54979 ____________________________________________________________________________
54980 [  8231] By: nick                                  on 2000/12/23  14:30:34
54981         Log: "Compiled" encode build cleanup
54982              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
54983              - .c files do not export sub-tables
54984      Branch: perlio
54985            ! ext/Encode/Makefile.PL ext/Encode/compile
54986 ____________________________________________________________________________
54987 [  8230] By: nick                                  on 2000/12/23  12:50:37
54988         Log: Integrate mainline
54989      Branch: perlio
54990           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
54991           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
54992           !> pod/perl5004delta.pod pod/perl5005delta.pod
54993           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
54994           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
54995           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
54996           !> pod/perlsub.pod
54997 ____________________________________________________________________________
54998 [  8229] By: jhi                                   on 2000/12/22  15:32:12
54999         Log: Integrate perlio.
55000      Branch: perl
55001           +> win32/distclean.bat
55002           !> MANIFEST t/io/utf8.t
55003 ____________________________________________________________________________
55004 [  8228] By: jhi                                   on 2000/12/22  15:29:40
55005         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
55006              From: Robin Barker <rmb1@cise.npl.co.uk>
55007              Date: Fri, 22 Dec 2000 12:17:38 GMT
55008              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
55009      Branch: perl
55010            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
55011            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
55012            ! pod/perl5004delta.pod pod/perl5005delta.pod
55013            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
55014            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
55015            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
55016            ! pod/perlsub.pod
55017 ____________________________________________________________________________
55018 [  8227] By: jhi                                   on 2000/12/22  15:24:28
55019         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
55020              From: "John L. Allen" <allen@grumman.com>
55021              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
55022              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
55023              
55024              Document APPLLIB_EXP.
55025      Branch: perl
55026            ! INSTALL
55027 ____________________________________________________________________________
55028 [  8226] By: nick                                  on 2000/12/21  22:11:50
55029         Log: Handy script for when one forgets to "dmake clean" 
55030      Branch: perlio
55031            + win32/distclean.bat
55032            ! MANIFEST
55033 ____________________________________________________________________________
55034 [  8225] By: nick                                  on 2000/12/21  21:54:04
55035         Log: CRLF platform issue with io/utf8 fix.
55036      Branch: perlio
55037            ! t/io/utf8.t
55038 ____________________________________________________________________________
55039 [  8224] By: nick                                  on 2000/12/21  21:02:20
55040         Log: Integrate mainline
55041      Branch: perlio
55042           !> Changes Configure Makefile.SH Porting/Glossary
55043           !> Porting/config.sh Porting/config_H configure.com
55044           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
55045           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
55046           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
55047           !> win32/config.bc win32/config.gc win32/config.vc
55048 ____________________________________________________________________________
55049 [  8223] By: jhi                                   on 2000/12/21  17:09:16
55050         Log: Update Changes.
55051      Branch: perl
55052            ! Changes patchlevel.h
55053 ____________________________________________________________________________
55054 [  8222] By: jhi                                   on 2000/12/21  16:24:01
55055         Log: Metaconfig unit changes for #8221.
55056      Branch: metaconfig/U/perl
55057           +> issymlink.U
55058            - testsyml.U
55059            ! Mksymlinks.U
55060 ____________________________________________________________________________
55061 [  8221] By: jhi                                   on 2000/12/21  16:23:48
55062         Log: Rename testsyml to issymlink.
55063      Branch: perl
55064            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55065            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
55066            ! win32/config.vc
55067 ____________________________________________________________________________
55068 [  8220] By: jhi                                   on 2000/12/21  15:47:26
55069         Log: Robustness support for #8218 (symlink forest) since the GNU
55070              tools seem to be overly picky about symlinkage depths.
55071      Branch: perl
55072            ! Makefile.SH t/io/fs.t
55073 ____________________________________________________________________________
55074 [  8219] By: jhi                                   on 2000/12/21  15:38:27
55075         Log: Metaconfig changes for #8218.
55076      Branch: metaconfig
55077            ! U/modified/Oldconfig.U
55078      Branch: metaconfig/U/perl
55079            + Mksymlinks.U
55080            ! testsyml.U
55081 ____________________________________________________________________________
55082 [  8218] By: jhi                                   on 2000/12/21  15:37:57
55083         Log: Add Configure option -Dmksymlinks which will create a symlink
55084              forest if the current/build differs from the source directory.
55085              TODO: mkdir -p is not portable.
55086      Branch: perl
55087            ! Configure
55088 ____________________________________________________________________________
55089 [  8217] By: jhi                                   on 2000/12/21  14:39:12
55090         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
55091              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
55092              Date: Thu, 21 Dec 2000 09:38:18 GMT
55093              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
55094              
55095              The ofs became an SV.
55096      Branch: perl
55097            ! ext/Thread/Thread.xs
55098 ____________________________________________________________________________
55099 [  8216] By: jhi                                   on 2000/12/21  05:40:21
55100         Log: The polymorphism seems to have fixed 20000517.001.
55101      Branch: perl
55102            ! t/pragma/utf8.t
55103 ____________________________________________________________________________
55104 [  8215] By: jhi                                   on 2000/12/21  04:44:52
55105         Log: read() documentation tweak for 20001121.004.
55106      Branch: perl
55107            ! pod/perlfunc.pod
55108 ____________________________________________________________________________
55109 [  8214] By: jhi                                   on 2000/12/21  03:54:11
55110         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
55111      Branch: perl
55112            ! pp_sys.c t/op/misc.t
55113 ____________________________________________________________________________
55114 [  8213] By: jhi                                   on 2000/12/21  00:28:10
55115         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
55116              From: Peter Prymmer <pvhp@forte.com>
55117              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
55118              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
55119      Branch: perl
55120            ! configure.com
55121 ____________________________________________________________________________
55122 [  8212] By: jhi                                   on 2000/12/21  00:26:21
55123         Log: Edit edit edit.
55124      Branch: perl
55125            ! pod/perlfaq3.pod
55126 ____________________________________________________________________________
55127 [  8211] By: jhi                                   on 2000/12/20  18:52:46
55128         Log: Update Changes.
55129      Branch: perl
55130            ! Changes patchlevel.h
55131 ____________________________________________________________________________
55132 [  8210] By: jhi                                   on 2000/12/20  18:34:47
55133         Log: Yet another editor edit.
55134      Branch: perl
55135            ! pod/perlfaq3.pod
55136 ____________________________________________________________________________
55137 [  8209] By: jhi                                   on 2000/12/20  15:33:28
55138         Log: More Win32 Perling.
55139      Branch: perl
55140            ! pod/perlfaq3.pod
55141 ____________________________________________________________________________
55142 [  8208] By: jhi                                   on 2000/12/20  15:07:46
55143         Log: More Win32 editor/IDE/shell hints.
55144      Branch: perl
55145            ! pod/perlfaq3.pod
55146 ____________________________________________________________________________
55147 [  8207] By: jhi                                   on 2000/12/20  03:54:08
55148         Log: Subject: [PATCH] obscure timing knowledge
55149              From: Nicholas Clark <nick@ccl4.org>
55150              Date: Tue, 19 Dec 2000 19:22:31 +0000
55151              Message-ID: <20001219192231.F2827@plum.flirble.org>
55152      Branch: perl
55153            ! sv.c
55154 ____________________________________________________________________________
55155 [  8206] By: jhi                                   on 2000/12/20  03:45:57
55156         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
55157              From: Spider Boardman <spider@leggy.zk3.dec.com>
55158              Date: Tue, 19 Dec 2000 21:30:16 -0500
55159              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
55160      Branch: perl
55161            ! sv.c
55162 ____________________________________________________________________________
55163 [  8205] By: jhi                                   on 2000/12/19  23:02:01
55164         Log: Update Changes.
55165      Branch: perl
55166            ! Changes patchlevel.h
55167 ____________________________________________________________________________
55168 [  8204] By: jhi                                   on 2000/12/19  22:58:18
55169         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
55170              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
55171              on editors and diffing/patching.
55172      Branch: perl
55173            ! t/op/utf8decode.t
55174 ____________________________________________________________________________
55175 [  8203] By: nick                                  on 2000/12/19  21:36:16
55176         Log: Integrate mainline (forgot my own change...)
55177      Branch: perlio
55178           !> ext/Encode/compile
55179 ____________________________________________________________________________
55180 [  8202] By: nick                                  on 2000/12/19  21:34:42
55181         Log: Integrate mainline.
55182      Branch: perlio
55183           !> (integrate 61 files)
55184 ____________________________________________________________________________
55185 [  8201] By: nick                                  on 2000/12/19  21:34:06
55186         Log: Avoid looking for File::Glob when we don't need it.
55187      Branch: perl
55188            ! ext/Encode/compile
55189 ____________________________________________________________________________
55190 [  8200] By: jhi                                   on 2000/12/19  18:35:49
55191         Log: Update Changes.
55192      Branch: perl
55193            ! Changes patchlevel.h
55194 ____________________________________________________________________________
55195 [  8199] By: jhi                                   on 2000/12/19  18:35:07
55196         Log: Microperl tweaks.
55197      Branch: perl
55198            ! sv.c uconfig.h uconfig.sh
55199 ____________________________________________________________________________
55200 [  8198] By: jhi                                   on 2000/12/19  18:29:59
55201         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
55202      Branch: perl
55203            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55204            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
55205 ____________________________________________________________________________
55206 [  8197] By: jhi                                   on 2000/12/19  17:55:29
55207         Log: In VMS embedded perls couldn't access the statically built Socket,
55208              from Charles Lane.
55209      Branch: perl
55210            ! configure.com
55211 ____________________________________________________________________________
55212 [  8196] By: jhi                                   on 2000/12/19  17:49:50
55213         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
55214              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
55215              Date: Sun, 17 Dec 2000 19:11:44 -0000
55216              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
55217      Branch: perl
55218            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
55219            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
55220 ____________________________________________________________________________
55221 [  8195] By: jhi                                   on 2000/12/19  17:47:53
55222         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
55223              From: Jonathan Stowe <gellyfish@gellyfish.com>
55224              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
55225              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
55226      Branch: perl
55227            ! utils/h2xs.PL
55228 ____________________________________________________________________________
55229 [  8194] By: jhi                                   on 2000/12/19  17:46:28
55230         Log: Subject: Re: useless use of void context work-around
55231              From: andreas.koenig@anima.de (Andreas J. Koenig)
55232              Date: 16 Dec 2000 15:13:36 +0100
55233              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
55234              
55235              Document (comment) the q(di ds ig) trick in the code.
55236      Branch: perl
55237            ! op.c
55238 ____________________________________________________________________________
55239 [  8193] By: jhi                                   on 2000/12/19  17:10:57
55240         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
55241              From: "Mark J. Reed" <mreed@strange.turner.com>
55242              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
55243              Message-Id: <200012160222.VAA13986@strange.turner.com>
55244      Branch: perl
55245            ! ext/Sys/Syslog/Syslog.pm
55246 ____________________________________________________________________________
55247 [  8192] By: jhi                                   on 2000/12/19  17:07:45
55248         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
55249              From: Nicholas Clark <nick@ccl4.org>
55250              Date: Sat, 16 Dec 2000 19:03:13 +0000
55251              Message-ID: <20001216190313.D68304@plum.flirble.org>
55252      Branch: perl
55253            ! t/op/64bitint.t
55254 ____________________________________________________________________________
55255 [  8191] By: jhi                                   on 2000/12/19  17:06:13
55256         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
55257              From: Dominic Dunlop <domo@computer.org>
55258              Date: Mon, 18 Dec 2000 12:00:15 +0100
55259              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
55260              
55261              This patchlet is needed in order that perl can be statically linked.  
55262      Branch: perl
55263            ! regexec.c
55264 ____________________________________________________________________________
55265 [  8190] By: jhi                                   on 2000/12/19  17:03:08
55266         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
55267              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55268              Date: Sun, 17 Dec 2000 00:18:35 -0600
55269              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
55270      Branch: perl
55271            ! perlio.h vms/gen_shrfls.pl
55272 ____________________________________________________________________________
55273 [  8189] By: jhi                                   on 2000/12/19  16:20:28
55274         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
55275              From: Prymmer/Kahn <pvhp@best.com>
55276              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
55277              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
55278              
55279              A better version of #8188.
55280      Branch: perl
55281            ! pod/perlfaq3.pod
55282 ____________________________________________________________________________
55283 [  8188] By: jhi                                   on 2000/12/19  15:57:06
55284         Log: (Replaced by #8189)
55285              
55286              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
55287              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
55288              From: Prymmer/Kahn <pvhp@best.com>
55289              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
55290              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
55291              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
55292              Date: Mon, 18 Dec 2000 11:10:45 -0500
55293              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
55294      Branch: perl
55295            ! pod/perlfaq3.pod
55296 ____________________________________________________________________________
55297 [  8187] By: jhi                                   on 2000/12/19  15:54:19
55298         Log: Email address fix for Anton Berezin.
55299      Branch: perl
55300            ! AUTHORS
55301 ____________________________________________________________________________
55302 [  8186] By: jhi                                   on 2000/12/19  15:38:54
55303         Log: Subject: [PATCH perl@8102] cygwin port
55304              From: "Eric Fifer" <efifer@dircon.co.uk> 
55305              Date: Thu, 14 Dec 2000 13:41:29 -0000
55306              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
55307              
55308              When compiling modules the data item that is being imported
55309              from libperl.dll needs to be tagged as imported/shared data:
55310              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
55311      Branch: perl
55312            ! perliol.h
55313 ____________________________________________________________________________
55314 [  8185] By: jhi                                   on 2000/12/19  14:53:24
55315         Log: Regen uconfig.h and uconfig.sh.
55316      Branch: perl
55317            ! uconfig.h uconfig.sh
55318 ____________________________________________________________________________
55319 [  8184] By: jhi                                   on 2000/12/18  20:43:49
55320         Log: Comments work so much better when they are closed.
55321      Branch: perl
55322            ! regcomp.c
55323 ____________________________________________________________________________
55324 [  8183] By: jhi                                   on 2000/12/18  18:04:02
55325         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
55326              Fixes the bug 20001218.016.
55327      Branch: perl
55328            ! regcomp.c
55329 ____________________________________________________________________________
55330 [  8182] By: gsar                                  on 2000/12/18  09:53:47
55331         Log: delete spurious files
55332      Branch: maint-5.6/perl
55333            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
55334            - vos/config.h vos/config_h.SH_orig
55335 ____________________________________________________________________________
55336 [  8181] By: gsar                                  on 2000/12/18  09:46:08
55337         Log: regen perltoc
55338      Branch: maint-5.6/perl
55339            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
55340 ____________________________________________________________________________
55341 [  8180] By: gsar                                  on 2000/12/18  09:20:27
55342         Log: integrate changes#7924..7926,7946,7952 from mainline
55343              
55344              A test works better if it has the right 1..$n output.
55345              
55346              All the core library users of Class::Struct seem to be
55347              using "use Class::Struct 'struct';" instead of the bare
55348              "use Class::Struct;", which isn't documented in Class::Struct.
55349              This can't be right.
55350              
55351              Make the Class::Struct import() wiser.
55352              
55353              Upgrade to CPAN 1.59_51, from Andreas König.
55354              
55355              Subject: Re: long shell lines
55356              Split overly long shell command lines.
55357      Branch: maint-5.6/perl
55358           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
55359           !> lib/File/stat.pm t/lib/class-struct.t
55360 ____________________________________________________________________________
55361 [  8179] By: gsar                                  on 2000/12/18  08:55:54
55362         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
55363              7918,7919,7988,8907 from mainline (various)
55364              
55365              Subject: [ID 20001127.004] White space problem in perlamiga.pod
55366              
55367              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
55368              
55369              Subject: [PATCH] perlcc.PL cleanups
55370              
55371              Subject: [PATCH] Updating perltie.pod for arrays
55372              
55373              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
55374              Subject: Re: [PATCH] Updating perltie.pod for arrays
55375              Subject: Re: [PATCH] Updating perltie.pod for arrays
55376              
55377              One more perltie.pod nit from Casey R. Tweten.
55378              
55379              Subject: [PATCH] $^O  win32 -> MSWin32
55380              plus similar nits for vms, err, VMS, and UNICOS.
55381              
55382              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
55383              More checking in case someone has broken their services or
55384              protocol databases.
55385              
55386              Make "use Class::Struct 'struct';" work again (broken by #7617);
55387              add a test for Class::Struct.
55388              
55389              Integrate the "skip" messages to explain().
55390              
55391              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
55392      Branch: maint-5.6/perl
55393           +> t/lib/class-struct.t
55394           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
55395           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
55396           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
55397 ____________________________________________________________________________
55398 [  8178] By: gsar                                  on 2000/12/18  08:16:30
55399         Log: avoid redefinition warnings on windows due to sys/socket.h getting
55400              #included before win32.h
55401      Branch: maint-5.6/perl
55402            ! win32/include/sys/socket.h
55403 ____________________________________________________________________________
55404 [  8177] By: gsar                                  on 2000/12/18  05:24:04
55405         Log: make regen_headers; fix POSIX.xs problems; remove outdated
55406              code from sys/socket.h that makes build fail now
55407      Branch: maint-5.6/perl
55408            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
55409            ! pod/perlapi.pod
55410           !> win32/include/sys/socket.h
55411 ____________________________________________________________________________
55412 [  8176] By: gsar                                  on 2000/12/18  05:20:17
55413         Log: update Changes
55414      Branch: maint-5.6/perl
55415            ! Changes patchlevel.h
55416 ____________________________________________________________________________
55417 [  8175] By: gsar                                  on 2000/12/18  04:57:48
55418         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
55419              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
55420              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
55421              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
55422              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
55423              7823,7825,7838
55424              
55425              Subject: Re: [PATCH] README.solaris
55426              
55427              Add getpagesize() probing, on non-UNIX guess 'undef'.
55428              
55429              Simplify the getpagesize() unit by dropping the
55430              pagesize probe since it's nowadays slightly more
55431              complicated because of sysconf(). (Note: if some
55432              platform really needs the -lPW for getpagesize,
55433              I just broke it.)
55434              TODO: a new pagesize unit.
55435              
55436              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
55437              
55438              MachTen doesn't really do mmap() and munmap().
55439              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
55440              
55441              More README.solaris updates from Andy Dougherty.
55442              
55443              Copy the s// information of README.hpux also to the perlrun.
55444              
55445              Add HAS_FSYNC, lack noticed by Nicholas Clark.
55446              
55447              Add a metaconfig unit for fsync.
55448              
55449              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
55450              
55451              Many subdocumented return values of the IO extension now documented.
55452              ungetc and write still left subdocumented.
55453              Subject: [PATCH] (was Re: IO::Handle::ungetc)
55454              
55455              Document tell() on special streams.
55456              
55457              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
55458              
55459              Subject: [ID 20001112.007] sfio's sftell isn't ftell
55460              
55461              Couple of tests from #7660 salvaged.
55462              
55463              Tweak the definition of the bit complement on UTF-8 data:
55464              if none of the characters in the string are > 0xff,
55465              the result is a complemented byte string, not a (UTF-8)
55466              char string.  Based on the summary in
55467              Subject: Re: [ID 20000918.005] ~ on wide chars
55468              This should give us the maximum backward (pre-char string)
55469              compatibility and utf8 compatibility.  The other alternative
55470              would be to limit the bit complement to be always byte only,
55471              taking the least significant byte of the chars.
55472              
55473              Cleanup messy #ifdef.
55474              
55475              Typos in #7667.
55476              
55477              Declare reg_data like reg_substr_data.
55478              
55479              Placate nervous compilers that see longer than ints switch()ing.
55480              
55481              Remove the new two tests of lib/io_xs for now, they seem to
55482              fail under perlio on some platforms.
55483              
55484              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
55485              
55486              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
55487              
55488              Subject: tiny typo in perl5db.pl
55489              
55490              Subject: some additions for makefiles for win32 (for perl@7674)
55491              
55492              Hoist the duplicated socket/netdb include logic to perl.h;
55493              undef SETERRNO in case SOCKS has defined it.  Based on:
55494              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
55495              
55496              Regen Configure.
55497              
55498              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
55499              (a macro to define signed and unsigned integer constants).
55500              
55501              Use UINT64_C().
55502              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
55503              
55504              Use u_int32_t for the size of hash_cb(), not size_t.
55505              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
55506              
55507              Quit utf8_to_uv() instantly if curlen == 0.
55508              
55509              Subject: [PATCH: perl@7674] updates to README.os390
55510              
55511              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
55512              
55513              EBCDIC tweaks.
55514              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
55515              
55516              Linenumber fix.
55517              
55518              SOCKS has its own USE_THREADS, based on
55519              Subject: [ID 20001114.002] et. al. bugfix followup
55520              
55521              UINT64_C() work continues.
55522              
55523              Detypo.
55524              
55525              The type of the hash_cb() size argument is tricky.
55526              
55527              Add fwalk() probe to the configuration files and regen perltoc.
55528              
55529              Subject: perllocale.pod changes
55530              
55531              Avoid an infinite loop in VMS when utils scripts are run
55532              with no arguments, from Charles Lane.
55533              
55534              Subject: Re: Bug in Carp::Heavy/5.6.0?
55535              
55536              For Solaris use64bitall the stdchar needs a little bit of help.
55537              
55538              The long double hints can be here or there.
55539              
55540              Test tweak for the open pragma.
55541              
55542              Also the 64bitall hints can be either here or there.
55543              
55544              As surmised the #7719 wasn't a good move.
55545              
55546              Subject: Fix for 20000409.001
55547              
55548              Subject: Fix for 20000815.006
55549              It's really 20000518.006.
55550              
55551              Subject: [PATCH 5.6.0 README.win32] very minor typos
55552              
55553              Subject: Fix for README.amiga (20000323.033)
55554              
55555              Explain in more detail the {} syntax ambiguousity.
55556              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
55557              
55558              Sparc 64-bit pack() fix from Jens Hamisch.
55559              
55560              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
55561              
55562              Subject: podlators 1.05 available        
55563              
55564              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
55565              
55566              Subject: [perl 7711: EPOC] updates
55567              
55568              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
55569              
55570              Miraculous typo.
55571              
55572              sysseek() instead of seek().
55573              
55574              Solaris hints tweaks.
55575              
55576              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
55577              This may be overly harsh but until proven otherwise, we think this
55578              way, or until we have a simple test for Configure (having to start
55579              up servers is does not count as simple) to check for the problems.
55580              
55581              Remove the shared object before attempting to create
55582              (by linking) a new one.  E.g. in AIX not removing
55583              becomes quite painful if one tries to do more than one
55584              build in the same tree (an interrupted build, for example),
55585              since the AIX' shared dynaloader seemingly keeps the shared
55586              objects open and therefore 'busy' for quite a while, even when
55587              nobody is using the objects, leading into link failures.
55588              
55589              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
55590              
55591              Subject: DOC PATCH 5.6.0 perlreftut
55592              
55593              Subject: [PATCH: perl@7777] add system locale testing for VMS
55594              
55595              Subject: [PATCH] Test.pm POD peculiarity
55596              
55597              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
55598              
55599              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
55600              
55601              Subject: Re: perl@7777 
55602              Detypoing.
55603              
55604              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
55605              
55606              Go ahead and #include <unistd.h> in perl.h.
55607              
55608              Subject: [PATCH perl@7795] small cleanup task for test suite
55609              
55610              Subject: Re: av.c patch (having slight problems)
55611              unshift() speedup.
55612              
55613              Reach back one higher up when searching for PERL_SRC.
55614      Branch: maint-5.6/perl
55615           +> lib/File/Spec/Epoc.pm
55616           !> (integrate 88 files)
55617 ____________________________________________________________________________
55618 [  8174] By: gsar                                  on 2000/12/18  03:53:09
55619         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
55620              7625..7629,7631..7634,7637,7639,7642 from mainline
55621              
55622              Fix for the tie-refhash string table leaks.
55623              
55624              Subject: [patch perl@7595] VMS configure.com tweak
55625              
55626              More careful detection of how well NVs and UVs mix.
55627              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))
55628              Added some SIGFPE paranoia.
55629              
55630              Forgot to bump the line numbers in #7601.
55631              
55632              Subject: PATCH std stdio for (Free)BSD
55633              
55634              Deleting $ENV{PATH} in VMS is not recommendable.
55635              
55636              Locale buglets.
55637              Subject: RE: Locales support (setlocale) fixes
55638              
55639              Do not test UTF-8 locales since that the tests would require
55640              polymorphic regexen.
55641              
55642              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
55643              
55644              A missing aTHX_.
55645              
55646              Subject: [ID 20001108.013] spelling
55647              
55648              Subject: [PATCH] Class::Struct at compile time
55649              
55650              Make deleting for %ENV work for (newer versions of) VMS,
55651              from Craig A. Berry.
55652              
55653              Forgot from #7618.
55654              
55655              More VMS moves on environment handling, from Charles Lane.
55656              
55657              Remove unused extra arguments.
55658              
55659              Typo in an ifndef.
55660              Subject: Re: [PATCH 5.7.0] better messages from malloc()
55661              
55662              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
55663              All except the "cow orker" change.
55664              
55665              The generated boot_* headers are wrong.  Pickier compiler,
55666              such as KAI C++ will refuse to compile the resulting perlmain.
55667              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
55668              
55669              There's no =head3.
55670              
55671              Disable only the tests 99 and 166 for UTF-8 locales.
55672              
55673              Missing dTHXs.
55674              Subject: RE: perl@7595 builds not on cygwin
55675              
55676              Subject: Re: bash -c exit and linux hints 
55677              
55678              Various doc oddball characters.
55679              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
55680              
55681              Subject: [PATCH] IO::Seekable pod
55682              
55683              Amdahl UTS hints updates.
55684              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
55685              
55686              Explain better why certain regex tests are skipped.
55687              Subject: Re: tests skipped: unknown reason
55688              
55689              Subject: [PATCH] README.solaris
55690              
55691              Subject: [PATCH perl@7638] cygwin port
55692      Branch: maint-5.6/perl
55693           +> README.solaris
55694           !> (integrate 26 files)
55695 ____________________________________________________________________________
55696 [  8173] By: gsar                                  on 2000/12/18  03:37:02
55697         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
55698              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
55699              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
55700              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
55701              
55702              Better create a true mailing list for the repository keepers.
55703              
55704              Subject: [ID 20001027.007] uniq array in perlfaq
55705              
55706              De-quoted-unreadable to ISO Latin 1.
55707              (There's one ISO-2022-JP name in Changes5.004.)
55708              
55709              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
55710              
55711              The #7476 needs a MANIFEST change, too.
55712              
55713              Add also emailless people.
55714              
55715              UTF-8 decoder tweak.
55716              
55717              Make \x{...} consistently produce UTF-8.
55718              Subject: Re: \x{...} is confused 
55719              
55720              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
55721              
55722              Add a perlbug flag, -A, to avoid acknowledgement messages.
55723              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
55724              
55725              Use Errno magic.
55726              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
55727              
55728              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
55729              
55730              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
55731              
55732              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
55733              
55734              Be more lenient on bad UTF-8 when doing bit arithmetics.
55735              Subject: Re: [ID 20000918.005] ~ on wide chars
55736              (The ord() part of the patch skipped.)
55737              
55738              Subject: perlfaq style changes
55739              
55740              AUTHORS tweaks.
55741              
55742              Whitespace style tweak.  Was originally going to see to
55743              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
55744              but that had already been taken care of.
55745              
55746              The compiler is either gcc or cc, from Tom Bates.
55747              
55748              The osname has been lowercased by now, from Tom Bates.
55749              
55750              The NonStop-UX libraries have a novel way to say NaN.
55751              
55752              printf UVs the correct way, noticed by Robin Barker.
55753              
55754              Subject: [PATCH] startperl to respect versiononly
55755              
55756              AUTHORS updates.
55757              
55758              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
55759              
55760              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
55761              
55762              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
55763              
55764              Generalize the Camel wording.
55765              Subject: Re: perlfaq style changes
55766              
55767              Subject: [ID 20001005.006] Documentation -- description of qr//
55768              
55769              C.pm part of
55770              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
55771              
55772              Locale warning explanation tweak.
55773              
55774              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
55775              
55776              Make the POSIX::setuid and POSIX::setgid to really call setuid()
55777              and setgid() because they were just changing $< and $( which means
55778              only changing the real uid/gid, as opposed to changing both
55779              real and effective ids.  (The alternative way could have been
55780              in POSIX.pm to change $> and $), too, but making a direct call
55781              to the C API feels cleaner.)  Fixes the bug
55782              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
55783              
55784              Expand %Config variables and %ENV variables only if
55785              so requested during build time using the
55786              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
55787              Not expanding makes relocating distributions easier.
55788              
55789              More tweaking on the #7522 theme.
55790              
55791              Test::Harness revealed buglets in the new DynaLoader.
55792              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
55793              
55794              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
55795              fix a autovivification bug in Tie::RefHash, add tests for both.
55796              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
55797              
55798              Detpyo.
55799              
55800              recv() can fail and return undef.
55801              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
55802              
55803              Fix the problem discussed in
55804              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
55805              originally from Linc Madison.  Also Andreas König's comments
55806              taken into account.  Some other problems with Tie::SubstrHash
55807              fixed: didn't croak when the table exceeded the requested number
55808              of entries (as documented) but instead when the number of entries
55809              exceeded the size of the table, a croak() had an unnecessary \n,
55810              didn't have a CLEAR method, documented that there is no exists().
55811              Didn't fix to be strict-proof because the module uses &foo; and
55812              dynamic scope.  Added a test script exercizing both first tamely 
55813              the basic functionality, and then the failure cases reported by
55814              Linc Madison.
55815              
55816              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
55817              
55818              The #7521 touched things it shouldn't have.
55819              
55820              Subject: [PATCH 5.7.0] better messages from malloc()
55821              
55822              Subject: Re: README.aix
55823              
55824              Add FCNTL_CAN_LOCK.
55825              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
55826              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
55827              
55828              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
55829              create a "fast path" for locale name probing using "locale -a"
55830              if available, squash finally hopefully the s?printf resetting
55831              the numeric locale (since, IIUC perllocale, it never shouldn't). 
55832              
55833              More Changes tweakery.
55834              
55835              Dying is too strict here, better just skip.
55836              
55837              Subject: Locales support (setlocale) fixes
55838              Modified quite a bit to be more portable.
55839              
55840              Configure would use a bad $myuname from an old config.sh.
55841              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
55842              
55843              Fix for
55844              Subject: [ID 20001004.006] undef is never tainted
55845              An undef read from a slurped file was not tainted.
55846              
55847              Fix for
55848              Subject: [ID 20001004.007] taint propogation is inconsistent
55849              The culprit was sv_setsv() which was rather blindly
55850              propagating taint, which lead to behaviour where if
55851              a tainted anon hash value was seen all the hash values
55852              from then on at that level became tainted, or at any
55853              upper levels in the case of nested anon hashes.
55854              
55855              Test tweak: show also the failed locales.
55856              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
55857              
55858              A fix of sorts for 20000329.026, a better error message
55859              for a missing "use charnames" when using the \N{...}. 
55860              
55861              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
55862              
55863              Add =pod to be tidy.
55864              
55865              Fix for bug id 19990615.008, pos() unset during s///ge.
55866              
55867              Add a note for future generations about bug id 20000229.006.
55868              
55869              Use -dM for gcc (the suggested patch did it only for Linux,
55870              but I think it can be generalized).
55871              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
55872              
55873              opmini.o can linger from Configures past.
55874              
55875              Document that the evaled syntax errors cause scalar leaks.
55876              
55877              Fix for
55878              Subject: [ID 20000728.005] perl -P broken
55879              (hopefully).  The fix is also not complete, it seems to break
55880              BOM swallowing for libc5 systems, but until someone figures
55881              out a way to do this without ftell(), this will do.
55882              
55883              AUTHORS updates.
55884              
55885              Subject: Re: rsync'ed patches vs. rsync'ed source
55886              
55887              Admit that the test leaks scalars.
55888              
55889              Sanitize the environment further.
55890              
55891              VOS updates from Paul Green.
55892              
55893              Document %ENV = () portability issues.
55894              
55895              Make the stdio test program of 7427 less noisy while being 
55896              compiled so that Digital UNIX wouldn't get both
55897              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
55898              undefined.  This makes perlio happy.
55899              
55900              glibc5 detection by __GNU_LIBRARY__.
55901              
55902              %ENV note tweaks from Dan Sugalski.
55903              
55904              Varargs don't always work too well if one puts an unsigned
55905              char on the stack and pop an unsigned quad off the stack.
55906              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
55907              
55908              Subject: Pod updates
55909              
55910              Fake support of holey files in win/dosish platforms.
55911              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
55912              
55913              A doc addition for bug id 20001105.019, beware \p.
55914              
55915              Tweak #7587.
55916              
55917              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
55918              
55919              perlhack updates from H.Merijn Brand.
55920              
55921              Subject: [PATCH perl@7573] cygwin port
55922              Synchronize with Cygwin 1.1.5.
55923              
55924              Bad thinko in #7581 (I used the test program with the expanded
55925              values as-is).
55926              
55927              Make perlbug not insist on dumping to a file when stdout isn't a tty.
55928              Subject: [PATCH] perlbug.PL
55929              
55930              Overrideable keys, each, pop, push, shift, splice, unshift.
55931              Subject: [PATCH] prototyped functions that should be overrideable
55932              
55933              Try to avoid flockless and emulationless places.
55934      Branch: maint-5.6/perl
55935           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
55936            - MAINTAIN
55937           !> (integrate 111 files)
55938 ____________________________________________________________________________
55939 [  8172] By: jhi                                   on 2000/12/18  02:49:27
55940         Log: Regen pods.
55941      Branch: perl
55942            ! pod/perlmodlib.pod pod/perltoc.pod
55943 ____________________________________________________________________________
55944 [  8171] By: gsar                                  on 2000/12/18  02:49:24
55945         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
55946              7465..7471 from mainline
55947              
55948              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
55949              in platforms that strictly require all the symbols being present
55950              at link time.
55951              
55952              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
55953              
55954              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
55955              
55956              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
55957              
55958              Subject: [PATCH] todo
55959              
55960              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
55961              
55962              Use $sort, $uniq (and $tr) consistently as wondered
55963              by Nicholas Clark.
55964              
55965              Too enthusiastic editing in #7460.
55966              
55967              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
55968              
55969              Upgrade to CPAN 1.58_55.
55970              Subject: CPAN.pm status
55971              
55972              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
55973              
55974              Make target reordering to avoid pointless re-makes.
55975              Subject: Re: Total re-make of 'make okfile' after 7451 ?
55976              
55977              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
55978              
55979              Subject: DOC PATCH 5.6.0
55980              
55981              Add the repository doc by Malcolm, Sarathy, and by Simon,
55982              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
55983      Branch: maint-5.6/perl
55984           +> Porting/repository.pod
55985           !> Configure MANIFEST Makefile.SH README.dos README.os2
55986           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
55987           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
55988           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
55989 ____________________________________________________________________________
55990 [  8169] By: gsar                                  on 2000/12/18  02:33:34
55991         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
55992              7435..7441,7445 from mainline
55993              
55994              Make the UTF-8 decoding stricter and more verbose when
55995              malformation happens.  This involved adding an argument
55996              to utf8_to_uv_chk(), which involved changing its prototype,
55997              and prefer STRLEN over I32 for the UTF-8 length, which as
55998              a domino effect necessitated changing the prototypes of
55999              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
56000              The stricter UTF-8 decoding checking uses Markus Kuhn's
56001              UTF-8 Decode Stress Tester from
56002              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
56003              
56004              Run vms/vms_yfix.pl, should have done that after changing
56005              perly.c in #7382.
56006              
56007              Subject: [PATCH 5.7.0] static linking with uninstalled perl
56008              
56009              (Replaced by #7440.)
56010              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
56011              
56012              Fix the bug ID 20001024.005, the bug introduced by #7416.
56013              
56014              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
56015              
56016              Fix the bug reported in
56017              From: andreas.koenig@anima.de (Andreas J. Koenig)
56018              Also make is_utf8_char() stricter.
56019              
56020              Missed the header file changes from #7425.
56021              
56022              Check if stdio supports tweaking lval and cnt simultaneously.
56023              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
56024              
56025              Stratus VOS updates from Paul Green.
56026              
56027              Podify README.epoc and README.vos.
56028              
56029              Add targets to Makefile.SH, most importantly
56030              'regen_all' which also remembers to update vms/perly*.
56031              
56032              Subject: Minor update to find2perl, for portability
56033              
56034              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
56035              
56036              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
56037              
56038              Rename UTF8LEN() to be UNISKIP(), too confusing to have
56039              UTF8LEN() and UTF8SKIP(). 
56040              
56041              Allow poking holes at the UTF-8 decoding strictness.
56042              
56043              Continue the internal UTF-8 API tweaking.
56044              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
56045              used much more than the simpler API, now called utf8_to_uv_simple().
56046              Still not quite happy with API, too much partial duplication
56047              of functionality.
56048              
56049              A new version of making the syslog test more robust.
56050              (Replaces #7421.)
56051              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
56052              
56053              buildtoc target tweaks.
56054              
56055              Integrate with vmsperl #7430 by Charles Bailey:
56056              
56057              Cleanup from prior patch (Charles Lane?):
56058              - improve handling of MFDs in Basename and Path
56059              - default to no xsubpp line # munging when building debug images
56060      Branch: maint-5.6/perl
56061           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56062           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
56063           !> (integrate 67 files)
56064 ____________________________________________________________________________
56065 [  8168] By: gsar                                  on 2000/12/18  02:05:49
56066         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
56067              
56068              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
56069              From: Martin Husemann <martin@duskware.de>
56070              
56071              Subject: [PATCH 5.7.0] restore match data on backtracing
56072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56073      Branch: maint-5.6/perl
56074           !> regcomp.c regexec.c t/op/re_tests
56075 ____________________________________________________________________________
56076 [  8167] By: gsar                                  on 2000/12/18  01:55:22
56077         Log: integrate changes#7858,7986 from mainline
56078              
56079              C<foreach my $x ...> in pseudo-fork()ed process may diddle
56080              parent's memory; fix it by keeping track of the actual pad
56081              offset rather than a raw pointer (this change is probably also
56082              relevant to non-ithreads case to avoid fallout from reallocs of
56083              the pad array, but is currently only enabled for the ithreads
56084              case in the interests of minimal disruption to existing "well
56085              tested" code)
56086              
56087              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
56088              due to the notorious GetFileType() bug in Windows 9x, which fstat()
56089              tickles)
56090      Branch: maint-5.6/perl
56091           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
56092           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
56093           !> win32/win32.c win32/win32.h win32/win32sck.c
56094 ____________________________________________________________________________
56095 [  8166] By: gsar                                  on 2000/12/18  01:52:59
56096         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
56097              from mainline (xsubpp and ExtUtils::LibList fixups, various
56098              other small items)
56099              
56100              The generated boot_* headers are wrong.  Pickier compiler,
56101              such as KAI C++ will refuse to compile the resulting perlmain.
56102              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
56103              
56104              Various doc oddball characters.
56105              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
56106              
56107              Subject: [PATCH] Re: 20001101.003 PDL
56108              
56109              Subject: [PATCH 5.7.0] etags broken again
56110              
56111              Subject: [PATCH 5.7.0] Liblist finally works
56112              
56113              Subject: [PATCH 5.7.0] Liblist returns found libraries
56114              
56115              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
56116              
56117              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
56118              
56119              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
56120              OUT keyword nits.
56121              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
56122              OUT and IN_OUT documentation.
56123      Branch: maint-5.6/perl
56124           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
56125           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
56126           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
56127           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
56128           !> win32/bin/search.pl
56129 ____________________________________________________________________________
56130 [  8165] By: gsar                                  on 2000/12/18  01:28:45
56131         Log: integrate changes#7533,7563,7611,7623 from mainline (various
56132              malloc.c embellishments)
56133      Branch: maint-5.6/perl
56134           !> malloc.c pod/perldiag.pod
56135 ____________________________________________________________________________
56136 [  8164] By: gsar                                  on 2000/12/18  01:23:33
56137         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
56138              fixups)
56139      Branch: maint-5.6/perl
56140           !> utils/h2xs.PL
56141 ____________________________________________________________________________
56142 [  8163] By: gsar                                  on 2000/12/18  01:17:50
56143         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
56144              fixups)
56145      Branch: maint-5.6/perl
56146           !> Makefile.SH utils/perlbug.PL
56147 ____________________________________________________________________________
56148 [  8162] By: gsar                                  on 2000/12/18  00:25:43
56149         Log: always export Perl_deb() (it is required by re.xs whether
56150              Perl is built with or without -DDEBUGGING)
56151      Branch: maint-5.6/perl
56152            ! makedef.pl
56153 ____________________________________________________________________________
56154 [  8161] By: gsar                                  on 2000/12/18  00:23:38
56155         Log: integrate change#7414 from mainline
56156              
56157              Undo the basename() part of #7412 since the lib/basename
56158              tests would need upgrading too.
56159              
56160              squelch two tests in tr.t that rely on tr/// paranoia change
56161              that's not in 5.6.x
56162      Branch: maint-5.6/perl
56163            ! t/op/tr.t
56164           !> lib/File/Basename.pm
56165 ____________________________________________________________________________
56166 [  8160] By: gsar                                  on 2000/12/18  00:05:30
56167         Log: missing change in previous integrate
56168      Branch: maint-5.6/perl
56169           !> README.aix
56170 ____________________________________________________________________________
56171 [  8159] By: gsar                                  on 2000/12/18  00:03:38
56172         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
56173              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
56174              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
56175              7410..7413 from mainline
56176              
56177              Introduce the man[24-8] variables, from Andy Dougherty.
56178              
56179              Upgrade to CPAN 1.58, from Andreas König.
56180              
56181              An updated EBCDIC tr patch.
56182              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
56183              
56184              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
56185              
56186              Two thirds of
56187              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
56188              The Install.pm changes will be submitted separately because
56189              they need some work and discussion still.
56190              
56191              The Install.pm third of
56192              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
56193              
56194              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
56195              
56196              Subject: [PATCH 5.7.0] IVs in mtats
56197              
56198              Subject: [PATCH 5.7.0] Perl API for mstats
56199              
56200              Ilya implemented the memory profiling API.
56201              
56202              In Amdahl UTS "struct sv" is defined by a system header,
56203              <ksync.h>.
56204              
56205              Slight tweak of the code to appease Amdahl UTS cc.
56206              
56207              Amdahl UTS doesn't seem to do dynaloading.
56208              
56209              Use UTF8SKIP(), from Simon Cozens.
56210              
56211              Thinko in #7222.
56212              
56213              op/sprintf.t patch for OS/390 (and any other host with limited
56214              floating-point exponent length)
56215              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
56216              
56217              Tweak #7225.
56218              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
56219              
56220              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
56221              
56222              Needs to be conditional on SunOS 4.
56223              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
56224              
56225              Test cases for bug id 20000323.056 (the bug seems to be fixed).
56226              
56227              Add test for bug id 20000427.003 (which seems to have
56228              been fixed) (also duplicate as 20000427.004, though
56229              with a higher severity).  Move one utf8 from op/append
56230              to pragma/utf8, tag the tests with bug ids.
56231              
56232              Document FNCASE=y as discussed in the bug 20000902.009.
56233              
56234              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
56235              The problem was that rx->minlen was in chars while pp_split()
56236              thought it would be in bytes. 
56237              
56238              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
56239              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
56240              
56241              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
56242              
56243              Fix a couple of compiler-noted nits in #7235.
56244              
56245              Tweak the test of #7235.
56246              
56247              One more ~utf8 tweak.
56248              
56249              -w cleanup.
56250              Subject: Re: Problems with bleadperl 
56251              
56252              Subject: small pod patch
56253              
56254              Subject: [PATCH perlguts.pod] Document offset hack
56255              
56256              Add Charles Lane.
56257              
56258              Add the capability to include/exclude branches.
56259              
56260              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
56261              
56262              Detect early whether the std streams have gone bad.
56263              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
56264              
56265              More IoTYPE sprinkling.
56266              
56267              Workaround for a sfio bug where the stream error indicator
56268              is not cleared as documented.
56269              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
56270              
56271              Clarify documentation on 'use bytes'.
56272              Subject: Re: What does 'use bytes' "mean" ?
56273              
56274              Show the failed remote port, instead of the failing line number.
56275              Subject: [PATCH 5.6.1 Debugger] More diagnostics
56276              
56277              Make Cwd more bulletproof in chrooted environments.
56278              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
56279              
56280              Subject: Pod patch for Devel::Peek
56281              
56282              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
56283              
56284              Borland C fstat() never saw the fd as writable.
56285              Subject: fix for Borland's weak "stat" (perl@7211)
56286              
56287              Missing change from #7362.
56288              
56289              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
56290              
56291              Add the test case for the bug id 20000730.004 which seems
56292              to have been fixed by now.
56293              
56294              Fix of sorts for bug id 20000901.092.  There seems to be no trace
56295              of a 'pmshort' anywhere in the B, so the offending line was simply
56296              removed.
56297              
56298              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
56299              
56300              Subject: PATCH do_print has 2 PerlIO_error()s
56301              
56302              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
56303              
56304              Typo noted by Mark Lutz.
56305              
56306              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
56307              
56308              In the latest compiler builds cccdlflags must not become -fpic,
56309              from Wilfredo Sánchez.
56310              
56311              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
56312              
56313              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
56314              
56315              SOCKS function redefinitions need prototypes, too, otherwise
56316              for example 32 bit versus 64 bit differences cause a lot of
56317              problems.  Part of
56318              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
56319              
56320              Portability tweak on #7377.
56321              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
56322              
56323              Don't write double values through long double pointers,
56324              based on a part of
56325              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
56326              
56327              Reëntrancy fix.
56328              Subject: [PATCH perl@7229] Rentrant parser and yylex()
56329              
56330              Make scan_num() reëntrant, as suggested in
56331              Subject: [PATCH perl@7229] Rentrant parser and yylex()
56332              
56333              Fix for ID 20001020.006, concatenating an unset submatch
56334              with utf8 resulted in "Modification of a read-only value".
56335              
56336              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
56337              
56338              The #7383 was right only in the context of the original bug report,
56339              not in more general case.
56340              
56341              Update Changes.
56342              
56343              Testcases for a #7383,#7385 related bug.
56344              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
56345              
56346              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
56347              
56348              Tweak the Is* definitions of Unicode character classes
56349              to better match the official categorizations; embrace
56350              the official categorizations; add the combining marks
56351              as alpha (and -numeric); fix DCinital (a typo and edito)
56352              to be DCmedial.
56353              
56354              Hints tweak from Anton Berezin.
56355              
56356              Subject: installman go-faster stripes
56357              Subject: Re: installman go-faster stripes
56358              
56359              Subject: [ID 20001021.003] updated hints/openbsd.sh
56360              
56361              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
56362              
56363              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
56364              
56365              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
56366              
56367              Doc patch.
56368              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
56369              
56370              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
56371              
56372              Subject: Re: [ID 20001021.005] SEGV with regex match 
56373              
56374              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
56375              
56376              The change #7187 was not so good on VMS.
56377              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
56378              
56379              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
56380              
56381              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
56382              
56383              Document PERL_INSTALL_ROOT of #7210.
56384      Branch: maint-5.6/perl
56385           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
56386           +> t/lib/tie-splice.t
56387            - lib/unicode/Is/DCinital.pl
56388           !> (integrate 112 files)
56389 ____________________________________________________________________________
56390 [  8158] By: jhi                                   on 2000/12/17  23:04:24
56391         Log: Subject: [PATCHES] RE: perl@8150 
56392              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
56393              Date: Sun, 17 Dec 2000 21:46:39 +0100
56394              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
56395              
56396              Neither cygwin has a getpwuid() one can trust on.
56397      Branch: perl
56398            ! t/lib/glob-basic.t
56399 ____________________________________________________________________________
56400 [  8157] By: jhi                                   on 2000/12/17  23:01:54
56401         Log: More MAN.PODS => {} fixes.
56402      Branch: perl
56403            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
56404            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
56405            ! os2/OS2/REXX/Makefile.PL
56406 ____________________________________________________________________________
56407 [  8156] By: gsar                                  on 2000/12/17  22:49:13
56408         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
56409              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
56410              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
56411              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
56412              7201,7204 from mainline
56413              
56414              Remove vestiges of tr//CU.
56415              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
56416              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
56417              
56418              The return value of setlocale must be copied away.
56419              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
56420              
56421              Allow chop() and chomp() to be overridden.
56422              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
56423              
56424              Hints optimization.
56425              Subject: Minor nit
56426              
56427              Subject: [PATCH] de-wall t/README
56428              
56429              Subject: Re: Two advertising clauses need to be removed
56430              
56431              Batch of UTF-8 patches from Simon Cozens.
56432              
56433              Fix for a parsing bug, not for the original bug.
56434              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
56435              
56436              Compilation warnings and an error.
56437              
56438              Subject: File::Find 5.7.0 POD nits
56439              
56440              Subject: [PATCH perl-5.7.0] continued -Wformat support
56441              
56442              The one that got away.
56443              
56444              Subject: Re: perl@7078
56445              
56446              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
56447              convertable to bytes by checking it doesn't go above 0xc3
56448              Subject: Re: perl@7078
56449              
56450              Replace #7084 with
56451              Subject: Re: perl@7078 
56452              
56453              We don't need to count the high bit bytes, a boolean is enough. 
56454              
56455              Subject: [PATCH] utf8.c apidoc
56456              
56457              Subject: Re: perl@7078 
56458              
56459              Botched the #7090 check-in.
56460              
56461              Fix for the charnames.t failures from Spider Boardman.
56462              
56463              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
56464              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
56465              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
56466              0 to checking to get the warning.
56467              
56468              Subject: [PATCH] Nits in perlmod.pod
56469              
56470              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
56471              
56472              Subject: Re: unicode support and perl [ID 20000901.097]
56473              
56474              Subject: Re: unicode support and perl [ID 20000901.097]
56475              
56476              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
56477              
56478              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
56479              
56480              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
56481              
56482              Subject: [PATCH@blead] Fix some recursion in overload.pm
56483              
56484              s/Robin Parker/Robin Barker/
56485              
56486              Subject: [PATCH] Fix aliasing of tied filehandles
56487              
56488              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
56489              
56490              Subject: Re: [PATCH 5.005_64 missed]
56491              
56492              SOCK_DGRAM and listen() do not mix as reported in
56493              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
56494              The patch for 5.7.0+ had to be reengineered, though.
56495              
56496              Subject: DOC PATCH 5.6.0
56497              
56498              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
56499              
56500              Document the issue (is not a syntax error, kind of)
56501              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
56502              
56503              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
56504              Did not apply cleanly, manual intervention was needed.
56505              
56506              Subject: [PATCH] DLL not restartabke with threaded perl
56507              
56508              Inside require() $^S was always left undefined.
56509              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
56510              
56511              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
56512              
56513              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
56514              
56515              Regen headers.
56516              
56517              Subject: [PATCH 5.7.0] Epoc update
56518              
56519              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
56520              as suggested by Olaf Flebbe and Nick Clark.
56521              
56522              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
56523              
56524              Misplaced else.
56525              
56526              Scale down the VMS message boxes, by Charles Lane.
56527              Fix for ID 20000903.009, workaround at
56528              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
56529              
56530              Subject: [ID 20001003.006] B::Debug not -w clean
56531              
56532              Test harness update to sync with the new perlcc,
56533              from Simon Cozens.
56534              
56535              One remaining nit less at the VMS mailbox sizing.
56536              
56537              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
56538              
56539              It is possible to have no hosts database at all.  Pointed out in
56540              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
56541              
56542              Subject: [PATCH 5.7.0] h2xs not working
56543              Subject: [PATCH 5.7.0] h2xs not documenting the created module
56544              
56545              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
56546              
56547              Subject: perlhack.pod Patch for Externals Tools
56548              
56549              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
56550              
56551              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
56552              
56553              Enable disabling scripts installation by Configure -Uinstallscripts,
56554              suggested by H. Merijn Brand.
56555              
56556              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
56557              reported several times by Dominic Dunlop, for example in
56558              ID 20000315.008.  Patch from Dominic.  Patch affects at
56559              least MachTen, and possibly other oldish BSDs. Should not
56560              break non-broken platforms (tested on LinuxPPC). 
56561              
56562              Regen toc.
56563              
56564              Subject: Re: Questions about Tie::Array and perl modules
56565              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
56566              
56567              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
56568              
56569              Tweak #7153.
56570              
56571              IO::Handle->syswrite() did not handle length omission
56572              like CORE::syswrite() does.
56573              Subject: [Fwd] IO::Handle, syswrite and arguments
56574              The original patch from andrew@ugh.net.au.
56575              
56576              Also the $ccflags is needed for the C compiler check.
56577              Subject: Configure (check for C-compiler)
56578              
56579              Eliminate $Is_VMS code from the test.
56580              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
56581              
56582              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
56583              as the first option of cc/ld because of ultrapicky compilers
56584              (e.g. OS/390 R2.5)
56585              
56586              Change the version number of Tie::Handle in the core to 4.0,
56587              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
56588              Subject: Note on Tie::Handle
56589              
56590              UTF8ize split() so that the cloned substrings get the UTF8
56591              flag of the original scalar.  Problem reported by Simon Cozens.
56592              
56593              save_re_context() could reset PL_curcop to freed memory, causing core
56594              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
56595              
56596              Subject: PATCH 5.6 perldebguts grammar cleanup
56597              
56598              Add a todo note about overloadable assertions.
56599              
56600              on Windows, LoadLibrary() could load an extension DLL multiple
56601              times if forward slashes are used in the path
56602              
56603              on Windows, cwd strings in the environment should be of the
56604              form =X:=X:\foo instead of =X=X:\foo\
56605              
56606              on Windows, avoid potential exception (could happen if MSVCRT isn't
56607              being used) when closing a socket handle
56608              
56609              avoid nonportable example code
56610              
56611              Windows9x doesn't support link(), despite what Config.pm
56612              might think
56613              
56614              pod nit
56615              
56616              Change #7160 had a nasty typo.
56617              
56618              Warn about unknown scripts.
56619              Subject: Re: ideas? patches? [PATCH bleadperl]
56620              
56621              on Windows, clean targets might not work under some flavors of the shell
56622              
56623              tweak for change#7173
56624              
56625              Make eq work again with utf8 (disabling the upgrading
56626              should no more be necessary since the copies of the
56627              scalars are upgraded, not the scalars themselves).
56628              Takes care of ID 20001009.001.  (The claimed length()
56629              bug in 20001009.001 seems bogus to me.)
56630              
56631              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
56632              
56633              Upgrade to CGI.pm 2.74, from Lincoln Stein.
56634              
56635              Upgrade to podlators 1.04, from Russ Allbery.
56636              
56637              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
56638              
56639              Quote the temp file name, needed in Win32 because the
56640              default name unfortunately contains spaces, shouldn't
56641              hurt elsewhere.
56642              Subject: FW: perldoc fails if $TEMP contains spaces
56643              
56644              Subject: RE: [ID 19990803.001] README.win32 suggestions 
56645              
56646              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
56647              
56648              Subject: Re: utf8 concat, mg_get
56649              
56650              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
56651              
56652              Subject: [PATCH: perl@7181] op/tr tests on OS/390
56653              
56654              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
56655              
56656              Use the versiononly instead of the installscripts,
56657              retract the changes 7146 and 7147.
56658              
56659              Reapply Andy's patch and regen Configure.
56660              
56661              Add the test case for #7190, from the original bug report
56662              by Andreas König.
56663              
56664              Remove duplicated code.
56665              
56666              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
56667              
56668              restore change#7202
56669      Branch: maint-5.6/perl
56670           !> (integrate 121 files)
56671 ____________________________________________________________________________
56672 [  8155] By: jhi                                   on 2000/12/17  22:30:58
56673         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
56674              From: "Craig A. Berry" <craigberry@mac.com>
56675              Date: Sun, 17 Dec 2000 13:09:28 -0600
56676              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
56677              
56678              MAN.PODS => ' ' is naughty.
56679      Branch: perl
56680            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
56681 ____________________________________________________________________________
56682 [  8154] By: nick                                  on 2000/12/17  22:07:13
56683         Log: MULTIPLICITY nit.
56684      Branch: perl
56685            ! mg.c
56686 ____________________________________________________________________________
56687 [  8153] By: gsar                                  on 2000/12/17  21:23:05
56688         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
56689              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
56690              from mainline
56691              
56692              Document the SvIOK_.*UV().
56693              
56694              Update Unicode todo list.
56695              
56696              Guard against bad string->int conversion for quads.
56697              
56698              Subject: small apidoc fix
56699              
56700              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
56701              
56702              Subject: [PATCH] Tied filehandle documentation
56703              
56704              Subject: [PATCH] Modernize Opcode.pm documentation
56705              
56706              Make Data::Dumper (non-XS) to work with changed semantics of ref().
56707              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
56708              [applied even though said semantics didn't change in 5.6.x]
56709              
56710              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
56711              
56712              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
56713              
56714              Fix the URL, but the server is still missing in action.
56715              Subject: [ID 20000905.002] perlfaq1.pod URL error
56716              
56717              Subject: [ID 20000903.001] \w in utf8-strings
56718              
56719              Fix the ccversion detection for 5.1 and beyond.
56720              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
56721              
56722              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
56723              
56724              Subject: [ID 20000904.008] Tiny fix for perldiag
56725              
56726              Subject: Re: [ID 20000906.004] segfault with bad perl statement
56727              
56728              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
56729              
56730              Subject: [ID 20000908.002] perlipc documentation bug.
56731              
56732              Subject: [PATCH lib/Benchmark.pm]
56733              
56734              Re-allow vec() for characters > 255.
56735              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
56736              
56737              Do away with memory models cruft.  Sorry, PDP users.
56738              
56739              Continue #7041.
56740              
56741              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
56742              
56743              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
56744              
56745              Upgrade to CPAN 1.57_65, from Andreas König.
56746              
56747              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
56748              by Russ Allbery.
56749              
56750              Silence t/pod/*.t about alternate quote-mappings now implemented
56751              by Pod::Text, from Brad Appleton.
56752              
56753              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
56754              Subject: borland C++ win32.c tweak
56755              
56756              C<@a = @b = split(...)> optimization coredumps under ithreads
56757              (missed a spot when fixing up op_pmreplroot hack for ithreads)
56758              
56759              Document the SvUTF8*().
56760              
56761              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
56762              
56763              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
56764              
56765              Do in VMS as the #7054 does.
56766              
56767              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
56768              
56769              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
56770              
56771              Subject: [patch: perl@7045] vms updates
56772              
56773              Test for the #7049.
56774              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
56775              
56776              Break up the myconfig lines a bit.
56777              Subject: perlbug/perl -V output format
56778              
56779              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
56780              
56781              The #7054 truncated Configure badly.
56782              
56783              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
56784              initialization in all the threads on Windows
56785              
56786              Allow for whitespace between "#" and "line" in cpp output.
56787              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
56788              
56789              Remove vestiges of tr//CU.
56790              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
56791              
56792              The return value of setlocale must be copied away.
56793              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
56794              
56795              Allow chop() and chomp() to be overridden.
56796              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
56797              
56798              Hints optimization.
56799              Subject: Minor nit
56800              
56801              Subject: [PATCH] de-wall t/README
56802              
56803              Subject: Re: Two advertising clauses need to be removed
56804      Branch: maint-5.6/perl
56805           !> (integrate 75 files)
56806 ____________________________________________________________________________
56807 [  8152] By: gsar                                  on 2000/12/17  20:30:11
56808         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
56809              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
56810              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
56811              
56812              Don't attach -ld to the archname if pointless.
56813              
56814              Document UNTIE in a very minimalistic way.
56815              
56816              POSIX doesn't report long double values under -Duselongdouble
56817              when the long doubles are "real" (bigger than doubles).
56818              
56819              More author updates.
56820              
56821              Try to deduce NV_MAX.  Really should be Configure fodder.
56822              
56823              :: not allowed in pathnames, change to .
56824              Subject: [PATCH perl@6938] cygwin port
56825              
56826              Forget about NV_MAX (#6951).  Various floating point tweaks,
56827              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
56828              
56829              Move the Solaris 7 scan to use64bitall, make the
56830              failure to find 64-bot sparc libc to mention the
56831              possibility of being in an intel, from Lupe and Alan.
56832              
56833              Regen perltoc.
56834              
56835              AUTHORS tweaks, from Peter Prymmer.
56836              
56837              More address tweaking.
56838              
56839              Small tweaks all over.
56840              
56841              File::Temp patches from Andreas König,
56842              
56843              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
56844              
56845              Subject: CPAN.pm beta 1.57_57 for the core
56846              
56847              Part of the solution.
56848              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
56849              
56850              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
56851              
56852              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56853              
56854              Add the overload warnings to perldiag.
56855              
56856              Drop unused argument.
56857              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
56858              
56859              Subject: Nit in Configure (bleadperl@6961)
56860              
56861              Update to PodParser 1.18, from Brad Appleton.
56862              
56863              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
56864              
56865              Subject: [PATCH: 6948] add SCNfldbl to configure.com
56866              
56867              Document UNTIE. Also tweak implementation to suppress the 'inner references'
56868              warning when UNTIE exists and instead pass the cound of extra references to
56869              the UNTIE method.
56870              
56871              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
56872              so that case-ignoring systems like DCL can tell them from
56873              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
56874              
56875              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56876              
56877              Feature ordering tweak.
56878              
56879              Regen perltoc.
56880              
56881              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
56882              
56883              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
56884              
56885              Subject: http:// in L<>
56886              
56887              Detypo.
56888              
56889              change#6791 accidentally clobbered change#6710, put it back
56890              
56891              Only the first line, thank you very much.
56892              
56893              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
56894              plus rework the http: spots as suggested by Tom Christiansen,
56895              plus regen perltoc.
56896              
56897              Undo part of change 6489 which looks like a bulk edit which
56898              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
56899              The supressing of main:: on return from select() is undesirable.
56900              
56901              Apparently avoiding the swapping is too costly.
56902              
56903              Various Configure nits by Philip Newton,
56904              plus the ebcdic one by me.
56905              
56906              Make certain cc is set before trying to run it.
56907              
56908              If overloaded %{} etc. return the object do not loop.
56909              Thus  sub deref { $_[0] } functions if object is wanted type.
56910              
56911              Update perlhist.
56912              
56913              More %{} and other deref special casing - do not pass to 'nomethod'.
56914      Branch: maint-5.6/perl
56915           !> (integrate 59 files)
56916 ____________________________________________________________________________
56917 [  8151] By: gsar                                  on 2000/12/17  19:14:38
56918         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
56919              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
56920              
56921              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
56922              
56923              Make the epsilon to be relative, not absolute.
56924              
56925              Put back the flags dump as reasoned in
56926              Subject: Re: [PATCH] Glob dumping
56927              
56928              Introduce ccname to keep track of what compiler kind of we have.
56929              
56930              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
56931              
56932              Put back the slice accidentally removed by #6907.
56933              
56934              Reset archname and archname64 always, forcing them be
56935              recomputed at each Configure run, make Configure and
56936              the hints files agree on the naming of largefiles variables.
56937              
56938              Don't say "Perl 5.0 source kit".
56939              
56940              Subject: [PATCH] fix misc cast warnings
56941              
56942              Subject: typos in pods
56943              
56944              NVs not necessarily doubles, as pointed out by Yitzchak.
56945              
56946              Subject: [PATCH 6889] add a few ldbl formats to configure.com
56947              
56948              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
56949              
56950              Better options for rsync.
56951              
56952              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
56953              
56954              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
56955              
56956              Subject: [PATCH] Re: UNTIE method 
56957              
56958              A better fix for the Socket building problem from Craig Berry.
56959              
56960              Retract the dummy test, skip the security tests (instead of failing),
56961              explain what the warnings mean.
56962              
56963              Heap decorruption.
56964              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
56965              
56966              Update to Unicode 3.0.1.
56967              
56968              Missed one Unicode file.
56969              
56970              Subject: Re: typos in pods
56971              
56972              The #6929 was too skimpy.
56973              
56974              sscanf() may be the only way to read long doubles from strings.
56975              
56976              Reveal Borland's isnan.
56977              Subject: build with BC++ tweak
56978              
56979              Issue useful diagnostic on unknown pod commands.
56980              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
56981              
56982              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
56983              
56984              Clarify the third case of ftmp-security warnings.
56985              
56986              Make -Dusemorebits find long doubles in Solaris.
56987              
56988              Wrap the test in eval.
56989      Branch: maint-5.6/perl
56990           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
56991           +> lib/unicode/PropList.txt lib/unicode/README.perl
56992           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
56993           +> lib/unicode/Unicode.301 vms/vmspipe.com
56994            - lib/unicode/Props.txt lib/unicode/UCD300.html
56995            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
56996           !> (integrate 305 files)
56997 ____________________________________________________________________________
56998 [  8150] By: jhi                                   on 2000/12/17  18:47:57
56999         Log: Uncheckedin generated files.
57000      Branch: perl
57001            ! global.sym perlapi.c pod/perlapi.pod
57002 ____________________________________________________________________________
57003 [  8149] By: jhi                                   on 2000/12/17  18:41:22
57004         Log: Update Changes.
57005      Branch: perl
57006            ! Changes patchlevel.h
57007 ____________________________________________________________________________
57008 [  8148] By: jhi                                   on 2000/12/17  18:39:16
57009         Log: Subject: [PATCH] Fcntl constants speedup
57010              From: Nicholas Clark <nick@ccl4.org>
57011              Date: Sun, 17 Dec 2000 16:29:24 +0000
57012              Message-ID: <20001217162924.E97668@plum.flirble.org>
57013              
57014              Use IVs for the Fcntl constants instead of NVs.
57015      Branch: perl
57016            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
57017 ____________________________________________________________________________
57018 [  8147] By: jhi                                   on 2000/12/17  18:33:41
57019         Log: Add test for #8145 (binmode() warning), add warning for
57020              ioctl() and sockpair(), document them. (fileno() cannot
57021              be tripwired with the same kind of warning because
57022              'defined fileno($foo)' seems to be an idiom.)
57023      Branch: perl
57024            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
57025 ____________________________________________________________________________
57026 [  8146] By: gsar                                  on 2000/12/17  18:09:08
57027         Log: update Changes
57028      Branch: maint-5.6/perl
57029            ! Changes
57030 ____________________________________________________________________________
57031 [  8145] By: jhi                                   on 2000/12/17  17:39:35
57032         Log: Subject: [PATCH] Re: The long awaited feature ...
57033              From: Simon Cozens <simon@cozens.net>
57034              Date: Sun, 17 Dec 2000 12:31:56 +0000
57035              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
57036              
57037              Add a warning to binmode() about using bad filehandles
57038              (can happen e.g. if someone forgets the filehandle argument)
57039      Branch: perl
57040            ! pp_sys.c
57041 ____________________________________________________________________________
57042 [  8144] By: jhi                                   on 2000/12/17  17:33:48
57043         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
57044              From: Jonathan Stowe <gellyfish@gellyfish.com>
57045              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
57046              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
57047      Branch: perl
57048            ! lib/Net/Ping.pm
57049 ____________________________________________________________________________
57050 [  8143] By: jhi                                   on 2000/12/17  05:31:37
57051         Log: Polymorphic regexps.
57052              
57053              Fixes at least the bugs 20001028.003 (both of them...) and
57054              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
57055              also to be fixed by now, probably already before this patch.
57056      Branch: perl
57057            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
57058            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
57059            ! t/op/utf8decode.t t/pragma/utf8.t
57060 ____________________________________________________________________________
57061 [  8142] By: jhi                                   on 2000/12/16  17:16:05
57062         Log: Subject: [patch perl@8102] dos/djgpp update
57063              From: Laszlo Molnar <ml1050@freemail.hu>
57064              Date: Sat, 16 Dec 2000 01:40:52 +0100
57065              Message-ID: <20001216014052.A335@freemail.hu>
57066      Branch: perl
57067            ! djgpp/config.over t/base/commonsense.t
57068 ____________________________________________________________________________
57069 [  8141] By: jhi                                   on 2000/12/16  17:09:27
57070         Log: Few uncheckedin files.
57071      Branch: perl
57072            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
57073 ____________________________________________________________________________
57074 [  8140] By: nick                                  on 2000/12/15  22:14:31
57075         Log: Integrate mainline
57076      Branch: perlio
57077           !> (integrate 53 files)
57078 ____________________________________________________________________________
57079 [  8139] By: jhi                                   on 2000/12/15  19:49:49
57080         Log: One more IVUV tweak from Nicholas Clark.
57081      Branch: perl
57082            ! sv.c
57083 ____________________________________________________________________________
57084 [  8138] By: jhi                                   on 2000/12/15  19:17:06
57085         Log: Return of the IVUV-preservation, now seems to be happy even
57086              in Digital UNIX (the broken strtoul brokenness detection
57087              seems to have been the fly in the ointment).
57088      Branch: perl
57089            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57090            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
57091            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
57092            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
57093            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57094            ! vos/config.ga.h win32/config.bc win32/config.gc
57095            ! win32/config.vc
57096 ____________________________________________________________________________
57097 [  8137] By: jhi                                   on 2000/12/15  18:12:14
57098         Log: Metaconfig unit change for #8136.
57099      Branch: metaconfig
57100            ! U/modified/d_strtoul.U
57101      Branch: metaconfig/U/perl
57102            ! d_strtoull.U d_strtouq.U
57103 ____________________________________________________________________________
57104 [  8136] By: jhi                                   on 2000/12/15  18:11:35
57105         Log: I don't think it's sensible or portable to test the strtou*
57106              on /^-/ strings.
57107      Branch: perl
57108            ! Configure
57109 ____________________________________________________________________________
57110 [  8135] By: jhi                                   on 2000/12/15  17:18:49
57111         Log: Metaconfig unit change for #8134.
57112      Branch: metaconfig
57113            ! U/modified/d_strtoul.U
57114 ____________________________________________________________________________
57115 [  8134] By: jhi                                   on 2000/12/15  17:14:13
57116         Log: If longsize is 8 we don't need a LL suffix for integer constants.
57117      Branch: perl
57118            ! Configure config_h.SH
57119 ____________________________________________________________________________
57120 [  8133] By: jhi                                   on 2000/12/15  16:00:23
57121         Log: Update Changes.
57122      Branch: perl
57123            ! Changes patchlevel.h
57124 ____________________________________________________________________________
57125 [  8132] By: jhi                                   on 2000/12/15  15:44:16
57126         Log: Some compilers get huffy if you do not cast a const pointer
57127              to a non-const when assigning.
57128      Branch: perl
57129            ! gv.c
57130 ____________________________________________________________________________
57131 [  8131] By: jhi                                   on 2000/12/15  15:38:30
57132         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
57133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57134              Date: Fri, 15 Dec 2000 05:26:57 -0500
57135              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
57136      Branch: perl
57137            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
57138            ! t/pragma/overload.t
57139 ____________________________________________________________________________
57140 [  8130] By: jhi                                   on 2000/12/15  15:36:08
57141         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
57142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57143              Date: Thu, 14 Dec 2000 22:02:43 -0500
57144              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
57145      Branch: perl
57146            ! gv.c perl.h
57147 ____________________________________________________________________________
57148 [  8129] By: jhi                                   on 2000/12/15  15:34:16
57149         Log: Subject: PATCH: h2xs nit
57150              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57151              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
57152              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
57153              
57154              Add a template README.
57155      Branch: perl
57156            ! utils/h2xs.PL
57157 ____________________________________________________________________________
57158 [  8128] By: jhi                                   on 2000/12/15  15:32:22
57159         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
57160      Branch: perl
57161            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
57162 ____________________________________________________________________________
57163 [  8127] By: jhi                                   on 2000/12/15  15:19:34
57164         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
57165              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57166              Date:     Thu, 14 Dec 2000 20:04:42 EST
57167              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
57168      Branch: perl
57169            ! ext/Opcode/Opcode.xs
57170 ____________________________________________________________________________
57171 [  8126] By: jhi                                   on 2000/12/15  15:17:49
57172         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
57173              From: Peter Prymmer <pvhp@forte.com>
57174              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
57175              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
57176      Branch: perl
57177            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
57178            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
57179            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
57180 ____________________________________________________________________________
57181 [  8125] By: jhi                                   on 2000/12/15  15:11:05
57182         Log: This seems to be a stage sane and stable enough to checkin.
57183              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
57184      Branch: perl
57185            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
57186            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
57187            ! t/op/cmp.t t/op/numconvert.t
57188 ____________________________________________________________________________
57189 [  8124] By: jhi                                   on 2000/12/15  04:20:26
57190         Log: Something is really wonky.
57191      Branch: perl
57192            ! sv.c
57193 ____________________________________________________________________________
57194 [  8123] By: jhi                                   on 2000/12/15  04:00:50
57195         Log: Fixes for the IV UV patches to compile in Digital UNIX.
57196      Branch: perl
57197            ! sv.c
57198 ____________________________________________________________________________
57199 [  8122] By: jhi                                   on 2000/12/15  02:53:40
57200         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
57201              From: "Craig A. Berry" <craigberry@mac.com>
57202              Date: Thu, 14 Dec 2000 19:10:49 -0600
57203              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
57204      Branch: perl
57205            ! vms/vms.c
57206 ____________________________________________________________________________
57207 [  8121] By: jhi                                   on 2000/12/15  02:50:00
57208         Log: Metaconfig changes for #8120.
57209      Branch: metaconfig
57210            + U/modified/d_strtoul.U
57211      Branch: metaconfig/U/perl
57212            ! d_strtoull.U d_strtouq.U
57213 ____________________________________________________________________________
57214 [  8120] By: jhi                                   on 2000/12/15  02:49:42
57215         Log: From: Nicholas Clark <nick@ccl4.org> 
57216              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
57217              Date: Thu, 14 Dec 2000 18:38:57 +0000
57218              Message-ID: <20001214183857.B97909@plum.flirble.org>
57219      Branch: perl
57220            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57221            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
57222            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
57223            ! vos/config.ga.def vos/config.ga.h win32/config.bc
57224            ! win32/config.gc win32/config.vc
57225 ____________________________________________________________________________
57226 [  8119] By: jhi                                   on 2000/12/14  23:40:58
57227         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
57228              From: Nicholas Clark <nick@ccl4.org>
57229              Date: Wed, 13 Dec 2000 20:08:50 +0000
57230              Message-ID: <20001213200849.B71166@plum.flirble.org>
57231      Branch: perl
57232            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
57233            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
57234 ____________________________________________________________________________
57235 [  8118] By: jhi                                   on 2000/12/14  22:46:26
57236         Log: Integrate perlio.
57237      Branch: perl
57238           !> MANIFEST ext/Encode/compile makedef.pl
57239 ____________________________________________________________________________
57240 [  8117] By: nick                                  on 2000/12/14  22:38:53
57241         Log: Win32 tweaks to get Encode to build
57242              - temp hack to makedef.pl till PerlIO is properly "exported".
57243              - MSVC dislikes  
57244              static encpage_t foo[];
57245              so make 'em extern for now.
57246      Branch: perlio
57247            ! ext/Encode/compile makedef.pl
57248 ____________________________________________________________________________
57249 [  8116] By: nick                                  on 2000/12/14  22:00:53
57250         Log: Document the new files
57251      Branch: perlio
57252            ! MANIFEST
57253 ____________________________________________________________________________
57254 [  8115] By: jhi                                   on 2000/12/14  21:58:01
57255         Log: MANIFEST new files of #8114.
57256      Branch: perl
57257            ! MANIFEST
57258 ____________________________________________________________________________
57259 [  8114] By: jhi                                   on 2000/12/14  21:50:49
57260         Log: Integrate perlio.
57261      Branch: perl
57262           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
57263           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
57264           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
57265           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
57266           !> ext/Encode/Makefile.PL
57267 ____________________________________________________________________________
57268 [  8113] By: jhi                                   on 2000/12/14  21:48:49
57269         Log: The documentation part of the
57270              
57271              Subject: [ID 20001214.002] Net::Ping patch
57272              From: Jonathan Stowe <gellyfish@gellyfish.com>
57273              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
57274              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
57275              since the #7529 had already addressed the same problem.
57276      Branch: perl
57277            ! lib/Net/Ping.pm
57278 ____________________________________________________________________________
57279 [  8112] By: jhi                                   on 2000/12/14  21:42:57
57280         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
57281              From: Dominic Dunlop <domo@computer.org>
57282              Date: Tue, 12 Dec 2000 10:47:10 +0100
57283              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
57284              
57285              Document how elusive subroutines can be.
57286      Branch: perl
57287            ! pod/perlfunc.pod
57288 ____________________________________________________________________________
57289 [  8111] By: jhi                                   on 2000/12/14  21:38:05
57290         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
57291              From: Dominic Dunlop <domo@computer.org>
57292              Date: Thu, 14 Dec 2000 10:13:51 +0100
57293              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
57294      Branch: perl
57295            ! ext/POSIX/POSIX.pod
57296 ____________________________________________________________________________
57297 [  8110] By: jhi                                   on 2000/12/14  21:36:32
57298         Log: Subject: [patch] perlfaq7
57299              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
57300              Date: Thu, 14 Dec 2000 15:31:07 +0100
57301              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
57302      Branch: perl
57303            ! pod/perlfaq7.pod
57304 ____________________________________________________________________________
57305 [  8109] By: jhi                                   on 2000/12/14  21:29:20
57306         Log: Subject: [8104] Encode
57307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57308              Date: Thu, 14 Dec 2000 14:49:34 +0100
57309              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
57310              
57311              Type casting for nervous compilers.
57312      Branch: perl
57313            ! ext/Encode/Encode.xs
57314 ____________________________________________________________________________
57315 [  8108] By: jhi                                   on 2000/12/14  21:26:17
57316         Log: Subject: [8104] DB_File
57317              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57318              Date: Thu, 14 Dec 2000 14:49:35 +0100
57319              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
57320              
57321              Type definition incorrect for DB 2.7.7.  Not known when it
57322              changed, so only changed it for a known revision.
57323      Branch: perl
57324            ! ext/DB_File/DB_File.xs
57325 ____________________________________________________________________________
57326 [  8107] By: jhi                                   on 2000/12/14  21:23:41
57327         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
57328              From: Peter Prymmer <pvhp@forte.com>
57329              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
57330              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
57331              
57332              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
57333      Branch: perl
57334            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
57335            ! ext/Encode/Encode/posix-bc.enc
57336 ____________________________________________________________________________
57337 [  8106] By: nick                                  on 2000/12/14  20:36:13
57338         Log: "Cold" build correction to Encode's Makefile.PL
57339      Branch: perlio
57340            ! ext/Encode/Makefile.PL
57341 ____________________________________________________________________________
57342 [  8105] By: nick                                  on 2000/12/14  20:09:37
57343         Log: "Compiled" encodings.
57344              Correct replacement character in EBCDIC .enc files
57345              Add 0x7F to ASCII repertoire.
57346      Branch: perlio
57347            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
57348            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
57349            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
57350            ! ext/Encode/Makefile.PL ext/Encode/compile
57351            ! ext/Encode/encengine.c ext/Encode/encode.h
57352 ____________________________________________________________________________
57353 [  8104] By: nick                                  on 2000/12/14  00:38:20
57354         Log: Integrate mainline
57355      Branch: perlio
57356           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
57357           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
57358           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
57359           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
57360           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
57361           !> t/lib/db-hash.t t/lib/db-recno.t
57362 ____________________________________________________________________________
57363 [  8103] By: nick                                  on 2000/12/13  23:16:13
57364         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
57365              so far and so it does not get lost.
57366      Branch: perlio
57367            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
57368 ____________________________________________________________________________
57369 [  8102] By: jhi                                   on 2000/12/13  17:14:22
57370         Log: Update Changes.
57371      Branch: perl
57372            ! Changes patchlevel.h
57373 ____________________________________________________________________________
57374 [  8101] By: jhi                                   on 2000/12/13  16:53:41
57375         Log: Move the proto of start_glob() to a better place; regen api files.
57376      Branch: perl
57377            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
57378 ____________________________________________________________________________
57379 [  8100] By: jhi                                   on 2000/12/13  16:47:11
57380         Log: Metaconfig change for #8099.
57381      Branch: metaconfig
57382            ! U/modified/Head.U
57383 ____________________________________________________________________________
57384 [  8099] By: jhi                                   on 2000/12/13  16:46:48
57385         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
57386              From: Andy Dougherty <doughera@lafayette.edu>
57387              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
57388              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
57389      Branch: perl
57390            ! Configure
57391 ____________________________________________________________________________
57392 [  8098] By: jhi                                   on 2000/12/13  16:39:02
57393         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
57394              From: rspier@pobox.com (Robert Spier)
57395              Date: Tue, 12 Dec 2000 21:12:39 -0500
57396              Message-ID: <14902.56087.678086.725773@rls.cx>
57397              
57398              fastgetcwd is defined using a glob alias on a $^O dependent basis -
57399              and there was no default assignment or perl subroutine.
57400      Branch: perl
57401            ! lib/Cwd.pm
57402 ____________________________________________________________________________
57403 [  8097] By: jhi                                   on 2000/12/13  16:16:01
57404         Log: Subject: [PATCH] move startglob out of pp_hot.c
57405              From: Nicholas Clark <nick@ccl4.org>
57406              Date: Mon, 11 Dec 2000 23:16:39 +0000
57407              Message-ID: <20001211231638.A55550@plum.flirble.org>
57408      Branch: perl
57409            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
57410 ____________________________________________________________________________
57411 [  8096] By: jhi                                   on 2000/12/13  15:26:23
57412         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
57413              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
57414              Date: Wed, 13 Dec 2000 14:01:37 +0100
57415              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
57416              
57417              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
57418              in turn requires libpthread in libswanted.
57419      Branch: perl
57420            ! hints/hpux.sh
57421 ____________________________________________________________________________
57422 [  8095] By: jhi                                   on 2000/12/12  19:51:05
57423         Log: The integration wars continue.
57424      Branch: perl
57425           !> sv.c
57426 ____________________________________________________________________________
57427 [  8094] By: jhi                                   on 2000/12/12  19:48:26
57428         Log: Subject: [PATCH perl@8070] DB_File-1.74  
57429              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
57430              Date: Mon, 11 Dec 2000 23:07:17 -0000
57431              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
57432      Branch: perl
57433            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57434            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
57435            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
57436            ! t/lib/db-recno.t
57437 ____________________________________________________________________________
57438 [  8093] By: nick                                  on 2000/12/12  19:42:13
57439         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
57440      Branch: perlio
57441            ! sv.c
57442           !> lib/File/DosGlob.pm
57443 ____________________________________________________________________________
57444 [  8092] By: jhi                                   on 2000/12/12  19:28:11
57445         Log: Integrate perlio.
57446      Branch: perl
57447           !> sv.c
57448 ____________________________________________________________________________
57449 [  8091] By: nick                                  on 2000/12/12  18:49:45
57450         Log: Fix for Tk, and upgrading shared SVs.
57451      Branch: perlio
57452            ! sv.c
57453 ____________________________________________________________________________
57454 [  8090] By: jhi                                   on 2000/12/12  16:48:59
57455         Log: Subject: [PATCH] Re: Breadperl & Tk
57456              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57457              Date: Tue, 12 Dec 2000 14:48:27 GMT
57458              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
57459      Branch: perl
57460            ! sv.c
57461 ____________________________________________________________________________
57462 [  8089] By: jhi                                   on 2000/12/12  03:37:19
57463         Log: Subject: DosGlob.pm diff for bash style brace expansion.
57464              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
57465              Date: Fri, 8 Dec 2000 10:45:30 -0600
57466              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
57467      Branch: perl
57468            ! lib/File/DosGlob.pm
57469 ____________________________________________________________________________
57470 [  8088] By: nick                                  on 2000/12/11  23:59:59
57471         Log: Integrate mainline
57472      Branch: perlio
57473           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
57474           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
57475           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
57476           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
57477           !> t/op/local.t t/pragma/warn/toke toke.c
57478 ____________________________________________________________________________
57479 [  8087] By: jhi                                   on 2000/12/11  23:20:23
57480         Log: Integrate perlio.
57481      Branch: perl
57482           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
57483 ____________________________________________________________________________
57484 [  8086] By: jhi                                   on 2000/12/11  22:50:59
57485         Log: Tune further the OS detection of CGI.
57486      Branch: perl
57487            ! lib/CGI.pm
57488 ____________________________________________________________________________
57489 [  8085] By: nick                                  on 2000/12/11  22:50:46
57490         Log: Finish 1st pass of "encoding" layer e.g. :
57491              open($fh,"<encoding(iso8859-7)",$greek) || die;
57492      Branch: perlio
57493            ! ext/Encode/Encode.xs perlio.c perliol.h
57494 ____________________________________________________________________________
57495 [  8084] By: jhi                                   on 2000/12/11  22:32:06
57496         Log: Revert the -f ambiguousity patch, seems to cause
57497              too much hassle (the interpret -Q as a function
57498              where Q is not a known filetest part is left in).
57499      Branch: perl
57500            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
57501            ! toke.c
57502 ____________________________________________________________________________
57503 [  8083] By: jhi                                   on 2000/12/11  22:27:23
57504         Log: (accidentally empty check-in)
57505      Branch: perl
57506            ! lib/File/DosGlob.pm
57507 ____________________________________________________________________________
57508 [  8082] By: nick                                  on 2000/12/11  19:09:51
57509         Log: Restore mmap function (broken by tweaks to shared buffer
57510              layer for encode(xxxx)).
57511      Branch: perlio
57512            ! perlio.c
57513 ____________________________________________________________________________
57514 [  8081] By: jhi                                   on 2000/12/11  18:29:13
57515         Log: Subject: Re: The long awaited feature ...
57516              From: Simon Cozens <simon@cozens.net>
57517              Date: Mon, 11 Dec 2000 15:54:24 +0000
57518              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
57519              
57520              More io/utf8 tests.
57521      Branch: perl
57522            ! t/io/utf8.t
57523 ____________________________________________________________________________
57524 [  8080] By: jhi                                   on 2000/12/11  18:19:36
57525         Log: Subject: PATCH MakeMaker manpage clarification
57526              From: andreas.koenig@anima.de (Andreas J. Koenig)
57527              Date: 10 Dec 2000 20:46:13 +0100
57528              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
57529      Branch: perl
57530            ! lib/ExtUtils/MakeMaker.pm
57531 ____________________________________________________________________________
57532 [  8079] By: jhi                                   on 2000/12/11  15:35:07
57533         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
57534              From: Simon Cozens <simon@cozens.net>
57535              Date: Sun, 10 Dec 2000 19:06:19 +0000
57536              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
57537      Branch: perl
57538            ! ext/B/B/Deparse.pm t/lib/b.t
57539 ____________________________________________________________________________
57540 [  8078] By: jhi                                   on 2000/12/11  15:09:11
57541         Log: Subject: [PATCH] docs on NaN
57542              From: Nicholas Clark <nick@ccl4.org>
57543              Date: Mon, 11 Dec 2000 01:48:38 +0000
57544              Message-ID: <20001211014838.B99205@plum.flirble.org>
57545      Branch: perl
57546            ! pod/perlop.pod
57547 ____________________________________________________________________________
57548 [  8077] By: jhi                                   on 2000/12/11  15:02:21
57549         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
57550              From: Simon Cozens <simon@cozens.net>
57551              Date: Mon, 11 Dec 2000 01:21:45 +0000
57552              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
57553      Branch: perl
57554            ! pp.c pp_hot.c scope.c t/op/local.t
57555 ____________________________________________________________________________
57556 [  8076] By: nick                                  on 2000/12/10  20:43:32
57557         Log: Not merge worthy...
57558              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
57559              syntax is modelled on attributes.
57560              Untested fix for io/utf8 on Win32 etc.
57561              Very clumsy start to the encode layer.
57562      Branch: perlio
57563            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
57564 ____________________________________________________________________________
57565 [  8075] By: jhi                                   on 2000/12/10  18:39:33
57566         Log: Darwin is not Windows.
57567      Branch: perl
57568            ! lib/CGI.pm
57569 ____________________________________________________________________________
57570 [  8074] By: jhi                                   on 2000/12/10  18:31:27
57571         Log: Subject: Ambiguous -%c() resolved as a file test
57572              From: "Paul Marquess" <Paul.Marquess@openwave.com>
57573              Date: Sun, 10 Dec 2000 15:35:07 -0000
57574              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
57575      Branch: perl
57576            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
57577 ____________________________________________________________________________
57578 [  8073] By: jhi                                   on 2000/12/10  18:16:29
57579         Log: Subject: PATCH installperl misinformed 
57580              From: andreas.koenig@anima.de (Andreas J. Koenig)
57581              Date: 10 Dec 2000 13:01:32 +0100 
57582              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
57583      Branch: perl
57584            ! installperl
57585 ____________________________________________________________________________
57586 [  8072] By: jhi                                   on 2000/12/10  18:07:55
57587         Log: The walkoptree confusion rages; walkoptree() seems to be coming
57588              from B.xs, while walkoptree_slow() comes from B.pm.
57589      Branch: perl
57590            ! ext/B/B.pm
57591 ____________________________________________________________________________
57592 [  8071] By: nick                                  on 2000/12/10  11:45:47
57593         Log: Integrate mainline
57594      Branch: perlio
57595           +> t/base/commonsense.t
57596           !> (integrate 37 files)
57597 ____________________________________________________________________________
57598 [  8070] By: jhi                                   on 2000/12/10  04:46:21
57599         Log: Update Changes.
57600      Branch: perl
57601            ! Changes patchlevel.h
57602 ____________________________________________________________________________
57603 [  8069] By: jhi                                   on 2000/12/10  04:39:19
57604         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
57605              From: andreas.koenig@anima.de (Andreas J. Koenig)
57606              Date: 09 Dec 2000 17:14:25 +0100
57607              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
57608      Branch: perl
57609            + t/base/commonsense.t
57610            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
57611 ____________________________________________________________________________
57612 [  8068] By: jhi                                   on 2000/12/10  04:17:36
57613         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
57614              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57615              Date: Sat, 9 Dec 2000 16:47:22 -0000
57616              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
57617      Branch: perl
57618            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
57619            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
57620            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
57621            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
57622            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
57623            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
57624            ! t/lib/sdbm.t
57625 ____________________________________________________________________________
57626 [  8067] By: jhi                                   on 2000/12/10  03:52:02
57627         Log: Test case for #8066.
57628      Branch: perl
57629            ! t/op/misc.t
57630 ____________________________________________________________________________
57631 [  8066] By: jhi                                   on 2000/12/10  03:50:30
57632         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
57633              From: Simon Cozens <simon@cozens.net>
57634              Date: Sun, 10 Dec 2000 00:55:37 +0000
57635              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
57636      Branch: perl
57637            ! pp_sys.c
57638 ____________________________________________________________________________
57639 [  8065] By: jhi                                   on 2000/12/10  03:44:52
57640         Log: Test case for #8064.
57641      Branch: perl
57642            ! t/comp/proto.t
57643 ____________________________________________________________________________
57644 [  8064] By: jhi                                   on 2000/12/10  03:42:32
57645         Log: Subject: Re: prototype of substr
57646              From: Simon Cozens <simon@cozens.net>
57647              Date: Sun, 10 Dec 2000 00:13:33 +0000
57648              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
57649              
57650              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
57651              In other words, make the returned prototypes for any function
57652              stop prepending the ';' optionality marker after the first one.
57653              If they start getting optional, all the rest are optional.
57654      Branch: perl
57655            ! pp.c
57656 ____________________________________________________________________________
57657 [  8063] By: jhi                                   on 2000/12/10  03:39:42
57658         Log: Subject: [PATCH] perlguts.pod
57659              From: Simon Cozens <simon@cozens.net>
57660              Date: Sun, 10 Dec 2000 00:06:47 +0000
57661              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
57662              
57663              Documentation of the different types of ops,
57664              plus the functions in dump.c
57665      Branch: perl
57666            ! pod/perlguts.pod
57667 ____________________________________________________________________________
57668 [  8062] By: jhi                                   on 2000/12/10  03:30:04
57669         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
57670              From: Nicholas Clark <nick@talking.bollo.cx>
57671              Date: Sat, 09 Dec 2000 18:57:25 +0000
57672              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
57673              
57674              Be more robust in weird hostname setups.
57675      Branch: perl
57676            ! t/lib/net-hostent.t
57677 ____________________________________________________________________________
57678 [  8061] By: jhi                                   on 2000/12/10  03:28:21
57679         Log: Pacify fussy compiler. 
57680      Branch: perl
57681            ! pp_sys.c
57682 ____________________________________________________________________________
57683 [  8060] By: jhi                                   on 2000/12/10  02:52:46
57684         Log: Integrate perlio.
57685      Branch: perl
57686           !> pp_sys.c t/io/utf8.t
57687 ____________________________________________________________________________
57688 [  8059] By: nick                                  on 2000/12/09  23:40:14
57689         Log: read/sysread/recv should now be utf8 aware.
57690              Basic test for utf8 read.
57691      Branch: perlio
57692            ! pp_sys.c t/io/utf8.t
57693 ____________________________________________________________________________
57694 [  8058] By: jhi                                   on 2000/12/09  21:56:02
57695         Log: Integrate perlio.
57696      Branch: perl
57697           +> t/io/utf8.t
57698           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
57699 ____________________________________________________________________________
57700 [  8057] By: jhi                                   on 2000/12/09  21:53:35
57701         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
57702              From: Inaba Hiroto <inaba@st.rim.or.jp>
57703              Date: Sun, 10 Dec 2000 05:53:21 +0900
57704              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
57705              
57706              Tests for #8056.
57707      Branch: perl
57708            ! t/op/each.t
57709 ____________________________________________________________________________
57710 [  8056] By: jhi                                   on 2000/12/09  21:51:16
57711         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
57712              From: Inaba Hiroto <inaba@st.rim.or.jp>
57713              Date: Sat, 09 Dec 2000 18:02:00 +0900
57714              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
57715              
57716              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
57717      Branch: perl
57718            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
57719 ____________________________________________________________________________
57720 [  8055] By: nick                                  on 2000/12/09  20:11:48
57721         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
57722              than raw PerlIO_write() - does not seem to break any tests.
57723      Branch: perlio
57724            ! pp_sys.c
57725 ____________________________________________________________________________
57726 [  8054] By: nick                                  on 2000/12/09  19:47:30
57727         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
57728              (sysread, recv and write i.e. formats still to do...)
57729              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
57730              open($fh,">:utf8","name")
57731              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
57732              so no extra overhead is involved.
57733              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
57734              to a non-utf8 stream.
57735              Add initial io/utf8.t
57736              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
57737              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
57738              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
57739      Branch: perlio
57740            + t/io/utf8.t
57741            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
57742 ____________________________________________________________________________
57743 [  8053] By: nick                                  on 2000/12/09  19:26:37
57744         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
57745              was only testing this_utf8.
57746      Branch: perlio
57747            ! toke.c
57748 ____________________________________________________________________________
57749 [  8052] By: nick                                  on 2000/12/09  19:09:41
57750         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
57751              i.e. the output string has one, but don't mess with source assumption.
57752      Branch: perlio
57753            ! toke.c
57754 ____________________________________________________________________________
57755 [  8051] By: jhi                                   on 2000/12/09  16:55:17
57756         Log: Integrate perlio.
57757      Branch: perl
57758           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
57759           !> sv.c thrdvar.h util.c
57760 ____________________________________________________________________________
57761 [  8050] By: jhi                                   on 2000/12/09  16:48:07
57762         Log: Nits noticed by Peter Prymmer.
57763      Branch: perl
57764            ! lib/ExtUtils/MM_VMS.pm
57765 ____________________________________________________________________________
57766 [  8049] By: nick                                  on 2000/12/09  13:49:40
57767         Log: UTF8 output prework.
57768              - Store $\ and $, as SVs so they can have SvUTF8 flag
57769              - use do_print() rather than raw PerlIO_write() to print them.
57770      Branch: perlio
57771            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
57772            ! thrdvar.h util.c
57773 ____________________________________________________________________________
57774 [  8048] By: nick                                  on 2000/12/09  12:30:43
57775         Log: Integrate mainline.
57776      Branch: perlio
57777           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
57778           +> t/op/reverse.t
57779           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
57780           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
57781           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
57782           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
57783           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
57784           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
57785 ____________________________________________________________________________
57786 [  8047] By: jhi                                   on 2000/12/09  00:23:27
57787         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
57788              From: Michael G Schwern <schwern@pobox.com>
57789              Date: Fri, 8 Dec 2000 14:43:04 -0600
57790      Branch: perl
57791            ! lib/ExtUtils/MM_VMS.pm
57792 ____________________________________________________________________________
57793 [  8046] By: jhi                                   on 2000/12/08  23:10:27
57794         Log: A missed check-in.
57795      Branch: perl
57796            ! lib/ExtUtils/Manifest.pm
57797 ____________________________________________________________________________
57798 [  8045] By: jhi                                   on 2000/12/08  21:57:12
57799         Log: (null check-in)
57800      Branch: perl
57801            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
57802 ____________________________________________________________________________
57803 [  8044] By: jhi                                   on 2000/12/08  21:11:06
57804         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
57805              at the final draft stage.
57806      Branch: perl
57807            + ext/Encode/Encode/iso8859-16.enc
57808            ! MANIFEST
57809 ____________________________________________________________________________
57810 [  8043] By: jhi                                   on 2000/12/08  16:39:04
57811         Log: Update Changes.
57812      Branch: perl
57813            ! Changes patchlevel.h
57814 ____________________________________________________________________________
57815 [  8042] By: jhi                                   on 2000/12/08  16:33:39
57816         Log: Do not return the Unicode replacement character if UTF-8
57817              decoding goes awry, it should be up to the caller to decide.
57818      Branch: perl
57819            ! pod/perlapi.pod utf8.c
57820 ____________________________________________________________________________
57821 [  8041] By: jhi                                   on 2000/12/08  16:22:28
57822         Log: metaconfig maintenance.
57823      Branch: metaconfig
57824            ! U/modified/stdchar.U
57825      Branch: metaconfig/U/perl
57826            + testsyml.U
57827 ____________________________________________________________________________
57828 [  8040] By: jhi                                   on 2000/12/08  16:03:08
57829         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
57830              From: sthoenna@efn.org
57831              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
57832              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
57833      Branch: perl
57834            ! Changes lib/ExtUtils/MM_OS2.pm
57835 ____________________________________________________________________________
57836 [  8039] By: jhi                                   on 2000/12/08  15:57:11
57837         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
57838              From: Simon Cozens <simon@cozens.net>
57839              Date: Fri, 8 Dec 2000 13:33:31 +0000
57840              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
57841              
57842              (The pp_hot part needed a rewrite.)
57843      Branch: perl
57844            ! doop.c pp_hot.c utf8.c
57845 ____________________________________________________________________________
57846 [  8038] By: jhi                                   on 2000/12/08  15:25:08
57847         Log: Subject: djSP
57848              From: Michael Stevens <michael@etla.org>
57849              Date: Wed, 6 Dec 2000 23:24:01 +0000
57850              Message-ID: <20001206232400.A21381@firedrake.org>
57851              
57852              Plus a note from Nick Ing-Simmons.
57853      Branch: perl
57854            ! pp.h
57855 ____________________________________________________________________________
57856 [  8037] By: jhi                                   on 2000/12/08  15:18:35
57857         Log: Filetype is text.
57858      Branch: perl
57859            ! t/op/utf8decode.t
57860 ____________________________________________________________________________
57861 [  8036] By: jhi                                   on 2000/12/08  03:31:27
57862         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
57863              From: Andy Dougherty <doughera@lafayette.edu>
57864              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
57865              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
57866              
57867              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
57868              From: Andy Dougherty <doughera@lafayette.edu>
57869              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
57870              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
57871      Branch: perl
57872            + ext/POSIX/hints/svr4.pl
57873            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
57874 ____________________________________________________________________________
57875 [  8035] By: jhi                                   on 2000/12/08  03:26:01
57876         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
57877              From: Andy Dougherty <doughera@lafayette.edu>
57878              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
57879              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
57880      Branch: perl
57881            ! t/README t/base/term.t
57882 ____________________________________________________________________________
57883 [  8034] By: jhi                                   on 2000/12/08  03:21:59
57884         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
57885              From: mjd@plover.com  
57886              Date: 7 Dec 2000 21:04:20 -0000
57887              Message-ID: <20001207210420.22282.qmail@plover.com>
57888              
57889              Plus -z doc.
57890      Branch: perl
57891            ! pod/perlfunc.pod
57892 ____________________________________________________________________________
57893 [  8033] By: jhi                                   on 2000/12/08  03:19:03
57894         Log: Use the UTF8 macros a bit.  They can't be used with abandon
57895              everywhere because we do generate illegal UTF-8 in some situations.
57896              This is of course naughty.
57897      Branch: perl
57898            ! pod/perlapi.pod utf8.c utf8.h
57899 ____________________________________________________________________________
57900 [  8032] By: jhi                                   on 2000/12/08  03:00:09
57901         Log: Out of sync?
57902      Branch: perl
57903            ! t/pragma/warn/utf8
57904 ____________________________________________________________________________
57905 [  8031] By: jhi                                   on 2000/12/08  02:22:39
57906         Log: Cnt spl.
57907      Branch: perl
57908            ! MANIFEST
57909 ____________________________________________________________________________
57910 [  8030] By: jhi                                   on 2000/12/08  01:23:54
57911         Log: Add test for reverse().
57912      Branch: perl
57913            + t/op/reverse.t
57914            ! MANIFEST
57915 ____________________________________________________________________________
57916 [  8029] By: jhi                                   on 2000/12/08  01:21:47
57917         Log: Integrate perlio.
57918      Branch: perl
57919           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
57920           !> perlio.c perlio.h perlsdio.h warnings.pl
57921 ____________________________________________________________________________
57922 [  8028] By: jhi                                   on 2000/12/08  01:19:08
57923         Log: Introduce macros for UTF8 decoding.
57924      Branch: perl
57925            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
57926 ____________________________________________________________________________
57927 [  8027] By: nick                                  on 2000/12/07  22:18:19
57928         Log: Integrate mainline
57929      Branch: perlio
57930           !> embed.pl pod/perlapi.pod utf8.c
57931 ____________________________________________________________________________
57932 [  8026] By: nick                                  on 2000/12/07  21:45:08
57933         Log: Various oddities p4 diff -se showed up
57934              Remove 'our' from warnings.pl
57935      Branch: perlio
57936            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
57937 ____________________________________________________________________________
57938 [  8025] By: nick                                  on 2000/12/07  21:43:32
57939         Log: Change PerlIO_(get|set)pos to take SV *
57940              Should fix, OS/2, VMS, (sfio??)
57941      Branch: perlio
57942            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
57943 ____________________________________________________________________________
57944 [  8024] By: jhi                                   on 2000/12/07  19:05:32
57945         Log: Document utf8_to_uv() better.
57946      Branch: perl
57947            ! pod/perlapi.pod utf8.c
57948 ____________________________________________________________________________
57949 [  8023] By: jhi                                   on 2000/12/07  18:23:47
57950         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
57951      Branch: perl
57952            ! embed.pl pod/perlapi.pod utf8.c
57953 ____________________________________________________________________________
57954 [  8022] By: jhi                                   on 2000/12/07  04:13:51
57955         Log: Integrate perlio.
57956      Branch: perl
57957           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
57958           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
57959           !> win32/makefile.mk
57960 ____________________________________________________________________________
57961 [  8021] By: nick                                  on 2000/12/07  00:28:14
57962         Log: Various attempts at MSVC debug - not sure what has
57963              changed but works now. 
57964              Seems atexit() _may_ work for DLLs built with MSVC so don't
57965              call cleanup that way.
57966      Branch: perlio
57967            ! perlio.c win32/makefile.mk
57968 ____________________________________________________________________________
57969 [  8020] By: nick                                  on 2000/12/06  19:57:20
57970         Log: Integrate mainline
57971      Branch: perlio
57972           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
57973           !> (integrate 75 files)
57974 ____________________________________________________________________________
57975 [  8019] By: nick                                  on 2000/12/06  19:28:21
57976         Log: Add useperlio to config.vc
57977              Turn off binmode in config_H.PL
57978              Regen all the config_H.xx
57979              Attempt to get debugging build with MSVC.
57980      Branch: perlio
57981            ! win32/config.vc win32/config_H.bc win32/config_H.gc
57982            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
57983 ____________________________________________________________________________
57984 [  8018] By: nick                                  on 2000/12/06  19:21:57
57985         Log: Test various dup/external program options on all platforms.
57986      Branch: perlio
57987            ! t/io/dup.t
57988 ____________________________________________________________________________
57989 [  8017] By: nick                                  on 2000/12/06  19:20:47
57990         Log: Fix harness to be less picky
57991      Branch: perlio
57992            ! lib/Test/Harness.pm
57993 ____________________________________________________________________________
57994 [  8016] By: jhi                                   on 2000/12/06  16:45:12
57995         Log: Update Changes.
57996      Branch: perl
57997            ! Changes patchlevel.h
57998 ____________________________________________________________________________
57999 [  8015] By: jhi                                   on 2000/12/06  16:41:03
58000         Log: Test \x{...} with ord().
58001      Branch: perl
58002            ! t/op/ord.t
58003 ____________________________________________________________________________
58004 [  8014] By: jhi                                   on 2000/12/06  16:20:33
58005         Log: Test tweak because of #8013.
58006      Branch: perl
58007            ! t/lib/b.t
58008 ____________________________________________________________________________
58009 [  8013] By: jhi                                   on 2000/12/06  16:09:09
58010         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
58011              From: Michael G Schwern <schwern@pobox.com>
58012              Date: Tue, 5 Dec 2000 21:23:28 -0500
58013              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
58014              
58015              Carp::Heavy parts not very applicable because of recent changes.
58016      Branch: perl
58017            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
58018            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
58019            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
58020            ! lib/Exporter.pm lib/Exporter/Heavy.pm
58021            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
58022            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
58023            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
58024            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
58025            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
58026            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
58027            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
58028            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
58029            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
58030            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
58031            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
58032            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
58033            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
58034            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
58035            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
58036            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
58037            ! warnings.pl
58038 ____________________________________________________________________________
58039 [  8012] By: jhi                                   on 2000/12/06  15:22:38
58040         Log: Subject: [PATCH] Re: New harness is failing things
58041              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58042              Date: Wed, 6 Dec 2000 13:00:30 GMT
58043              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
58044      Branch: perl
58045            ! lib/Test/Harness.pm
58046 ____________________________________________________________________________
58047 [  8011] By: jhi                                   on 2000/12/06  15:12:08
58048         Log: Subject: installhtml changes
58049              From: Michael Stevens <michael@etla.org>
58050              Date: Wed, 6 Dec 2000 13:15:53 +0000
58051              Message-ID: <20001206131553.A27317@firedrake.org>
58052      Branch: perl
58053            ! installhtml
58054 ____________________________________________________________________________
58055 [  8010] By: jhi                                   on 2000/12/06  15:06:05
58056         Log: Subject: the dTHR hits
58057              From: Michael Stevens <michael@etla.org>
58058              Date: Wed, 6 Dec 2000 12:06:03 +0000
58059              Message-ID: <20001206120603.A24581@firedrake.org>
58060              
58061              More, errrm, less dTHRs.
58062      Branch: perl
58063            ! bytecode.pl ext/B/B/C.pm
58064 ____________________________________________________________________________
58065 [  8009] By: jhi                                   on 2000/12/06  15:04:25
58066         Log: Subject: MakeMaker mailing list gone?
58067              From: Michael G Schwern <schwern@pobox.com>
58068              Date: Tue, 5 Dec 2000 19:29:59 -0500
58069              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
58070              
58071              The MakeMaker mailing list is dead, perlbug is the right
58072              address to report bugs.
58073      Branch: perl
58074            ! lib/ExtUtils/MakeMaker.pm
58075 ____________________________________________________________________________
58076 [  8008] By: jhi                                   on 2000/12/06  15:00:32
58077         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
58078              From: Michael G Schwern <schwern@pobox.com>
58079              Date: Tue, 5 Dec 2000 19:21:21 -0500
58080              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
58081              
58082              Add a default MANIFEST skip that ignores things like
58083              version control files, editor temporary files, and the Makefile.
58084      Branch: perl
58085            + lib/ExtUtils/MANIFEST.SKIP
58086            ! MANIFEST lib/ExtUtils/Manifest.pm
58087 ____________________________________________________________________________
58088 [  8007] By: jhi                                   on 2000/12/06  14:57:20
58089         Log: In Amiga more manual hackery of the scripts seems to be needed,
58090              from Jan-Erik Karlsson.  Why Configure does not get this right
58091              is unknown, may be shell-induced.
58092      Branch: perl
58093            ! README.amiga
58094 ____________________________________________________________________________
58095 [  8006] By: jhi                                   on 2000/12/05  23:53:12
58096         Log: Add TOPm1s to peek at the second topmost stack item.
58097      Branch: perl
58098            ! pp.h
58099 ____________________________________________________________________________
58100 [  8005] By: jhi                                   on 2000/12/05  23:13:55
58101         Log: Avaunt, you foul UTF-8 tests.
58102      Branch: perl
58103            ! t/op/ver.t t/pragma/utf8.t
58104 ____________________________________________________________________________
58105 [  8004] By: jhi                                   on 2000/12/05  23:09:54
58106         Log: Continue utf8 dispersal. 
58107      Branch: perl
58108            + t/op/concat.t
58109            ! MANIFEST t/pragma/utf8.t
58110 ____________________________________________________________________________
58111 [  8003] By: nick                                  on 2000/12/05  23:02:39
58112         Log: Integrate mainline.
58113      Branch: perlio
58114           +> t/op/length.t t/op/utf8decode.t
58115           !> (integrate 69 files)
58116 ____________________________________________________________________________
58117 [  8002] By: jhi                                   on 2000/12/05  22:59:28
58118         Log: Integrate perlio.
58119      Branch: perl
58120           !> iperlsys.h perl.c perlio.c win32/perllib.c
58121 ____________________________________________________________________________
58122 [  8001] By: nick                                  on 2000/12/05  22:07:52
58123         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
58124              - calloc/free suffer from damage on TerminateThread()
58125              - use PerlMemShared (as originally planned) now fixed
58126              - avoid doing anything important on DLL "detach".
58127      Branch: perlio
58128            ! perl.c perlio.c win32/perllib.c
58129 ____________________________________________________________________________
58130 [  8000] By: nick                                  on 2000/12/05  21:05:09
58131         Log: Fix gross PerlMemShared issue.
58132      Branch: perlio
58133            ! iperlsys.h
58134 ____________________________________________________________________________
58135 [  7999] By: jhi                                   on 2000/12/05  20:46:58
58136         Log: Test for Unicode (UTF-8) hash keys.
58137      Branch: perl
58138            ! t/op/each.t
58139 ____________________________________________________________________________
58140 [  7998] By: jhi                                   on 2000/12/05  20:30:35
58141         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
58142              is now always UTF-8), empty line cosmetics.
58143      Branch: perl
58144            ! t/pragma/utf8.t
58145 ____________________________________________________________________________
58146 [  7997] By: jhi                                   on 2000/12/05  20:15:40
58147         Log: Subject: Re: STRLEN - what?
58148              From: Andy Dougherty <doughera@lafayette.edu>
58149              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
58150              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
58151              
58152              Explain STRLEN.
58153      Branch: perl
58154            ! pod/perlguts.pod
58155 ____________________________________________________________________________
58156 [  7996] By: jhi                                   on 2000/12/05  20:13:34
58157         Log: Split off the UTF-8 decoder tests, make them to check also
58158              the error message.
58159      Branch: perl
58160            + t/op/utf8decode.t
58161            ! MANIFEST t/pragma/utf8.t utf8.c
58162 ____________________________________________________________________________
58163 [  7995] By: jhi                                   on 2000/12/05  16:39:47
58164         Log: Start migrating bits of pragma/utf8 to elsewhere
58165              (since the long term plan is to obsolete 'use utf8').
58166      Branch: perl
58167            + t/op/length.t
58168            ! MANIFEST t/pragma/utf8.t
58169 ____________________________________________________________________________
58170 [  7994] By: jhi                                   on 2000/12/05  16:30:21
58171         Log: Fix a manual edit typo from #7993, fix the message formatting
58172              for Unicode, add few our declarations.
58173      Branch: perl
58174            ! lib/Carp/Heavy.pm
58175 ____________________________________________________________________________
58176 [  7993] By: jhi                                   on 2000/12/05  16:09:15
58177         Log: Subject: Need help with warnings :-(
58178              From: "Ben Tilly" <ben_tilly@hotmail.com>
58179              Date: Tue, 05 Dec 2000 01:35:54 -0500
58180              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
58181              
58182              Subject: UPDATE: Carp/Heavy now passes all tests
58183              From: "Ben Tilly" <ben_tilly@hotmail.com>
58184              Date: Tue, 05 Dec 2000 07:59:41 -0500
58185              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
58186              
58187              The Brave New Carp.
58188      Branch: perl
58189            ! lib/Carp.pm lib/Carp/Heavy.pm
58190 ____________________________________________________________________________
58191 [  7992] By: jhi                                   on 2000/12/05  15:55:08
58192         Log: Subject: [PATCH perl@7979] cygwin port
58193              From: "Eric Fifer" <efifer@dircon.co.uk>
58194              Date: Tue, 5 Dec 2000 14:04:09 -0000
58195              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
58196      Branch: perl
58197            ! t/lib/net-hostent.t
58198 ____________________________________________________________________________
58199 [  7991] By: jhi                                   on 2000/12/05  15:52:34
58200         Log: Subject: Re: [PATCH] The largest hoax of all times?
58201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58202              Date: Tue, 5 Dec 2000 00:40:25 -0500
58203              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
58204              
58205              Subject: Re: [PATCH] The largest hoax of all times?
58206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58207              Date: Mon, 4 Dec 2000 23:55:53 -0500
58208              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
58209              
58210              Subject: Re: [PATCH] The largest hoax of all times?
58211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58212              Date: Tue, 5 Dec 2000 01:28:45 -0500
58213              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
58214              
58215              Fix the unpredictable order of DESTROYs.
58216      Branch: perl
58217            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
58218            ! sv.c sv.h t/op/ref.t
58219 ____________________________________________________________________________
58220 [  7990] By: jhi                                   on 2000/12/05  14:38:53
58221         Log: Subject: [PATCH] shrink pp_hot fractionally
58222              From: Nicholas Clark <nick@ccl4.org>
58223              Date: Tue, 5 Dec 2000 12:44:31 +0000
58224              Message-ID: <20001205124431.E74518@plum.flirble.org>
58225              
58226              Use report_evil_fh().
58227      Branch: perl
58228            ! opcode.pl opnames.h pp_hot.c util.c
58229 ____________________________________________________________________________
58230 [  7989] By: jhi                                   on 2000/12/05  14:21:27
58231         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
58232              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58233              Date: Mon, 04 Dec 2000 22:21:59 -0800
58234              Message-ID: <HmIL6gzkgepS092yn@efn.org>
58235              
58236              Harness shouldn't ignore responses like "ok 3\r\r\n".
58237      Branch: perl
58238            ! lib/Test/Harness.pm
58239 ____________________________________________________________________________
58240 [  7988] By: jhi                                   on 2000/12/05  13:51:28
58241         Log: Integrate the "skip" messages to explain().
58242      Branch: perl
58243            ! t/lib/syslfs.t t/op/lfs.t
58244 ____________________________________________________________________________
58245 [  7987] By: jhi                                   on 2000/12/05  12:34:54
58246         Log: The one that got away in #7984.
58247              
58248              Subject: Re: dTHR - what and why?
58249              From: Michael Stevens <michael@etla.org> 
58250              Date: Tue, 5 Dec 2000 11:15:52 +0000
58251              Message-ID: <20001205111552.A4647@firedrake.org>
58252      Branch: perl
58253            ! sv.h
58254 ____________________________________________________________________________
58255 [  7986] By: gsar                                  on 2000/12/05  09:14:44
58256         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
58257              due to the notorious GetFileType() bug in Windows 9x, which fstat()
58258              tickles)
58259      Branch: perl
58260            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
58261 ____________________________________________________________________________
58262 [  7985] By: jhi                                   on 2000/12/05  05:49:03
58263         Log: Integrate perlio.
58264      Branch: perl
58265           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
58266           !> win32/perlhost.h win32/perllib.c
58267 ____________________________________________________________________________
58268 [  7984] By: jhi                                   on 2000/12/05  05:48:16
58269         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
58270      Branch: perl
58271            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
58272            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
58273            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
58274            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
58275            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
58276            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
58277            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
58278            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
58279            ! win32/win32.c
58280 ____________________________________________________________________________
58281 [  7983] By: nick                                  on 2000/12/04  23:27:43
58282         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
58283      Branch: perlio
58284            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
58285            ! win32/perlhost.h win32/perllib.c
58286 ____________________________________________________________________________
58287 [  7982] By: jhi                                   on 2000/12/04  19:44:09
58288         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
58289              uncovered by #7980.
58290      Branch: perl
58291            ! op.c
58292 ____________________________________________________________________________
58293 [  7981] By: jhi                                   on 2000/12/04  19:42:07
58294         Log: Subject: [PATCH] Trivial dump.c feature
58295              From: Simon Cozens <simon@cozens.net>
58296              Date: Mon, 4 Dec 2000 18:08:38 +0000
58297              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
58298              
58299              Show whether a constant is UTF-8.
58300      Branch: perl
58301            ! dump.c
58302 ____________________________________________________________________________
58303 [  7980] By: jhi                                   on 2000/12/04  19:36:51
58304         Log: UTF-8 hash keys, patch from Inaba Hiroto.
58305      Branch: perl
58306            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
58307 ____________________________________________________________________________
58308 [  7979] By: jhi                                   on 2000/12/04  17:36:28
58309         Log: Update Changes.
58310      Branch: perl
58311            ! Changes patchlevel.h
58312 ____________________________________________________________________________
58313 [  7978] By: jhi                                   on 2000/12/04  16:42:17
58314         Log: Retract #7977, still too volatile (the euphemism of the day
58315              for unfinished and buggy :-)
58316      Branch: perl
58317            ! doop.c hv.c pp.c sv.h
58318 ____________________________________________________________________________
58319 [  7977] By: jhi                                   on 2000/12/04  16:25:15
58320         Log: (Retracted by #7978, too shaky yet.)
58321              
58322              Subject: Re: utf8 in hash keys, implementor missing
58323              From: Simon Cozens <simon@cozens.net>
58324              Date: Sat, 2 Dec 2000 19:49:35 +0000
58325              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
58326              
58327              The first step at UTF-8 hash keys.
58328      Branch: perl
58329            ! doop.c hv.c pp.c sv.h
58330 ____________________________________________________________________________
58331 [  7976] By: jhi                                   on 2000/12/04  16:13:53
58332         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
58333              From: sthoenna@efn.org
58334              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
58335              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
58336      Branch: perl
58337            ! os2/os2.c perlio.c
58338 ____________________________________________________________________________
58339 [  7975] By: jhi                                   on 2000/12/04  16:05:25
58340         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
58341              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58342              Date: Thu, 30 Nov 2000 20:50:37 -0800
58343              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
58344      Branch: perl
58345            ! os2/os2.c
58346 ____________________________________________________________________________
58347 [  7974] By: jhi                                   on 2000/12/04  16:03:57
58348         Log: Subject: [PATCH] ++ 20% faster
58349              From: Nicholas Clark <nick@ccl4.org>
58350              Date: Mon, 4 Dec 2000 12:17:27 +0000
58351              Message-ID: <20001204121726.B52976@plum.flirble.org>
58352              
58353              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
58354      Branch: perl
58355            ! sv.c
58356 ____________________________________________________________________________
58357 [  7973] By: jhi                                   on 2000/12/04  16:00:48
58358         Log: 
58359              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
58360              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58361              Date: Mon, 04 Dec 2000 12:30:45 +0100
58362              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
58363              
58364              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
58365              library (getprotobyname and getprotobynumber are outversioned by
58366              the same calls in libc, at least for xlc version 3.
58367      Branch: perl
58368            ! hints/aix.sh
58369 ____________________________________________________________________________
58370 [  7972] By: jhi                                   on 2000/12/04  02:58:31
58371         Log: Integrate perlio.
58372      Branch: perl
58373           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
58374           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
58375           !> win32/win32.h win32/win32iop.h win32/win32thread.h
58376 ____________________________________________________________________________
58377 [  7971] By: nick                                  on 2000/12/04  00:24:33
58378         Log: Quieten some noise in Win32 builds:
58379              - win32.h is included after <sys/socket.h>, so need to 
58380              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
58381              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
58382      Branch: perlio
58383            ! doio.c perl.h toke.c win32/win32.h
58384 ____________________________________________________________________________
58385 [  7970] By: nick                                  on 2000/12/03  22:57:46
58386         Log: PERL_IMPLICIT_SYS compiles but does not work.
58387      Branch: perlio
58388            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
58389            ! win32/perlhost.h win32/perllib.c win32/win32.h
58390            ! win32/win32iop.h win32/win32thread.h
58391 ____________________________________________________________________________
58392 [  7969] By: jhi                                   on 2000/12/03  22:12:58
58393         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
58394              used to swash_init(), makes regprop() dumps more informative
58395              (+utf8::IsAlpha, -utf8::IsDigit, for example).
58396      Branch: perl
58397            ! regcomp.c regexec.c
58398 ____________________________________________________________________________
58399 [  7968] By: jhi                                   on 2000/12/03  21:39:56
58400         Log: Implement ANYOFUTF8 regprop() dumping.
58401      Branch: perl
58402            ! regcomp.c
58403 ____________________________________________________________________________
58404 [  7967] By: jhi                                   on 2000/12/03  20:57:19
58405         Log: Make uv_to_utf8() to zero-terminate its output buffer,
58406              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
58407      Branch: perl
58408            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
58409 ____________________________________________________________________________
58410 [  7966] By: nick                                  on 2000/12/03  18:41:21
58411         Log: Integrate mainline (STDCHAR)
58412      Branch: perlio
58413           !> Configure t/pragma/utf8.t
58414 ____________________________________________________________________________
58415 [  7965] By: jhi                                   on 2000/12/03  17:58:20
58416         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
58417      Branch: perl
58418            ! t/pragma/utf8.t
58419 ____________________________________________________________________________
58420 [  7964] By: jhi                                   on 2000/12/03  17:35:56
58421         Log: Integrate perlio.
58422      Branch: perl
58423           !> iperlsys.h perlio.c
58424 ____________________________________________________________________________
58425 [  7963] By: jhi                                   on 2000/12/03  17:33:55
58426         Log: Metaconfig unit change for #7962.
58427      Branch: metaconfig
58428            ! U/modified/stdchar.U
58429 ____________________________________________________________________________
58430 [  7962] By: jhi                                   on 2000/12/03  17:33:27
58431         Log: Untangle the <stdio.h> #include nest for the stdchar test,
58432              from Andy Dougherty.
58433      Branch: perl
58434            ! Configure
58435 ____________________________________________________________________________
58436 [  7961] By: nick                                  on 2000/12/03  16:53:00
58437         Log: Make iperlsys.h vector stdio not PerlIO.
58438      Branch: perlio
58439            ! iperlsys.h perlio.c
58440 ____________________________________________________________________________
58441 [  7960] By: nick                                  on 2000/12/03  14:43:01
58442         Log: Integrate mainline
58443      Branch: perlio
58444           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
58445           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
58446 ____________________________________________________________________________
58447 [  7959] By: jhi                                   on 2000/12/03  08:16:36
58448         Log: Use DO_UTF8().
58449      Branch: perl
58450            ! op.c
58451 ____________________________________________________________________________
58452 [  7958] By: jhi                                   on 2000/12/02  18:33:05
58453         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
58454              From: Mike Guy <mjtg@cam.ac.uk>         
58455              Date: Sat, 02 Dec 2000 17:27:13 +0000
58456              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
58457              
58458              An extraneous argument.
58459      Branch: perl
58460            ! toke.c
58461 ____________________________________________________________________________
58462 [  7957] By: jhi                                   on 2000/12/02  18:22:32
58463         Log: A missing hunk.
58464      Branch: perl
58465            ! t/lib/net-hostent.t
58466 ____________________________________________________________________________
58467 [  7956] By: jhi                                   on 2000/12/02  18:06:20
58468         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
58469              From: Nicholas Clark <nick@ccl4.org>
58470              Date: Sat, 2 Dec 2000 14:28:27 +0000
58471              Message-ID: <20001202142827.A12308@plum.flirble.org>
58472              
58473              Test robustness.
58474      Branch: perl
58475            ! t/lib/net-hostent.t
58476 ____________________________________________________________________________
58477 [  7955] By: jhi                                   on 2000/12/02  17:58:06
58478         Log: Metaconfig unit change for #7954.
58479      Branch: metaconfig
58480            ! U/modified/stdchar.U
58481 ____________________________________________________________________________
58482 [  7954] By: jhi                                   on 2000/12/02  17:54:32
58483         Log: An inconvenient hang would happen if the stdio _ptr wasn't
58484              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
58485              would be grepping stdin for all eternity for the _ptr.)
58486      Branch: perl
58487            ! Configure
58488 ____________________________________________________________________________
58489 [  7953] By: jhi                                   on 2000/12/02  00:07:15
58490         Log: Update Changes.
58491      Branch: perl
58492            ! Changes patchlevel.h
58493 ____________________________________________________________________________
58494 [  7952] By: jhi                                   on 2000/12/01  23:54:47
58495         Log: Subject: Re: long shell lines
58496              From: Andy Dougherty <doughera@lafayette.edu>
58497              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
58498              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
58499              
58500              Split overly long shell command lines.
58501      Branch: perl
58502            ! lib/ExtUtils/MM_Unix.pm
58503 ____________________________________________________________________________
58504 [  7951] By: jhi                                   on 2000/12/01  23:48:02
58505         Log: The metaconfig unit change for #7950.
58506      Branch: metaconfig
58507            + U/modified/stdchar.U
58508 ____________________________________________________________________________
58509 [  7950] By: jhi                                   on 2000/12/01  23:47:39
58510         Log: Try to find stdchar also from <stdio_impl.h>.
58511      Branch: perl
58512            ! Configure config_h.SH
58513 ____________________________________________________________________________
58514 [  7949] By: jhi                                   on 2000/12/01  23:46:45
58515         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
58516              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58517              Date: Fri, 1 Dec 2000 16:26:08 -0500
58518              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
58519              
58520              Reword the diagnostic message.
58521      Branch: perl
58522            ! pod/perldiag.pod
58523 ____________________________________________________________________________
58524 [  7948] By: nick                                  on 2000/12/01  22:49:43
58525         Log: Integrate mainline (for s/y/m as sub names stuff).
58526      Branch: perlio
58527           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
58528           !> t/pragma/warn/toke toke.c
58529 ____________________________________________________________________________
58530 [  7947] By: jhi                                   on 2000/12/01  20:55:41
58531         Log: Integrate perlio.
58532      Branch: perl
58533           !> perlio.c perliol.h t/io/pipe.t
58534 ____________________________________________________________________________
58535 [  7946] By: jhi                                   on 2000/12/01  20:36:51
58536         Log: Upgrade to CPAN 1.59_51, from Andreas König.
58537      Branch: perl
58538            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58539 ____________________________________________________________________________
58540 [  7945] By: nick                                  on 2000/12/01  20:31:32
58541         Log: Integrate mainline
58542      Branch: perlio
58543           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
58544           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
58545           +> t/lib/net-hostent.t
58546           !> (integrate 35 files)
58547 ____________________________________________________________________________
58548 [  7944] By: jhi                                   on 2000/12/01  20:23:29
58549         Log: Some help for 20001130.011.  Now one gets warnings like
58550              "Ambiguous -f() resolved as a file test ..."
58551      Branch: perl
58552            ! pod/perldiag.pod t/pragma/warn/toke toke.c
58553 ____________________________________________________________________________
58554 [  7943] By: jhi                                   on 2000/12/01  19:44:44
58555         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
58556              that also breaks using them as methods. 
58557      Branch: perl
58558            ! pod/perldiag.pod t/op/misc.t toke.c
58559 ____________________________________________________________________________
58560 [  7942] By: nick                                  on 2000/12/01  17:56:46
58561         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
58562              Make 'unix' pass most tests
58563              - do unread by temporary push of layer ("pending") holding unread chars
58564              - fast_gets is now based on per-handle flag
58565              - relax one of io/pipe.t tests to allow print to fail and close to
58566              succeed so that it passes on unbuffered "unix" layer.
58567              Remaining fail is sporadic and a genuine race condition between
58568              parent/child in fork test.
58569      Branch: perlio
58570            ! perlio.c perliol.h t/io/pipe.t
58571 ____________________________________________________________________________
58572 [  7941] By: jhi                                   on 2000/12/01  15:28:58
58573         Log: (Retracted by #7943.)
58574              
58575              Reserve the short named string operator names.
58576      Branch: perl
58577            ! pod/perldiag.pod t/op/misc.t toke.c
58578 ____________________________________________________________________________
58579 [  7940] By: jhi                                   on 2000/12/01  06:45:53
58580         Log: Get the three different space character classes right under utf8.
58581      Branch: perl
58582            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
58583            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
58584            ! regexec.c t/op/pat.t utf8.c
58585 ____________________________________________________________________________
58586 [  7939] By: jhi                                   on 2000/12/01  03:26:26
58587         Log: Two more tests that make no sense in UTF-8 since the test
58588              data is not in UTF-8.
58589      Branch: perl
58590            ! t/op/regexp.t
58591 ____________________________________________________________________________
58592 [  7938] By: jhi                                   on 2000/12/01  03:20:39
58593         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
58594              should it be required inside regexen?
58595      Branch: perl
58596            ! regcomp.c t/op/regmesg.t
58597 ____________________________________________________________________________
58598 [  7937] By: jhi                                   on 2000/12/01  02:58:53
58599         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
58600              stored and restored, and thusly was trounced by the utf8 swash
58601              routines.
58602      Branch: perl
58603            ! regcomp.c
58604 ____________________________________________________________________________
58605 [  7936] By: jhi                                   on 2000/11/30  20:41:39
58606         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
58607              Why the different platforms behave so differently (core dump vs
58608              no core dump) on this bug is a but of a mystery, but if I had to
58609              guess I would mumble something like 'alignment'.
58610      Branch: perl
58611            ! sv.c
58612 ____________________________________________________________________________
58613 [  7935] By: jhi                                   on 2000/11/30  16:17:02
58614         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
58615              From: Robin Barker <rmb1@cise.npl.co.uk>
58616              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
58617              Date: Thu, 30 Nov 2000 14:27:12 GMT
58618      Branch: perl
58619            ! perlio.c toke.c
58620 ____________________________________________________________________________
58621 [  7934] By: jhi                                   on 2000/11/30  16:04:49
58622         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
58623      Branch: perl
58624            ! t/lib/net-hostent.t
58625 ____________________________________________________________________________
58626 [  7933] By: jhi                                   on 2000/11/30  06:07:26
58627         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
58628              From: Peter Prymmer <pvhp@forte.com>
58629              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
58630              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
58631              
58632              In VMS the localhost may be LOCALHOST.
58633      Branch: perl
58634            ! t/lib/net-hostent.t
58635 ____________________________________________________________________________
58636 [  7932] By: jhi                                   on 2000/11/30  01:11:11
58637         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
58638              From: Peter Prymmer <pvhp@forte.com>
58639              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
58640              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
58641              
58642              plus regen perlapi.pod.
58643      Branch: perl
58644            ! pod/perlapi.pod utf8.c
58645 ____________________________________________________________________________
58646 [  7931] By: jhi                                   on 2000/11/30  01:06:19
58647         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
58648              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58649              Date:     Wed, 29 Nov 2000 17:15:11 EST
58650              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
58651      Branch: perl
58652            ! t/lib/filter-util.pl t/lib/filter-util.t
58653 ____________________________________________________________________________
58654 [  7930] By: jhi                                   on 2000/11/29  18:51:55
58655         Log: Update Changes.
58656      Branch: perl
58657            ! Changes patchlevel.h
58658 ____________________________________________________________________________
58659 [  7929] By: jhi                                   on 2000/11/29  18:50:55
58660         Log: Update the va_copy() metaconfig unit.
58661      Branch: metaconfig/U/perl
58662            ! need_va_copy.U
58663 ____________________________________________________________________________
58664 [  7928] By: jhi                                   on 2000/11/29  17:50:43
58665         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
58666              From: Dominic Dunlop <domo@computer.org>
58667              Date: Tue, 28 Nov 2000 16:41:57 +0100
58668              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
58669              
58670              Patch to catch a core dump in the Configure va_copy test.
58671      Branch: perl
58672            ! Configure config_h.SH
58673 ____________________________________________________________________________
58674 [  7927] By: jhi                                   on 2000/11/29  17:31:59
58675         Log: Retract #7921, the patch shouldn't be needed.
58676      Branch: perl
58677            ! sv.c
58678 ____________________________________________________________________________
58679 [  7926] By: jhi                                   on 2000/11/29  17:01:41
58680         Log: Make the Class::Struct import() wiser.
58681      Branch: perl
58682            ! lib/Class/Struct.pm t/lib/class-struct.t
58683 ____________________________________________________________________________
58684 [  7925] By: jhi                                   on 2000/11/29  16:36:33
58685         Log: All the core library users of Class::Struct seem to be
58686              using "use Class::Struct 'struct';" instead of the bare
58687              "use Class::Struct;", which isn't documented in Class::Struct.
58688              This can't be right.
58689      Branch: perl
58690            ! lib/File/stat.pm
58691 ____________________________________________________________________________
58692 [  7924] By: jhi                                   on 2000/11/29  16:32:15
58693         Log: A test works better if it has the right 1..$n output.
58694      Branch: perl
58695            ! t/lib/class-struct.t
58696 ____________________________________________________________________________
58697 [  7923] By: jhi                                   on 2000/11/29  16:29:11
58698         Log: Forgot to MANIFEST the new Net::hostent test.
58699      Branch: perl
58700            ! MANIFEST
58701 ____________________________________________________________________________
58702 [  7922] By: jhi                                   on 2000/11/29  16:27:49
58703         Log: Integrate perlio.
58704      Branch: perl
58705           !> iperlsys.h perlio.c
58706 ____________________________________________________________________________
58707 [  7921] By: jhi                                   on 2000/11/29  16:27:10
58708         Log: (Retracted by #7927.)
58709              
58710              Subject: [PATCH] Is infinity a number?
58711              From: Simon Cozens <simon@cozens.net>
58712              Date: Wed, 29 Nov 2000 14:48:20 +0000
58713              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
58714      Branch: perl
58715            ! sv.c
58716 ____________________________________________________________________________
58717 [  7920] By: jhi                                   on 2000/11/29  16:23:02
58718         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
58719              From: rspier@pobox.com (Robert Spier)
58720              Date: Wed, 29 Nov 2000 02:17:49 -0500
58721              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
58722              
58723              Add a test for Net::hostent.
58724      Branch: perl
58725            + t/lib/net-hostent.t
58726 ____________________________________________________________________________
58727 [  7919] By: jhi                                   on 2000/11/29  16:21:31
58728         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
58729              add a test for Class::Struct.
58730      Branch: perl
58731            + t/lib/class-struct.t
58732            ! MANIFEST lib/Class/Struct.pm
58733 ____________________________________________________________________________
58734 [  7918] By: jhi                                   on 2000/11/29  15:48:40
58735         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
58736              From: rspier@pobox.com (Robert Spier)
58737              Date: Wed, 29 Nov 2000 02:25:39 -0500
58738              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
58739              
58740              More checking in case someone has broken their services or
58741              protocol databases.
58742      Branch: perl
58743            ! ext/Sys/Syslog/Syslog.pm
58744 ____________________________________________________________________________
58745 [  7917] By: jhi                                   on 2000/11/29  15:46:25
58746         Log: Subject: [PATCH] $^O  win32 -> MSWin32
58747              From: rspier@pobox.com (Robert Spier)
58748              Date: Wed, 29 Nov 2000 02:17:38 -0500
58749              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
58750              
58751              plus similar nits for vms, err, VMS, and UNICOS.
58752      Branch: perl
58753            ! t/lib/syslfs.t t/op/lfs.t
58754 ____________________________________________________________________________
58755 [  7916] By: jhi                                   on 2000/11/29  15:42:51
58756         Log: Subject: [PATCH] Tokeniser debugging
58757              From: Simon Cozens <simon@cozens.net>
58758              Date: Wed, 29 Nov 2000 14:15:45 +0000
58759              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
58760      Branch: perl
58761            ! perl.c perl.h pod/perlrun.pod toke.c
58762 ____________________________________________________________________________
58763 [  7915] By: jhi                                   on 2000/11/29  15:41:36
58764         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
58765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58766              Date: Wed, 29 Nov 2000 02:13:14 -0500
58767              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
58768              
58769              OUT keyword nits.
58770              
58771              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
58772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58773              Date: Wed, 29 Nov 2000 03:09:04 -0500
58774              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
58775              
58776              OUT and IN_OUT documentation.
58777      Branch: perl
58778            ! lib/ExtUtils/xsubpp pod/perlxs.pod
58779 ____________________________________________________________________________
58780 [  7914] By: jhi                                   on 2000/11/29  03:35:01
58781         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
58782              From: John Tobey <jtobey@john-edwin-tobey.org>
58783              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
58784              Message-Id: <m140e1N-000FOoC@feynman.localnet>
58785              
58786              plus a performance speedup noticed by Sarathy.
58787      Branch: perl
58788            ! op.c
58789 ____________________________________________________________________________
58790 [  7913] By: jhi                                   on 2000/11/29  03:16:59
58791         Log: Use "1 while unlink" so that VMS gets clean, too.
58792      Branch: perl
58793            ! t/lib/filter-util.t
58794 ____________________________________________________________________________
58795 [  7912] By: jhi                                   on 2000/11/29  03:09:08
58796         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
58797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58798              Date: Tue, 28 Nov 2000 03:27:09 -0500
58799              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
58800      Branch: perl
58801            ! lib/ExtUtils/xsubpp
58802 ____________________________________________________________________________
58803 [  7911] By: jhi                                   on 2000/11/29  03:06:30
58804         Log: This should have been part of #7872: no need to scan UTF-8
58805              until eternity.
58806      Branch: perl
58807            ! utf8.c
58808 ____________________________________________________________________________
58809 [  7910] By: jhi                                   on 2000/11/29  02:50:04
58810         Log: One more perltie.pod nit from Casey R. Tweten.
58811      Branch: perl
58812            ! pod/perltie.pod
58813 ____________________________________________________________________________
58814 [  7909] By: jhi                                   on 2000/11/29  02:44:23
58815         Log: Document the known sprintf test failures, exact standard
58816              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
58817      Branch: perl
58818            ! pod/perldelta.pod t/op/sprintf.t
58819 ____________________________________________________________________________
58820 [  7908] By: jhi                                   on 2000/11/29  02:36:23
58821         Log: Add the Encoding table format documentation.
58822      Branch: perl
58823            + ext/Encode/Encode/EncodeFormat.pod
58824            ! MANIFEST
58825 ____________________________________________________________________________
58826 [  7907] By: jhi                                   on 2000/11/29  02:07:24
58827         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
58828              From: "Casey R. Tweten" <crt@kiski.net>
58829              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
58830              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
58831              
58832              Subject: Re: [PATCH] Updating perltie.pod for arrays
58833              From: "Casey R. Tweten" <crt@kiski.net>
58834              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
58835              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
58836      Branch: perl
58837            ! pod/perltie.pod
58838 ____________________________________________________________________________
58839 [  7906] By: nick                                  on 2000/11/28  22:40:59
58840         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
58841      Branch: perlio
58842            ! iperlsys.h perlio.c
58843 ____________________________________________________________________________
58844 [  7905] By: nick                                  on 2000/11/28  22:04:34
58845         Log: Integrate mainline
58846      Branch: perlio
58847           !> (integrate 39 files)
58848 ____________________________________________________________________________
58849 [  7904] By: jhi                                   on 2000/11/28  16:44:43
58850         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
58851              From: Nicholas Clark <nick@babyhippo.co.uk>
58852              Date: Tue, 28 Nov 2000 11:16:57 +0000
58853              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
58854      Branch: perl
58855            ! pod/perlipc.pod
58856 ____________________________________________________________________________
58857 [  7903] By: jhi                                   on 2000/11/28  16:40:31
58858         Log: Subject: [PATCH] Updating perltie.pod for arrays
58859              From: "Casey R. Tweten" <crt@kiski.net>
58860              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
58861              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
58862      Branch: perl
58863            ! pod/perltie.pod
58864 ____________________________________________________________________________
58865 [  7902] By: jhi                                   on 2000/11/28  16:39:37
58866         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
58867              From: Robin Barker <rmb1@cise.npl.co.uk>
58868              Date: Mon, 27 Nov 2000 17:56:44 GMT
58869              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
58870      Branch: perl
58871            ! pod/perlfunc.pod t/op/split.t
58872 ____________________________________________________________________________
58873 [  7901] By: jhi                                   on 2000/11/28  16:28:04
58874         Log: setmode() is a DOSish-only thing.
58875      Branch: perl
58876            ! perlio.c
58877 ____________________________________________________________________________
58878 [  7900] By: jhi                                   on 2000/11/28  16:21:46
58879         Log: Subject: [PATCH] perlcc.PL cleanups
58880              From: Simon Cozens <simon@cozens.net>
58881              Date: Tue, 28 Nov 2000 12:44:35 +0000
58882              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
58883      Branch: perl
58884            ! utils/perlcc.PL
58885 ____________________________________________________________________________
58886 [  7899] By: gsar                                  on 2000/11/28  06:32:55
58887         Log: reintegrate files missed by change#7895
58888      Branch: maint-5.6/perl
58889           +> ext/ByteLoader/bytecode.h utils/Makefile
58890            - utils/perlbc.PL
58891 ____________________________________________________________________________
58892 [  7897] By: gsar                                  on 2000/11/27  18:22:47
58893         Log: can't integrate these two files, for some reason
58894      Branch: maint-5.6/perl
58895            - ext/ByteLoader/bytecode.h utils/Makefile
58896 ____________________________________________________________________________
58897 [  7895] By: gsar                                  on 2000/11/27  18:11:21
58898         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
58899              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
58900              6757..6890,6892..6901 from mainline
58901              
58902              Bytecompiler patches from Benjamin Stuhl.
58903              
58904              More bytecompiler.
58905              
58906              Subject: [PATCH blead] B:: missing dependency
58907              
58908              Subject: [PATCH: 6757] configure.com updates and syslog build
58909              
58910              Long double Gconvert fixes from Yitzchak Scott-Thoennes
58911              and Spider Boardman.
58912              
58913              Subject: [PATCH blead] nextchar() abuse misses an optimisation
58914              
58915              Long double fixes from Spider Boardman.
58916              
58917              Make the selection of NVff et al stricter.
58918              
58919              cSVOPo_*v things index into the current PL_curpad
58920              under ithreads, which is different from the curpad
58921              used by the XSUB.  (In other words, the code as-is
58922              before this patch wouldn't work under ithreads.)
58923              
58924              Be portable.
58925              
58926              VMS MMS (make) wants null action.
58927              
58928              Mac and other portability updates from Chris Nandor.
58929              
58930              Storable support, v-version fixes.
58931              Subject: CPAN.pm beta for testing available
58932              
58933              Portability fix from Hugo van der Sanden.
58934              
58935              Bad makefile.
58936              
58937              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
58938              
58939              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
58940              
58941              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
58942              
58943              Replace #6705 with a minimal doc patch.
58944              Subject: [PATCH 5.6.0] replace change #6705
58945              
58946              Drop the separate perlbc, perlcc -b should be enough.
58947              
58948              installperl couldn't tell whether it had run tests or not.
58949              Subject: [PATCH] Re: installperl and t/TEST
58950              
58951              Add silencer flags to installperl.
58952              Subject: [PATCH] Making installperl silent.
58953              
58954              Make "make install" by default silent.  A new "install-verbose"
58955              target is verbose.
58956              
58957              More liberal parsing of version numbers.
58958              Subject: Re: CPAN.pm beta for testing available
58959              
58960              Create directories in silence.
58961              Subject: [PATCH] Another silencer for MakeMaker
58962              
58963              DOS patches and portability/porting notes, from Tim Jenness.
58964              
58965              Make installman to recognize the silence flag -S.
58966              
58967              Actually do something with the silencer option.
58968              
58969              Continue silencing.
58970              
58971              Show the doc file, not the temp file.
58972              
58973              Regen perltoc.
58974              
58975              Subject: [PATCH] More silencing of installman.
58976              
58977              Better wording for the vec lvalue diagnostic.
58978              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
58979              
58980              Subject: [PATCH: 6805] several more tweaks to configure.com
58981              
58982              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
58983              
58984              Missing parts of 
58985              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
58986              
58987              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
58988              (applied slightly modified)
58989              
58990              installperl --verbose and --silent.
58991              Subject: Re: [PATCH] More silencing of installman.
58992              
58993              Add install-silent target.
58994              
58995              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
58996              the problem reported in
58997              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
58998              
58999              Tweak the sfio/useperlio logic, hopefully as wished in
59000              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
59001              
59002              One forgotten file from #6816.
59003              
59004              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
59005              
59006              Remove duplicately applied patch shards.
59007              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
59008              
59009              Support preserving extremely big/small angles.
59010              
59011              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
59012              
59013              Subject: [PATCH] installation not quite silent yet.
59014              
59015              Update the test count.
59016              
59017              Use UVxf, PTR2UV, NVff.
59018              
59019              Document PTR2XX and INT2PTR.
59020              
59021              no-install target a la make -n.
59022              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
59023              
59024              grep -e isn't portable.
59025              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
59026              
59027              Can't get the test to reliably work thanks to the
59028              inaccurateness of floating point.  "Resolves" bug ids
59029              20000826.003, 20000826.009, 20000826.010,
59030              
59031              Subject: installman buglet
59032              
59033              DJGPP update from Laszlo Molnar.
59034              
59035              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59036              
59037              Passing -R in ldflags makes now it to appear in the default
59038              for lddlflags, just like with -L.
59039              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
59040              
59041              Test nit.
59042              
59043              Use the actual thread type, not the pointer-to-struct.
59044              
59045              Provice virtual $Config{ccflags_nolargefiles} etc. 
59046              
59047              display_format used as a class method without arguments was broken,
59048              reported in
59049              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
59050              
59051              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
59052              
59053              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
59054              
59055              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
59056              
59057              opmini.o may be left around if a build is interrupted.
59058              
59059              Typo in #6858.
59060              
59061              Fix for ID 20000828.001, long doubles were not formatted
59062              correctly (showed up in $], which stopped installing perl).
59063              
59064              An attempt to fix the problem reported in
59065              Subject: Building perl@6856 using gcc/AIX 4.3.3 
59066              I can't test this properly since the gcc installation I have
59067              access to seems to be botched (gcc is calling the AIX cpp,
59068              a losing proposition...)
59069              
59070              Add -ld to archname on long tr...double platforms.
59071              
59072              Subject: hv.h Doc Patch
59073              
59074              Potential cruft.
59075              
59076              Subject: [PATCH bleedperl@6856] warnings fixes
59077              
59078              -S is the silent flag, -s is the strip flag.
59079              Subject: [PATCH] Re: [PATCH] make no-install          
59080              
59081              Take out the SUIDMAIL thing, that will not be
59082              a problem in 5.7.*.
59083              
59084              Subject: [PATCH bleedperl@6866] spellings
59085              
59086              Subject: [PATCH] Re: files not cleaned even by veryclean
59087              
59088              Use minimal @INC in tests, most of the time just '../lib',
59089              so that we simply can't pick up stuff from other Perls than
59090              the one we are testing.  Pointed out by
59091              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
59092              
59093              Update to Getopt::Long 2.24, from Johan Vromans.
59094              
59095              Fix for thinko in #6848.
59096              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
59097              
59098              Patches all over for people and the files they (hopefully) care about.
59099              
59100              Subject: Net::protoent does not export 'getproto'
59101              
59102              Missed a change in #6869.
59103              
59104              Subject: [PATCH] Warnings in B::Deparse
59105              
59106              Subject: [PATCH] Glob dumping
59107              
59108              Disable one of the tests for now.
59109              
59110              Disabling the one test is a bit tricky.
59111              
59112              Don't forget to tidy up.
59113              
59114              The #6881 removed one dump line.
59115              
59116              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
59117              
59118              Under usethreads the dumped variable is IN_PAD.
59119              Subject: Re: [PATCH] Glob dumping
59120              
59121              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
59122              
59123              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
59124              
59125              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
59126              
59127              Regen Configure for #6894.
59128              
59129              Subject: [PATCH: 6889] updates to perlebcdic.pod
59130              
59131              Undo namespace pollution of #6878.
59132              Subject: Re: Net::protoent does not export 'getproto'
59133              
59134              Admit that we are leaking scalars.
59135              
59136              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
59137      Branch: maint-5.6/perl
59138           !> (integrate 271 files)
59139 ____________________________________________________________________________
59140 [  7894] By: gsar                                  on 2000/11/27  16:00:34
59141         Log: a couple of nits
59142      Branch: maint-5.6/perl
59143            ! MANIFEST pp_sys.c
59144 ____________________________________________________________________________
59145 [  7893] By: gsar                                  on 2000/11/27  15:10:56
59146         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
59147              6740..6745,6747..6757,6760
59148              
59149              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
59150              
59151              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
59152              
59153              Doc nits spotted by Richard Soderberg.
59154              
59155              move WNOHANG definition to where other such things are
59156              
59157              Make $Config{byteorder} more magical so that it is
59158              dynamically computed: nice for 'fat binaries'.
59159              Subject: [PATCH]: default byteorder
59160              
59161              Subject: [PATCH] Cwd.pm now uses strict
59162              
59163              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
59164              
59165              Get -DLEAKTEST to compile (not necessarily to work, mind)
59166              Subject: [ID 20000724.006] -DLEAKTEST problem
59167              
59168              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
59169              
59170              Add perlebcdic from Peter Prymmer, regen toc.
59171              
59172              Don't propose using modules built for 5.005 if no binary
59173              compatibility with 5.005 is attempted.
59174              
59175              Do not use prototyping here.
59176              Subject: [ID 20000817.016] [PATCH] Peek.xs
59177              
59178              Document what the backtick returns if the command fails.
59179              
59180              Add byteorder to the myconfig output.
59181              
59182              Introduce NVef, NVff, and NVgf, use the middle one.
59183              (helps for lib/peek + Linux + long doubles)  Reported in
59184              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
59185              Use NVs in POSIX math, not doubles.
59186              Subject: [ID 20000817.014] POSIX & modfl
59187              
59188              Subject: [PATCH 5.6.0+] newSVrv() memory leak
59189              
59190              The byteorder code in #6671 was wrong.
59191              
59192              Fix the lib/complex failure of
59193              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
59194              Linux long double accuracy issue: something that
59195              when printed with %g looks like "2" but int() of it is 1.
59196              
59197              Propagate new Configure vars.
59198              
59199              Unbuffer the output.
59200              
59201              Subject: [PATCH] perltrap.pod spring cleaning
59202              
59203              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
59204              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
59205              
59206              Tiny Getopt::Long patch from Johan Vromans.
59207              
59208              Document code point which makes if (defined %stash::) to work
59209              (noted by Spider Boardman).
59210              
59211              Subject: [PATCH perl@6698] cygwin port
59212              
59213              Document the NDBM_File and ODBM_File as SDBM_File
59214              was documented in #6417.
59215              
59216              The new tests were missing from #6415.
59217              
59218              Add [[:blank:]] as suggested in
59219              Subject: [ID 20000716.024] [=cc=] / [:blank:]
59220              (the [=cc=] has already been taken care of by #6439
59221              so the whole bug report can be closed)
59222              and make [[:space:]] to be equivalent to isspace(3)
59223              (as opposed to \s, which is isSPACE()).  The difference
59224              is that now [[:space:]] matches the mythical vertical tab,
59225              while \s doesn't.
59226              
59227              Don't eat leading os from index entries.
59228              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
59229              
59230              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
59231              
59232              Typo in pp_complement().
59233              Subject: [PATCH perl-current] Deparse
59234              
59235              Add warnif(), check warnings further up the stack,
59236              all the warnings functions now can take an optional object reference.
59237              Subject: [PATCH bleedperl@6691] warnings pragma update
59238              
59239              Fix a core dump in lib/selfloader under -DDEBUGGING.
59240              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
59241              
59242              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
59243              
59244              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
59245              
59246              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
59247              Put back the long double avoidance code to POSIX.xs
59248              because VMS seems to need it still.
59249              
59250              Introduce a 'veryclean' target that is like 'distclean'
59251              but also removes *~ and *.orig.
59252              
59253              Subject: [ID 20000817.023] endianness description in perlfunc.pod
59254              
59255              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
59256              
59257              Let's try #6717 again.
59258              
59259              UTF8 concat fixes.
59260              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
59261              
59262              pp_open() could pass an uninitialized filename down to do_open9().
59263              
59264              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
59265              
59266              Update to CGI 2.72, from Lincoln Stein.
59267              
59268              Subject: [PATCH] Silence MakeMaker (Was: installman)
59269              
59270              Use temporary directory instead of current directory.
59271              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
59272              
59273              Document odd vs even subreleases and -Dusedevel.
59274              
59275              The veryclean target needs to clobber.
59276              
59277              Use File::Spec->tmpdir().
59278              
59279              Document the number of exponent digits.
59280              
59281              Mention perlebcdic and perlposix-bc.
59282              
59283              s/this one/the 5.6.0 release/
59284              
59285              The #6724 is here.
59286              
59287              The correct cleaning order is an art.
59288              
59289              small tweaks for change#6705: avoid C++ style comments in C code;
59290              use Perl's malloc API rather than the low level system one
59291              
59292              Array context keeps slithering in.
59293              
59294              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
59295              
59296              Subject: [PATCH] os2.c fix for use64bitint
59297              
59298              Update to Pod::LaTeX 0.53.
59299              Subject: [PATCH] lib/Pod/LaTeX.pm updates
59300              
59301              Document the endianness of Alpha more precisely.
59302              
59303              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
59304              
59305              Rename the macro argument because some preprocessors
59306              can't tell the difference and expand arguments also inside
59307              double quoted strings.
59308              
59309              free TLS slot properly on Windows
59310              
59311              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
59312              
59313              Unicos/mk requires elaborate paranoia.
59314              
59315              Tweak the floating point output routine preferences.
59316              
59317              Also under djgpp the timestamps are funky.
59318              
59319              Apply some PodParser 1.18 patches; the Pod/Find.pm
59320              patches cannot be applied since #6712 conflicts.
59321              
59322              Use PodParser 1.18 new test.
59323              
59324              A pod nit.
59325              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
59326              
59327              Be verydeepclean.
59328      Branch: maint-5.6/perl
59329           +> pod/perlebcdic.pod
59330           !> (integrate 106 files)
59331 ____________________________________________________________________________
59332 [  7892] By: jhi                                   on 2000/11/27  15:02:32
59333         Log: Update Changes.
59334      Branch: perl
59335            ! Changes patchlevel.h
59336 ____________________________________________________________________________
59337 [  7891] By: jhi                                   on 2000/11/27  14:57:23
59338         Log: Subject: Re: perlfaq style changes
59339              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59340              Date: Sat, 25 Nov 2000 23:32:26 -0800
59341              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
59342              
59343              plus a note from Ronald Kimball.
59344      Branch: perl
59345            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
59346 ____________________________________________________________________________
59347 [  7890] By: jhi                                   on 2000/11/27  14:53:14
59348         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
59349              From: Benjamin Holzman <bah@ecnvantage.com>
59350              Date: Sun, 26 Nov 2000 16:27:33 -0500
59351              Message-ID: <20001126162733.J25040@ecnvantage.com>
59352      Branch: perl
59353            ! gv.c
59354 ____________________________________________________________________________
59355 [  7889] By: jhi                                   on 2000/11/27  14:43:11
59356         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
59357              From: lvirden@cas.org
59358              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
59359              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
59360      Branch: perl
59361            ! README.amiga
59362 ____________________________________________________________________________
59363 [  7888] By: jhi                                   on 2000/11/27  14:32:34
59364         Log: Restore also the locale test to no-sprintf-taint state.
59365              Fixes the bug 20001127.003.
59366      Branch: perl
59367            ! sv.c t/pragma/locale.t
59368 ____________________________________________________________________________
59369 [  7887] By: gsar                                  on 2000/11/27  14:13:05
59370         Log: integrate changes#6613..6616,6620..6665 from mainline
59371              
59372              VMS configure.com update continues.
59373              
59374              Subject: Test fails / warnings with perl-current #6612
59375              
59376              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
59377              
59378              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
59379              
59380              For now remove the mail code.
59381              
59382              Subject: Re: [PATCH] @+, @- readonly
59383              
59384              Subject: warning: storage class after type is obsolescent
59385              
59386              Subject: sfio2000
59387              
59388              Subject: Re: File::Temp problems on VMS in bleedperl
59389              
59390              README.os2 update.
59391              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
59392              
59393              Make the user to give up his firstborn, err, to knowingly
59394              verify installing an unstable developer release.  Also bump
59395              the release to 5.7.0, but leave a patch tag in the local
59396              patches saying that this is not yet the real thing.
59397              
59398              Update (kinda) to Test 1.14, from Joshua Pritikin.
59399              
59400              make ok etc also for win32.
59401              
59402              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
59403              
59404              Don't blow limited stacks, a lower number is enough to
59405              tickle the lookbehind limit.
59406              
59407              Use -Dusedevel; regen Configure and the respective Porting stuff.
59408              
59409              Subject: [PATCH] debugger exit code should reflect user exit code
59410              
59411              Subject: [PATCH perl@6620] cygwin port
59412              
59413              Missed a file from #6638.
59414              
59415              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)
59416              
59417              magic callbacks all need to have same type signature
59418              
59419              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
59420              
59421              Fix a dependency problem.
59422              Subject: [PATCH: 6640] VMS Makefile.SH update
59423              
59424              The numeric locale was reset to "C" by s?printf and never restored.
59425              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
59426              No test since adding the failing example to locale.t
59427              does not fail -- probably because the locale settings are so
59428              thoroughly tweaked by that time.  Running the example standalone
59429              does fail, though.  UPDATE: test case added at change #7540.
59430              
59431              Subject: [ID 20000324.040] minor fix to perlhpux.pod
59432              
59433              Update to CPAN 1.57.
59434              
59435              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
59436              
59437              Change the perlbug address to perl.org since it's more forgiving.
59438              
59439              Change the regx compilation error markers to use = instead of <
59440              since pod makes using the latter quite messy.  Reported in
59441              ID 20000814.006 by Abigail and in
59442              Subject: Unknown escape E<> ?
59443              
59444              Update to perldebtut 1.9, from Richard Foley.
59445              
59446              check that the number pseudo children doesn't exceed
59447              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
59448              the WaitForMultipleObjects() limit that would cause wait()
59449              to crash)
59450              wait() and waitpid() could potentially be rewritten to use
59451              more than one thread to do the waiting to eliminate this
59452              limitation
59453              
59454              change#6328 could make close(SOCKET) return false on windows
59455              when it shouldn't
59456              
59457              pod nit seen in passing
59458              
59459              on windows, the return values from wait() and waitpid() don't
59460              match those of pseudo-pids
59461              
59462              waitpid() now handles externally spawned pids correctly;
59463              fixes for backtick/wait/waitpid failures on Windows 9x
59464              these changes make the pid returned by process functions on
59465              Windows 9x always positive by clearing the high bit (which
59466              is always set on Win9x); pseudo-process PIDs are likewise
59467              always negative now on Win9x (just as on NT/2000)
59468              
59469              trailing new %ENV entries weren't being pushed into the real
59470              environment of subprocesses on Windows
59471              
59472              Tweak the regex compilation errors once more.
59473              
59474              avoid warnings from dense compiler
59475              
59476              add "ok" targets from change#6632 in makefile.mk
59477      Branch: maint-5.6/perl
59478            - lib/Pod/PlainText.pm vms/configure.com
59479           !> (integrate 66 files)
59480 ____________________________________________________________________________
59481 [  7886] By: jhi                                   on 2000/11/27  13:54:18
59482         Log: __FUNCTION__ isn't portable and trying to emulate it leads
59483              into practically spelling out the name of the function.
59484              Takes care of the bug 20001127.001.
59485      Branch: perl
59486            ! perlio.c
59487 ____________________________________________________________________________
59488 [  7885] By: gsar                                  on 2000/11/27  13:53:18
59489         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
59490              6610..6611 from mainline
59491              
59492              Make regular expression parse error messages easier to understand.
59493              Subject: Re: enhanced(?) regex error messages
59494              
59495              Tiny tidying on report_evil_fh().
59496              
59497              Subject: Re: enhanced(?) regex error messages 
59498              plus Capitalize the error messages, plus perldiag them.
59499              
59500              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
59501              
59502              Document here-doc better.
59503              
59504              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
59505              
59506              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
59507              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
59508              (either perlbug or p5p ate the original), plus regen
59509              perlapi and perltoc. 
59510              
59511              Regen global.sym.
59512              
59513              Double check that we have a dirhandle.
59514              
59515              Subject: Re: enhanced(?) regex error messages
59516              (plus two small patches sent privately)
59517              (this still seems to leave few test failures)
59518              
59519              warn is a macro, avoid using at a variable to avoid warnings
59520              in some configurations; readdir.t is too conservative in
59521              estimating number of *.t's
59522              
59523              Get back into sync with Jeffrey on the enhanced regex warnings.
59524              
59525              Subject: [PATCH 5.6.0] cygwin port
59526              
59527              Zero entries were skipped, fix from Adrian Goalby
59528              <argoalby@yahoo.co.uk>
59529              
59530              Subject: Remove dead entry in perldiag
59531              
59532              Amend the description of Perl6.
59533              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
59534              
59535              detypo
59536              
59537              It's the 2ndO'ROSSC.
59538              
59539              Revert the sv.c part of #6559, a better fix is needed.
59540              
59541              Iterating perl6 description.
59542              
59543              Update to Term::ANSIColor 1.03, from Russ Allbery.
59544              
59545              Update to Getopt::Long 2.23_05, from Johan Vromans.
59546              
59547              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
59548              
59549              Update to Pod::Parser 1.17, from Brad Appleton.
59550              
59551              Update to CPAN 1.56, from Andreas König.
59552              
59553              Update to CGI 2.70, from Lincoln Stein.
59554              
59555              Put back the std @INC thing.
59556              
59557              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
59558              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
59559              
59560              Document the IO::Select timeout.
59561              
59562              sleep(1) does not necessarily return 1.
59563              Subject: [PATCH bleadperl] op/lex_assign.t  
59564              
59565              Subject: debugger "d" command doesnt check line number
59566              
59567              B::Deparse didn't do sub attributes.
59568              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59569              
59570              Preprocessing and postprocessing for File::Find.
59571              Subject: Patch to Find::File.pm to allow alphabetical results
59572              
59573              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
59574              
59575              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
59576              
59577              Subject: Re: [ID 20000730.003] utf8::length() bad
59578              
59579              Subject: Getting perlio and threads to compile
59580              (the Solaris version changes in Configure skipped)
59581              
59582              Tests for #6589.
59583              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59584              
59585              Add Perl debugging tutorial, regen toc. 
59586              Subject: perldebtut.pod
59587              
59588              Add a few missing files, update MANIFEST.
59589              
59590              Rewrite of vms/subconfigure.com as configure.com,
59591              from Peter Prymmer and the vmsperl crew.
59592              
59593              Should have deleted this in #6603.
59594              
59595              Fix the test for 5005threads.
59596              
59597              Fix-n-skip the tests under 5005threads.
59598              
59599              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
59600              
59601              Upgrade to CGI 2.71, from Lincoln Stein.
59602      Branch: maint-5.6/perl
59603           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
59604           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
59605           +> t/op/regmesg.t t/pod/find.t vms/configure.com
59606            - vms/subconfigure.com
59607            ! lib/lib.pm
59608           !> (integrate 115 files)
59609 ____________________________________________________________________________
59610 [  7884] By: jhi                                   on 2000/11/27  13:44:33
59611         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
59612              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59613              Date:     Mon, 27 Nov 2000 08:23:54 EST
59614              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
59615      Branch: perl
59616            ! vms/descrip_mms.template vms/test.com
59617 ____________________________________________________________________________
59618 [  7883] By: gsar                                  on 2000/11/27  11:50:46
59619         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
59620              6511..6513,6515..6523,6525..6536
59621              
59622              The swallow_bom() saga continues.  The #23 of require.t
59623              (UTF16-LE) still fails (silently, no output) but the #22
59624              (UTF16-BE) seems to be working now.  The root of the
59625              failure may be in sv_gets(): is it UTF-16LE-aware,
59626              especially when it comes to line endings? 
59627              
59628              Document the problem with -P in HP-UX and its workaround.
59629              
59630              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
59631              (aka ID 20000730.002)
59632              
59633              Subject: fix and question re: waitpid() under win32
59634              
59635              Make the safety catch for buggy gccs work with triple version
59636              numbers like 2.95.2.  Reported in
59637              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
59638              
59639              In Digital UNIX warn if gcc explicitly chosen because even
59640              2.95.2 is known to cause problems.
59641              
59642              Make chr() for values >127 to create utf8 when under utf8.
59643              
59644              various syntax errors and such (not fixed: comp/require.t#22 coredump
59645              on Windows)
59646              
59647              Stash away the largefiles flags and libswanted.
59648              
59649              BOM patching from Simon Cozens.
59650              
59651              If gccosandvers is equal to osname, clear gccosandvers.
59652              
59653              Make p4desc to skip non-mainperl branches by default.
59654              
59655              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
59656              
59657              The test from this
59658              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
59659              
59660              In new BSDs changes to argv[] do not show up in ps(1) output,
59661              instead one must use setproctitle().  This was already addressed
59662              by change #6457, but the below has a new variant for FreeBSD 4.0
59663              or later, and the matter is also documented more.
59664              
59665              FreeBSD 3.* updates from
59666              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
59667              
59668              regen_headers, regen perltoc.
59669              
59670              Document in one place the memory abstractions used in Perl core.
59671              
59672              memcpy has n o in it, as pinted ut by Sarathy.
59673              
59674              Remove the extraneous "main::" prefix from all the
59675              "opened only for", "on closed", and "never opened" warnings.
59676              
59677              The name of a filehandle does not have <these>.
59678              
59679              The tr utf8 patching continues.
59680              
59681              The new setproctitle() feature is available only in 
59682              bleeding edge FreeBSD.  From Paul Saab.
59683              
59684              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
59685              
59686              Dump UVs as UVs in Data::Dumper.
59687              
59688              detypo #6494
59689              
59690              Document the IVdf UVuf UVof UVxf.
59691              
59692              require.t needs binmode() to work on windows
59693              
59694              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
59695              that are hopefully soon put into use.
59696              
59697              Allow "no Module;" even if there is no 'unimport'.
59698              
59699              Better skip message for the test; one of the two problems in
59700              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
59701              
59702              The subtest 4 may fail also on VOBS, as pointed out
59703              by Nick Ing-Simmons in November 1999, bug id 19991124.003
59704              (but the failure in that bug report isn't the subtest 4).
59705              
59706              Be more informative on what is skipped and why,
59707              also repeat the list at the end.
59708              
59709              Add a URL for FSF.
59710              
59711              Subject: [PATCH] sv.h documentation - SvLEN
59712              
59713              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
59714              
59715              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
59716              
59717              Subject: [PATCH] bad cppsymbols on os2 + Configure question
59718              
59719              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
59720              
59721              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
59722              mention the idea of @( and @)
59723              
59724              This is 6512.  Really.
59725              
59726              Subject: [ID 19990721.004] Documentation bug in perlfunc
59727              
59728              Subject: Minor tweak to perlvar.pod
59729              
59730              In the warnings call filehandles consistently so;
59731              add "unopened" warning for stat().
59732              
59733              After the #6519 a warning about stat() is just that,
59734              not about a filetest, which now have their own warning.
59735              
59736              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
59737              
59738              Subject: Re: Array vs. List context
59739              
59740              Subject: New perlcc, take 2
59741              
59742              Weed buglets pointed out by
59743              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
59744              
59745              gcc versions might have (parentheses) in them.
59746              
59747              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
59748              
59749              Essential prototype changes were missing from #6527.
59750              Also make report_evil_fh() more bomb-proof.
59751              
59752              Zap lib/Sys directory when cleaning up.
59753              
59754              Change the Policy policy: now -Dprefix= with an existing
59755              Policy.sh and prefix == siteprefix == vendorprefix, then all
59756              of them follow along the new prefix.
59757              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
59758              
59759              Continue fixing the io warnings.  This also
59760              sort of fixes bug ID 20000802.003: the core dump
59761              is no more.  Whether the current behaviour is correct
59762              (giving a warning: "Not a format reference"), is another matter.
59763              
59764              Have symbols for the IoTYPEs.
59765              
59766              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
59767              
59768              Document a bit that UDP is not what you might think.
59769              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
59770              tr memory corruption fix from Simon Cozens.
59771              
59772              Plug the security hole described in the Aug 05 2000 bugtraq message
59773              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
59774              The security hole exists only in suidperls, which isn't
59775              installed or even built by default.
59776      Branch: maint-5.6/perl
59777           !> (integrate 71 files)
59778 ____________________________________________________________________________
59779 [  7882] By: gsar                                  on 2000/11/27  10:25:36
59780         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
59781              from mainline
59782              
59783              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
59784              to be fatal errors (instead of by default ignoring them, and
59785              ignoring with a bug: even though -w gave an error, the opening [
59786              was left in)  Reported in:
59787              
59788              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
59789              
59790              Subject: [PATCH] split /^/
59791              
59792              MacOS nits from Matthias Neeracher.
59793              
59794              More split() doc and test patches from Mike Guy.
59795              
59796              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
59797              from Graham Barr in the module list.
59798              
59799              docfix from Peter Scott <Peter@PSDT.com>.
59800              
59801              File::Temp patches for VMS and OS/2 from Tim Jenness.
59802              
59803              open() wariness in perlbug.
59804              
59805              Subject: [PATCH] minor doc change - perlguts
59806              
59807              Subject: Minor doc patch: handy.h
59808              
59809              Be wary of close()s, too.
59810              
59811              Further File::Temp patches from Yitzchak Scott-Thoennes
59812              and Craig A. Berry.
59813              
59814              Subject: [PATCH] fixes bug 20000508.004
59815              
59816              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
59817              
59818              Allow "no AutoLoader;", based on change #6444,
59819              suggested by Graham Barr.
59820              
59821              Use setproctitle() if available to modify $0.
59822              
59823              Warn if the version of the operating system used to compile gcc
59824              differs from the current version of the operating system.
59825              Also display the gcc compilation os and version in myconfig.
59826              Inspiration from
59827              
59828              Tiny fixes for #6460.
59829              
59830              The problem described in this
59831              Subject: [ID 20000322.018] named chars aren't magical enough
59832              has been fixed in perl 5.6.0 but just in case added a test
59833              to keep it away.  (The report from Joseph Hall.)
59834              
59835              Tune the comments and hopefully stop a memory leak.
59836              
59837              Subject: UTF8 concat
59838              (with a memory leak fixed, plus a few casts added)
59839              This also seems to help for
59840              Subject: [ID 20000716.015] join UTF8 weirdness
59841              
59842              Do not upgrade SVs into utf8 just because they participate
59843              in eq or cmp.  Reported and fix suggested in
59844              Subject: [ID 20000720.009] sv_eq UTF8 bug
59845              
59846              Fix the HALF_UPGRADE() macro introduced in #6263.
59847              
59848              Find green threads before native threads.
59849              Subject: Re: Patch to jpl/JNI/Makefile.PL
59850      Branch: maint-5.6/perl
59851           !> (integrate 30 files)
59852 ____________________________________________________________________________
59853 [  7881] By: jhi                                   on 2000/11/27  05:48:41
59854         Log: It seems that *both* the unused submatch loop cleanup
59855              codes are needed.
59856      Branch: perl
59857            ! regexec.c
59858 ____________________________________________________________________________
59859 [  7880] By: jhi                                   on 2000/11/27  04:50:07
59860         Log: Clean .exists deeper.
59861      Branch: perl
59862            ! Makefile.SH
59863 ____________________________________________________________________________
59864 [  7879] By: jhi                                   on 2000/11/27  02:31:35
59865         Log: The code in regcppop() (see #7878) contains the correct lower
59866              limit for the unused submatch 'cleanup' loop so that under
59867              "use utf8" the following code wouldn't dump core:
59868              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
59869              the cleanup loop in regtry() stomped beyond allocated area
59870              in the startp[] array.  Therefore, copied the correct lower
59871              loop limit (*PL_reglastparen) to regtry().  Note: something
59872              may still not be quite right: why was the _higher_ loop limit
59873              (prog->nparens) different in the utf8 case?
59874              
59875              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
59876              without core dumps, there were about 17 of them before
59877              the patch (with us since Perl 5.7.0).  Two failures, still:
59878              496 and 505 (though these may not be severe).
59879              
59880              Patch #7881 is also needed since both the cleanup loops
59881              seem to be needed.
59882              
59883              Also, the t/op/pat#44 seems to core dump under utf8.
59884              Plus a couple of failures.  UGH-8.
59885      Branch: perl
59886            ! regexec.c
59887 ____________________________________________________________________________
59888 [  7878] By: jhi                                   on 2000/11/27  02:21:17
59889         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
59890              the code in regcppop() seems to be redundant for the test suite --
59891              but it contains a germ of truth, and it needed for the build
59892              process itself: see #7879 and #7881.
59893      Branch: perl
59894            ! regexec.c
59895 ____________________________________________________________________________
59896 [  7877] By: jhi                                   on 2000/11/27  01:53:09
59897         Log: Comment on comment.
59898      Branch: perl
59899            ! regexec.c
59900 ____________________________________________________________________________
59901 [  7876] By: jhi                                   on 2000/11/27  00:49:59
59902         Log: Adjust the docs to agree with #7875.
59903      Branch: perl
59904            ! pod/perllocale.pod
59905 ____________________________________________________________________________
59906 [  7875] By: jhi                                   on 2000/11/27  00:49:27
59907         Log: Retract #7863.  It makes more sense not to taint formatted output,
59908              not even by sprintf().
59909      Branch: perl
59910            ! sv.c
59911 ____________________________________________________________________________
59912 [  7874] By: jhi                                   on 2000/11/26  23:36:02
59913         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
59914              Not really fixed (should really dump the UTF-8 charclass),
59915              but stopped displaying the garbage.
59916              
59917              Also add a note on the (missing) Unicode PSXSPC and BLANK.
59918      Branch: perl
59919            ! regcomp.c
59920 ____________________________________________________________________________
59921 [  7873] By: jhi                                   on 2000/11/26  21:31:13
59922         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
59923      Branch: perl
59924            ! regexec.c
59925 ____________________________________________________________________________
59926 [  7872] By: jhi                                   on 2000/11/26  21:06:04
59927         Log: No need to scan till infinity, 13 is enough.
59928      Branch: perl
59929            ! handy.h utf8.c
59930 ____________________________________________________________________________
59931 [  7871] By: jhi                                   on 2000/11/26  20:20:32
59932         Log: Test line numbers are different with utf8.
59933      Branch: perl
59934            ! t/op/re_tests
59935 ____________________________________________________________________________
59936 [  7870] By: jhi                                   on 2000/11/26  20:10:12
59937         Log: Message nit.
59938      Branch: perl
59939            ! regcomp.c
59940 ____________________________________________________________________________
59941 [  7869] By: jhi                                   on 2000/11/26  19:01:05
59942         Log: Make utf8_length() and utf8_distance() (the latter of which
59943              is unused at the moment) to be less forgiving about bad UTF-8.
59944      Branch: perl
59945            ! embed.h embed.pl objXSUB.h proto.h utf8.c
59946 ____________________________________________________________________________
59947 [  7868] By: jhi                                   on 2000/11/26  18:45:56
59948         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
59949              From: Benjamin Holzman <bah@ecnvantage.com>
59950              Date: Sat, 25 Nov 2000 20:40:20 -0500       
59951              Message-ID: <20001125204020.A25040@ecnvantage.com>              
59952              
59953              Debian allows installing /usr/bin/locale without installing
59954              any locales, an error message will ensue.
59955      Branch: perl
59956            ! t/pragma/locale.t
59957 ____________________________________________________________________________
59958 [  7867] By: jhi                                   on 2000/11/26  18:31:12
59959         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
59960              From: Benjamin Holzman <bah@ecnvantage.com>
59961              Date: Sun, 26 Nov 2000 02:42:34 -0500
59962              Message-ID: <20001126024234.G25040@ecnvantage.com>
59963              
59964              Patch for the bug 20000212.002.
59965      Branch: perl
59966            ! sv.c t/op/array.t
59967 ____________________________________________________________________________
59968 [  7866] By: jhi                                   on 2000/11/26  18:28:09
59969         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
59970              From: Tim Jenness <t.jenness@jach.hawaii.edu>
59971              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
59972              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
59973              
59974              File::Temp 0.11.
59975      Branch: perl
59976            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
59977 ____________________________________________________________________________
59978 [  7865] By: jhi                                   on 2000/11/26  18:24:22
59979         Log: The metaconfig unit change for #7864.
59980      Branch: metaconfig/U/perl
59981            ! need_va_copy.U
59982 ____________________________________________________________________________
59983 [  7864] By: jhi                                   on 2000/11/26  18:23:41
59984         Log: Make the va_copy() test not to be so talkative.
59985      Branch: perl
59986            ! Configure config_h.SH
59987 ____________________________________________________________________________
59988 [  7863] By: jhi                                   on 2000/11/26  18:11:02
59989         Log: Fix locale inconsistencies unearthed by Hugo's work.
59990              Now the floating point sprintf really does taint the result
59991              string as perllocale promises (has promised for a long time)
59992              if "use locale" is in the lexical scope.
59993      Branch: perl
59994            ! sv.c t/pragma/locale.t
59995 ____________________________________________________________________________
59996 [  7862] By: jhi                                   on 2000/11/26  00:35:15
59997         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
59998              From: Nicholas Clark <nick@ccl4.org>
59999              Date: Sun, 26 Nov 2000 00:07:50 +0000
60000              Message-ID: <20001126000750.A22446@plum.flirble.org>
60001              
60002              Infinit.
60003      Branch: perl
60004            ! sv.c
60005 ____________________________________________________________________________
60006 [  7861] By: jhi                                   on 2000/11/26  00:01:26
60007         Log: Integrate perlio.
60008      Branch: perl
60009           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
60010 ____________________________________________________________________________
60011 [  7860] By: nick                                  on 2000/11/25  22:04:17
60012         Log: Correct relative path from new ext\Filter\Util\Call location
60013              back to miniperl.
60014      Branch: perlio
60015            ! win32/makefile.mk
60016 ____________________________________________________________________________
60017 [  7859] By: nick                                  on 2000/11/25  21:26:54
60018         Log: Integrate mainline.
60019      Branch: perlio
60020           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
60021           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
60022           +> t/lib/filter-util.t
60023            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
60024            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
60025            - t/lib/filt-util.t
60026           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
60027           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
60028           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
60029           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
60030           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
60031           !> win32/makefile.mk
60032 ____________________________________________________________________________
60033 [  7858] By: gsar                                  on 2000/11/25  20:52:17
60034         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
60035              parent's memory; fix it by keeping track of the actual pad
60036              offset rather than a raw pointer (this change is probably also
60037              relevant to non-ithreads case to avoid fallout from reallocs of
60038              the pad array, but is currently only enabled for the ithreads
60039              case in the interests of minimal disruption to existing "well
60040              tested" code)
60041      Branch: perl
60042            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
60043            ! proto.h scope.c scope.h sv.c t/op/fork.t
60044 ____________________________________________________________________________
60045 [  7857] By: nick                                  on 2000/11/25  20:01:28
60046         Log: All tests pass on Win32/gcc/USE_PERLIO.
60047              - when crlf layer is pushed make unix-level binary.
60048              - remove :crlf injection in pp_backtick in pp_sys.c
60049              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
60050      Branch: perlio
60051            ! doio.c perlio.c pp_sys.c win32/makefile.mk
60052 ____________________________________________________________________________
60053 [  7856] By: jhi                                   on 2000/11/25  18:38:30
60054         Log: Update the metaconfig units for #7855.
60055      Branch: metaconfig/U/perl
60056            ! useperlio.U usesocks.U
60057 ____________________________________________________________________________
60058 [  7855] By: jhi                                   on 2000/11/25  18:37:54
60059         Log: Undo the SOCKS workarounds, instead start using PerlIO
60060              if SOCKS is selected.
60061              
60062              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
60063              From: Jens Hamisch <jens@Strawberry.COM>
60064              Date: Fri, 24 Nov 2000 18:31:30 +0100
60065              Message-ID: <20001124183130.E28337@Strawberry.COM>
60066              
60067              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
60068              From: Jens Hamisch <jens@Strawberry.COM>
60069              Date: Fri, 24 Nov 2000 19:11:51 +0100
60070              Message-ID: <20001124191151.A28753@Strawberry.COM>
60071      Branch: perl
60072            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
60073            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
60074 ____________________________________________________________________________
60075 [  7854] By: jhi                                   on 2000/11/25  17:39:08
60076         Log: Undo #7848.  Some of the code seems to use walkoptree(),
60077              some walkoptree_slow().  An unfinished renaming?
60078              Now the sub is walkoptree() (which is @EXPORT_OK),
60079              the walkoptree_slow() is a typeglob alias to walkoptree.
60080              This makes the tests to pass, at least.
60081      Branch: perl
60082            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
60083 ____________________________________________________________________________
60084 [  7853] By: nick                                  on 2000/11/24  22:24:33
60085         Log: Re-arrange crlf vs binary for platforms that care.
60086              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
60087              Lip-service to making stdio layer work on such platforms (untested).
60088              Now fails 3 tests rather than one, checkin to see if I can debug 
60089              the issue under linux. (Do not merge.)
60090      Branch: perlio
60091            ! doio.c perlio.c perliol.h
60092 ____________________________________________________________________________
60093 [  7852] By: jhi                                   on 2000/11/24  18:57:39
60094         Log: AUTHORS edits.
60095      Branch: perl
60096            ! AUTHORS
60097 ____________________________________________________________________________
60098 [  7851] By: jhi                                   on 2000/11/24  17:34:56
60099         Log: Add Jan-Erik Karlsson.
60100      Branch: perl
60101            ! AUTHORS
60102 ____________________________________________________________________________
60103 [  7850] By: jhi                                   on 2000/11/24  17:27:56
60104         Log: Configure should find stdchar on its own.
60105      Branch: perl
60106            ! hints/solaris_2.sh
60107 ____________________________________________________________________________
60108 [  7849] By: jhi                                   on 2000/11/24  17:24:55
60109         Log: Subject: PATCH over 7848: Filter test flawed
60110              From: andreas.koenig@anima.de (Andreas J. Koenig)
60111              Date: 24 Nov 2000 10:28:29 +0100
60112              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
60113      Branch: perl
60114            ! t/lib/filter-util.t
60115 ____________________________________________________________________________
60116 [  7848] By: jhi                                   on 2000/11/24  17:22:15
60117         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
60118              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
60119              Date: Fri, 24 Nov 2000 16:12:58 +0000
60120              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
60121      Branch: perl
60122            ! ext/B/B.pm
60123 ____________________________________________________________________________
60124 [  7847] By: jhi                                   on 2000/11/24  03:07:01
60125         Log: Integrate perlio.
60126      Branch: perl
60127           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
60128           !> win32/makefile.mk
60129 ____________________________________________________________________________
60130 [  7846] By: gsar                                  on 2000/11/24  00:55:57
60131         Log: integrate changes#6415..6418,6420..6438 from mainline
60132              
60133              Fix the bitvector ops for utf8 (tricky since past 7 bits
60134              the utf8 'characters' can be more than one octet).
60135              
60136              MPE/ix updates for perl 5.6.0 from Mark Bixby.
60137              
60138              Subject: SDBM_File documentation
60139              
60140              Detypo.
60141              
60142              Decutandpasto.
60143              
60144              Send all installperl messages to STDERR and be -w clean.
60145              
60146              Out-of-date note removed.
60147              
60148              Protect against "wild next"s, that is, callbacks doing "next"
60149              instead of "return".
60150              
60151              Use STDOUT consistently.
60152              
60153              The output might have been produced in the wrong order.
60154              
60155              A missing 'break' after the [[:space:]] switch case.
60156              
60157              Add tests for
60158              [ID 19991110.003] another matching finding by pcre author
60159              which has already been fixed by some patch, as verified in
60160              
60161              Documentation to explain the behaviour of map().
60162              
60163              Add an optimization for map-maps-a-list-element-to-more-list-elements
60164              case, but add also notes explaining the relationship of this
60165              patch and the earlier notes by Sarathy.
60166              
60167              Subject: [ID 20000716.023] syslog test fails without sockets
60168              
60169              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
60170              Test cases for #6431.
60171              
60172              File::Spec::VMS fixup for tmpdir from Craig Berry.
60173              
60174              Make the "uninit variable" warning to say "concat or string"
60175              or "join or string" when in concat or join .
60176              
60177              Get UTF16 BOMs working.  Patch from
60178              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60179              
60180              Subject: [PATCH] Make large file tests deal with SIGXFSZ
60181              
60182              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
60183              
60184              Subject: [PATCH] av.c apidoc
60185      Branch: maint-5.6/perl
60186           !> (integrate 43 files)
60187 ____________________________________________________________________________
60188 [  7845] By: gsar                                  on 2000/11/24  00:20:45
60189         Log: integrate changes#6406..6414 from mainline
60190              
60191              Merge perlhacktut into perlhack, update perlguts.
60192              
60193              Fix AutoSplit to use File::Spec the right way in VMS,
60194              from Peter Prymmer.
60195              
60196              The bug report
60197              [ID 19991110.002] minimal matching discrepancy found by pcre author
60198              seems to have been fixed (though differently from what was suggested
60199              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
60200              
60201              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
60202              not in pod, from Peter Prymmer
60203              
60204              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
60205              From: Hugo <hv@crypt.compulink.co.uk>
60206              Date: Fri, 14 Jul 2000 23:05:20 +0100
60207              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
60208              
60209              Didn't anymore apply, but that point still could use another fix.
60210              
60211              lib/b test fixes from Peter Prymmer.
60212              
60213              More docs for sv functions.
60214              
60215              perlvms.pod whitespace cleanup to keep pod utils happy.
60216              
60217              another VMS build tweak from Peter Prymmer
60218      Branch: maint-5.6/perl
60219           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
60220           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
60221           !> vms/descrip_mms.template vms/perlvms.pod
60222 ____________________________________________________________________________
60223 [  7844] By: nick                                  on 2000/11/23  23:42:45
60224         Log: Win32/perlio Now just fails one io/argv.t test - lack 
60225              of default :crlf on standard streams.
60226      Branch: perlio
60227            ! doio.c perlio.c
60228 ____________________________________________________________________________
60229 [  7843] By: nick                                  on 2000/11/23  23:04:05
60230         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
60231              peek fail is showing a real problem (multiple crlf layers
60232              are getting pushed.)
60233      Branch: perlio
60234            ! doio.c perlio.c win32/makefile.mk
60235 ____________________________________________________________________________
60236 [  7842] By: nick                                  on 2000/11/23  19:46:23
60237         Log: Implement PerlIO_binmode()
60238              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
60239              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
60240              make binmode in t/lib/io_tell.t unconditional so that works.
60241              Checkin just so Win32 machine can see these changes.
60242      Branch: perlio
60243            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
60244 ____________________________________________________________________________
60245 [  7841] By: jhi                                   on 2000/11/23  19:30:00
60246         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
60247      Branch: perl
60248            ! README.amiga
60249 ____________________________________________________________________________
60250 [  7840] By: jhi                                   on 2000/11/23  17:18:02
60251         Log: SOCKS wrestling continues, patches from Jens Hamisch.
60252      Branch: perl
60253            ! doio.c embed.h embed.pl perlsdio.h proto.h
60254 ____________________________________________________________________________
60255 [  7839] By: jhi                                   on 2000/11/23  16:54:14
60256         Log: Push Filter::Util::Call one level deeper.
60257      Branch: perl
60258            + t/lib/filter-util.t
60259           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
60260           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
60261            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
60262            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
60263            - t/lib/filt-util.t
60264            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
60265            ! win32/Makefile win32/makefile.mk
60266 ____________________________________________________________________________
60267 [  7838] By: jhi                                   on 2000/11/23  16:52:40
60268         Log: Reach back one higher up when searching for PERL_SRC.
60269      Branch: perl
60270            ! lib/ExtUtils/MM_Unix.pm
60271 ____________________________________________________________________________
60272 [  7837] By: jhi                                   on 2000/11/23  16:05:41
60273         Log: Subject: Re: perl@7826
60274              Date: Thu, 23 Nov 2000 02:20:25 -0600
60275              From: "Craig A. Berry" <craigberry@mac.com>
60276              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
60277              
60278              Make VMS to like Filter::Util::Call. 
60279      Branch: perl
60280            ! configure.com ext/Filter/Util/Makefile.PL
60281 ____________________________________________________________________________
60282 [  7836] By: nick                                  on 2000/11/23  16:04:08
60283         Log: Implement crlf layer - not ready for merge.
60284      Branch: perlio
60285            ! perlio.c win32/makefile.mk
60286 ____________________________________________________________________________
60287 [  7835] By: jhi                                   on 2000/11/23  15:56:52
60288         Log: STDCHAR is different in Sparc v9 vs x86.
60289      Branch: perl
60290            ! hints/solaris_2.sh
60291 ____________________________________________________________________________
60292 [  7834] By: jhi                                   on 2000/11/23  15:50:47
60293         Log: The type needs to be visible to protos.
60294      Branch: perl
60295            ! perl.h
60296 ____________________________________________________________________________
60297 [  7833] By: jhi                                   on 2000/11/23  15:40:46
60298         Log: Finish unfinished SOCKS workaround changes.
60299      Branch: perl
60300            ! doio.c
60301 ____________________________________________________________________________
60302 [  7832] By: jhi                                   on 2000/11/23  15:33:30
60303         Log: Integrate perlio.
60304      Branch: perl
60305           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
60306           !> win32/makefile.mk
60307 ____________________________________________________________________________
60308 [  7831] By: nick                                  on 2000/11/23  10:31:07
60309         Log: Correct makefile.mk dependancies for ext/Filter/Util
60310              Build ext/Encode
60311              Run dmake regen_config_h
60312      Branch: perlio
60313            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60314            ! win32/makefile.mk
60315 ____________________________________________________________________________
60316 [  7830] By: nick                                  on 2000/11/23  08:05:07
60317         Log: Integrate mainline
60318      Branch: perlio
60319           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
60320           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
60321           +> t/lib/filt-util.pl t/lib/filt-util.t
60322           !> (integrate 41 files)
60323 ____________________________________________________________________________
60324 [  7829] By: gsar                                  on 2000/11/23  03:07:11
60325         Log: build the Filter extension on windows
60326      Branch: perl
60327            ! win32/Makefile win32/makefile.mk
60328 ____________________________________________________________________________
60329 [  7828] By: gsar                                  on 2000/11/23  02:46:35
60330         Log: regenerate win32/config* and fix some inconsistencies in the
60331              makefiles; always export Perl_deb() because it is needed
60332              by ext/re/* (whether perl itself is built with -DDEBUGGING
60333              or not)
60334      Branch: perl
60335            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
60336            ! win32/config_H.vc win32/makefile.mk
60337 ____________________________________________________________________________
60338 [  7827] By: gsar                                  on 2000/11/23  02:18:38
60339         Log: get sources building on windows+MSVC again (untested with other
60340              compilers)
60341      Branch: perl
60342            ! win32/include/sys/socket.h win32/perllib.c
60343 ____________________________________________________________________________
60344 [  7826] By: jhi                                   on 2000/11/23  01:18:26
60345         Log: Update Changes.
60346      Branch: perl
60347            ! Changes patchlevel.h
60348 ____________________________________________________________________________
60349 [  7825] By: jhi                                   on 2000/11/23  00:20:41
60350         Log: Subject: Re: av.c patch (having slight problems)
60351              From: "Ben Tilly" <ben_tilly@hotmail.com>
60352              Date: Tue, 21 Nov 2000 23:29:31 -0500
60353              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
60354              
60355              unshift() speedup.
60356      Branch: perl
60357            ! av.c
60358 ____________________________________________________________________________
60359 [  7824] By: jhi                                   on 2000/11/22  23:59:15
60360         Log: Fixes for signedness warnings noticed by VMSperlers.
60361      Branch: perl
60362            ! ext/Storable/Storable.xs regcomp.c sv.c
60363 ____________________________________________________________________________
60364 [  7823] By: jhi                                   on 2000/11/22  23:19:31
60365         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
60366              From: Peter Prymmer <pvhp@forte.com>
60367              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
60368              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
60369      Branch: perl
60370            ! t/pragma/warn/pp_hot
60371 ____________________________________________________________________________
60372 [  7822] By: jhi                                   on 2000/11/22  22:52:20
60373         Log: Be clean.
60374      Branch: perl
60375            ! Makefile.SH
60376 ____________________________________________________________________________
60377 [  7821] By: jhi                                   on 2000/11/22  22:46:39
60378         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
60379              by Damian Conway, as suggested by Paul Marquess.
60380      Branch: perl
60381            + lib/Filter/Simple.pm
60382 ____________________________________________________________________________
60383 [  7820] By: jhi                                   on 2000/11/22  22:45:51
60384         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
60385      Branch: perl
60386            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
60387            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
60388            + t/lib/filt-util.t
60389            ! MANIFEST
60390 ____________________________________________________________________________
60391 [  7819] By: jhi                                   on 2000/11/22  22:03:27
60392         Log: Integrate perlio.
60393      Branch: perl
60394           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
60395           !> win32/makefile.mk
60396 ____________________________________________________________________________
60397 [  7818] By: jhi                                   on 2000/11/22  21:56:02
60398         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
60399      Branch: perl
60400            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
60401            ! t/lib/io_sock.t
60402 ____________________________________________________________________________
60403 [  7817] By: jhi                                   on 2000/11/22  21:39:49
60404         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
60405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60406              Date: Wed, 22 Nov 2000 16:08:12 -0500
60407              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
60408      Branch: perl
60409            ! lib/ExtUtils/Liblist.pm
60410 ____________________________________________________________________________
60411 [  7816] By: jhi                                   on 2000/11/22  21:38:25
60412         Log: Go ahead and #include <unistd.h> in perl.h.
60413      Branch: perl
60414            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
60415            ! util.c
60416 ____________________________________________________________________________
60417 [  7815] By: jhi                                   on 2000/11/22  21:22:52
60418         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
60419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60420              Date: Mon, 20 Nov 2000 18:30:52 -0500
60421              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
60422      Branch: perl
60423            ! pod/perlre.pod regcomp.c t/op/re_tests
60424 ____________________________________________________________________________
60425 [  7814] By: jhi                                   on 2000/11/22  21:21:46
60426         Log: Subject: [PATCH 5.7.0] Liblist finally works
60427              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60428              Date: Tue, 21 Nov 2000 22:02:17 -0500
60429              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
60430      Branch: perl
60431            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
60432            ! lib/ExtUtils/MakeMaker.pm
60433 ____________________________________________________________________________
60434 [  7813] By: jhi                                   on 2000/11/22  21:20:23
60435         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
60436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60437              Date: Wed, 22 Nov 2000 17:53:15 +0100
60438              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
60439              
60440              AIX dynaloader and perlio patch.
60441      Branch: perl
60442            ! ext/DynaLoader/dl_aix.xs
60443 ____________________________________________________________________________
60444 [  7812] By: jhi                                   on 2000/11/22  21:17:52
60445         Log: (Accidentally empty patch.)
60446      Branch: perl
60447            ! av.c
60448 ____________________________________________________________________________
60449 [  7811] By: jhi                                   on 2000/11/22  21:16:31
60450         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
60451              From: Peter Prymmer <pvhp@forte.com>
60452              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
60453              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
60454      Branch: perl
60455            ! vms/test.com
60456 ____________________________________________________________________________
60457 [  7810] By: jhi                                   on 2000/11/22  21:15:36
60458         Log: Subject: Re: perl@7777 
60459              From: "John P. Linderman" <jpl@research.att.com>
60460              Date: Wed, 22 Nov 2000 13:11:11 -0500
60461              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
60462              
60463              Detypoing.
60464      Branch: perl
60465            ! lib/CPAN.pm
60466 ____________________________________________________________________________
60467 [  7809] By: jhi                                   on 2000/11/22  21:14:19
60468         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
60469              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60470              Date:     Wed, 22 Nov 2000 13:51:37 EST
60471              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
60472      Branch: perl
60473            ! perlsdio.h
60474 ____________________________________________________________________________
60475 [  7808] By: jhi                                   on 2000/11/22  21:13:27
60476         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
60477              From: Casey Tweten <crt@kiski.net>
60478              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
60479              Message-Id: <200011201653.LAA10194@home.kiski.net>
60480      Branch: perl
60481            ! t/lib/io_udp.t
60482 ____________________________________________________________________________
60483 [  7807] By: jhi                                   on 2000/11/22  21:12:35
60484         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
60485              From: Casey Tweten <crt@kiski.net>
60486              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
60487              Message-Id: <200011201636.LAA07227@home.kiski.net>
60488      Branch: perl
60489            ! t/lib/io_sock.t
60490 ____________________________________________________________________________
60491 [  7806] By: jhi                                   on 2000/11/22  21:10:59
60492         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
60493              From: "Casey R. Tweten" <crt@kiski.net>
60494              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
60495              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
60496      Branch: perl
60497            ! utils/h2xs.PL
60498 ____________________________________________________________________________
60499 [  7805] By: nick                                  on 2000/11/22  21:05:06
60500         Log: Integrate mainline
60501      Branch: perlio
60502           !> Changes Porting/genlog ext/DB_File/DB_File.xs
60503           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
60504           !> utils/perlbug.PL
60505 ____________________________________________________________________________
60506 [  7804] By: jhi                                   on 2000/11/22  21:01:12
60507         Log: Subject: [PATCH] Test.pm POD peculiarity
60508              From: "Casey R. Tweten" <crt@kiski.net>
60509              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
60510              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
60511      Branch: perl
60512            ! lib/Test.pm
60513 ____________________________________________________________________________
60514 [  7803] By: jhi                                   on 2000/11/22  20:59:59
60515         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
60516              From: "Philip Newton" <pnewton@gmx.de>
60517              Date: Wed, 22 Nov 2000 14:25:53 +0100
60518              Message-Id: <3A1BD771.25462.1939FAD@localhost>
60519              
60520              Be case-understanding also on 's', and use the -oi of sendmail
60521              not to terminate the transmission on a lone '.'.
60522      Branch: perl
60523            ! utils/perlbug.PL
60524 ____________________________________________________________________________
60525 [  7802] By: nick                                  on 2000/11/22  20:51:42
60526         Log: Win32 PerlIO intermediate state now working as expected.
60527              - In current state we are still using C runtime in text/binary
60528              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
60529              - PERLIO=stdio and PERLIO=unix pass all expected tests.
60530              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
60531              and PerlIO_seek() and the dummy crlf layer is not making adjustments
60532              for CRLF translation happening in C runtime. All other tests pass.
60533              
60534              Added note to README.win32 to point out the snags of doing a perl build
60535              with Norton AntiVirus turned on.
60536              
60537              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
60538              which file a fail comes from.
60539              
60540              Updated "canned" config.h to match the one generated.
60541      Branch: perlio
60542            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
60543            ! win32/makefile.mk
60544 ____________________________________________________________________________
60545 [  7801] By: jhi                                   on 2000/11/22  06:50:20
60546         Log: Nickety nits.
60547      Branch: perl
60548            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
60549 ____________________________________________________________________________
60550 [  7800] By: jhi                                   on 2000/11/22  01:29:55
60551         Log: Changes had accidentally gone too silent on non-main branches.
60552      Branch: perl
60553            ! Changes Porting/genlog patchlevel.h
60554 ____________________________________________________________________________
60555 [  7799] By: gsar                                  on 2000/11/22  01:02:56
60556         Log: some lib_pm.PL changes snuck in via change#7772
60557      Branch: maint-5.6/perl
60558            ! Makefile.SH
60559 ____________________________________________________________________________
60560 [  7798] By: nick                                  on 2000/11/21  21:59:40
60561         Log: Integrate mainline
60562      Branch: perlio
60563           !> (integrate 28 files)
60564 ____________________________________________________________________________
60565 [  7797] By: jhi                                   on 2000/11/21  21:01:45
60566         Log: Integrate perlio.
60567      Branch: perl
60568           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
60569 ____________________________________________________________________________
60570 [  7796] By: nick                                  on 2000/11/21  20:36:22
60571         Log: Win32 builds and runs (mostly) with USE_PERLIO.
60572              PERLIO=perlio passes all tests. 
60573              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
60574      Branch: perlio
60575            ! perlio.c win32/perllib.c win32/win32.c
60576 ____________________________________________________________________________
60577 [  7795] By: jhi                                   on 2000/11/21  19:03:44
60578         Log: Update Changes.
60579      Branch: perl
60580            ! Changes patchlevel.h
60581 ____________________________________________________________________________
60582 [  7794] By: jhi                                   on 2000/11/21  18:56:34
60583         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
60584              From: "Craig A. Berry" <craigberry@mac.com>
60585              Date: Mon, 20 Nov 2000 20:27:06 -0600
60586              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
60587              
60588              A cut-and-pasto.
60589      Branch: perl
60590            ! perlio.h
60591 ____________________________________________________________________________
60592 [  7793] By: jhi                                   on 2000/11/21  18:54:41
60593         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
60594              From: Dominic Dunlop <domo@computer.org> 
60595              Date: Mon, 20 Nov 2000 18:55:29 +0100
60596              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
60597              
60598              va_copy() and the need of it.
60599              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
60600      Branch: metaconfig/U/perl
60601            + need_va_copy.U
60602      Branch: perl
60603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60604            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
60605            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
60606            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60607            ! win32/config.bc win32/config.gc win32/config.vc
60608 ____________________________________________________________________________
60609 [  7792] By: jhi                                   on 2000/11/21  17:04:10
60610         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
60611      Branch: perl
60612           !> scope.h
60613 ____________________________________________________________________________
60614 [  7791] By: jhi                                   on 2000/11/21  17:01:16
60615         Log: Export the SOCKS workaround symbols only if necessary.
60616      Branch: perl
60617            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
60618 ____________________________________________________________________________
60619 [  7790] By: nick                                  on 2000/11/20  23:57:11
60620         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
60621      Branch: perlio
60622            ! scope.h
60623 ____________________________________________________________________________
60624 [  7789] By: nick                                  on 2000/11/20  23:38:33
60625         Log: Integrate mainline
60626      Branch: perlio
60627           +> lib/File/Spec/Epoc.pm
60628           !> (integrate 34 files)
60629 ____________________________________________________________________________
60630 [  7788] By: nick                                  on 2000/11/20  23:20:18
60631         Log: Make extra buffer layer work (dummy crlf layer)
60632      Branch: perlio
60633            ! doio.c perlio.c perlio.h
60634 ____________________________________________________________________________
60635 [  7787] By: jhi                                   on 2000/11/20  22:44:04
60636         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
60637              From: Peter Prymmer <pvhp@forte.com>
60638              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
60639              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
60640      Branch: perl
60641            ! t/pragma/locale.t
60642 ____________________________________________________________________________
60643 [  7786] By: jhi                                   on 2000/11/20  22:29:10
60644         Log: Subject: DOC PATCH 5.6.0 perlreftut
60645              From: mjd@plover.com
60646              Date: 20 Nov 2000 19:45:06 -0000
60647              Message-ID: <20001120194506.9505.qmail@plover.com>
60648      Branch: perl
60649            ! pod/perlreftut.pod
60650 ____________________________________________________________________________
60651 [  7785] By: jhi                                   on 2000/11/20  22:27:44
60652         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
60653              From: David Dyck <dcd@tc.fluke.com>
60654              Date: Mon, 20 Nov 2000 11:43:40 -0800
60655              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
60656      Branch: perl
60657            ! lib/Cwd.pm
60658 ____________________________________________________________________________
60659 [  7784] By: jhi                                   on 2000/11/20  22:23:21
60660         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
60661              Date: Mon, 20 Nov 2000 17:06:10 -0500
60662              To: Mailing list Perl5 <perl5-porters@perl.org>
60663              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
60664      Branch: perl
60665            ! pp_ctl.c t/op/pat.t
60666 ____________________________________________________________________________
60667 [  7783] By: jhi                                   on 2000/11/20  22:11:18
60668         Log: Subject: [PATCH] doop.c - UTF8 tr///               
60669              From: Simon Cozens <simon@cozens.net>
60670              Date: Sat, 18 Nov 2000 18:49:30 +0000
60671              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
60672              
60673              Subject: Re: [PATCH] doop.c - UTF8 tr///           
60674              From: Simon Cozens <simon@cozens.net>
60675              Date: Mon, 20 Nov 2000 20:45:22 +0000
60676              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
60677              
60678              Make tr on UTF-8 better but still not correct.
60679      Branch: perl
60680            ! doop.c
60681 ____________________________________________________________________________
60682 [  7782] By: jhi                                   on 2000/11/20  22:02:16
60683         Log: Remove the shared object before attempting to create
60684              (by linking) a new one.  E.g. in AIX not removing
60685              becomes quite painful if one tries to do more than one
60686              build in the same tree (an interrupted build, for example),
60687              since the AIX' shared dynaloader seemingly keeps the shared
60688              objects open and therefore 'busy' for quite a while, even when
60689              nobody is using the objects, leading into link failures.
60690      Branch: perl
60691            ! lib/ExtUtils/MM_Unix.pm
60692 ____________________________________________________________________________
60693 [  7781] By: gsar                                  on 2000/11/20  19:02:55
60694         Log: type mismatch due to faulty integration
60695      Branch: maint-5.6/perl
60696            ! toke.c win32/Makefile
60697 ____________________________________________________________________________
60698 [  7780] By: gsar                                  on 2000/11/20  17:31:55
60699         Log: integrate changes#6392,6394..6399,6401..6404
60700              
60701              The {multiplier} of a fixed substring was overlooked which
60702              caused a wrong initial search offset for that substring.
60703              
60704              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
60705              From: Hugo <hv@crypt.compulink.co.uk>
60706              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
60707              Date: Thu, 13 Jul 2000 19:27:13 +0100
60708              
60709              Fix the BOM bug: not a byteorder bug, a signedness bug.
60710              
60711              Replace change #6337 with a better one.
60712              
60713              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
60714              From: Hugo <hv@crypt.compulink.co.uk>
60715              Date: Fri, 14 Jul 2000 04:16:20 +0100
60716              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
60717              
60718              MakeMaker should not remove editor backups (*~) on `make clean`
60719              by default (completes change#6383)
60720              
60721              move new variables to the end of the interpreter structure (for
60722              bincompat in code that doesn't #include XSUB.h)
60723              
60724              rename totally bletcherous SvLOCK() thingy (doesn't do what the
60725              name suggests anyway)
60726              
60727              various cleanups (typos, misformatted code, and small bugs)
60728              
60729              typecasts needed for change#6394
60730              
60731              typos in change#6399, regen headers
60732              
60733              inconsistent types needs casts
60734              
60735              PERL_OBJECT build tweaks
60736      Branch: maint-5.6/perl
60737           !> MANIFEST doop.c embed.h embed.pl embedvar.h
60738           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
60739           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
60740           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
60741           !> toke.c util.c
60742 ____________________________________________________________________________
60743 [  7779] By: gsar                                  on 2000/11/20  17:06:29
60744         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
60745              
60746              Cosmetics and perldelta.
60747              
60748              Fix nits noticed by Boston.pm.
60749              
60750              Do the cc sanity check both before the hints and
60751              after the cc selction.
60752              
60753              get sprintf.t to adjust properly for 3-digit exponents
60754              
60755              don't clobber *.orig files on *clean targets
60756              
60757              fix bugs in processing %v-*d and similar format specs (from
60758              Avi Finkel <avi@finkel.org>)
60759              
60760              sprintf test tweaks (from Dominic Dunlop)
60761              
60762              new selfloader.t in change#6183 doesn't close DATA handles,
60763              and thus fails to clean up tmp files on dosish platforms
60764              
60765              typos (spotted by Peter Prymmer)
60766              
60767              typo fix from Craig Berry
60768      Branch: maint-5.6/perl
60769           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
60770           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
60771           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
60772           !> x2p/Makefile.SH
60773 ____________________________________________________________________________
60774 [  7778] By: gsar                                  on 2000/11/20  16:46:51
60775         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
60776              
60777              Subject: Re: format bug report  [Patch]
60778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60779              Date: Wed, 05 Jul 2000 13:12:52 +0200
60780              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
60781              
60782              Subject: Re: format bug report  [Patch]
60783              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60784              Date: Wed, 05 Jul 2000 14:10:01 +0200
60785              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
60786              
60787              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
60788              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60789              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
60790              Date: Fri, 07 Jul 2000 17:57:16 +0100
60791              
60792              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
60793              To: perl5-porters@perl.org
60794              From: Karsten Sperling <spiff@phreax.net>
60795              Date: Mon, 10 Jul 2000 15:12:52 +0200
60796              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
60797              
60798              README.posix-bc podified from Thomas Dorner.
60799              
60800              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
60801              From: Dominic Dunlop <domo@computer.org>
60802              Date: Tue, 11 Jul 2000 12:27:33 +0200
60803              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
60804              
60805              Typo in #6341.
60806              
60807              Fix for
60808              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
60809              From: Roderick Schertler <roderick@argon.org>
60810              Date: Tue, 11 Jul 2000 13:55:05 -0400
60811              Message-Id: <200007111755.NAA05077@jones.argon.org>
60812              
60813              Minor cleanups on the booklist.
60814              
60815              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
60816              regen perltoc.
60817              
60818              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
60819      Branch: maint-5.6/perl
60820           +> pod/perlbook.pod
60821           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
60822           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
60823           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
60824 ____________________________________________________________________________
60825 [  7777] By: jhi                                   on 2000/11/20  16:08:49
60826         Log: Update Changes.
60827      Branch: perl
60828            ! Changes patchlevel.h
60829 ____________________________________________________________________________
60830 [  7776] By: jhi                                   on 2000/11/20  15:27:56
60831         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
60832              This may be overly harsh but until proven otherwise, we think this
60833              way, or until we have a simple test for Configure (having to start
60834              up servers is does not count as simple) to check for the problems.
60835      Branch: perl
60836            ! perl.h
60837 ____________________________________________________________________________
60838 [  7775] By: jhi                                   on 2000/11/20  15:22:17
60839         Log: Solaris hints tweaks.
60840      Branch: perl
60841            ! hints/solaris_2.sh
60842 ____________________________________________________________________________
60843 [  7774] By: jhi                                   on 2000/11/20  15:01:20
60844         Log: Add a workaround to SOCKS 64-bit problems.
60845      Branch: perl
60846            ! doio.c embed.h embed.pl perlsdio.h proto.h
60847 ____________________________________________________________________________
60848 [  7773] By: jhi                                   on 2000/11/20  14:51:47
60849         Log: sysseek() instead of seek().
60850      Branch: perl
60851            ! t/lib/syslfs.t
60852 ____________________________________________________________________________
60853 [  7772] By: gsar                                  on 2000/11/20  13:06:23
60854         Log: integrate changes#6315..6319,6321..6331,6333..6338
60855              
60856              Integrate with Sarathy, preliminary fix for unicos
60857              alignment problems in [ID 20000612.002] Perl problem on Cray system.
60858              
60859              some debugger output does not go to the socket when RemotePort is set
60860              
60861              winsock cleanup never done on Windows (leads to handle leaks)
60862              
60863              fix UNC path handling on Windows under ithreads, and chdir()
60864              return value when given a non-existent directory
60865              
60866              Autogenerate pod/Makefile and pod/buildtoc.
60867              buildtoc also checks whether the existin pods are
60868              mentioned in MANIFEST and perl.pod, and vice versa.
60869              (None of the thusly found discrepancies fixed yet.)
60870              roffitall also needs to be autogenerated similarly but it
60871              seems so badly out of date that I didn't touch it yet.
60872              
60873              Config is being used.
60874              
60875              Add =head1 NAMEs so that buildtoc is happy.
60876              (The CGI::Util nit reported to Lincoln.)
60877              
60878              Fix complaints of buildtoc.
60879              
60880              Fix the alignment problem in Crays ([ID 20000612.002]).
60881              
60882              Remove perlbook, update perlfaq book listing,
60883              rearrange perl.pod, regenerate perltoc.
60884              
60885              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
60886              was cast to an unsigned (32-bit) integer with wild abandon.
60887              
60888              winsock options weren't being set in all threads under ithreads
60889              (caused send()s from second and subsequent threads to fail)
60890              
60891              accept() leaks memory on windows due to incorrect ordering of
60892              closesocket() and fclose() calls
60893              
60894              Reorder perl.pod once more.
60895              
60896              More POSIX.pod tweaks.
60897              
60898              Sprinkle ldlibpath.
60899              
60900              Precedence goof, fix based on
60901              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
60902              From: Hugo <hv@crypt.compulink.co.uk>
60903              Date: Tue, 11 Jul 2000 12:52:38 +0100
60904              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
60905              
60906              Subject: PATCH perlguts.pod: Document D and d magic types
60907              From: mjd@plover.com
60908              Date: 5 Jul 2000 18:01:51 -0000
60909              Message-ID: <20000705180151.29413.qmail@plover.com>
60910              
60911              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
60912              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
60913              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
60914              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
60915              
60916              Subject: [PATCH cfgperl] $& segfaults if you trick it
60917              From: simon@brecon.co.uk (Simon Cozens)
60918              Date: 7 Jul 2000 11:26:09 GMT
60919              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
60920              
60921              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
60922              From: Hugo <hv@crypt.compulink.co.uk>
60923              Date: Tue, 11 Jul 2000 12:44:50 +0100
60924              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
60925              
60926              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
60927              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60928              Date: Tue, 11 Jul 2000 13:50:51 +0100
60929              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
60930      Branch: maint-5.6/perl
60931           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
60932           +> pod/buildtoc.PL
60933            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
60934           !> (integrate 26 files)
60935 ____________________________________________________________________________
60936 [  7771] By: gsar                                  on 2000/11/20  12:31:42
60937         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
60938              6310,6311,6314
60939              
60940              Subject: [PATCH bleedperl] File::Spec 0.82 beta
60941              From: Barrie Slaymaker <barries@jester.slaysys.com>
60942              Date: Wed, 28 Jun 2000 11:35:29 -0400
60943              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
60944              
60945              tweak perlembed for multiplicity/usethreads sanity; correct notes
60946              about Windows
60947              
60948              localize %INC in a Safe compartment so that use/require work
60949              (many other magic globals probably need similar treatment)
60950              
60951              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
60952              when @_ is modified, causing coredumps
60953              
60954              slurp mode fix in change#4736 still not quite right
60955              
60956              Point to perlipc for more SysV IPC examples.
60957              
60958              Elaborate POSIX.pod.  Still needs work.
60959              
60960              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
60961              
60962              fix large memory leak that has been around for ever, masked by
60963              -DPURIFY (most of the arenas were never freed!)
60964              
60965              fix memory leak on Windows (PL_sys_intern contents were never
60966              freed)
60967              
60968              PERL_OBJECT build tweak
60969              
60970              adjust change#6299
60971              
60972              remove rel2abs prototypes (from Barrie Slaymaker)
60973              
60974              missing perldiag entry for unpack("w",...) diagnostic (from
60975              Andreas Koenig)
60976              
60977              better diagnostic on Frob->stuff() when Frob:: doesn't exist
60978              (from Richard Soderberg <rs@oregonnet.com>)
60979              
60980              Win32 patches for cfgperl from Sarathy.
60981              
60982              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
60983              
60984              More POSIX.pod embellishment.
60985              
60986              tyop in change#6306
60987      Branch: maint-5.6/perl
60988           !> (integrate 44 files)
60989 ____________________________________________________________________________
60990 [  7770] By: gsar                                  on 2000/11/20  11:51:00
60991         Log: integrate changes#6268..6282 from cfgperl branch
60992              
60993              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
60994              From: Dominic Dunlop <domo@computer.org>
60995              Date: Thu, 29 Jun 2000 12:32:39 +0200
60996              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
60997              
60998              Regen headers for #6261 (and update embed.pl for this) and #6267,
60999              silence few compiler warnings.
61000              
61001              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
61002              From: Nicholas Clark <nick@talking.bollo.cx>
61003              Date: Fri, 23 Jun 2000 16:21:15 +0100
61004              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
61005              
61006              Subject: PATCH pod/perltie.pod
61007              From: Ian Phillipps <Ian.Phillipps@iname.com>
61008              Date: Fri, 16 Jun 2000 00:17:19 +0100
61009              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
61010              (only the first hunk, the second hunk had already been done
61011              by some other patch)
61012              
61013              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
61014              From: Tom Phoenix <rootbeer@redcat.com>
61015              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
61016              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
61017              
61018              Subject: [PATCH] xsub attributes
61019              From: Doug MacEachern <dougm@covalent.net>
61020              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
61021              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
61022              
61023              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
61024              From: Andy Dougherty <doughera@lafayette.edu>
61025              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
61026              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
61027              
61028              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
61029              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61030              Date: Tue, 13 Jun 2000 02:43:48 -0500
61031              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
61032              
61033              Subject: [PATCH] Re: eval documentation: context
61034              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61035              Date: Mon, 12 Jun 2000 15:07:29 +0100
61036              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
61037              
61038              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
61039              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61040              Date: Mon, 12 Jun 2000 14:55:59 +0100
61041              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
61042              
61043              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
61044              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
61045              Date: Fri, 09 Jun 2000 12:39:27 -0400
61046              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
61047              (plus update the version "number" of Text::Wrap)
61048              
61049              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
61050              From: Tim Ayers <tayers@bridge.com>
61051              Date: Thu, 08 Jun 2000 08:11:06 +0200
61052              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
61053              [resent by Richard Foley, Message-Id probably wrong]
61054              
61055              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
61056              From: rspier@pobox.com (Robert Spier)
61057              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
61058              Message-ID: <14654.31913.845602.610277@rls.cx>
61059              
61060              Subject: [PATCH 5.6.0] utils/h2xs.PL
61061              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61062              Date: Wed, 7 Jun 2000 04:02:04 -0500
61063              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
61064              
61065              Subject: [PATCH 5.6.0]ITHREADs for VMS
61066              From: Dan Sugalski <dan@sidhe.org>
61067              Date: Tue, 06 Jun 2000 11:59:50 -0400
61068              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
61069      Branch: maint-5.6/perl
61070           !> (integrate 31 files)
61071 ____________________________________________________________________________
61072 [  7769] By: gsar                                  on 2000/11/20  11:29:06
61073         Log: integrate changes#6261..6266 from cfgperl
61074              
61075              Subject: Re: [PATCH cfgperl] BOMs away!
61076              From: simon@brecon.co.uk (Simon Cozens)
61077              Date: 17 Jun 2000 11:49:57 GMT
61078              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
61079              
61080              Subject: 5.6.0 Patch for EPOC
61081              From: Olaf Flebbe <o.flebbe@gmx.de>
61082              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
61083              Message-ID: <23449.960929969@www11.gmx.net>
61084              
61085              tr fixes from Simon Cozens
61086              
61087              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
61088              From: Marty Lucich <marty@netcom.com>
61089              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
61090              Message-Id: <200006282116.OAA11148@netcom.com>
61091              ccdlflags update (the BSD/OS 4.1 part had already been taken
61092              care of by #6141).
61093              
61094              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
61095              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61096              Date: Wed, 28 Jun 2000 17:50:12 -0700
61097              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
61098              
61099              Subject: [PATCH 5.6.0] cygwin port
61100              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
61101              From: "Fifer, Eric" <EFifer@sanwaint.com>
61102              Date: Thu, 29 Jun 2000 12:58:29 +0100
61103      Branch: maint-5.6/perl
61104           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
61105           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
61106           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61107           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
61108 ____________________________________________________________________________
61109 [  7768] By: gsar                                  on 2000/11/20  11:13:44
61110         Log: integrate changes#6252..6256,6259..6260
61111              
61112              Paranoia tweak on #6249.
61113              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
61114              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
61115              Date: Sun, 25 Jun 2000 23:43:12 -0400
61116              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
61117              
61118              Subject: tr///, help wanted.
61119              From: simon@brecon.co.uk (Simon Cozens)
61120              Date: 28 Jun 2000 11:29:04 GMT
61121              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
61122              
61123              small thinko tweaks
61124              
61125              tweaks from Simon Conzes to further fix tr/// under utf8
61126              
61127              perlnewmod was missing from MANIFEST.
61128              
61129              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
61130              From: simon@brecon.co.uk (Simon Cozens)
61131              Date: 17 Jun 2000 11:56:44 GMT
61132              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
61133              pack U0, pack C0
61134      Branch: maint-5.6/perl
61135           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
61136           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
61137           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
61138           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
61139 ____________________________________________________________________________
61140 [  7767] By: gsar                                  on 2000/11/20  10:51:38
61141         Log: integrate change#6250 from cfgperl
61142              
61143              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
61144              From: Doug MacEachern <dougm@covalent.net>
61145              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
61146              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
61147      Branch: maint-5.6/perl
61148           +> t/op/my_stash.t
61149           !> MANIFEST embed.pl global.sym proto.h toke.c
61150 ____________________________________________________________________________
61151 [  7766] By: gsar                                  on 2000/11/20  10:48:34
61152         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
61153              
61154              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
61155              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
61156              Date: Mon, 26 Jun 2000 18:40:14 +0100
61157              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
61158              
61159              Subject: [PATCH] bytes<->utf8 fixes
61160              From: simon@brecon.co.uk (Simon Cozens)
61161              Date: 26 Jun 2000 04:55:45 GMT
61162              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
61163              
61164              Subject: [PATCH] is_utf8_string
61165              From: simon@brecon.co.uk (Simon Cozens)
61166              Date: 26 Jun 2000 02:25:59 GMT
61167              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
61168              
61169              Subject: [PATCH] avoid mg_ptr in '*' magic
61170              From: Doug MacEachern <dougm@covalent.net>
61171              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
61172              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
61173              
61174              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
61175              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
61176              Date: Sat, 24 Jun 2000 13:06:20 +0100
61177              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
61178              
61179              Allow for standalone testing.
61180              
61181              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
61182              From: Mark-Jason Dominus <mjd@plover.com>
61183              Date: Tue, 27 Jun 2000 22:36:42 -0400
61184              Message-ID: <20000628023642.12166.qmail@plover.com>
61185              
61186              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
61187              From: Frank Tobin <ftobin@uiuc.edu>
61188              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
61189              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
61190      Branch: maint-5.6/perl
61191           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
61192           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
61193           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
61194           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
61195           !> utf8.c utils/h2xs.PL
61196 ____________________________________________________________________________
61197 [  7765] By: gsar                                  on 2000/11/20  10:29:13
61198         Log: integrate change#6239 from cfgperl
61199              
61200              Configure maintenance.  Sever some dependency cycles,
61201              separate gccversion from the cc unit,
61202              address [ID 20000623.006] Configure script patch for using gcc on AIX
61203              (but solve it a little bit differently),
61204              unduplex some accidentally duplicated units,
61205              suggest using gcc if no cc available
61206              (p5p thread: "Solaris configure: counterproposal", 1999-09)
61207      Branch: maint-5.6/perl
61208           !> Configure Todo-5.6 config_h.SH
61209 ____________________________________________________________________________
61210 [  7764] By: gsar                                  on 2000/11/20  10:25:55
61211         Log: integrate changes#6233..6238 from cfgperl
61212              
61213              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
61214              From: Mark-Jason Dominus <mjd@plover.com>
61215              Date: Fri, 16 Jun 2000 20:53:04 -0400
61216              Message-ID: <20000617005304.8008.qmail@plover.com>
61217              
61218              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
61219              because when run as services (Win32ese for daemons)
61220              no environment variables are set and tmpdir ends up as /tmp,
61221              which is ambiguous.
61222              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
61223              From: matt@sergeant.org
61224              Date: 16 Jun 2000 16:30:43 -0000
61225              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
61226              
61227              The thread begun by
61228              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
61229              From: Kevin.Ruscoe@ubsw.com
61230              Date: Fri, 16 Jun 2000 16:38:51 +0100
61231              Message-Id: <H000019b03c300d6@MHS>
61232              
61233              Tweak embed.pl, regen headers.
61234              
61235              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
61236              From: Dan Sugalski <dan@sidhe.org>
61237              Date: Fri, 23 Jun 2000 17:00:00 -0400
61238              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
61239      Branch: maint-5.6/perl
61240           !> (integrate 27 files)
61241 ____________________________________________________________________________
61242 [  7763] By: gsar                                  on 2000/11/20  10:08:08
61243         Log: s/perl56delta/perldelta/g
61244      Branch: maint-5.6/perl
61245            ! pod/Makefile
61246 ____________________________________________________________________________
61247 [  7762] By: gsar                                  on 2000/11/20  10:04:00
61248         Log: integrate changes#6225,6229,6231,6232 from cfgperl
61249              
61250              Add source code filenames to apidoc.
61251              From: simon@brecon.co.uk (Simon Cozens)
61252              Subject: [PATCH embed.pl] Source X-ref
61253              Date: 22 Jun 2000 02:18:49 GMT
61254              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
61255              
61256              Subject: README.hpux version 0.6.1
61257              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
61258              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
61259              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
61260              
61261              Subject: [PATCH 5.6.0] cygwin port
61262              From: "Fifer, Eric" <EFifer@sanwaint.com>
61263              Date: Tue, 20 Jun 2000 14:30:58 +0100
61264              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
61265              
61266              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
61267              From: simon@brecon.co.uk (Simon Cozens)
61268              Date: 19 Jun 2000 15:18:27 GMT
61269              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
61270              
61271              plus update pod/Makefile and regenerate perltoc
61272      Branch: maint-5.6/perl
61273           +> pod/perlutil.pod
61274           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
61275           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
61276 ____________________________________________________________________________
61277 [  7761] By: jhi                                   on 2000/11/20  04:09:55
61278         Log: Miraculous typo.
61279      Branch: perl
61280            ! t/op/pat.t
61281 ____________________________________________________________________________
61282 [  7760] By: jhi                                   on 2000/11/20  04:06:08
61283         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
61284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61285              Date: Sun, 19 Nov 2000 22:30:26 -0500
61286              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
61287      Branch: perl
61288            ! regexec.c scope.h t/op/pat.t
61289 ____________________________________________________________________________
61290 [  7759] By: jhi                                   on 2000/11/20  02:05:22
61291         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
61292      Branch: perl
61293            ! perl.h
61294 ____________________________________________________________________________
61295 [  7758] By: jhi                                   on 2000/11/20  01:58:11
61296         Log: Subject: [perl 7711: EPOC] updates
61297              From: Olaf Flebbe <o.flebbe@gmx.de>
61298              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
61299              Message-ID: <25575.974658810@www23.gmx.net>               
61300      Branch: perl
61301            + lib/File/Spec/Epoc.pm
61302            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
61303            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
61304            ! lib/File/Spec.pm perl.c sv.c
61305 ____________________________________________________________________________
61306 [  7757] By: jhi                                   on 2000/11/20  01:53:11
61307         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
61308      Branch: perl
61309            ! MANIFEST
61310 ____________________________________________________________________________
61311 [  7756] By: jhi                                   on 2000/11/20  01:47:22
61312         Log: Integrate perlio.
61313      Branch: perl
61314            - ext/re/hints/MSWin32.pl
61315           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
61316           !> win32/config.gc win32/config_H.gc win32/win32sck.c
61317 ____________________________________________________________________________
61318 [  7755] By: nick                                  on 2000/11/19  20:57:17
61319         Log: Add dummy crlf layer (just as buffer)
61320              Correct 1st bug - one layer of indirection.
61321      Branch: perlio
61322            ! perlio.c perlio.h perliol.h
61323 ____________________________________________________________________________
61324 [  7754] By: nick                                  on 2000/11/19  20:56:12
61325         Log: Work-round to Perl_deb_nocontext is no longer required
61326      Branch: perlio
61327            - ext/re/hints/MSWin32.pl
61328 ____________________________________________________________________________
61329 [  7753] By: nick                                  on 2000/11/19  20:01:16
61330         Log: diff -se shows these as different
61331      Branch: perlio
61332            ! global.sym pod/perlapi.pod
61333 ____________________________________________________________________________
61334 [  7752] By: nick                                  on 2000/11/19  18:57:30
61335         Log: Configure GCC/Win32 build -Duseperlio
61336              Fix a couple of gross issues
61337              - double-include of ../deb.o in re.dll
61338              - win32sck.c needs PerlIO and FILE 
61339      Branch: perlio
61340            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
61341            ! win32/win32sck.c
61342 ____________________________________________________________________________
61343 [  7751] By: nick                                  on 2000/11/19  17:05:36
61344         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
61345      Branch: perlio
61346            ! perlio.c
61347 ____________________________________________________________________________
61348 [  7750] By: nick                                  on 2000/11/19  16:57:14
61349         Log: Missing aTHX_
61350      Branch: perlio
61351            ! sv.c
61352 ____________________________________________________________________________
61353 [  7749] By: jhi                                   on 2000/11/19  16:28:40
61354         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
61355              From: "Peter J. Farley III" <pjfarley@banet.net>
61356              Date: Sun, 19 Nov 2000 01:42:58 -0500
61357              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
61358      Branch: perl
61359            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
61360 ____________________________________________________________________________
61361 [  7748] By: jhi                                   on 2000/11/19  16:08:10
61362         Log: Subject: podlators 1.05 available        
61363              From: Russ Allbery <rra@stanford.edu>   
61364              Date: 18 Nov 2000 22:04:28 -0800
61365              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
61366      Branch: perl
61367            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
61368 ____________________________________________________________________________
61369 [  7747] By: nick                                  on 2000/11/19  11:19:39
61370         Log: Integrate mainline
61371      Branch: perlio
61372           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
61373           !> util.c
61374 ____________________________________________________________________________
61375 [  7746] By: jhi                                   on 2000/11/19  06:42:22
61376         Log: Make hex scanning warn on "\x{x}" and "\xx".
61377              "\x" and and hex("x") are still valid.
61378      Branch: perl
61379            ! util.c
61380 ____________________________________________________________________________
61381 [  7745] By: nick                                  on 2000/11/18  22:52:28
61382         Log: Integrate mainline
61383      Branch: perlio
61384           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
61385           !> perl.h perlio.c proto.h regcomp.c regcomp.h
61386 ____________________________________________________________________________
61387 [  7744] By: jhi                                   on 2000/11/18  22:50:28
61388         Log: Introduce Perl_utf8_length().  Use it.
61389      Branch: perl
61390            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
61391 ____________________________________________________________________________
61392 [  7743] By: jhi                                   on 2000/11/18  22:38:51
61393         Log: Compiler denit.
61394      Branch: perl
61395            ! perlio.c
61396 ____________________________________________________________________________
61397 [  7742] By: jhi                                   on 2000/11/18  20:33:05
61398         Log: Integrate perlio.
61399      Branch: perl
61400           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
61401           !> perlio.h pp_ctl.c pp_sys.c sv.c
61402 ____________________________________________________________________________
61403 [  7741] By: jhi                                   on 2000/11/18  20:31:27
61404         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
61405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61406              Date: Fri, 17 Nov 2000 20:35:11 -0500
61407              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
61408              
61409              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
61410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61411              Date: Fri, 17 Nov 2000 21:03:47 -0500
61412              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
61413              
61414              Plus a little bit of tweaking in pregcomp().
61415      Branch: perl
61416            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
61417 ____________________________________________________________________________
61418 [  7740] By: nick                                  on 2000/11/18  20:17:22
61419         Log: Lexical use open ... support:
61420              add ->cop_io to COP structure in cop.h.
61421              Make mg.c and gv.c associate it with ${^OPEN}.
61422              Make lib/open.pm set it.
61423              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
61424              manner similar to ->cop_warnings.
61425              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
61426              call new PerlIO_apply_layers().
61427              Declare latter in perlio.h and define in perlio.c
61428      Branch: perlio
61429            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
61430            ! perlio.h pp_ctl.c pp_sys.c sv.c
61431 ____________________________________________________________________________
61432 [  7739] By: jhi                                   on 2000/11/18  19:54:00
61433         Log: Integrate perlio.
61434      Branch: perl
61435           !> doio.c perlio.c pp.c
61436 ____________________________________________________________________________
61437 [  7738] By: jhi                                   on 2000/11/18  17:16:13
61438         Log: Subject: [PATCH 5.7.0] etags broken again
61439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61440              Date: Sat, 18 Nov 2000 02:41:36 -0500
61441              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
61442      Branch: perl
61443            ! emacs/ptags
61444 ____________________________________________________________________________
61445 [  7737] By: jhi                                   on 2000/11/18  17:12:18
61446         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
61447      Branch: perl
61448            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61449 ____________________________________________________________________________
61450 [  7736] By: nick                                  on 2000/11/18  14:06:20
61451         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
61452              part to be isolated.
61453      Branch: perlio
61454            ! doio.c perlio.c
61455 ____________________________________________________________________________
61456 [  7735] By: nick                                  on 2000/11/18  11:03:32
61457         Log: Integrate mainline
61458      Branch: perlio
61459           !> Changes README.amiga README.win32 patchlevel.h
61460           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
61461 ____________________________________________________________________________
61462 [  7734] By: jhi                                   on 2000/11/18  01:18:56
61463         Log: Update Changes.
61464      Branch: perl
61465            ! Changes patchlevel.h
61466 ____________________________________________________________________________
61467 [  7733] By: jhi                                   on 2000/11/18  00:32:54
61468         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
61469              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61470              Date: Fri, 17 Nov 2000 17:28:02 -0500
61471              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
61472      Branch: perl
61473            ! regcomp.c regexec.c t/op/re_tests
61474 ____________________________________________________________________________
61475 [  7732] By: jhi                                   on 2000/11/18  00:28:56
61476         Log: Sparc 64-bit pack() fix from Jens Hamisch.
61477      Branch: perl
61478            ! pp.c
61479 ____________________________________________________________________________
61480 [  7731] By: jhi                                   on 2000/11/18  00:18:39
61481         Log: Explain in more detail the {} syntax ambiguousity.
61482              
61483              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
61484              From: Nicholas Clark <nick@ccl4.org>
61485              Date: Fri, 17 Nov 2000 22:10:28 +0000
61486              Message-ID: <20001117221028.A88930@plum.flirble.org>
61487      Branch: perl
61488            ! pod/perlfunc.pod
61489 ____________________________________________________________________________
61490 [  7730] By: jhi                                   on 2000/11/18  00:12:18
61491         Log: Subject: Fix for README.amiga (20000323.033)
61492              From: "Stephen P. Potter" <spp@spotter.yi.org>
61493              Date: Fri, 17 Nov 2000 12:25:51 -0500
61494              Message-Id: <200011171725.MAA05768@spotter.yi.org>
61495      Branch: perl
61496            ! README.amiga
61497 ____________________________________________________________________________
61498 [  7729] By: jhi                                   on 2000/11/18  00:08:34
61499         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
61500              From: "A. C. Yardley" <yardley@tanet.net>
61501              Date: Mon, 3 Apr 2000 11:35:33 -0700
61502              Message-ID: <3483.000403@tanet.net>
61503      Branch: perl
61504            ! README.win32
61505 ____________________________________________________________________________
61506 [  7728] By: nick                                  on 2000/11/17  21:59:47
61507         Log: Integrate mainline
61508      Branch: perlio
61509           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
61510           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
61511           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
61512           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
61513 ____________________________________________________________________________
61514 [  7727] By: nick                                  on 2000/11/17  21:56:31
61515         Log: Experiment on use of attributes.pm interface.
61516              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
61517              SVt_PVRV if not already something better (else vivify of say magic gets
61518              core dump).
61519      Branch: perlio
61520            ! perlio.c pp.c
61521 ____________________________________________________________________________
61522 [  7726] By: jhi                                   on 2000/11/17  14:15:49
61523         Log: Subject: Fix for 20000815.006
61524              From: "Stephen P. Potter" <spp@spotter.yi.org>
61525              Date: Fri, 17 Nov 2000 08:57:45 -0500
61526              Message-Id: <200011171357.IAA05122@spotter.yi.org>
61527              
61528              It's really 20000518.006.
61529      Branch: perl
61530            ! pod/perlmodlib.PL
61531 ____________________________________________________________________________
61532 [  7725] By: jhi                                   on 2000/11/17  14:12:31
61533         Log: Subject: Fix for 20000409.001
61534              From: "Stephen P. Potter" <spp@spotter.yi.org>
61535              Date: Fri, 17 Nov 2000 08:55:45 -0500
61536              Message-Id: <200011171355.IAA05104@spotter.yi.org>
61537      Branch: perl
61538            ! pod/perlfaq9.pod
61539 ____________________________________________________________________________
61540 [  7724] By: jhi                                   on 2000/11/17  14:08:58
61541         Log: Undo #7627 now that we have =head3.
61542      Branch: perl
61543            ! pod/perlhack.pod
61544 ____________________________________________________________________________
61545 [  7723] By: jhi                                   on 2000/11/17  14:04:09
61546         Log: As surmised the #7719 wasn't a good move.
61547      Branch: perl
61548            ! hints/solaris_2.sh
61549 ____________________________________________________________________________
61550 [  7722] By: jhi                                   on 2000/11/17  13:59:04
61551         Log: Also the 64bitall hints can be either here or there.
61552      Branch: perl
61553            ! hints/solaris_2.sh
61554 ____________________________________________________________________________
61555 [  7721] By: jhi                                   on 2000/11/17  02:26:23
61556         Log: Test tweak for the open pragma.
61557      Branch: perl
61558            ! t/lib/b.t
61559 ____________________________________________________________________________
61560 [  7720] By: jhi                                   on 2000/11/17  00:23:22
61561         Log: The long double hints can be here or there.
61562      Branch: perl
61563            ! hints/solaris_2.sh
61564 ____________________________________________________________________________
61565 [  7719] By: jhi                                   on 2000/11/17  00:14:06
61566         Log: For Solaris use64bitall the stdchar needs a little bit of help.
61567      Branch: perl
61568            ! hints/solaris_2.sh
61569 ____________________________________________________________________________
61570 [  7718] By: jhi                                   on 2000/11/16  23:27:34
61571         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
61572              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
61573              Date: Wed, 15 Nov 2000 08:56:32 +0100
61574              Message-ID: <3A1241B0.64477E00@alcatel.at>
61575      Branch: perl
61576            ! lib/Carp/Heavy.pm
61577 ____________________________________________________________________________
61578 [  7717] By: jhi                                   on 2000/11/16  23:23:29
61579         Log: Subject: [PATCH] Re: 20001101.003 PDL
61580              From: Nicholas Clark <nick@ccl4.org>
61581              Date: Thu, 16 Nov 2000 16:48:25 +0000
61582              Message-ID: <20001116164825.B93487@plum.flirble.org>
61583      Branch: perl
61584            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
61585 ____________________________________________________________________________
61586 [  7716] By: jhi                                   on 2000/11/16  23:21:31
61587         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
61588              From: "Casey R. Tweten" <crt@kiski.net>
61589              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
61590              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
61591      Branch: perl
61592            ! lib/Pod/Checker.pm pod/perlpod.pod
61593 ____________________________________________________________________________
61594 [  7715] By: jhi                                   on 2000/11/16  23:19:40
61595         Log: Avoid an infinite loop in VMS when utils scripts are run
61596              with no arguments, from Charles Lane.
61597      Branch: perl
61598            ! configure.com
61599 ____________________________________________________________________________
61600 [  7714] By: jhi                                   on 2000/11/16  23:17:08
61601         Log: Subject: perllocale.pod changes
61602              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
61603              Date: Mon, 13 Nov 2000 10:09:22 +0300
61604              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
61605      Branch: perl
61606            ! pod/perllocale.pod
61607 ____________________________________________________________________________
61608 [  7713] By: jhi                                   on 2000/11/16  23:14:06
61609         Log: Integrate perlio.
61610      Branch: perl
61611           !> doio.c perlio.c perlio.h util.c
61612 ____________________________________________________________________________
61613 [  7712] By: nick                                  on 2000/11/16  21:10:58
61614         Log: Integrate mainline
61615      Branch: perlio
61616           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61617           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
61618           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
61619           !> vos/config.ga.def vos/config.ga.h win32/config.bc
61620           !> win32/config.gc win32/config.vc
61621 ____________________________________________________________________________
61622 [  7711] By: nick                                  on 2000/11/16  19:56:41
61623         Log: Minor tweaks:
61624              consistent way of getting 'rb', 'wb' etc. for binary opens
61625              move *perlio::layers to *open::layers
61626              a #define to show layers available
61627              DOSISH popen/PerlIO had export/import sense inverted.
61628      Branch: perlio
61629            ! doio.c perlio.c perlio.h util.c
61630 ____________________________________________________________________________
61631 [  7710] By: jhi                                   on 2000/11/16  15:46:05
61632         Log: Add HAS_SBRK_PROTO.
61633      Branch: metaconfig/U/perl
61634            + d_sbrkproto.U
61635      Branch: perl
61636            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61637            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
61638            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
61639            ! vos/config.ga.def vos/config.ga.h win32/config.bc
61640            ! win32/config.gc win32/config.vc
61641 ____________________________________________________________________________
61642 [  7709] By: nick                                  on 2000/11/16  07:31:49
61643         Log: Integrate mainline
61644      Branch: perlio
61645           !> (integrate 35 files)
61646 ____________________________________________________________________________
61647 [  7708] By: jhi                                   on 2000/11/16  05:33:03
61648         Log: These files are text, not binary.
61649      Branch: perl
61650            ! ext/Encode/Encode/iso8859-10.enc
61651            ! ext/Encode/Encode/iso8859-13.enc
61652            ! ext/Encode/Encode/iso8859-14.enc
61653            ! ext/Encode/Encode/iso8859-15.enc
61654 ____________________________________________________________________________
61655 [  7707] By: jhi                                   on 2000/11/16  01:53:37
61656         Log: Update Changes.
61657      Branch: perl
61658            ! Changes patchlevel.h
61659 ____________________________________________________________________________
61660 [  7706] By: jhi                                   on 2000/11/16  01:35:59
61661         Log: More #undefing of stdio.
61662      Branch: perl
61663            ! fakesdio.h nostdio.h
61664 ____________________________________________________________________________
61665 [  7705] By: jhi                                   on 2000/11/16  01:34:18
61666         Log: Add fwalk() probe to the configuration files and regen perltoc.
61667      Branch: perl
61668            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61669            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
61670            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
61671            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61672            ! win32/config.bc win32/config.gc win32/config.vc
61673 ____________________________________________________________________________
61674 [  7704] By: jhi                                   on 2000/11/16  01:33:07
61675         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
61676              an optional third argument to Inlibc?)
61677      Branch: metaconfig/U/perl
61678            + d__fwalk.U
61679 ____________________________________________________________________________
61680 [  7703] By: jhi                                   on 2000/11/16  01:09:22
61681         Log: The type of the hash_cb() size argument is tricky.
61682      Branch: perl
61683            ! ext/DB_File/DB_File.xs
61684 ____________________________________________________________________________
61685 [  7702] By: jhi                                   on 2000/11/15  23:01:16
61686         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
61687      Branch: perl
61688            ! nostdio.h
61689 ____________________________________________________________________________
61690 [  7701] By: jhi                                   on 2000/11/15  22:52:32
61691         Log: Detypo.
61692      Branch: perl
61693            ! t/lib/bigfltpm.t
61694 ____________________________________________________________________________
61695 [  7700] By: jhi                                   on 2000/11/15  22:51:56
61696         Log: UINT64_C() work continues.
61697      Branch: perl
61698            ! handy.h perl.h utf8.h
61699 ____________________________________________________________________________
61700 [  7699] By: jhi                                   on 2000/11/15  14:13:04
61701         Log: SOCKS has its own USE_THREADS, based on
61702              
61703              Subject: [ID 20001114.002] et. al. bugfix followup
61704              From: Jens Hamisch <jens@Strawberry.COM> 
61705              Date: Wed, 15 Nov 2000 14:23:11 +0100
61706              Message-ID: <20001115142311.A21164@Strawberry.COM>
61707      Branch: perl
61708            ! perl.h
61709 ____________________________________________________________________________
61710 [  7698] By: jhi                                   on 2000/11/15  03:50:56
61711         Log: Add few missing #undefs and sort them.
61712      Branch: perl
61713            ! fakesdio.h
61714 ____________________________________________________________________________
61715 [  7697] By: jhi                                   on 2000/11/15  03:39:14
61716         Log: Linenumber fix.
61717      Branch: perl
61718            ! t/pragma/warn/utf8
61719 ____________________________________________________________________________
61720 [  7696] By: jhi                                   on 2000/11/15  02:55:26
61721         Log: EBCDIC tweaks.
61722              
61723              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
61724              From: Peter Prymmer <pvhp@forte.com>
61725              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
61726              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
61727      Branch: perl
61728            ! t/op/regmesg.t t/pragma/warn/utf8
61729 ____________________________________________________________________________
61730 [  7695] By: jhi                                   on 2000/11/15  02:53:58
61731         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
61732              From: Peter Prymmer <pvhp@forte.com>
61733              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
61734              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
61735      Branch: perl
61736            ! utf8.c
61737 ____________________________________________________________________________
61738 [  7694] By: jhi                                   on 2000/11/15  02:50:55
61739         Log: Subject: [PATCH: perl@7674] updates to README.os390
61740              From: Prymmer/Kahn <pvhp@best.com>
61741              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
61742              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
61743      Branch: perl
61744            ! README.os390
61745 ____________________________________________________________________________
61746 [  7693] By: jhi                                   on 2000/11/15  02:48:37
61747         Log: Quit utf8_to_uv() instantly if curlen == 0.
61748      Branch: perl
61749            ! utf8.c
61750 ____________________________________________________________________________
61751 [  7692] By: jhi                                   on 2000/11/15  02:24:29
61752         Log: Use u_int32_t for the size of hash_cb(), not size_t.
61753              
61754              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
61755              From: Jens Hamisch <jens@Strawberry.COM>     
61756              Date: Tue, 14 Nov 2000 19:03:55 +0100
61757              Message-Id: <20001114190355.A20559@Strawberry.COM>
61758      Branch: perl
61759            ! ext/DB_File/DB_File.xs
61760 ____________________________________________________________________________
61761 [  7691] By: jhi                                   on 2000/11/15  02:20:12
61762         Log: Use UINT64_C().
61763              
61764              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
61765              From: Jens Hamisch <jens@Strawberry.COM>
61766              Date: Tue, 14 Nov 2000 19:16:23 +0100
61767              Message-Id: <20001114191623.G20559@Strawberry.COM>
61768      Branch: perl
61769            ! utf8.c utf8.h
61770 ____________________________________________________________________________
61771 [  7690] By: jhi                                   on 2000/11/15  02:17:06
61772         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
61773              (a macro to define signed and unsigned integer constants).
61774      Branch: perl
61775            ! handy.h
61776 ____________________________________________________________________________
61777 [  7689] By: jhi                                   on 2000/11/15  01:56:51
61778         Log: Regen Configure.
61779      Branch: perl
61780            ! Configure
61781 ____________________________________________________________________________
61782 [  7688] By: jhi                                   on 2000/11/15  01:56:32
61783         Log: Make the unit know about SOCKS.
61784      Branch: metaconfig
61785            ! U/protos/socksizetype.U
61786 ____________________________________________________________________________
61787 [  7687] By: jhi                                   on 2000/11/15  01:54:47
61788         Log: Remove unused dependencies.
61789      Branch: metaconfig
61790            ! U/compline/d_getpagsz.U
61791 ____________________________________________________________________________
61792 [  7686] By: nick                                  on 2000/11/14  21:25:13
61793         Log: Integrate mainline.
61794      Branch: perlio
61795           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
61796           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
61797           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
61798           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
61799           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
61800           !> win32/config.bc win32/config.gc win32/config.vc
61801           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
61802 ____________________________________________________________________________
61803 [  7685] By: jhi                                   on 2000/11/14  17:54:56
61804         Log: Integrate perlio.
61805      Branch: perl
61806           +> fakesdio.h perliol.h
61807           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
61808           !> perlsdio.h perlsfio.h pod/perlfunc.pod
61809 ____________________________________________________________________________
61810 [  7684] By: nick                                  on 2000/11/14  17:43:04
61811         Log: PerlIO #include and #ifdef re-work.
61812      Branch: perlio
61813            + fakesdio.h perliol.h
61814            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
61815            ! perlsdio.h perlsfio.h
61816 ____________________________________________________________________________
61817 [  7683] By: jhi                                   on 2000/11/14  15:42:40
61818         Log: Hoist the duplicated socket/netdb include logic to perl.h;
61819              undef SETERRNO in case SOCKS has defined it.  Based on:
61820              
61821              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
61822              From: Jens Hamisch <jens@Strawberry.COM> 
61823              Date: Tue, 14 Nov 2000 11:34:40 +0100
61824              Message-Id: <20001114113440.A20005@Strawberry.COM>
61825      Branch: perl
61826            ! doio.c perl.h pp_sys.c
61827 ____________________________________________________________________________
61828 [  7682] By: jhi                                   on 2000/11/14  14:07:28
61829         Log: Subject: some additions for makefiles for win32 (for perl@7674)
61830              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
61831              Date: Tue, 14 Nov 2000 09:31:13 +0300
61832              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
61833      Branch: perl
61834            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
61835            ! win32/makefile.mk
61836 ____________________________________________________________________________
61837 [  7681] By: jhi                                   on 2000/11/14  14:01:41
61838         Log: Subject: tiny typo in perl5db.pl
61839              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
61840              Date: Tue, 14 Nov 2000 09:29:28 +0300
61841              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
61842      Branch: perl
61843            ! lib/perl5db.pl
61844 ____________________________________________________________________________
61845 [  7680] By: jhi                                   on 2000/11/14  04:13:50
61846         Log: Redo #7679 with LFs instead of CRLFs.
61847      Branch: perl
61848            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
61849            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
61850            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
61851 ____________________________________________________________________________
61852 [  7679] By: jhi                                   on 2000/11/14  01:21:09
61853         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
61854              From: Benjamin Stuhl <tiriath@yahoo.com> 
61855              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
61856              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
61857      Branch: perl
61858            + win32/bin/mdelete.bat
61859            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
61860            ! makedef.pl perlio.c win32/Makefile win32/config.gc
61861            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
61862 ____________________________________________________________________________
61863 [  7678] By: jhi                                   on 2000/11/14  01:19:20
61864         Log: Fix the re extension building for Win32.
61865              
61866              Subject: [PATCH perl@7638] Get PerlIO building on Win32
61867              From: Benjamin Stuhl <tiriath@yahoo.com> 
61868              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
61869              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
61870      Branch: perl
61871            + ext/re/hints/MSWin32.pl
61872            ! MANIFEST
61873 ____________________________________________________________________________
61874 [  7677] By: jhi                                   on 2000/11/14  01:13:54
61875         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
61876              From: sthoenna@efn.org
61877              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
61878              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
61879      Branch: perl
61880            ! doop.c pp.c toke.c utf8.c utf8.h
61881 ____________________________________________________________________________
61882 [  7676] By: jhi                                   on 2000/11/13  20:23:15
61883         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
61884              From: Nicholas Clark <nick@ccl4.org>
61885              Date: Mon, 13 Nov 2000 18:55:04 +0000
61886              Message-ID: <20001113185504.J29183@plum.flirble.org>
61887      Branch: perl
61888            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
61889 ____________________________________________________________________________
61890 [  7675] By: nick                                  on 2000/11/13  20:21:57
61891         Log: Integrate mainline ...
61892      Branch: perlio
61893           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
61894           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
61895           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
61896           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
61897 ____________________________________________________________________________
61898 [  7674] By: jhi                                   on 2000/11/13  15:07:56
61899         Log: Update Changes.
61900      Branch: perl
61901            ! Changes patchlevel.h
61902 ____________________________________________________________________________
61903 [  7673] By: jhi                                   on 2000/11/13  14:42:42
61904         Log: Remove the new two tests of lib/io_xs for now, they seem to
61905              fail under perlio on some platforms.
61906      Branch: perl
61907            ! t/lib/io_xs.t
61908 ____________________________________________________________________________
61909 [  7672] By: jhi                                   on 2000/11/13  13:57:53
61910         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
61911      Branch: perl
61912            ! perlio.c
61913 ____________________________________________________________________________
61914 [  7671] By: jhi                                   on 2000/11/13  05:30:48
61915         Log: Placate nervous compilers that see longer than ints switch()ing.
61916      Branch: perl
61917            ! utf8.c
61918 ____________________________________________________________________________
61919 [  7670] By: jhi                                   on 2000/11/13  05:14:21
61920         Log: fputs() does return EOF on error but here we don't care.
61921      Branch: perl
61922            ! perlio.c
61923 ____________________________________________________________________________
61924 [  7669] By: jhi                                   on 2000/11/13  05:02:45
61925         Log: Declare reg_data like reg_substr_data.
61926      Branch: perl
61927            ! regexp.h
61928 ____________________________________________________________________________
61929 [  7668] By: jhi                                   on 2000/11/13  04:54:34
61930         Log: Typos in #7667.
61931      Branch: perl
61932            ! perl.h
61933 ____________________________________________________________________________
61934 [  7667] By: jhi                                   on 2000/11/13  04:49:49
61935         Log: Cleanup messy #ifdef.
61936      Branch: perl
61937            ! perl.h
61938 ____________________________________________________________________________
61939 [  7666] By: jhi                                   on 2000/11/13  04:17:34
61940         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
61941              From: Nicholas Clark <nick@talking.bollo.cx>
61942              Date: Sun, 12 Nov 2000 21:14:11 +0000
61943              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
61944              
61945              Note: only one breakage of the two reported is fixed by this patch.
61946      Branch: perl
61947            ! perlio.c
61948 ____________________________________________________________________________
61949 [  7665] By: jhi                                   on 2000/11/13  04:05:07
61950         Log: Tweak the definition of the bit complement on UTF-8 data:
61951              if none of the characters in the string are > 0xff,
61952              the result is a complemented byte string, not a (UTF-8)
61953              char string.  Based on the summary in
61954              
61955              Subject: Re: [ID 20000918.005] ~ on wide chars
61956              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
61957              Date: Fri, 10 Nov 2000 09:47:15 -0800
61958              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
61959              
61960              This should give us the maximum backward (pre-char string)
61961              compatibility and utf8 compatibility.  The other alternative
61962              would be to limit the bit complement to be always byte only,
61963              taking the least significant byte of the chars.
61964      Branch: perl
61965            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
61966 ____________________________________________________________________________
61967 [  7664] By: jhi                                   on 2000/11/13  00:23:44
61968         Log: Couple of tests from #7660 salvaged.
61969      Branch: perl
61970            - t/op/tell.t
61971            ! MANIFEST t/io/tell.t
61972 ____________________________________________________________________________
61973 [  7663] By: jhi                                   on 2000/11/13  00:02:48
61974         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
61975              From: Nicholas Clark <nick@talking.bollo.cx>
61976              Date: Sun, 12 Nov 2000 21:23:43 +0000
61977              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
61978      Branch: perl
61979            ! perlsfio.h
61980 ____________________________________________________________________________
61981 [  7662] By: jhi                                   on 2000/11/13  00:01:39
61982         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
61983              From: Nicholas Clark <nick@talking.bollo.cx>
61984              Date: Sun, 12 Nov 2000 21:30:04 +0000
61985              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
61986      Branch: perl
61987            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
61988 ____________________________________________________________________________
61989 [  7661] By: jhi                                   on 2000/11/12  23:57:29
61990         Log: Document tell() on special streams.
61991      Branch: perl
61992            ! pod/perlfunc.pod
61993 ____________________________________________________________________________
61994 [  7660] By: jhi                                   on 2000/11/12  23:54:22
61995         Log: (Subsumed by #7664)
61996      Branch: perl
61997            + t/op/tell.t
61998            ! MANIFEST
61999 ____________________________________________________________________________
62000 [  7659] By: jhi                                   on 2000/11/12  22:55:25
62001         Log: Many subdocumented return values of the IO extension now documented.
62002              ungetc and write still left subdocumented.
62003              
62004              Subject: [PATCH] (was Re: IO::Handle::ungetc)
62005              From: Nicholas Clark <nick@talking.bollo.cx>
62006              Date: Sun, 12 Nov 2000 21:35:53 +0000
62007              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
62008      Branch: perl
62009            ! ext/IO/lib/IO/Handle.pm
62010 ____________________________________________________________________________
62011 [  7658] By: jhi                                   on 2000/11/12  21:37:06
62012         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
62013              From: Nicholas Clark <nick@talking.bollo.cx>
62014              Date: Sun, 12 Nov 2000 20:03:22 +0000
62015              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
62016      Branch: perl
62017            ! pod/perlfunc.pod
62018 ____________________________________________________________________________
62019 [  7657] By: jhi                                   on 2000/11/12  20:34:55
62020         Log: Integrate perlio.
62021      Branch: perl
62022           !> perlio.c
62023 ____________________________________________________________________________
62024 [  7656] By: nick                                  on 2000/11/12  19:25:06
62025         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
62026      Branch: perlio
62027            ! perlio.c
62028 ____________________________________________________________________________
62029 [  7655] By: nick                                  on 2000/11/12  19:09:41
62030         Log: Integrate mainline
62031      Branch: perlio
62032           +> README.solaris ext/Encode/Encode/cp1006.enc
62033           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
62034           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
62035           +> ext/Encode/Encode/iso8859-13.enc
62036           +> ext/Encode/Encode/iso8859-14.enc
62037           +> ext/Encode/Encode/iso8859-15.enc
62038           !> (integrate 34 files)
62039 ____________________________________________________________________________
62040 [  7654] By: jhi                                   on 2000/11/12  19:00:22
62041         Log: Add a metaconfig unit for fsync.
62042      Branch: metaconfig/U/perl
62043            + d_fsync.U
62044 ____________________________________________________________________________
62045 [  7653] By: jhi                                   on 2000/11/12  19:00:01
62046         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
62047      Branch: perl
62048            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62049            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
62050            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62051            ! vos/config.ga.h win32/config.bc win32/config.gc
62052            ! win32/config.vc
62053 ____________________________________________________________________________
62054 [  7652] By: jhi                                   on 2000/11/11  21:12:01
62055         Log: Copy the s// information of README.hpux also to the perlrun.
62056      Branch: perl
62057            ! README.hpux pod/perlrun.pod
62058 ____________________________________________________________________________
62059 [  7651] By: jhi                                   on 2000/11/11  21:03:13
62060         Log: More README.solaris updates from Andy Dougherty.
62061      Branch: perl
62062            ! README.solaris
62063 ____________________________________________________________________________
62064 [  7650] By: jhi                                   on 2000/11/11  18:38:57
62065         Log: More descriptive error for unknown perlio layers.
62066              
62067              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
62068              From: Dominic Dunlop <domo@computer.org> 
62069              Date: Sat, 11 Nov 2000 18:20:32 +0100             
62070              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
62071      Branch: perl
62072            ! perlio.c pod/perldiag.pod
62073 ____________________________________________________________________________
62074 [  7649] By: jhi                                   on 2000/11/11  18:37:52
62075         Log: MachTen doesn't really do mmap() and munmap().
62076              
62077              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
62078              From: Dominic Dunlop <domo@computer.org> 
62079              Date: Sat, 11 Nov 2000 18:20:32 +0100             
62080              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
62081      Branch: perl
62082            ! hints/machten.sh
62083 ____________________________________________________________________________
62084 [  7648] By: jhi                                   on 2000/11/11  18:36:46
62085         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
62086              From: rspier@pobox.com (Robert Spier)
62087              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
62088              Message-ID: <14861.32839.491271.985797@rls.cx>
62089      Branch: perl
62090            ! Porting/Contract pod/perltoot.pod
62091 ____________________________________________________________________________
62092 [  7647] By: jhi                                   on 2000/11/11  18:35:30
62093         Log: Simplify the getpagesize() unit by dropping the
62094              pagesize probe since it's nowadays slightly more
62095              complicated because of sysconf(). (Note: if some
62096              platform really needs the -lPW for getpagesize,
62097              I just broke it.)
62098              
62099              TODO: a new pagesize unit.
62100      Branch: metaconfig
62101            ! U/compline/d_getpagsz.U
62102 ____________________________________________________________________________
62103 [  7646] By: jhi                                   on 2000/11/11  18:33:23
62104         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
62105      Branch: perl
62106            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62107            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
62108            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62109            ! vos/config.ga.h win32/config.bc win32/config.gc
62110            ! win32/config.vc
62111 ____________________________________________________________________________
62112 [  7645] By: jhi                                   on 2000/11/11  16:45:15
62113         Log: Use sysconf() or getpagesize() to find out the pagesize.
62114      Branch: perl
62115            ! perlio.c
62116 ____________________________________________________________________________
62117 [  7644] By: jhi                                   on 2000/11/11  15:46:08
62118         Log: Integrate perlio.
62119      Branch: perl
62120           !> perlio.c
62121 ____________________________________________________________________________
62122 [  7643] By: jhi                                   on 2000/11/11  15:33:36
62123         Log: Subject: Re: [PATCH] README.solaris
62124              From: Lupe Christoph <lupe@lupe-christoph.de>
62125              Date: Sat, 11 Nov 2000 14:08:10 +0100
62126              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
62127      Branch: perl
62128            ! README.solaris
62129 ____________________________________________________________________________
62130 [  7642] By: jhi                                   on 2000/11/11  15:22:12
62131         Log: Subject: [PATCH perl@7638] cygwin port
62132              From: "Eric Fifer" <egf7@columbia.edu>            
62133              Date: Fri, 10 Nov 2000 19:30:30 -0000
62134              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
62135      Branch: perl
62136            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
62137 ____________________________________________________________________________
62138 [  7641] By: nick                                  on 2000/11/11  14:50:36
62139         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
62140              Also call "Buf" layer directly when unread'ing non-read chars.
62141      Branch: perlio
62142            ! perlio.c
62143 ____________________________________________________________________________
62144 [  7640] By: jhi                                   on 2000/11/11  02:05:02
62145         Log: Add more encoding tables.
62146      Branch: perl
62147            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
62148            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
62149            + ext/Encode/Encode/iso8859-10.enc
62150            + ext/Encode/Encode/iso8859-13.enc
62151            + ext/Encode/Encode/iso8859-14.enc
62152            + ext/Encode/Encode/iso8859-15.enc
62153            ! MANIFEST
62154 ____________________________________________________________________________
62155 [  7639] By: jhi                                   on 2000/11/10  18:49:25
62156         Log: Subject: [PATCH] README.solaris
62157              From: Andy Dougherty <doughera@lafayette.edu>
62158              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
62159              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
62160      Branch: perl
62161            + README.solaris
62162            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
62163            ! pod/perl.pod pod/perltoc.pod
62164 ____________________________________________________________________________
62165 [  7638] By: jhi                                   on 2000/11/10  15:04:15
62166         Log: Update Changes.
62167      Branch: perl
62168            ! Changes patchlevel.h
62169 ____________________________________________________________________________
62170 [  7637] By: jhi                                   on 2000/11/10  14:14:28
62171         Log: Explain better why certain regex tests are skipped.
62172              
62173              Subject: Re: tests skipped: unknown reason
62174              From: Lupe Christoph <lupe@lupe-christoph.de>
62175              Date: Fri, 10 Nov 2000 09:08:56 +0100
62176              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
62177      Branch: perl
62178            ! t/op/regexp.t
62179 ____________________________________________________________________________
62180 [  7636] By: nick                                  on 2000/11/10  13:40:00
62181         Log: Integrate mainline.
62182      Branch: perlio
62183           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
62184           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
62185           !> win32/bin/search.pl
62186 ____________________________________________________________________________
62187 [  7635] By: nick                                  on 2000/11/10  13:25:52
62188         Log: Re-instate stdio large file support via perlio.
62189      Branch: perl
62190            ! perlio.c
62191 ____________________________________________________________________________
62192 [  7634] By: jhi                                   on 2000/11/10  04:49:55
62193         Log: Amdahl UTS hints updates.
62194              
62195              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
62196              From: hom00@utsglobal.com (Harold O Morris)
62197              Date: Thu, 9 Nov 2000 20:02 PST
62198              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
62199      Branch: perl
62200            ! hints/uts.sh
62201 ____________________________________________________________________________
62202 [  7633] By: jhi                                   on 2000/11/09  23:33:28
62203         Log: Subject: [PATCH] IO::Seekable pod
62204              From: Nicholas Clark <nick@talking.bollo.cx>
62205              Date: Thu, 9 Nov 2000 20:29:45 +0000
62206              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
62207      Branch: perl
62208            ! ext/IO/lib/IO/Handle.pm
62209 ____________________________________________________________________________
62210 [  7632] By: jhi                                   on 2000/11/09  21:55:41
62211         Log: Various doc oddball characters.
62212              
62213              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
62214              From: Michael Somos <somos@grail.cba.csuohio.edu>
62215              Date: Mon, 6 Nov 2000 17:44:20 -0500
62216              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
62217      Branch: perl
62218            ! emacs/cperl-mode.el lib/unicode/syllables.txt
62219            ! win32/bin/search.pl
62220 ____________________________________________________________________________
62221 [  7631] By: jhi                                   on 2000/11/09  21:12:29
62222         Log: Subject: Re: bash -c exit and linux hints 
62223              From: "John P. Linderman" <jpl@research.att.com>
62224              Date: Thu, 02 Nov 2000 09:37:25 -0500
62225              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
62226      Branch: perl
62227            ! hints/linux.sh
62228 ____________________________________________________________________________
62229 [  7630] By: nick                                  on 2000/11/09  20:34:11
62230         Log: Integrate mainline.
62231      Branch: perlio
62232           !> (integrate 91 files)
62233 ____________________________________________________________________________
62234 [  7629] By: jhi                                   on 2000/11/09  19:46:31
62235         Log: Missing dTHXs.
62236              
62237              Subject: RE: perl@7595 builds not on cygwin
62238              From: "Eric Fifer" <egf7@columbia.edu>
62239              Date: Thu, 9 Nov 2000 19:26:50 -0000
62240              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
62241      Branch: perl
62242            ! ext/Devel/Peek/Peek.xs
62243 ____________________________________________________________________________
62244 [  7628] By: jhi                                   on 2000/11/09  14:48:27
62245         Log: Disable only the tests 99 and 166 for UTF-8 locales.
62246      Branch: perl
62247            ! t/pragma/locale.t
62248 ____________________________________________________________________________
62249 [  7627] By: jhi                                   on 2000/11/09  14:40:27
62250         Log: There's no =head3.
62251      Branch: perl
62252            ! pod/perlhack.pod
62253 ____________________________________________________________________________
62254 [  7626] By: jhi                                   on 2000/11/09  13:54:26
62255         Log: The generated boot_* headers are wrong.  Pickier compiler,
62256              such as KAI C++ will refuse to compile the resulting perlmain.
62257              
62258              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
62259              From: Harri Pasanen <harri.pasanen@trema.com>
62260              Date: Thu, 09 Nov 2000 14:23:28 +0100
62261              Message-Id: <3A0AA550.26D548A3@trema.com>
62262      Branch: perl
62263            ! minimod.pl
62264 ____________________________________________________________________________
62265 [  7625] By: jhi                                   on 2000/11/09  13:50:44
62266         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
62267              From: Prymmer/Kahn <pvhp@best.com>
62268              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
62269              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
62270              
62271              All except the "cow orker" change.
62272      Branch: perl
62273            ! Porting/pumpkin.pod
62274 ____________________________________________________________________________
62275 [  7624] By: jhi                                   on 2000/11/09  13:45:33
62276         Log: Fix for
62277              
62278              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
62279              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
62280              Date: Thu, 09 Nov 2000 11:05:52 +0100
62281              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
62282      Branch: perl
62283            ! pod/perldiag.pod t/pragma/warn/pp_sys
62284 ____________________________________________________________________________
62285 [  7623] By: jhi                                   on 2000/11/09  13:37:16
62286         Log: Typo in an ifndef.
62287              
62288              Subject: Re: [PATCH 5.7.0] better messages from malloc()
62289              From: Joe Smith <jms@inwap.com>         
62290              Date: Thu, 09 Nov 2000 01:33:14 -0800
62291              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
62292      Branch: perl
62293            ! malloc.c
62294 ____________________________________________________________________________
62295 [  7622] By: jhi                                   on 2000/11/09  13:31:18
62296         Log: Remove unused extra arguments.
62297      Branch: metaconfig/U/perl
62298            ! perlxv.U
62299      Branch: perl
62300            ! Configure config_h.SH
62301 ____________________________________________________________________________
62302 [  7621] By: jhi                                   on 2000/11/09  13:16:36
62303         Log: More VMS moves on environment handling, from Charles Lane.
62304      Branch: perl
62305            ! t/pragma/locale.t
62306 ____________________________________________________________________________
62307 [  7620] By: jhi                                   on 2000/11/09  04:42:38
62308         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
62309              From: David Dyck <dcd@tc.fluke.com>
62310              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
62311              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
62312      Branch: perl
62313            ! pp_sys.c
62314 ____________________________________________________________________________
62315 [  7619] By: jhi                                   on 2000/11/09  04:36:21
62316         Log: Forgot from #7618.
62317      Branch: perl
62318            ! lib/File/stat.pm
62319 ____________________________________________________________________________
62320 [  7618] By: jhi                                   on 2000/11/09  04:28:44
62321         Log: Make deleting for %ENV work for (newer versions of) VMS,
62322              from Craig A. Berry.
62323      Branch: perl
62324            ! vms/vms.c
62325 ____________________________________________________________________________
62326 [  7617] By: jhi                                   on 2000/11/09  04:25:05
62327         Log: Subject: [PATCH] Class::Struct at compile time
62328              From: "Casey R. Tweten" <crt@kiski.net>
62329              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
62330              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
62331      Branch: perl
62332            ! lib/Class/Struct.pm
62333 ____________________________________________________________________________
62334 [  7616] By: jhi                                   on 2000/11/09  04:15:17
62335         Log: Subject: [ID 20001108.013] spelling
62336              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
62337              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
62338              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
62339      Branch: perl
62340            ! lib/ftp.pl
62341 ____________________________________________________________________________
62342 [  7615] By: jhi                                   on 2000/11/09  04:12:42
62343         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
62344              From: Peter Prymmer <pvhp@forte.com>
62345              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
62346              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
62347      Branch: perl
62348            ! configure.com
62349 ____________________________________________________________________________
62350 [  7614] By: jhi                                   on 2000/11/08  22:42:55
62351         Log: A missing aTHX_.
62352      Branch: perl
62353            ! ext/IPC/SysV/SysV.xs
62354 ____________________________________________________________________________
62355 [  7613] By: jhi                                   on 2000/11/08  19:30:21
62356         Log: Update Changes.
62357      Branch: perl
62358            ! Changes patchlevel.h
62359 ____________________________________________________________________________
62360 [  7612] By: jhi                                   on 2000/11/08  18:35:25
62361         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
62362              From: David Dyck <dcd@tc.fluke.com>
62363              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
62364              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
62365      Branch: perl
62366            ! pp_sys.c
62367 ____________________________________________________________________________
62368 [  7611] By: jhi                                   on 2000/11/08  18:30:26
62369         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
62370              From: Dominic Dunlop <domo@computer.org>
62371              Date: Tue, 7 Nov 2000 12:05:25 +0100
62372              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
62373      Branch: perl
62374            ! malloc.c
62375 ____________________________________________________________________________
62376 [  7610] By: jhi                                   on 2000/11/08  18:25:14
62377         Log: Do not test UTF-8 locales since that the tests would require
62378              polymorphic regexen.
62379      Branch: perl
62380            ! t/pragma/locale.t
62381 ____________________________________________________________________________
62382 [  7609] By: jhi                                   on 2000/11/08  17:12:51
62383         Log: Locale buglets.
62384              
62385              Subject: RE: Locales support (setlocale) fixes
62386              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
62387              Date: Wed, 8 Nov 2000 20:01:39 +0300
62388              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
62389      Branch: perl
62390            ! t/pragma/locale.t util.c
62391 ____________________________________________________________________________
62392 [  7608] By: jhi                                   on 2000/11/08  17:00:16
62393         Log: Deleting $ENV{PATH} in VMS is not recommendable.
62394      Branch: perl
62395            ! t/pragma/locale.t
62396 ____________________________________________________________________________
62397 [  7607] By: jhi                                   on 2000/11/08  16:58:26
62398         Log: Subject: PATCH std stdio for (Free)BSD
62399              From: Nicholas Clark <nick@ccl4.org>
62400              Date: Wed, 8 Nov 2000 15:36:29 +0000
62401              Message-ID: <20001108153629.D98736@plum.flirble.org>
62402      Branch: metaconfig
62403            ! U/compline/d_stdstdio.U
62404      Branch: perl
62405            ! Configure config_h.SH
62406 ____________________________________________________________________________
62407 [  7606] By: jhi                                   on 2000/11/08  16:43:31
62408         Log: Forgot to bump the line numbers in #7601.
62409      Branch: perl
62410            ! t/pragma/warn/pp_sys
62411 ____________________________________________________________________________
62412 [  7605] By: jhi                                   on 2000/11/08  16:39:12
62413         Log: More careful detection of how well NVs and UVs mix.
62414              
62415              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))
62416              From: Nicholas Clark <nick@ccl4.org>
62417              Date: Wed, 8 Nov 2000 15:14:12 +0000
62418              Message-ID: <20001108151412.B98736@plum.flirble.org>
62419              
62420              Added some SIGFPE paranoia.
62421      Branch: metaconfig/U/perl
62422            ! perlxv.U
62423      Branch: perl
62424            ! Configure config_h.SH
62425 ____________________________________________________________________________
62426 [  7604] By: jhi                                   on 2000/11/08  14:39:10
62427         Log: Subject: [patch perl@7595] VMS configure.com tweak
62428              From: "Craig A. Berry" <craigberry@mac.com>
62429              Date: Wed, 8 Nov 2000 00:24:12 -0600
62430              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
62431      Branch: perl
62432            ! configure.com
62433 ____________________________________________________________________________
62434 [  7603] By: jhi                                   on 2000/11/08  14:27:11
62435         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
62436              From: Robin Barker <rmb1@cise.npl.co.uk>
62437              Date: Wed, 8 Nov 2000 11:11:39 GMT
62438              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
62439      Branch: perl
62440            ! perlio.c
62441 ____________________________________________________________________________
62442 [  7602] By: jhi                                   on 2000/11/08  14:25:03
62443         Log: Fix for the tie-refhash string table leaks.
62444              
62445              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
62446              Date: Wed, 8 Nov 2000 13:03:04 GMT
62447              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
62448      Branch: perl
62449            ! t/lib/tie-refhash.t
62450 ____________________________________________________________________________
62451 [  7601] By: jhi                                   on 2000/11/08  14:21:08
62452         Log: Try to avoid flockless and emulationless places.
62453      Branch: perl
62454            ! t/pragma/warn/pp_sys
62455 ____________________________________________________________________________
62456 [  7600] By: jhi                                   on 2000/11/08  02:28:54
62457         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
62458              
62459              Subject: [PATCH] prototyped functions that should be overrideable
62460              From: "Casey R. Tweten" <crt@kiski.net>
62461              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
62462              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
62463      Branch: perl
62464            ! toke.c
62465 ____________________________________________________________________________
62466 [  7599] By: jhi                                   on 2000/11/08  01:12:05
62467         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
62468              
62469              Subject: [PATCH] perlbug.PL
62470              From: "Kurt D. Starsinic" <kstar@chapin.edu>
62471              Date: Mon, 6 Nov 2000 21:39:01 -0500
62472              Message-ID: <20001106213901.B20955@O2.chapin.edu>
62473      Branch: perl
62474            ! utils/perlbug.PL
62475 ____________________________________________________________________________
62476 [  7598] By: jhi                                   on 2000/11/07  23:42:00
62477         Log: Bad thinko in #7581 (I used the test program with the expanded
62478              values as-is).
62479      Branch: metaconfig
62480            ! U/compline/d_stdstdio.U
62481      Branch: perl
62482            ! Configure
62483 ____________________________________________________________________________
62484 [  7597] By: jhi                                   on 2000/11/07  21:43:29
62485         Log: Subject: [PATCH perl@7573] cygwin port
62486              From: "Fifer, Eric" <EFifer@sanwaint.com>
62487              Date: Tue, 7 Nov 2000 18:08:51 -0000 
62488              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
62489              
62490              Synchronize with Cygwin 1.1.5.
62491      Branch: perl
62492            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
62493            ! pod/perlport.pod unixish.h util.c
62494 ____________________________________________________________________________
62495 [  7596] By: jhi                                   on 2000/11/07  21:39:25
62496         Log: perlhack updates from H.Merijn Brand.
62497      Branch: perl
62498            ! pod/perlhack.pod
62499 ____________________________________________________________________________
62500 [  7595] By: jhi                                   on 2000/11/07  20:21:41
62501         Log: Update Changes.
62502      Branch: perl
62503            ! Changes patchlevel.h
62504 ____________________________________________________________________________
62505 [  7594] By: jhi                                   on 2000/11/07  19:18:58
62506         Log: Be more robust in Dynaloader.pm.
62507      Branch: perl
62508            ! ext/DynaLoader/DynaLoader_pm.PL
62509 ____________________________________________________________________________
62510 [  7593] By: jhi                                   on 2000/11/07  16:49:31
62511         Log: AUTHORS update.
62512      Branch: perl
62513            ! AUTHORS
62514 ____________________________________________________________________________
62515 [  7592] By: gsar                                  on 2000/11/07  16:39:51
62516         Log: normalize relative paths in virtualized current directory on windows,
62517              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
62518              returns)
62519      Branch: perl
62520            ! win32/vdir.h
62521 ____________________________________________________________________________
62522 [  7591] By: jhi                                   on 2000/11/07  16:04:26
62523         Log: Too profiler-happy: with optimization the #7590 actually makes
62524              the test to run 0.5% _slower_.  Requires much more instrumentation.
62525              Retract #7590.
62526      Branch: perl
62527            ! regcomp.c regcomp.h
62528 ____________________________________________________________________________
62529 [  7590] By: jhi                                   on 2000/11/07  15:51:13
62530         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
62531              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
62532              by using memset() and testing bytewise (as opposed to bitwise).
62533      Branch: perl
62534            ! regcomp.c regcomp.h
62535 ____________________________________________________________________________
62536 [  7589] By: jhi                                   on 2000/11/07  12:56:39
62537         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
62538              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62539              Date: Mon, 06 Nov 2000 23:45:30 -0500
62540              Message-Id: <0011079735.AA973576259@univpress.com>
62541      Branch: perl
62542            ! configure.com t/lib/st-lock.t
62543 ____________________________________________________________________________
62544 [  7588] By: jhi                                   on 2000/11/07  01:03:28
62545         Log: Tweak #7587.
62546      Branch: perl
62547            ! pod/perldiag.pod
62548 ____________________________________________________________________________
62549 [  7587] By: jhi                                   on 2000/11/07  01:00:27
62550         Log: A doc addition for bug id 20001105.019, beware \p.
62551      Branch: perl
62552            ! pod/perldiag.pod
62553 ____________________________________________________________________________
62554 [  7586] By: jhi                                   on 2000/11/07  00:32:22
62555         Log: Fake support of holey files in win/dosish platforms.
62556              
62557              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
62558              From: kipp@shonanblue.ne.jp
62559              Date: Mon, 6 Nov 2000 13:30:55 -0800
62560              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
62561      Branch: perl
62562            ! ext/SDBM_File/sdbm/sdbm.c
62563 ____________________________________________________________________________
62564 [  7585] By: jhi                                   on 2000/11/07  00:12:54
62565         Log: Subject: Pod updates
62566              From: "Stephen P. Potter" <spp@spotter.yi.org>
62567              Date: Mon, 06 Nov 2000 18:56:43 -0500
62568              Message-Id: <200011062357.SAA18173@spotter.yi.org>
62569      Branch: perl
62570            ! README.dos README.os2 README.win32 pod/buildtoc.PL
62571            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
62572            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
62573            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
62574            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
62575            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
62576            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
62577            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
62578            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
62579            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
62580            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
62581            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
62582            ! pod/perltootc.pod pod/perlunicode.pod
62583 ____________________________________________________________________________
62584 [  7584] By: jhi                                   on 2000/11/07  00:04:17
62585         Log: Varargs don't always work too well if one puts an unsigned
62586              char on the stack and pop an unsigned quad off the stack.
62587              
62588              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
62589              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
62590              Date: Mon, 06 Nov 2000 15:19:05 -0800
62591              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
62592      Branch: perl
62593            ! utf8.c
62594 ____________________________________________________________________________
62595 [  7583] By: jhi                                   on 2000/11/06  23:58:48
62596         Log: %ENV note tweaks from Dan Sugalski.
62597      Branch: perl
62598            ! pod/perlport.pod vms/perlvms.pod
62599 ____________________________________________________________________________
62600 [  7582] By: jhi                                   on 2000/11/06  23:05:49
62601         Log: glibc5 detection by __GNU_LIBRARY__.
62602      Branch: perl
62603            ! toke.c
62604 ____________________________________________________________________________
62605 [  7581] By: jhi                                   on 2000/11/06  22:51:29
62606         Log: Make the stdio test program of 7427 less noisy while being 
62607              compiled so that Digital UNIX wouldn't get both
62608              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
62609              undefined.  This makes perlio happy.
62610      Branch: metaconfig
62611            ! U/compline/d_stdstdio.U
62612      Branch: perl
62613            ! Configure config_h.SH
62614 ____________________________________________________________________________
62615 [  7580] By: jhi                                   on 2000/11/06  22:41:41
62616         Log: Document %ENV = () portability issues.
62617      Branch: perl
62618            ! pod/perlport.pod vms/perlvms.pod
62619 ____________________________________________________________________________
62620 [  7579] By: jhi                                   on 2000/11/06  21:29:24
62621         Log: VOS updates from Paul Green.
62622      Branch: perl
62623            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62624 ____________________________________________________________________________
62625 [  7578] By: jhi                                   on 2000/11/06  21:00:40
62626         Log: Sanitize the environment further.
62627      Branch: perl
62628            ! t/pragma/locale.t
62629 ____________________________________________________________________________
62630 [  7577] By: jhi                                   on 2000/11/06  20:53:51
62631         Log: Re-introduce 7552 lost in integration.
62632      Branch: perl
62633            ! perlio.c
62634 ____________________________________________________________________________
62635 [  7576] By: jhi                                   on 2000/11/06  20:33:46
62636         Log: Admit that the test leaks scalars.
62637      Branch: perl
62638            ! t/comp/proto.t
62639 ____________________________________________________________________________
62640 [  7575] By: jhi                                   on 2000/11/06  20:17:08
62641         Log: Integrate perlio.
62642      Branch: perl
62643           !> perlio.c
62644 ____________________________________________________________________________
62645 [  7574] By: nick                                  on 2000/11/06  20:07:28
62646         Log: Remove debug. Try (Mmap_t) on madvise() call.
62647      Branch: perlio
62648            ! perlio.c
62649 ____________________________________________________________________________
62650 [  7573] By: jhi                                   on 2000/11/06  13:56:05
62651         Log: Update Changes.
62652      Branch: perl
62653            ! Changes patchlevel.h
62654 ____________________________________________________________________________
62655 [  7572] By: jhi                                   on 2000/11/06  13:48:41
62656         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
62657              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62658              Date: Mon, 06 Nov 2000 10:11:42 +0100
62659              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
62660      Branch: perl
62661            ! pod/perlhack.pod
62662 ____________________________________________________________________________
62663 [  7571] By: jhi                                   on 2000/11/06  01:45:51
62664         Log: AUTHORS updates.
62665      Branch: perl
62666            ! AUTHORS
62667 ____________________________________________________________________________
62668 [  7570] By: jhi                                   on 2000/11/06  00:18:00
62669         Log: Fix for
62670              
62671              Subject: [ID 20000728.005] perl -P broken
62672              From: David Dyck <dcd@tc.fluke.com>
62673              Date: Fri, 28 Jul 2000 17:19:16 -0700
62674              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
62675              
62676              (hopefully).  The fix is also not complete, it seems to break
62677              BOM swallowing for libc5 systems, but until someone figures
62678              out a way to do this without ftell(), this will do.
62679      Branch: perl
62680            ! toke.c
62681 ____________________________________________________________________________
62682 [  7569] By: jhi                                   on 2000/11/06  00:05:30
62683         Log: Document that the evaled syntax errors cause scalar leaks.
62684      Branch: perl
62685            ! t/comp/proto.t
62686 ____________________________________________________________________________
62687 [  7568] By: jhi                                   on 2000/11/05  23:14:47
62688         Log: opmini.o can linger from Configures past.
62689      Branch: perl
62690            ! Makefile.SH
62691 ____________________________________________________________________________
62692 [  7567] By: jhi                                   on 2000/11/05  21:28:39
62693         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
62694              first argument correctly.
62695      Branch: perl
62696            ! perlio.c
62697 ____________________________________________________________________________
62698 [  7566] By: jhi                                   on 2000/11/05  21:15:56
62699         Log: Integrate perlio.
62700      Branch: perl
62701           !> perlio.c
62702 ____________________________________________________________________________
62703 [  7565] By: jhi                                   on 2000/11/05  21:15:13
62704         Log: Use -dM for gcc (the suggested patch did it only for Linux,
62705              but I think it can be generalized).
62706              
62707              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
62708              From: Pixel <pixel@mandrakesoft.com>
62709              Date: 05 Nov 2000 21:49:34 +0100 
62710              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
62711      Branch: perl
62712            ! ext/Errno/Errno_pm.PL
62713 ____________________________________________________________________________
62714 [  7564] By: nick                                  on 2000/11/05  21:09:18
62715         Log: Added a mmap layer as a "subclass" of perlio.
62716              PERLIO=mmap ./perl harness passes
62717      Branch: perlio
62718            ! perlio.c
62719 ____________________________________________________________________________
62720 [  7563] By: jhi                                   on 2000/11/05  19:48:55
62721         Log: Add a note for future generations about bug id 20000229.006.
62722      Branch: perl
62723            ! malloc.c
62724 ____________________________________________________________________________
62725 [  7562] By: jhi                                   on 2000/11/05  19:38:24
62726         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
62727      Branch: perl
62728            ! pp_ctl.c t/op/pos.t
62729 ____________________________________________________________________________
62730 [  7561] By: jhi                                   on 2000/11/05  18:21:46
62731         Log: Add =pod to be tidy.
62732      Branch: perl
62733            ! lib/Math/Complex.pm
62734 ____________________________________________________________________________
62735 [  7560] By: jhi                                   on 2000/11/05  17:38:46
62736         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
62737      Branch: perl
62738            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
62739            ! ext/Storable/Storable.xs t/lib/st-recurse.t
62740 ____________________________________________________________________________
62741 [  7559] By: jhi                                   on 2000/11/05  17:32:59
62742         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
62743              From: "Peter J. Farley III" <pjfarley@banet.net>
62744              Date: Sun, 05 Nov 2000 11:55:59 -0500
62745              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
62746      Branch: perl
62747            ! t/lib/syslog.t
62748 ____________________________________________________________________________
62749 [  7558] By: jhi                                   on 2000/11/05  17:29:19
62750         Log: Integrate perlio.
62751      Branch: perl
62752           !> perlio.c
62753 ____________________________________________________________________________
62754 [  7557] By: jhi                                   on 2000/11/05  17:22:01
62755         Log: A fix of sorts for 20000329.026, a better error message
62756              for a missing "use charnames" when using the \N{...}. 
62757      Branch: perl
62758            ! pod/perldiag.pod toke.c
62759 ____________________________________________________________________________
62760 [  7556] By: jhi                                   on 2000/11/05  16:33:50
62761         Log: Test tweak: show also the failed locales.
62762              
62763              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
62764              From: Lupe Christoph <lupe@lupe-christoph.de>         
62765              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
62766              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
62767      Branch: perl
62768            ! t/pragma/locale.t
62769 ____________________________________________________________________________
62770 [  7555] By: nick                                  on 2000/11/05  11:09:34
62771         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
62772              open RDWR so does not fail. (pragma/warnings 303 again...)
62773      Branch: perlio
62774            ! perlio.c
62775 ____________________________________________________________________________
62776 [  7554] By: nick                                  on 2000/11/05  10:10:13
62777         Log: Fix case where ungetc(f,EOF) was allowed.
62778              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
62779              so we can see similarities.
62780              Use types more carefully and a STDCHAR array in hope that this will
62781              fix Jarrko's 64bit machine.
62782      Branch: perlio
62783            ! perlio.c
62784 ____________________________________________________________________________
62785 [  7553] By: jhi                                   on 2000/11/05  01:12:16
62786         Log: Fix for
62787              
62788              Subject: [ID 20001004.007] taint propogation is inconsistent
62789              From: pimlott@idiomtech.com (Andrew Pimlott) 
62790              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
62791              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
62792              
62793              The culprit was sv_setsv() which was rather blindly
62794              propagating taint, which lead to behaviour where if
62795              a tainted anon hash value was seen all the hash values
62796              from then on at that level became tainted, or at any
62797              upper levels in the case of nested anon hashes.
62798      Branch: perl
62799            ! sv.c t/op/taint.t
62800 ____________________________________________________________________________
62801 [  7552] By: jhi                                   on 2000/11/04  23:44:18
62802         Log: Some cpps don't like splitting conditionals across several lines.
62803      Branch: perl
62804            ! perlio.c
62805 ____________________________________________________________________________
62806 [  7551] By: nick                                  on 2000/11/04  23:40:44
62807         Log: Integrate mainline
62808      Branch: perlio
62809           !> pp_hot.c t/op/taint.t
62810 ____________________________________________________________________________
62811 [  7550] By: nick                                  on 2000/11/04  23:39:05
62812         Log: Integrate mainline again
62813      Branch: perlio
62814           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
62815           !> t/lib/b.t t/op/misc.t util.c
62816 ____________________________________________________________________________
62817 [  7549] By: jhi                                   on 2000/11/04  23:14:01
62818         Log: Fix for
62819              
62820              Subject: [ID 20001004.006] undef is never tainted
62821              From: pimlott@idiomtech.com (Andrew Pimlott)
62822              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
62823              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
62824              
62825              An undef read from a slurped file was not tainted.
62826      Branch: perl
62827            ! pp_hot.c t/op/taint.t
62828 ____________________________________________________________________________
62829 [  7548] By: jhi                                   on 2000/11/04  22:56:21
62830         Log: Test tweak ($Config{useperlio} is by default undef) .
62831      Branch: perl
62832            ! t/lib/b.t
62833 ____________________________________________________________________________
62834 [  7547] By: jhi                                   on 2000/11/04  22:43:56
62835         Log: Integrate perlio.
62836      Branch: perl
62837           +> lib/perlio.pm
62838           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
62839           !> pod/perlapi.pod t/lib/b.t
62840 ____________________________________________________________________________
62841 [  7546] By: jhi                                   on 2000/11/04  22:40:59
62842         Log: Configure would use a bad $myuname from an old config.sh.
62843              
62844              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
62845              From: Andy Dougherty <doughera@lafayette.edu>
62846              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
62847              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
62848      Branch: metaconfig
62849            ! U/modified/Oldconfig.U
62850      Branch: perl
62851            ! Configure config_h.SH
62852 ____________________________________________________________________________
62853 [  7545] By: jhi                                   on 2000/11/04  22:36:54
62854         Log: Subject: Locales support (setlocale) fixes
62855              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
62856              Date: Sat, 4 Nov 2000 10:15:48 +0300 
62857              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
62858              
62859              Modified quite a bit to be more portable.
62860      Branch: perl
62861            ! embed.h embed.pl perl.h proto.h util.c
62862 ____________________________________________________________________________
62863 [  7544] By: jhi                                   on 2000/11/04  22:32:47
62864         Log: Dying is too strict here, better just skip.
62865      Branch: perl
62866            ! t/op/misc.t
62867 ____________________________________________________________________________
62868 [  7543] By: nick                                  on 2000/11/04  21:55:13
62869         Log: Merge mainline
62870      Branch: perlio
62871           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
62872           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
62873           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
62874           !> (integrate 64 files)
62875 ____________________________________________________________________________
62876 [  7542] By: jhi                                   on 2000/11/04  21:09:28
62877         Log: More Changes tweakery.
62878      Branch: perl
62879            ! Changes Porting/genlog
62880 ____________________________________________________________________________
62881 [  7541] By: jhi                                   on 2000/11/04  20:58:18
62882         Log: Changes fixups.
62883      Branch: perl
62884            ! Changes
62885 ____________________________________________________________________________
62886 [  7540] By: jhi                                   on 2000/11/04  20:42:38
62887         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
62888              create a "fast path" for locale name probing using "locale -a"
62889              if available, squash finally hopefully the s?printf resetting
62890              the numeric locale (since, IIUC perllocale, it never shouldn't). 
62891      Branch: perl
62892            ! sv.c t/op/misc.t t/pragma/locale.t
62893 ____________________________________________________________________________
62894 [  7539] By: nick                                  on 2000/11/04  19:56:10
62895         Log: PerlIO infrastructure complete.
62896      Branch: perlio
62897            + lib/perlio.pm
62898            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
62899 ____________________________________________________________________________
62900 [  7538] By: nick                                  on 2000/11/04  14:31:32
62901         Log: Type tweaks + less contorted allocation scheme
62902      Branch: perlio
62903            ! perlio.c
62904 ____________________________________________________________________________
62905 [  7537] By: nick                                  on 2000/11/04  12:40:42
62906         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
62907              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
62908              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
62909              sensible) which lead to some interesting fails.
62910      Branch: perlio
62911            ! perlio.c
62912 ____________________________________________________________________________
62913 [  7536] By: jhi                                   on 2000/11/04  00:20:02
62914         Log: Add FCNTL_CAN_LOCK.
62915              
62916              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
62917              From: Andy Dougherty <doughera@lafayette.edu>
62918              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
62919              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
62920              
62921              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
62922              From: Andy Dougherty <doughera@lafayette.edu>
62923              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
62924              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
62925      Branch: metaconfig/U/perl
62926            + d_fcntl_can_lock.U
62927            ! startperl.U
62928      Branch: perl
62929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62930            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
62931            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62932            ! vos/config.ga.h win32/config.bc win32/config.gc
62933            ! win32/config.vc
62934 ____________________________________________________________________________
62935 [  7535] By: nick                                  on 2000/11/03  22:19:10
62936         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
62937              - Works on Linux with
62938              perlio + unix
62939              stdio
62940              - Works on Solaris with
62941              perlio + unix
62942              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
62943              - Fails (hangs in openpid) if you try and stack
62944              perlio + stdio - Linux stdio's read() logic is hanging.
62945      Branch: perlio
62946            ! iperlsys.h perlio.c
62947 ____________________________________________________________________________
62948 [  7534] By: jhi                                   on 2000/11/03  15:16:02
62949         Log: Subject: Re: README.aix
62950              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62951              Date: Fri, 03 Nov 2000 16:03:15 +0100
62952              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
62953      Branch: perl
62954            ! README.aix
62955 ____________________________________________________________________________
62956 [  7533] By: jhi                                   on 2000/11/03  03:59:02
62957         Log: Subject: [PATCH 5.7.0] better messages from malloc()
62958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62959              Date: Wed, 1 Nov 2000 23:39:56 -0500
62960              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
62961      Branch: perl
62962            ! malloc.c pod/perldiag.pod
62963 ____________________________________________________________________________
62964 [  7532] By: jhi                                   on 2000/11/03  00:11:56
62965         Log: The #7521 touched things it shouldn't have.
62966      Branch: perl
62967            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
62968 ____________________________________________________________________________
62969 [  7531] By: jhi                                   on 2000/11/02  22:32:33
62970         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
62971              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62972              Date:     Thu, 2 Nov 2000 16:58:36 EST
62973              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
62974      Branch: perl
62975            ! vms/gen_shrfls.pl
62976 ____________________________________________________________________________
62977 [  7530] By: jhi                                   on 2000/11/02  22:08:49
62978         Log: Fix the problem discussed in
62979              
62980              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
62981              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
62982              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
62983              
62984              originally from Linc Madison.  Also Andreas König's comments
62985              taken into account.  Some other problems with Tie::SubstrHash
62986              fixed: didn't croak when the table exceeded the requested number
62987              of entries (as documented) but instead when the number of entries
62988              exceeded the size of the table, a croak() had an unnecessary \n,
62989              didn't have a CLEAR method, documented that there is no exists().
62990              Didn't fix to be strict-proof because the module uses &foo; and
62991              dynamic scope.  Added a test script exercizing both first tamely 
62992              the basic functionality, and then the failure cases reported by
62993              Linc Madison.
62994      Branch: perl
62995            + t/lib/tie-substrhash.t
62996            ! MANIFEST lib/Tie/SubstrHash.pm
62997 ____________________________________________________________________________
62998 [  7529] By: jhi                                   on 2000/11/02  17:58:08
62999         Log: recv() can fail and return undef.
63000              
63001              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
63002              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
63003              Date: Thu, 2 Nov 2000 20:12:20 +0300
63004              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
63005      Branch: perl
63006            ! lib/Net/Ping.pm
63007 ____________________________________________________________________________
63008 [  7528] By: jhi                                   on 2000/11/02  17:49:09
63009         Log: Detpyo.
63010      Branch: perl
63011            ! pod/perlop.pod
63012 ____________________________________________________________________________
63013 [  7527] By: jhi                                   on 2000/11/02  15:48:37
63014         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
63015              fix a autovivification bug in Tie::RefHash, add tests for both.
63016              
63017              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
63018              From: Edward Avis <epa98@doc.ic.ac.uk>
63019              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
63020              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
63021      Branch: perl
63022            + t/lib/tie-refhash.t
63023            ! MANIFEST lib/Tie/RefHash.pm
63024 ____________________________________________________________________________
63025 [  7526] By: jhi                                   on 2000/11/02  13:56:26
63026         Log: Test::Harness revealed buglets in the new DynaLoader.
63027              
63028              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
63029              From: andreas.koenig@anima.de (Andreas J. Koenig)
63030              Date: 02 Nov 2000 11:26:48 +0100 
63031              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
63032      Branch: perl
63033            ! ext/DynaLoader/DynaLoader_pm.PL
63034 ____________________________________________________________________________
63035 [  7525] By: jhi                                   on 2000/11/01  23:52:08
63036         Log: The entry for #7503 was missing.
63037      Branch: perl
63038            ! Changes
63039 ____________________________________________________________________________
63040 [  7524] By: jhi                                   on 2000/11/01  23:40:52
63041         Log: Update Changes.
63042      Branch: perl
63043            ! Changes patchlevel.h
63044 ____________________________________________________________________________
63045 [  7523] By: jhi                                   on 2000/11/01  22:57:09
63046         Log: More tweaking on the #7522 theme.
63047      Branch: perl
63048            ! ext/DynaLoader/DynaLoader_pm.PL
63049 ____________________________________________________________________________
63050 [  7522] By: jhi                                   on 2000/11/01  22:06:15
63051         Log: Expand %Config variables and %ENV variables only if
63052              so requested during build time using the
63053              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
63054              Not expanding makes relocating distributions easier.
63055      Branch: perl
63056            ! ext/DynaLoader/DynaLoader_pm.PL
63057 ____________________________________________________________________________
63058 [  7521] By: jhi                                   on 2000/11/01  20:56:34
63059         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
63060              and setgid() because they were just changing $< and $( which means
63061              only changing the real uid/gid, as opposed to changing both
63062              real and effective ids.  (The alternative way could have been
63063              in POSIX.pm to change $> and $), too, but making a direct call
63064              to the C API feels cleaner.)  Fixes the bug
63065              
63066              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
63067              From: "Garry T. Williams" <garry@zvolve.com>
63068              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
63069              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
63070      Branch: perl
63071            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63072            ! ext/POSIX/typemap pod/perlvar.pod
63073 ____________________________________________________________________________
63074 [  7520] By: jhi                                   on 2000/11/01  20:08:33
63075         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
63076              From: "Garry T. Williams" <garry@zvolve.com>
63077              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
63078              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
63079      Branch: perl
63080            ! pod/perlsec.pod
63081 ____________________________________________________________________________
63082 [  7519] By: jhi                                   on 2000/11/01  20:01:22
63083         Log: Locale warning explanation tweak.
63084      Branch: perl
63085            ! pod/perldiag.pod
63086 ____________________________________________________________________________
63087 [  7518] By: jhi                                   on 2000/11/01  18:57:13
63088         Log: C.pm part of
63089              
63090              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
63091              From: Jarkko Hietaniemi <jhi@iki.fi>
63092              Date: Tue, 10 Oct 2000 08:22:28 -0500
63093              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
63094      Branch: perl
63095            ! ext/B/B/C.pm
63096 ____________________________________________________________________________
63097 [  7517] By: jhi                                   on 2000/11/01  18:41:59
63098         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
63099              From: Martien Verbruggen <mgjv@comdyn.com.au>
63100              Date: Fri, 6 Oct 2000 14:09:10 +1100
63101              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
63102      Branch: perl
63103            ! pod/perlop.pod
63104 ____________________________________________________________________________
63105 [  7516] By: jhi                                   on 2000/11/01  18:34:55
63106         Log: Generalize the Camel wording.
63107              
63108              Subject: Re: perlfaq style changes
63109              From: John Borwick <jhborwic@unity.ncsu.edu>
63110              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
63111              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
63112      Branch: perl
63113            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
63114 ____________________________________________________________________________
63115 [  7515] By: jhi                                   on 2000/11/01  16:52:31
63116         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
63117              From: pimlott@idiomtech.com (Andrew Pimlott)
63118              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
63119              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
63120      Branch: perl
63121            ! pod/perlsec.pod
63122 ____________________________________________________________________________
63123 [  7514] By: jhi                                   on 2000/11/01  15:03:40
63124         Log: More AIX lore.
63125      Branch: perl
63126            ! ext/re/hints/aix.pl
63127 ____________________________________________________________________________
63128 [  7513] By: jhi                                   on 2000/11/01  14:48:30
63129         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
63130              From: root <root@chronos.fi.muni.cz>
63131              Date: Wed, 1 Nov 2000 12:31:32 +0100
63132              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
63133      Branch: perl
63134            ! lib/Net/Ping.pm
63135 ____________________________________________________________________________
63136 [  7512] By: jhi                                   on 2000/11/01  14:46:47
63137         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
63138              From: Martin Husemann <martin@duskware.de>
63139              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
63140              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
63141      Branch: perl
63142            ! regcomp.c
63143 ____________________________________________________________________________
63144 [  7511] By: jhi                                   on 2000/11/01  14:39:50
63145         Log: AUTHORS updates.
63146      Branch: perl
63147            ! AUTHORS
63148 ____________________________________________________________________________
63149 [  7510] By: jhi                                   on 2000/11/01  14:29:50
63150         Log: Subject: [PATCH] startperl to respect versiononly
63151              From: Robin Barker <rmb1@cise.npl.co.uk> 
63152              Date: Tue, 31 Oct 2000 16:29:36 GMT
63153              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
63154      Branch: metaconfig/U/perl
63155            ! startperl.U
63156      Branch: perl
63157            ! Configure config_h.SH
63158 ____________________________________________________________________________
63159 [  7509] By: jhi                                   on 2000/11/01  14:19:53
63160         Log: printf UVs the correct way, noticed by Robin Barker.
63161      Branch: perl
63162            ! utf8.c
63163 ____________________________________________________________________________
63164 [  7508] By: jhi                                   on 2000/11/01  14:10:03
63165         Log: Do not cleanup *% because the % has special meanings in some
63166              shell environments.
63167      Branch: perl
63168            ! ext/Storable/Makefile.PL
63169 ____________________________________________________________________________
63170 [  7507] By: jhi                                   on 2000/11/01  14:06:00
63171         Log: The NonStop-UX libraries have a novel way to say NaN.
63172      Branch: perl
63173            ! t/lib/bigfltpm.t
63174 ____________________________________________________________________________
63175 [  7506] By: jhi                                   on 2000/11/01  14:03:35
63176         Log: The osname has been lowercased by now, from Tom Bates.
63177      Branch: metaconfig
63178            ! U/modified/Oldconfig.U
63179      Branch: perl
63180            ! Configure config_h.SH
63181 ____________________________________________________________________________
63182 [  7505] By: jhi                                   on 2000/10/31  19:18:39
63183         Log: The compiler is either gcc or cc, from Tom Bates.
63184      Branch: perl
63185            ! hints/nonstopux.sh
63186 ____________________________________________________________________________
63187 [  7504] By: jhi                                   on 2000/10/31  14:53:42
63188         Log: Update Changes.
63189      Branch: perl
63190            ! Changes patchlevel.h
63191 ____________________________________________________________________________
63192 [  7503] By: jhi                                   on 2000/10/31  14:30:50
63193         Log: Whitespace style tweak.  Was originally going to see to
63194              
63195              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
63196              From: Joe Smith <jms@inwap.com>
63197              Date: Mon, 30 Oct 2000 18:47:57 -0800
63198              Message-Id: <39FE32DD.24AAC4D@inwap.com>
63199              
63200              but that had already been taken care of.
63201      Branch: metaconfig
63202            ! U/compline/d_stdstdio.U
63203      Branch: perl
63204            ! Configure config_h.SH
63205 ____________________________________________________________________________
63206 [  7502] By: jhi                                   on 2000/10/31  14:25:02
63207         Log: AUTHORS tweaks.
63208      Branch: perl
63209            ! AUTHORS
63210 ____________________________________________________________________________
63211 [  7501] By: jhi                                   on 2000/10/31  14:23:59
63212         Log: Subject: perlfaq style changes
63213              From: John Borwick <jhborwic@unity.ncsu.edu>
63214              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
63215              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
63216      Branch: perl
63217            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
63218            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
63219            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
63220            ! pod/perlfaq9.pod
63221 ____________________________________________________________________________
63222 [  7500] By: jhi                                   on 2000/10/31  14:22:15
63223         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
63224              
63225              Subject: Re: [ID 20000918.005] ~ on wide chars
63226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63227              Date: Mon, 30 Oct 2000 21:09:55 -0800
63228              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
63229              
63230              (The ord() part of the patch skipped.)
63231      Branch: perl
63232            ! doop.c
63233 ____________________________________________________________________________
63234 [  7499] By: jhi                                   on 2000/10/31  14:20:08
63235         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
63236              From: Jens Hamisch <jens@Strawberry.COM>
63237              Date: Mon, 30 Oct 2000 15:17:07 +0100
63238              Message-Id: <20001030151707.A9597@Strawberry.COM>
63239      Branch: perl
63240            ! av.c
63241 ____________________________________________________________________________
63242 [  7498] By: jhi                                   on 2000/10/31  14:16:29
63243         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
63244              From: Peter Prymmer <pvhp@forte.com>
63245              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
63246              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
63247      Branch: perl
63248            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
63249            + ext/Encode/Encode/posix-bc.enc
63250            ! MANIFEST t/lib/encode.t
63251 ____________________________________________________________________________
63252 [  7497] By: jhi                                   on 2000/10/31  14:13:22
63253         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
63254              From: Peter Prymmer <pvhp@forte.com>
63255              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
63256              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
63257      Branch: perl
63258            ! t/lib/cgi-html.t
63259 ____________________________________________________________________________
63260 [  7496] By: jhi                                   on 2000/10/31  14:12:05
63261         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
63262              From: Peter Prymmer <pvhp@forte.com>
63263              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
63264              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
63265      Branch: perl
63266            ! t/lib/cgi-function.t
63267 ____________________________________________________________________________
63268 [  7495] By: jhi                                   on 2000/10/31  14:11:08
63269         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
63270              From: Peter Prymmer <pvhp@forte.com>
63271              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
63272              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
63273      Branch: perl
63274            + ext/re/hints/aix.pl
63275            ! MANIFEST ext/re/Makefile.PL
63276 ____________________________________________________________________________
63277 [  7494] By: jhi                                   on 2000/10/31  14:08:32
63278         Log: Use Errno magic.
63279              
63280              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
63281              From: Casey Tweten <perl@ctweten.amsite.com>
63282              Date: Mon, 30 Oct 2000 15:51:17 -0500
63283              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
63284      Branch: perl
63285            ! lib/File/Temp.pm
63286 ____________________________________________________________________________
63287 [  7493] By: jhi                                   on 2000/10/31  14:05:07
63288         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
63289              
63290              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
63291              From: Nicholas Clark <nick@ccl4.org>
63292              Date: Mon, 30 Oct 2000 17:38:45 +0000
63293              Message-ID: <20001030173845.O60355@plum.flirble.org>
63294      Branch: perl
63295            ! Makefile.SH utils/perlbug.PL
63296 ____________________________________________________________________________
63297 [  7492] By: nick                                  on 2000/10/30  19:37:23
63298         Log: Change files which are mysteriously different to mainline to be
63299              copies of mainline.
63300      Branch: perlio
63301            ! objXSUB.h perlapi.c pod/perlapi.pod
63302 ____________________________________________________________________________
63303 [  7491] By: nick                                  on 2000/10/30  18:05:54
63304         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
63305              - typo in endian code in putc.
63306              - Don't allow read of write-only files and vice-versa
63307              - and off-by-one in flush-all loop.
63308              Remove debug calls as they were using GCC specific features.
63309      Branch: perlio
63310            ! perlio.c
63311 ____________________________________________________________________________
63312 [  7490] By: nick                                  on 2000/10/29  21:45:45
63313         Log: Integrate mainline to perlio
63314      Branch: perlio
63315           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
63316           !> toke.c
63317 ____________________________________________________________________________
63318 [  7489] By: jhi                                   on 2000/10/29  21:11:08
63319         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
63320              From: andreas.koenig@anima.de (Andreas J. Koenig)
63321              Date: 29 Oct 2000 22:05:59 +0100
63322              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
63323      Branch: perl
63324            ! lib/ExtUtils/Manifest.pm
63325 ____________________________________________________________________________
63326 [  7488] By: jhi                                   on 2000/10/29  21:07:47
63327         Log: Tests for #7487.
63328              
63329              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
63330              From: andreas.koenig@anima.de (Andreas J. Koenig)
63331              Date: 29 Oct 2000 19:37:09 +0100
63332              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
63333      Branch: perl
63334            ! t/comp/proto.t
63335 ____________________________________________________________________________
63336 [  7487] By: jhi                                   on 2000/10/29  21:06:27
63337         Log: constsub spillage.
63338              
63339              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
63340              From: John Tobey <jtobey@john-edwin-tobey.org>
63341              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
63342              Message-Id: <m13pvSr-000FObC@feynman.localnet>
63343      Branch: perl
63344            ! op.c
63345 ____________________________________________________________________________
63346 [  7486] By: nick                                  on 2000/10/29  21:05:04
63347         Log: Integrate mainline to perlio branch
63348      Branch: perlio
63349           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
63350           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
63351           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
63352           +> vos/install_perl.cm
63353            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
63354            - vos/config.h vos/config_h.SH_orig
63355           !> (integrate 141 files)
63356 ____________________________________________________________________________
63357 [  7485] By: jhi                                   on 2000/10/29  21:00:47
63358         Log: Make \x{...} consistently produce UTF-8.
63359              
63360              Subject: Re: \x{...} is confused 
63361              From: Simon Cozens <simon@cozens.net>
63362              Date: Sun, 29 Oct 2000 19:36:48 +0000
63363              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
63364      Branch: perl
63365            ! t/pragma/utf8.t toke.c
63366 ____________________________________________________________________________
63367 [  7484] By: nick                                  on 2000/10/29  20:05:29
63368         Log: PerlIO passes all tests.
63369      Branch: perlio
63370            ! perlio.c
63371 ____________________________________________________________________________
63372 [  7483] By: jhi                                   on 2000/10/29  18:06:55
63373         Log: Update Changes.
63374      Branch: perl
63375            ! Changes patchlevel.h
63376 ____________________________________________________________________________
63377 [  7482] By: nick                                  on 2000/10/29  17:43:28
63378         Log: Include <unistd.h> to get correct lseek() prototype etc.
63379              (I thought perl.h did that) - down to two fails
63380              - comp/require.t (last test)
63381              - lib/io_xs.t - possibly import/export of FILE * ?
63382      Branch: perlio
63383            ! perlio.c
63384 ____________________________________________________________________________
63385 [  7481] By: jhi                                   on 2000/10/29  17:02:37
63386         Log: UTF-8 decoder tweak.
63387      Branch: perl
63388            ! utf8.c
63389 ____________________________________________________________________________
63390 [  7480] By: nick                                  on 2000/10/29  16:26:11
63391         Log: Fixed two bugs:
63392              - error code not being set on close (of broken pipe)
63393              - append mode was truncating.
63394              At least one seek/tell bug remains.
63395      Branch: perlio
63396            ! perlio.c
63397 ____________________________________________________________________________
63398 [  7479] By: nick                                  on 2000/10/29  11:18:16
63399         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
63400              in case of accidents. Still several worrying fails, no line disciplines yet.
63401      Branch: perlio
63402            ! iperlsys.h perlio.c
63403 ____________________________________________________________________________
63404 [  7478] By: jhi                                   on 2000/10/29  02:04:01
63405         Log: Add also emailless people.
63406      Branch: perl
63407            ! AUTHORS
63408 ____________________________________________________________________________
63409 [  7477] By: jhi                                   on 2000/10/29  01:36:00
63410         Log: The #7476 needs a MANIFEST change, too.
63411      Branch: perl
63412            ! MANIFEST
63413 ____________________________________________________________________________
63414 [  7476] By: jhi                                   on 2000/10/29  01:35:21
63415         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
63416      Branch: perl
63417            - MAINTAIN
63418            ! AUTHORS Changes
63419 ____________________________________________________________________________
63420 [  7475] By: jhi                                   on 2000/10/28  23:57:25
63421         Log: De-quoted-unreadable to ISO Latin 1.
63422              (There's one ISO-2022-JP name in Changes5.004.)
63423      Branch: perl
63424            ! Changes Changes5.6
63425 ____________________________________________________________________________
63426 [  7474] By: jhi                                   on 2000/10/28  19:13:06
63427         Log: Subject: [ID 20001027.007] uniq array in perlfaq
63428              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
63429              Date: Fri, 27 Oct 2000 19:28:30 +0200
63430              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
63431      Branch: perl
63432            ! pod/perlfaq4.pod
63433 ____________________________________________________________________________
63434 [  7473] By: jhi                                   on 2000/10/28  18:02:05
63435         Log: Locking null mutexes is not recommendable.
63436              
63437              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
63438              From: Hugo <hv@crypt.compulink.co.uk>
63439              Date: Sat, 28 Oct 2000 18:41:12 +0100
63440              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
63441      Branch: perl
63442            ! op.c
63443 ____________________________________________________________________________
63444 [  7472] By: jhi                                   on 2000/10/28  17:52:58
63445         Log: Better create a true mailing list for the repository keepers.
63446      Branch: perl
63447            ! Porting/repository.pod
63448 ____________________________________________________________________________
63449 [  7471] By: jhi                                   on 2000/10/28  17:28:24
63450         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
63451              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
63452      Branch: perl
63453            + Porting/repository.pod
63454            ! MANIFEST
63455 ____________________________________________________________________________
63456 [  7470] By: jhi                                   on 2000/10/28  17:20:54
63457         Log: Subject: DOC PATCH 5.6.0
63458              From: mjd@plover.com
63459              Date: 27 Oct 2000 17:32:44 -0000
63460              Message-ID: <20001027173244.23754.qmail@plover.com>
63461      Branch: perl
63462            ! pod/perlfunc.pod
63463 ____________________________________________________________________________
63464 [  7469] By: jhi                                   on 2000/10/28  17:16:45
63465         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
63466              From: "Peter J. Farley III" <pjfarley@banet.net>
63467              Date: Fri, 27 Oct 2000 20:32:56 -0400
63468              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
63469      Branch: perl
63470            ! README.dos
63471 ____________________________________________________________________________
63472 [  7468] By: jhi                                   on 2000/10/28  17:07:18
63473         Log: Make target reordering to avoid pointless re-makes.
63474              
63475              Subject: Re: Total re-make of 'make okfile' after 7451 ?
63476              From: Nicholas Clark <nick@ccl4.org>
63477              Date: Sat, 28 Oct 2000 00:31:02 +0100
63478              Message-ID: <20001028003101.A54517@plum.flirble.org>
63479      Branch: perl
63480            ! Makefile.SH
63481 ____________________________________________________________________________
63482 [  7467] By: jhi                                   on 2000/10/28  17:05:31
63483         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
63484              From: lvirden@cas.org
63485              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
63486              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
63487      Branch: perl
63488            ! README.os2
63489 ____________________________________________________________________________
63490 [  7466] By: jhi                                   on 2000/10/28  16:09:16
63491         Log: Upgrade to CPAN 1.58_55.
63492              
63493              Subject: CPAN.pm status
63494              From: andreas.koenig@anima.de (Andreas J. Koenig) 
63495              Date: 28 Oct 2000 08:18:00 +0200 
63496              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
63497      Branch: perl
63498            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63499 ____________________________________________________________________________
63500 [  7465] By: jhi                                   on 2000/10/28  16:02:47
63501         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
63502      Branch: perl
63503            ! embed.h embed.pl perl.h proto.h toke.c
63504 ____________________________________________________________________________
63505 [  7464] By: nick                                  on 2000/10/28  10:43:44
63506         Log: Fix for sv_2iv() on "shared" value from keys %hash.
63507      Branch: perl
63508            ! sv.c
63509 ____________________________________________________________________________
63510 [  7463] By: jhi                                   on 2000/10/27  16:18:29
63511         Log: Update Changes.
63512      Branch: perl
63513            ! Changes patchlevel.h
63514 ____________________________________________________________________________
63515 [  7462] By: jhi                                   on 2000/10/27  16:17:44
63516         Log: Too enthusiastic editing in #7460.
63517      Branch: metaconfig
63518            ! U/modified/Oldsym.U
63519      Branch: perl
63520            ! Configure config_h.SH
63521 ____________________________________________________________________________
63522 [  7461] By: jhi                                   on 2000/10/27  15:37:38
63523         Log: Retract #7459, the script needs more work.
63524      Branch: perl
63525            - mkreef
63526            ! MANIFEST
63527 ____________________________________________________________________________
63528 [  7460] By: jhi                                   on 2000/10/27  15:23:14
63529         Log: Use $sort, $uniq (and $tr) consistently as wondered
63530              by Nicholas Clark.
63531      Branch: metaconfig
63532            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
63533            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
63534            ! U/modified/libc.U
63535      Branch: perl
63536            ! Configure config_h.SH
63537 ____________________________________________________________________________
63538 [  7459] By: jhi                                   on 2000/10/27  15:02:07
63539         Log: (Retracted by #7461)
63540              
63541              Add a shell script for creating/removing symbolic link farms,
63542              useful for keeping the source code read-only and doing the
63543              builds somewhere else.
63544      Branch: perl
63545            + mkreef
63546            ! MANIFEST
63547 ____________________________________________________________________________
63548 [  7458] By: jhi                                   on 2000/10/27  14:42:20
63549         Log: Do away with the fix_pl.
63550      Branch: perl
63551            - fix_pl
63552            ! MANIFEST Makefile.SH
63553 ____________________________________________________________________________
63554 [  7457] By: jhi                                   on 2000/10/27  12:43:13
63555         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
63556              From: Jens Hamisch <jens@Strawberry.COM>
63557              Date: Fri, 27 Oct 2000 14:38:21 +0200
63558              Message-Id: <20001027143821.B3366@Strawberry.COM>
63559      Branch: perl
63560            ! perl.h
63561 ____________________________________________________________________________
63562 [  7456] By: jhi                                   on 2000/10/27  12:33:42
63563         Log: Subject: [PATCH] todo
63564              From: Nicholas Clark <nick@ccl4.org>
63565              Date: Thu, 26 Oct 2000 22:32:29 +0100
63566              Message-ID: <20001026223229.A44540@plum.flirble.org>
63567      Branch: perl
63568            ! pod/perltodo.pod
63569 ____________________________________________________________________________
63570 [  7455] By: jhi                                   on 2000/10/27  12:02:21
63571         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
63572              From: John Tobey <jtobey@john-edwin-tobey.org>
63573              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
63574              Message-Id: <m13ozHF-000FObC@feynman.localnet>
63575      Branch: perl
63576            ! op.c t/pragma/sub_lval.t
63577 ____________________________________________________________________________
63578 [  7454] By: jhi                                   on 2000/10/27  11:59:42
63579         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
63580              From: sthoenna@efn.org
63581              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
63582              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
63583      Branch: perl
63584            ! pp.c t/op/assignwarn.t
63585 ____________________________________________________________________________
63586 [  7453] By: jhi                                   on 2000/10/27  00:15:08
63587         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
63588      Branch: perl
63589            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
63590            ! ext/Storable/Storable.xs t/lib/st-lock.t
63591 ____________________________________________________________________________
63592 [  7452] By: jhi                                   on 2000/10/26  13:05:52
63593         Log: Undo #7451, this seems to be a deficiency in Perforce,
63594              there is no per-file line-terminator type, only per-client.
63595      Branch: perl
63596            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
63597            ! win32/makefile.mk
63598 ____________________________________________________________________________
63599 [  7451] By: jhi                                   on 2000/10/26  04:56:03
63600         Log: Experimenting in DOS arcana.
63601      Branch: perl
63602            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
63603            ! win32/makefile.mk
63604 ____________________________________________________________________________
63605 [  7450] By: jhi                                   on 2000/10/26  04:50:52
63606         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
63607              From: "Peter J. Farley III" <pjfarley@banet.net>            
63608              Date: Wed, 25 Oct 2000 23:10:18 -0400
63609              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
63610      Branch: perl
63611            ! t/io/open.t
63612 ____________________________________________________________________________
63613 [  7449] By: jhi                                   on 2000/10/26  04:49:16
63614         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
63615              From: Hugo <hv@crypt.compulink.co.uk>
63616              Date: Thu, 26 Oct 2000 01:55:17 +0100
63617              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
63618              
63619              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
63620      Branch: perl
63621            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
63622 ____________________________________________________________________________
63623 [  7448] By: jhi                                   on 2000/10/26  04:38:36
63624         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
63625              From: Peter Prymmer <pvhp@forte.com>
63626              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
63627              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
63628      Branch: perl
63629            ! configure.com
63630 ____________________________________________________________________________
63631 [  7447] By: jhi                                   on 2000/10/25  23:20:02
63632         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
63633              in platforms that strictly require all the symbols being present
63634              at link time.
63635      Branch: perl
63636            ! handy.h
63637 ____________________________________________________________________________
63638 [  7446] By: jhi                                   on 2000/10/25  21:55:57
63639         Log: Update Changes.
63640      Branch: perl
63641            ! Changes patchlevel.h
63642 ____________________________________________________________________________
63643 [  7445] By: jhi                                   on 2000/10/25  21:27:08
63644         Log: Integrate with vmsperl #7430 by Charles Bailey:
63645              
63646              Cleanup from prior patch (Charles Lane?):
63647              - improve handling of MFDs in Basename and Path
63648              - default to no xsubpp line # munging when building debug images
63649      Branch: perl
63650           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
63651 ____________________________________________________________________________
63652 [  7444] By: jhi                                   on 2000/10/25  21:03:50
63653         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
63654              From: John Peacock <JPeacock@UnivPress.com>
63655              Date: Thu, 18 May 2000 11:55:27 -0400
63656              Message-ID: <3924126F.A58BE57A@UnivPress.com>
63657      Branch: perl
63658            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
63659            ! t/op/write.t
63660 ____________________________________________________________________________
63661 [  7443] By: jhi                                   on 2000/10/25  20:43:10
63662         Log: Temporary stopgap for the self-tying issue: for now only
63663              array and hash self-ties are verboten.  The real fix, of
63664              course, would be to comprehensively test (and implement?)
63665              and debug (and document) self-ties.
63666      Branch: perl
63667            ! pod/perldiag.pod pp_sys.c t/op/tie.t
63668 ____________________________________________________________________________
63669 [  7442] By: jhi                                   on 2000/10/25  20:14:30
63670         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
63671              From: Dan Sugalski <dan@sidhe.org>
63672              Date: Wed, 25 Oct 2000 13:36:35 -0400
63673              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
63674              
63675              plus regen global.sym.
63676      Branch: perl
63677            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
63678            ! thrdvar.h util.c
63679 ____________________________________________________________________________
63680 [  7441] By: jhi                                   on 2000/10/25  20:12:20
63681         Log: buildtoc target tweaks.
63682      Branch: perl
63683            ! pod/Makefile.SH
63684 ____________________________________________________________________________
63685 [  7440] By: jhi                                   on 2000/10/25  20:03:53
63686         Log: A new version of making the syslog test more robust.
63687              (Replaces #7421.)
63688              
63689              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
63690              From: "Kurt D. Starsinic" <kstar@chapin.edu>
63691              Date: Wed, 25 Oct 2000 12:13:54 -0400
63692              Message-ID: <20001025121354.B2264@O2.chapin.edu>
63693      Branch: perl
63694            ! t/lib/syslog.t
63695 ____________________________________________________________________________
63696 [  7439] By: jhi                                   on 2000/10/25  20:00:48
63697         Log: Continue the internal UTF-8 API tweaking.
63698              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
63699              used much more than the simpler API, now called utf8_to_uv_simple().
63700              Still not quite happy with API, too much partial duplication
63701              of functionality.
63702      Branch: perl
63703            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
63704            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
63705            ! regcomp.c regexec.c sv.c toke.c utf8.c
63706 ____________________________________________________________________________
63707 [  7438] By: jhi                                   on 2000/10/25  18:52:30
63708         Log: Allow poking holes at the UTF-8 decoding strictness.
63709      Branch: perl
63710            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
63711            ! utf8.h
63712 ____________________________________________________________________________
63713 [  7437] By: jhi                                   on 2000/10/25  13:53:05
63714         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
63715              UTF8LEN() and UTF8SKIP(). 
63716      Branch: perl
63717            ! pp.c utf8.c utf8.h
63718 ____________________________________________________________________________
63719 [  7436] By: jhi                                   on 2000/10/25  13:51:37
63720         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
63721              From: Nicholas Clark <nick@ccl4.org>
63722              Date: Wed, 25 Oct 2000 14:44:05 +0100
63723              Message-ID: <20001025144404.D27253@plum.flirble.org>
63724      Branch: perl
63725            ! pod/perlrun.pod
63726 ____________________________________________________________________________
63727 [  7435] By: jhi                                   on 2000/10/25  13:49:32
63728         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
63729              From: Mike Guy <mjtg@cam.ac.uk>
63730              Date: Tue, 24 Oct 2000 14:59:40 +0100
63731              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
63732      Branch: perl
63733            ! scope.c
63734 ____________________________________________________________________________
63735 [  7434] By: jhi                                   on 2000/10/25  13:48:41
63736         Log: AIX is picky about its symbol exports.  Solution for now
63737              is to include the deb.o explicitly to the re extension build.
63738              
63739              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
63740              From: Peter Prymmer <pvhp@forte.com>
63741              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
63742              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
63743      Branch: perl
63744            ! ext/re/Makefile.PL hints/aix.sh
63745 ____________________________________________________________________________
63746 [  7433] By: jhi                                   on 2000/10/25  13:46:49
63747         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
63748              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63749              Date: Wed, 25 Oct 2000 12:02:20 +0200
63750              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
63751      Branch: perl
63752            ! perlsdio.h
63753 ____________________________________________________________________________
63754 [  7432] By: jhi                                   on 2000/10/25  13:44:28
63755         Log: Subject: Minor update to find2perl, for portability
63756              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
63757              Date: Wed, 25 Oct 2000 12:05:47 +0100
63758              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
63759      Branch: perl
63760            ! x2p/find2perl.PL
63761 ____________________________________________________________________________
63762 [  7431] By: jhi                                   on 2000/10/25  13:40:39
63763         Log: Add targets to Makefile.SH, most importantly
63764              'regen_all' which also remembers to update vms/perly*.
63765      Branch: perl
63766            ! Makefile.SH
63767 ____________________________________________________________________________
63768 [  7430] By: bailey                                on 2000/10/25  03:13:53
63769         Log: Cleanup from prior patch (Charles Lane?):
63770              - improve handling of MFDs in Basename and Path
63771              - default to no xsubpp line # munging when building debug images
63772      Branch: vmsperl
63773            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
63774 ____________________________________________________________________________
63775 [  7429] By: jhi                                   on 2000/10/24  20:03:40
63776         Log: Podify README.epoc and README.vos.
63777      Branch: perl
63778            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
63779            ! pod/perlport.pod pod/perltoc.pod
63780 ____________________________________________________________________________
63781 [  7428] By: jhi                                   on 2000/10/24  19:10:33
63782         Log: Stratus VOS updates from Paul Green.
63783      Branch: perl
63784            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63785            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
63786            - vos/config.def vos/config.h vos/config_h.SH_orig
63787            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
63788            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
63789 ____________________________________________________________________________
63790 [  7427] By: jhi                                   on 2000/10/24  18:59:48
63791         Log: Check if stdio supports tweaking lval and cnt simultaneously.
63792              
63793              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
63794              From: Nicholas Clark <nick@ccl4.org>
63795              Date: Mon, 23 Oct 2000 15:39:32 +0100
63796              Message-ID: <20001023153932.A10786@plum.flirble.org>
63797      Branch: metaconfig
63798            ! U/compline/d_stdstdio.U
63799      Branch: perl
63800            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63801            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
63802            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
63803            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
63804            ! vos/config.h vos/config_h.SH_orig win32/config.bc
63805            ! win32/config.gc win32/config.vc
63806 ____________________________________________________________________________
63807 [  7426] By: jhi                                   on 2000/10/24  17:57:44
63808         Log: Missed the header file changes from #7425.
63809      Branch: perl
63810            ! embed.h embed.pl objXSUB.h proto.h
63811 ____________________________________________________________________________
63812 [  7425] By: jhi                                   on 2000/10/24  17:55:17
63813         Log: Fix the bug reported in
63814              
63815              From: andreas.koenig@anima.de (Andreas J. Koenig)
63816              Subject: Encode bug?
63817              Date: 24 Oct 2000 14:01:26 +0200 
63818              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
63819              
63820              Also make is_utf8_char() stricter.
63821      Branch: perl
63822            ! ext/Encode/Encode.xs utf8.c
63823 ____________________________________________________________________________
63824 [  7424] By: jhi                                   on 2000/10/24  15:15:39
63825         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
63826              From: Peter Scott <Peter@PSDT.com>
63827              Date: Mon, 23 Oct 2000 19:46:01 -0700
63828              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
63829      Branch: perl
63830            ! pod/perlfaq5.pod
63831 ____________________________________________________________________________
63832 [  7423] By: jhi                                   on 2000/10/24  14:25:30
63833         Log: Test tweak to avoid pulling in the whole Config.
63834      Branch: perl
63835            ! t/lib/st-lock.t
63836 ____________________________________________________________________________
63837 [  7422] By: jhi                                   on 2000/10/24  14:03:16
63838         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
63839      Branch: perl
63840            ! pp.c
63841 ____________________________________________________________________________
63842 [  7421] By: jhi                                   on 2000/10/24  13:32:09
63843         Log: (Replaced by #7440.)
63844              
63845              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
63846              From: "Kurt D. Starsinic" <kstar@chapin.edu>
63847              Date: Mon, 23 Oct 2000 16:40:54 -0400
63848              Message-ID: <20001023164054.B14491@O2.chapin.edu>
63849      Branch: perl
63850            ! t/lib/syslog.t
63851 ____________________________________________________________________________
63852 [  7420] By: jhi                                   on 2000/10/24  13:30:53
63853         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
63854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63855              Date: Mon, 23 Oct 2000 17:29:03 -0400
63856              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
63857      Branch: perl
63858            ! lib/ExtUtils/MM_Unix.pm
63859 ____________________________________________________________________________
63860 [  7419] By: jhi                                   on 2000/10/24  13:29:57
63861         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
63862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63863              Date: Mon, 23 Oct 2000 19:01:32 -0400
63864              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
63865      Branch: perl
63866            ! utils/h2xs.PL
63867 ____________________________________________________________________________
63868 [  7418] By: jhi                                   on 2000/10/24  13:26:04
63869         Log: Replace #7409 with
63870              
63871              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
63872              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
63873              Date: Mon, 23 Oct 2000 20:08:56 +0200
63874              Message-ID: <20001023200855.A14850@nice.ram.loc>
63875      Branch: perl
63876            ! ext/Storable/Storable.pm t/lib/st-lock.t
63877 ____________________________________________________________________________
63878 [  7417] By: jhi                                   on 2000/10/24  13:17:52
63879         Log: Run vms/vms_yfix.pl, should have done that after changing
63880              perly.c in #7382.
63881      Branch: perl
63882            ! vms/perly_c.vms vms/perly_h.vms
63883 ____________________________________________________________________________
63884 [  7416] By: jhi                                   on 2000/10/24  02:55:33
63885         Log: Make the UTF-8 decoding stricter and more verbose when
63886              malformation happens.  This involved adding an argument
63887              to utf8_to_uv_chk(), which involved changing its prototype,
63888              and prefer STRLEN over I32 for the UTF-8 length, which as
63889              a domino effect necessitated changing the prototypes of
63890              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
63891              The stricter UTF-8 decoding checking uses Markus Kuhn's
63892              UTF-8 Decode Stress Tester from
63893              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
63894      Branch: perl
63895            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
63896            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
63897            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
63898            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
63899 ____________________________________________________________________________
63900 [  7415] By: jhi                                   on 2000/10/23  14:06:06
63901         Log: Update Changes.
63902      Branch: perl
63903            ! Changes patchlevel.h
63904 ____________________________________________________________________________
63905 [  7414] By: jhi                                   on 2000/10/23  12:39:52
63906         Log: Undo the basename() part of #7412 since the lib/basename
63907              tests would need upgrading too.
63908      Branch: perl
63909            ! lib/File/Basename.pm
63910 ____________________________________________________________________________
63911 [  7413] By: jhi                                   on 2000/10/23  12:19:27
63912         Log: Document PERL_INSTALL_ROOT of #7210.
63913      Branch: perl
63914            ! lib/ExtUtils/Install.pm
63915 ____________________________________________________________________________
63916 [  7412] By: jhi                                   on 2000/10/23  12:16:47
63917         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
63918      Branch: perl
63919            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
63920            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
63921 ____________________________________________________________________________
63922 [  7411] By: jhi                                   on 2000/10/23  12:07:41
63923         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
63924              From: Prymmer/Kahn <pvhp@best.com>
63925              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
63926              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
63927      Branch: perl
63928            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
63929 ____________________________________________________________________________
63930 [  7410] By: jhi                                   on 2000/10/23  04:10:11
63931         Log: The change #7187 was not so good on VMS.
63932              
63933              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
63934              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63935              Date: Sun, 22 Oct 2000 23:03:08 -0500
63936              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
63937      Branch: perl
63938            ! utils/perldoc.PL
63939 ____________________________________________________________________________
63940 [  7409] By: jhi                                   on 2000/10/23  03:57:36
63941         Log: Avoid Storable locking on DJGPP for now.
63942              
63943              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
63944              From: "Peter J. Farley III" <pjfarley@banet.net>
63945              Date: Sun, 22 Oct 2000 20:00:00 -0400
63946              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
63947      Branch: perl
63948            ! ext/Storable/Storable.pm t/lib/st-lock.t
63949 ____________________________________________________________________________
63950 [  7408] By: jhi                                   on 2000/10/23  03:50:24
63951         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
63952              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63953              Date: Sun, 22 Oct 2000 21:12:22 -0400
63954              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
63955      Branch: perl
63956            ! lib/vars.pm
63957 ____________________________________________________________________________
63958 [  7407] By: jhi                                   on 2000/10/23  03:43:12
63959         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
63960              From: Hugo <hv@crypt.compulink.co.uk>
63961              Date: Mon, 23 Oct 2000 00:47:22 +0100
63962              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
63963      Branch: perl
63964            ! regexec.c t/op/pat.t
63965 ____________________________________________________________________________
63966 [  7406] By: jhi                                   on 2000/10/23  03:40:29
63967         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
63968      Branch: perl
63969            ! lib/ExtUtils/MakeMaker.pm
63970 ____________________________________________________________________________
63971 [  7405] By: jhi                                   on 2000/10/22  21:32:00
63972         Log: Doc patch.
63973              
63974              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
63975              From: rspier@pobox.com (Robert Spier)
63976              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
63977              Message-ID: <14835.16112.13457.447971@rls.cx>
63978      Branch: perl
63979            ! lib/strict.pm
63980 ____________________________________________________________________________
63981 [  7404] By: jhi                                   on 2000/10/22  21:30:51
63982         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
63983              From: rspier@pobox.com (Robert Spier)
63984              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
63985              Message-ID: <14835.17223.72448.705566@rls.cx>
63986      Branch: perl
63987            ! lib/ExtUtils/MakeMaker.pm
63988 ____________________________________________________________________________
63989 [  7403] By: jhi                                   on 2000/10/22  21:24:11
63990         Log: Subject: [PATCH bleadperl] ripples from constsub patch
63991              From: John Tobey <jtobey@john-edwin-tobey.org>
63992              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
63993              Message-Id: <m13nSOB-000FObC@feynman.localnet>
63994      Branch: perl
63995            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
63996 ____________________________________________________________________________
63997 [  7402] By: jhi                                   on 2000/10/22  20:59:35
63998         Log: Support s?printf parameter reordering.
63999      Branch: perl
64000            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
64001 ____________________________________________________________________________
64002 [  7401] By: jhi                                   on 2000/10/22  19:19:14
64003         Log: Expand %Config variables only if explicitly so requested
64004              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
64005              
64006              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
64007              From: Gurusamy Sarathy <gsar@ActiveState.com>
64008              Date: Sun, 22 Oct 2000 11:47:32 -0700
64009              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
64010      Branch: perl
64011            ! Makefile.SH lib/lib_pm.PL
64012 ____________________________________________________________________________
64013 [  7400] By: jhi                                   on 2000/10/22  18:24:10
64014         Log: Move the #7390 test from warn/op to comp/redef.
64015              
64016              Subject: Re: Creating const subs for constants.
64017              From: John Tobey <jtobey@john-edwin-tobey.org>
64018              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
64019              Message-Id: <m13nG72-000FObC@feynman.localnet>               
64020      Branch: perl
64021            ! t/comp/redef.t t/pragma/warn/op
64022 ____________________________________________________________________________
64023 [  7399] By: jhi                                   on 2000/10/22  17:49:59
64024         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
64025              From: Nicholas Clark <nick@ccl4.org>
64026              Date: Sat, 21 Oct 2000 22:23:19 +0100
64027              Message-ID: <20001021222319.B45586@plum.flirble.org>
64028      Branch: perl
64029            ! ext/DynaLoader/DynaLoader_pm.PL
64030 ____________________________________________________________________________
64031 [  7398] By: jhi                                   on 2000/10/22  17:47:35
64032         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
64033              From: Hugo <hv@crypt.compulink.co.uk>
64034              Date: Sat, 21 Oct 2000 18:19:59 +0100
64035              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
64036      Branch: perl
64037            ! ext/B/B.pm ext/B/B/C.pm
64038 ____________________________________________________________________________
64039 [  7397] By: jhi                                   on 2000/10/22  17:35:18
64040         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
64041              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
64042              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
64043              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
64044      Branch: perl
64045            ! hints/openbsd.sh
64046 ____________________________________________________________________________
64047 [  7396] By: jhi                                   on 2000/10/22  17:19:46
64048         Log: Subject: installman go-faster stripes
64049              From: Nicholas Clark <nick@talking.bollo.cx>
64050              Date: Sat, 21 Oct 2000 17:24:53 +0100
64051              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
64052              
64053              Subject: Re: installman go-faster stripes
64054              From: Russ Allbery <rra@stanford.edu>
64055              Date: 21 Oct 2000 11:04:13 -0700
64056              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
64057      Branch: perl
64058            ! installman pod/pod2man.PL
64059 ____________________________________________________________________________
64060 [  7395] By: jhi                                   on 2000/10/22  17:17:35
64061         Log: Hints tweak from Anton Berezin.
64062      Branch: perl
64063            ! hints/freebsd.sh
64064 ____________________________________________________________________________
64065 [  7394] By: jhi                                   on 2000/10/22  04:50:04
64066         Log: Tweak the Is* definitions of Unicode character classes
64067              to better match the official categorizations; embrace
64068              the official categorizations; add the combining marks
64069              as alpha (and -numeric); fix DCinital (a typo and edito)
64070              to be DCmedial.
64071      Branch: perl
64072            + lib/unicode/Is/DCmedial.pl
64073            - lib/unicode/Is/DCinital.pl
64074            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
64075            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
64076            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
64077            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
64078 ____________________________________________________________________________
64079 [  7393] By: jhi                                   on 2000/10/21  18:06:05
64080         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
64081              From: Daniel Chetlin <daniel@chetlin.com>
64082              Date: Sat, 21 Oct 2000 02:57:03 -0700
64083              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
64084      Branch: perl
64085            + t/lib/tie-splice.t
64086            ! MANIFEST lib/Tie/Array.pm
64087 ____________________________________________________________________________
64088 [  7392] By: gsar                                  on 2000/10/21  18:05:15
64089         Log: resync utfperl branch with mainline
64090      Branch: utfperl
64091           !> (integrate 1760 files)
64092 ____________________________________________________________________________
64093 [  7391] By: jhi                                   on 2000/10/21  14:37:49
64094         Log: Testcases for a #7383,#7385 related bug.
64095              
64096              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
64097              From: Nicholas Clark <nick@ccl4.org>
64098              Date: Sat, 21 Oct 2000 15:04:51 +0100
64099              Message-ID: <20001021150451.A51566@plum.flirble.org>
64100      Branch: perl
64101            ! t/pragma/utf8.t
64102 ____________________________________________________________________________
64103 [  7390] By: jhi                                   on 2000/10/21  14:35:57
64104         Log: Add a testcase for #7389.
64105      Branch: perl
64106            ! t/pragma/warn/op
64107 ____________________________________________________________________________
64108 [  7389] By: jhi                                   on 2000/10/21  14:26:45
64109         Log: Subject: Re: Creating const subs for constants.
64110              From: John Tobey <jtobey@john-edwin-tobey.org>
64111              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
64112              Message-Id: <m13mo0N-000FObC@feynman.localnet>
64113      Branch: perl
64114            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
64115            ! proto.h sv.c
64116 ____________________________________________________________________________
64117 [  7388] By: nick                                  on 2000/10/21  11:44:23
64118         Log: Populate perlio branch
64119      Branch: perlio
64120           +> (branch 1760 files)
64121 ____________________________________________________________________________
64122 [  7387] By: nick                                  on 2000/10/21  10:52:05
64123         Log: Get branch back as replica of mainline via :
64124              p4 integrate -b utfperl
64125              p4 resolve -at ./...
64126      Branch: utfperl
64127           +> (branch 269 files)
64128            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
64129            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
64130            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
64131            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
64132            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
64133            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
64134            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
64135            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
64136            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
64137            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
64138            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
64139            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
64140            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
64141            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
64142            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
64143            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
64144            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
64145            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
64146            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
64147            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
64148            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
64149            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
64150            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
64151            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
64152            - lib/unicode/UCD300.html lib/unicode/Unicode.300
64153            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
64154            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
64155            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
64156            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
64157           !> (integrate 965 files)
64158 ____________________________________________________________________________
64159 [  7386] By: jhi                                   on 2000/10/21  01:31:12
64160         Log: Update Changes.
64161      Branch: perl
64162            ! Changes patchlevel.h
64163 ____________________________________________________________________________
64164 [  7385] By: jhi                                   on 2000/10/21  01:28:42
64165         Log: The #7383 was right only in the context of the original bug report,
64166              not in more general case.
64167      Branch: perl
64168            ! pp_hot.c
64169 ____________________________________________________________________________
64170 [  7384] By: jhi                                   on 2000/10/21  01:08:23
64171         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
64172      Branch: perl
64173            ! ext/IO/lib/IO/Select.pm
64174 ____________________________________________________________________________
64175 [  7383] By: jhi                                   on 2000/10/21  00:44:18
64176         Log: Fix for ID 20001020.006, concatenating an unset submatch
64177              with utf8 resulted in "Modification of a read-only value".
64178      Branch: perl
64179            ! pp_hot.c t/pragma/utf8.t
64180 ____________________________________________________________________________
64181 [  7382] By: jhi                                   on 2000/10/20  20:44:31
64182         Log: Make scan_num() reëntrant, as suggested in
64183              
64184              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64185              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
64186              Date: Fri, 20 Oct 2000 14:17:27 +0100
64187              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
64188      Branch: perl
64189            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
64190            ! toke.c
64191 ____________________________________________________________________________
64192 [  7381] By: jhi                                   on 2000/10/20  20:07:29
64193         Log: Reëntrancy fix.
64194              
64195              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64196              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
64197              Date: Fri, 20 Oct 2000 14:17:27 +0100
64198              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
64199      Branch: perl
64200            ! embed.h embed.pl perl.h proto.h toke.c
64201 ____________________________________________________________________________
64202 [  7380] By: jhi                                   on 2000/10/20  19:15:54
64203         Log: Don't write double values through long double pointers,
64204              based on a part of
64205              
64206              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64207              From: Jens Hamisch <jens@Strawberry.COM>
64208              Date: Tue, 17 Oct 2000 08:39:36 +0200
64209              Message-Id: <20001017083936.A11104@Strawberry.COM>
64210      Branch: perl
64211            ! perl.h pp.c
64212 ____________________________________________________________________________
64213 [  7379] By: jhi                                   on 2000/10/20  18:43:37
64214         Log: Portability tweak on #7377.
64215              
64216              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
64217              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64218              Date:     Fri, 20 Oct 2000 13:13:41 EDT
64219              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
64220      Branch: perl
64221            ! t/lib/dprof.t
64222 ____________________________________________________________________________
64223 [  7378] By: jhi                                   on 2000/10/20  12:57:19
64224         Log: SOCKS function redefinitions need prototypes, too, otherwise
64225              for example 32 bit versus 64 bit differences cause a lot of
64226              problems.  Part of
64227              
64228              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64229              From: Jens Hamisch <jens@Strawberry.COM>
64230              Date: Tue, 17 Oct 2000 08:39:36 +0200
64231              Message-Id: <20001017083936.A11104@Strawberry.COM>
64232      Branch: perl
64233            ! doio.c pp_sys.c
64234 ____________________________________________________________________________
64235 [  7377] By: jhi                                   on 2000/10/20  12:37:12
64236         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
64237              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64238              Date:     Fri, 20 Oct 2000 08:26:04 EDT
64239              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
64240      Branch: perl
64241            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
64242 ____________________________________________________________________________
64243 [  7376] By: jhi                                   on 2000/10/20  12:35:31
64244         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
64245              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64246              Date:     Fri, 20 Oct 2000 07:48:15 EDT
64247              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
64248      Branch: perl
64249            ! configure.com vms/gen_shrfls.pl
64250 ____________________________________________________________________________
64251 [  7375] By: bailey                                on 2000/10/20  04:44:37
64252         Log: SYN SYN
64253      Branch: vmsperl
64254           +> (branch 134 files)
64255            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
64256            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
64257            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
64258            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
64259            - eg/cgi/frameset.cgi eg/cgi/index.html
64260            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
64261            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
64262            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
64263            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
64264            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
64265            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
64266            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
64267            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
64268            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
64269            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
64270            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
64271            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
64272            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
64273            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
64274            - lib/unicode/Props.txt lib/unicode/UCD300.html
64275            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
64276            - utils/perlbc.PL vms/subconfigure.com
64277           !> (integrate 785 files)
64278 ____________________________________________________________________________
64279 [  7374] By: jhi                                   on 2000/10/20  00:59:48
64280         Log: In the latest compiler builds cccdlflags must not become -fpic,
64281              from Wilfredo Sánchez.
64282      Branch: perl
64283            ! hints/darwin.sh
64284 ____________________________________________________________________________
64285 [  7373] By: jhi                                   on 2000/10/20  00:56:35
64286         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
64287              From: Tony Cook <tony@develop-help.com>
64288              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
64289              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
64290      Branch: perl
64291            ! pod/perlop.pod
64292 ____________________________________________________________________________
64293 [  7372] By: jhi                                   on 2000/10/19  19:34:40
64294         Log: Typo noted by Mark Lutz.
64295      Branch: perl
64296            ! t/op/64bitint.t
64297 ____________________________________________________________________________
64298 [  7371] By: jhi                                   on 2000/10/19  19:33:13
64299         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
64300      Branch: metaconfig
64301            ! U/modified/Cppsym.U U/modified/Oldconfig.U
64302      Branch: metaconfig/U/perl
64303            ! End.U dlsrc.U libperl.U
64304      Branch: perl
64305            + hints/nonstopux.sh
64306            ! Configure MANIFEST config_h.SH
64307 ____________________________________________________________________________
64308 [  7370] By: jhi                                   on 2000/10/19  17:18:08
64309         Log: Subject: PATCH do_print has 2 PerlIO_error()s
64310              From: nick@ccl4.org
64311              Date: Thu, 19 Oct 2000 18:09:20 +0100
64312              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
64313      Branch: perl
64314            ! doio.c
64315 ____________________________________________________________________________
64316 [  7369] By: jhi                                   on 2000/10/19  14:01:49
64317         Log: Update Changes.
64318      Branch: perl
64319            ! Changes patchlevel.h
64320 ____________________________________________________________________________
64321 [  7368] By: jhi                                   on 2000/10/19  13:04:29
64322         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
64323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64324              Date: Wed, 18 Oct 2000 13:12:01 +0200
64325              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
64326      Branch: perl
64327            ! hints/aix.sh
64328 ____________________________________________________________________________
64329 [  7367] By: jhi                                   on 2000/10/19  02:22:40
64330         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
64331              of a 'pmshort' anywhere in the B, so the offending line was simply
64332              removed.
64333      Branch: perl
64334            ! ext/B/B/Debug.pm
64335 ____________________________________________________________________________
64336 [  7366] By: jhi                                   on 2000/10/19  02:12:37
64337         Log: Add the test case for the bug id 20000730.004 which seems
64338              to have been fixed by now.
64339      Branch: perl
64340            ! t/pragma/utf8.t
64341 ____________________________________________________________________________
64342 [  7365] By: jhi                                   on 2000/10/18  23:36:24
64343         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
64344              From: Hugo <hv@crypt.compulink.co.uk>
64345              Date: Wed, 18 Oct 2000 23:25:58 +0100
64346              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
64347      Branch: perl
64348            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
64349 ____________________________________________________________________________
64350 [  7364] By: jhi                                   on 2000/10/18  21:12:53
64351         Log: (retracted)
64352      Branch: perl
64353            ! pp.c
64354 ____________________________________________________________________________
64355 [  7363] By: jhi                                   on 2000/10/18  20:55:38
64356         Log: Missing change from #7362.
64357      Branch: perl
64358            ! win32/perlhost.h
64359 ____________________________________________________________________________
64360 [  7362] By: jhi                                   on 2000/10/18  20:52:01
64361         Log: Borland C fstat() never saw the fd as writable.
64362              
64363              Subject: fix for Borland's weak "stat" (perl@7211)
64364              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64365              Date: Mon, 16 Oct 2000 09:55:03 +0400
64366              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
64367      Branch: perl
64368            ! win32/win32.c
64369 ____________________________________________________________________________
64370 [  7361] By: jhi                                   on 2000/10/18  17:43:50
64371         Log: Regen toc.
64372      Branch: perl
64373            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
64374 ____________________________________________________________________________
64375 [  7360] By: jhi                                   on 2000/10/18  17:07:44
64376         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64377              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
64378              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
64379              Date: Mon, 16 Oct 2000 15:19:49 +0200
64380      Branch: perl
64381            + README.aix
64382            ! MANIFEST
64383 ____________________________________________________________________________
64384 [  7359] By: jhi                                   on 2000/10/18  17:04:49
64385         Log: Subject: Pod patch for Devel::Peek
64386              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64387              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
64388              Date: Mon, 16 Oct 2000 12:26:34 +0200
64389      Branch: perl
64390            ! ext/Devel/Peek/Peek.pm
64391 ____________________________________________________________________________
64392 [  7358] By: jhi                                   on 2000/10/18  17:03:15
64393         Log: Make Cwd more bulletproof in chrooted environments.
64394              
64395              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
64396              From: "Eric E. Coe" <Eric.Coe@oracle.com>
64397              Date: Wed, 18 Oct 2000 04:03:54 -0400
64398              Message-Id: <39ED596A.70E599FE@oracle.com>
64399      Branch: perl
64400            ! lib/Cwd.pm
64401 ____________________________________________________________________________
64402 [  7357] By: jhi                                   on 2000/10/18  16:37:26
64403         Log: Disable the UTF8 downgrade croakage for now to avoid
64404              too many not okay messages.
64405      Branch: perl
64406            ! doio.c
64407 ____________________________________________________________________________
64408 [  7356] By: jhi                                   on 2000/10/17  23:29:41
64409         Log: Show the failed remote port, instead of the failing line number.
64410              
64411              Subject: [PATCH 5.6.1 Debugger] More diagnostics
64412              From: David Sparks <daves@ActiveState.com>
64413              Date: Tue, 17 Oct 2000 15:00:24 -0700
64414              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
64415      Branch: perl
64416            ! lib/perl5db.pl
64417 ____________________________________________________________________________
64418 [  7355] By: jhi                                   on 2000/10/17  14:11:31
64419         Log: On output try to downgrade to bytes, croak if impossible,
64420              from Simon Cozens.  This means that outputting >255 UTF8
64421              is impossible.  Consider this as a strong incentive to get
64422              the I/O disciplines implemented.
64423      Branch: perl
64424            ! doio.c pod/perldiag.pod sv.c
64425 ____________________________________________________________________________
64426 [  7354] By: jhi                                   on 2000/10/17  13:42:23
64427         Log: Clarify documentation on 'use bytes'.
64428              
64429              Subject: Re: What does 'use bytes' "mean" ?
64430              From: Simon Cozens <simon@cozens.net>
64431              Date: Mon, 18 Sep 2000 18:24:25 +0100
64432              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
64433      Branch: perl
64434            ! lib/bytes.pm
64435 ____________________________________________________________________________
64436 [  7353] By: jhi                                   on 2000/10/17  13:28:12
64437         Log: Workaround for a sfio bug where the stream error indicator
64438              is not cleared as documented.
64439              
64440              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
64441              From: Nicholas Clark <nick@ccl4.org>
64442              Date: Mon, 16 Oct 2000 18:28:23 +0100
64443              Message-ID: <20001016182823.J19700@plum.flirble.org>
64444      Branch: perl
64445            ! doio.c
64446 ____________________________________________________________________________
64447 [  7352] By: jhi                                   on 2000/10/17  13:06:19
64448         Log: More IoTYPE sprinkling.
64449      Branch: perl
64450            ! doio.c pp_hot.c
64451 ____________________________________________________________________________
64452 [  7351] By: jhi                                   on 2000/10/16  22:47:07
64453         Log: Detect early whether the std streams have gone bad.
64454              
64455              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
64456              Date: Mon, 16 Oct 2000 23:28:42 +0100
64457              From: Nicholas Clark <nick@ccl4.org>
64458              Message-ID: <20001016232842.A37942@plum.flirble.org>
64459      Branch: perl
64460            ! t/op/misc.t
64461 ____________________________________________________________________________
64462 [  7350] By: jhi                                   on 2000/10/16  22:45:16
64463         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
64464              From: "Peter J. Farley III" <pjfarley@banet.net>
64465              Date: Mon, 16 Oct 2000 18:15:59 -0400
64466              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
64467      Branch: perl
64468            ! djgpp/djgpp.c dosish.h t/io/open.t
64469 ____________________________________________________________________________
64470 [  7349] By: jhi                                   on 2000/10/16  22:36:45
64471         Log: perldelta tweak.
64472      Branch: perl
64473            ! pod/perldelta.pod
64474 ____________________________________________________________________________
64475 [  7348] By: jhi                                   on 2000/10/16  15:17:53
64476         Log: Update Changes.
64477      Branch: perl
64478            ! Changes patchlevel.h
64479 ____________________________________________________________________________
64480 [  7347] By: jhi                                   on 2000/10/16  13:55:27
64481         Log: Add the capability to include/exclude branches.
64482      Branch: perl
64483            ! Porting/genlog
64484 ____________________________________________________________________________
64485 [  7346] By: jhi                                   on 2000/10/16  13:18:04
64486         Log: Add Charles Lane.
64487      Branch: perl
64488            ! AUTHORS Changes
64489 ____________________________________________________________________________
64490 [  7345] By: jhi                                   on 2000/10/16  13:13:21
64491         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
64492      Branch: perl
64493            ! pod/perldelta.pod
64494 ____________________________________________________________________________
64495 [  7344] By: gsar                                  on 2000/10/16  09:30:21
64496         Log: integrate change#6220 from cfgperl
64497              
64498              Win32 patches from Benjamin Stuhl.
64499      Branch: maint-5.6/perl
64500           !> makedef.pl win32/win32.h
64501 ____________________________________________________________________________
64502 [  7343] By: gsar                                  on 2000/10/16  08:32:19
64503         Log: integrate changes#6221,6222 from cfgperl
64504              
64505              Remove tr///CU (the feature is to be obsoleted by better interfaces).
64506              From: simon@brecon.co.uk (Simon Cozens)
64507              Subject: [PATCH] Eliminate tr///[CU][CU]
64508              Date: 23 Jun 2000 11:05:40 GMT
64509              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
64510              
64511              doc typo fix
64512              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
64513              From: Ian Phillipps <Ian.Phillipps@iname.com>
64514              Date: Fri, 23 Jun 2000 10:40:58 +0100
64515              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
64516      Branch: maint-5.6/perl
64517           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
64518 ____________________________________________________________________________
64519 [  7342] By: gsar                                  on 2000/10/16  08:28:08
64520         Log: integrate change#6217 from cfgperl (in part)
64521              
64522              Rename the fdpid locking and integrate with Sarathy.
64523      Branch: maint-5.6/perl
64524           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
64525           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
64526           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
64527           !> win32/win32.c
64528 ____________________________________________________________________________
64529 [  7341] By: gsar                                  on 2000/10/16  08:23:39
64530         Log: integrate changes#6214..6216 from mainline
64531              
64532              @_ can't have junk in it even in the non-USE_ITHREADS case because
64533              caller() wants to populate @DB::args with it (causes a coredump
64534              in Carp::confess())
64535              
64536              tweak comment about @DB::args
64537              
64538              be more optimal about clearing @_
64539      Branch: maint-5.6/perl
64540           !> av.h cop.h pp_ctl.c t/op/runlevel.t
64541 ____________________________________________________________________________
64542 [  7340] By: gsar                                  on 2000/10/16  08:20:37
64543         Log: integrate changes#6207..6210 from cfgperl
64544              
64545              Subject: [PATCH 5.6.0] Threadsafe patches
64546              From: Dan Sugalski <dan@sidhe.org>
64547              To: perl5-porters@perl.org
64548              Date: Mon, 08 May 2000 18:08:13 -0400
64549              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
64550              
64551              Regen headers for #6207.
64552              
64553              Lock PL_fdpid against race conditions, based on:
64554              Subject: [PATCH 5.6.0]subprocess fixup for threads
64555              From: Dan Sugalski <dan@sidhe.org>
64556              To: perl5-porters@perl.org
64557              Date: Tue, 11 Apr 2000 17:02:32 -0400
64558              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
64559              
64560              Mopup for #6207 and #6209.
64561      Branch: maint-5.6/perl
64562           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
64563           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
64564           !> win32/win32.c
64565 ____________________________________________________________________________
64566 [  7339] By: gsar                                  on 2000/10/16  08:14:34
64567         Log: integrate change#6203 from cfgperl
64568              
64569              perldiag should refer to perlos2.pod not README.os2
64570      Branch: maint-5.6/perl
64571           !> pod/perldiag.pod
64572 ____________________________________________________________________________
64573 [  7338] By: gsar                                  on 2000/10/16  08:11:42
64574         Log: integrate change#6201 from mainline
64575              
64576              Perl_eval_pv() leaks 4 bytes every time it is called because it
64577              does a PUSHMARK that's never ever POPMARKed; in general, only
64578              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
64579              Perl_eval_[sp]v() don't because they don't take any incoming
64580              arguments (this leak has been around since the original version
64581              of perl_eval_pv() in 5.003_97e)
64582      Branch: maint-5.6/perl
64583           !> perl.c
64584 ____________________________________________________________________________
64585 [  7337] By: gsar                                  on 2000/10/16  08:08:47
64586         Log: integrate changes#6197..6200 from cfgperl
64587              
64588              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
64589              From: John Borwick <jhborwic@unity.ncsu.edu>
64590              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
64591              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
64592              
64593              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
64594              From: Dan Sugalski <dan@sidhe.org>
64595              To: vmsperl@perl.org, perl5-porters@perl.org
64596              Date: Fri, 02 Jun 2000 16:00:41 -0400
64597              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
64598              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
64599              
64600              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
64601              From: Dan Sugalski <dan@sidhe.org>
64602              To: perl5-porters@perl.org, vmsperl@perl.org
64603              Date: Fri, 02 Jun 2000 17:30:51 -0400
64604              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
64605              
64606              Update to cperl-mode.el 4.31 from
64607              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
64608              Subject: A couple of notes
64609              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64610              To: Mailing list Perl5 <perl5-porters@perl.org>
64611              Date: Sat, 3 Jun 2000 23:33:32 -0400
64612              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
64613      Branch: maint-5.6/perl
64614           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
64615           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
64616           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
64617           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
64618           !> vms/vmsish.h
64619 ____________________________________________________________________________
64620 [  7336] By: gsar                                  on 2000/10/16  08:03:46
64621         Log: integrate changes#6194,6195 from mainline
64622              
64623              fix small eval"" memory leaks under USE_ITHREADS
64624              
64625              fix yet another eval"" leak under USE_ITHREADS
64626      Branch: maint-5.6/perl
64627           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
64628           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
64629           !> vms/perly_c.vms
64630 ____________________________________________________________________________
64631 [  7335] By: gsar                                  on 2000/10/16  08:02:15
64632         Log: integrate changes#6190,6191 from mainline
64633              
64634              submit missing embed.pl change
64635              
64636              vec() loses numericalness (modified version of patch suggested
64637              by Robin Barker)
64638      Branch: maint-5.6/perl
64639           !> doop.c embed.pl t/op/vec.t
64640 ____________________________________________________________________________
64641 [  7334] By: gsar                                  on 2000/10/16  08:01:03
64642         Log: integrate change#6189 from mainline
64643              
64644              counting tr/// corrupts later operation (from M.J.T Guy)
64645      Branch: maint-5.6/perl
64646           !> doop.c t/op/tr.t
64647 ____________________________________________________________________________
64648 [  7333] By: gsar                                  on 2000/10/16  07:59:07
64649         Log: integrate changes#6183..6188 from mainline
64650              
64651              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
64652              <nick@ccl4.org>)
64653              
64654              tweak for change#6127
64655              
64656              remove incorrect documentation about implicit split to @_ in
64657              list context, which never really worked in perl 5 (from
64658              M.J.T. Guy)
64659              
64660              further qualify references to "alphanumeric" (from Wolfgang Laun
64661              <wolfgang.laun@alcatel.at>)
64662              
64663              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
64664              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
64665              
64666              h2xs tweaks
64667      Branch: maint-5.6/perl
64668           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
64669           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
64670           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
64671           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
64672           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
64673           !> pod/pod2latex.PL utils/h2xs.PL
64674 ____________________________________________________________________________
64675 [  7332] By: gsar                                  on 2000/10/16  07:53:52
64676         Log: integrate change#6179 from mainline
64677              
64678              buggy modulus on UVs introduced by change#3378 (resulted in
64679              4063328477 % 65535 amounting to 27406, instead of 27407)
64680      Branch: maint-5.6/perl
64681           !> pp.c t/op/arith.t
64682 ____________________________________________________________________________
64683 [  7331] By: gsar                                  on 2000/10/16  07:52:49
64684         Log: integrate changes#6176,6177,6178,6182 from cfgperl
64685              
64686              Single-quoted utf8 patch from Simon Cozens.
64687              
64688              Substitution utf8 patch from Simon Cozens.
64689              
64690              Be cleaner.
64691              
64692              Be Cleaner Part Deux.
64693      Branch: maint-5.6/perl
64694           !> Makefile.SH pp_hot.c toke.c
64695 ____________________________________________________________________________
64696 [  7330] By: gsar                                  on 2000/10/16  07:41:36
64697         Log: integrate change#6172 from mainline
64698              
64699              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
64700              (from Ilya Zakharevich)
64701      Branch: maint-5.6/perl
64702           !> regexec.c t/op/re_tests
64703 ____________________________________________________________________________
64704 [  7329] By: gsar                                  on 2000/10/16  07:40:25
64705         Log: integrate change#6171 from mainline
64706              
64707              scalar() doesn't force scalar context when used in void context
64708              (from Simon Cozens)
64709      Branch: maint-5.6/perl
64710           !> op.c t/op/wantarray.t
64711 ____________________________________________________________________________
64712 [  7328] By: gsar                                  on 2000/10/16  07:39:33
64713         Log: integrate change#6170 from mainline
64714              
64715              change#6142 needs tweaks to tests to work where there's no
64716              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
64717      Branch: maint-5.6/perl
64718           !> t/lib/filefind.t
64719 ____________________________________________________________________________
64720 [  7327] By: gsar                                  on 2000/10/16  07:35:34
64721         Log: integrate changes#6166..6168 from cfgperl
64722              
64723              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
64724              in case somebody wants to write an extension for more
64725              shadow database interfaces.
64726              
64727              tweak todo
64728              
64729              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
64730      Branch: maint-5.6/perl
64731           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
64732           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
64733           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
64734           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
64735           !> win32/config.vc win32/config_H.bc win32/config_H.gc
64736           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
64737 ____________________________________________________________________________
64738 [  7326] By: gsar                                  on 2000/10/16  07:29:05
64739         Log: integrate changes#6157,6159..6161,6164 from cfgperl
64740              
64741              Regen Configure to jive with #6149.
64742              
64743              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
64744              
64745              Changes for the File::Temp 0.08 (change #6159) test suite
64746              to fit better into the Perl distribution test framework.
64747              
64748              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
64749              both from Simon Cozens.
64750              
64751              detypo
64752      Branch: maint-5.6/perl
64753           +> pod/perlmodlib.PL pod/perlnewmod.pod
64754           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
64755           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
64756           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64757           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
64758 ____________________________________________________________________________
64759 [  7325] By: gsar                                  on 2000/10/16  07:25:13
64760         Log: integrate change#6158 from vmsperl
64761              
64762              Add fallback to tmpfile for use in cases where user's relying on
64763              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
64764              Lane's patch)
64765      Branch: maint-5.6/perl
64766           !> vms/vms.c vms/vmsish.h
64767 ____________________________________________________________________________
64768 [  7324] By: gsar                                  on 2000/10/16  07:20:50
64769         Log: integrate changes#6153..6155 from mainline
64770              
64771              prettier Test::Harness output on failed tests (from Nicholas Clark
64772              <nick@Bagpuss.uk.boo.com>)
64773              
64774              avoid type mismatch warning
64775              
64776              small bug in change#6144; remove random \xA0 character that snuck
64777              in via change#6145
64778      Branch: maint-5.6/perl
64779           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
64780           !> perl.c
64781 ____________________________________________________________________________
64782 [  7323] By: gsar                                  on 2000/10/16  07:18:47
64783         Log: integrate changes#6151,6152 from mainline
64784              
64785              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
64786              
64787              cosmetic fixups of RE debug output (from Ilya Zakharevich)
64788      Branch: maint-5.6/perl
64789           !> regexec.c
64790 ____________________________________________________________________________
64791 [  7322] By: gsar                                  on 2000/10/16  07:17:25
64792         Log: integrate changes#6146..6150 from mainline
64793              
64794              doc typo
64795              
64796              add a make entry to Config.pm so "perl -V:make" works on VMS
64797              (from Peter Prymmer)
64798              
64799              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
64800              
64801              OS/2 tweaks for usethreads build (from Rocco Caputo
64802              <troc@netrus.net>)
64803              
64804              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
64805      Branch: maint-5.6/perl
64806           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
64807           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
64808           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
64809           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
64810           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
64811           !> warnings.pl x2p/a2p.h
64812 ____________________________________________________________________________
64813 [  7321] By: gsar                                  on 2000/10/16  07:14:02
64814         Log: integrate changes#6143..6145 from mainline
64815              
64816              MacOS support, part 1 (from Matthias Neeracher
64817              <neeri@iis.ee.ethz.ch>)
64818              
64819              MacOS support, part 2: make AutoSplit use File::Spec instead
64820              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
64821              <neeri@iis.ee.ethz.ch>)
64822              
64823              make xsubpp skip embedded pod (from Matthias Neeracher
64824              <neeri@iis.ee.ethz.ch>)
64825      Branch: maint-5.6/perl
64826           +> ext/DynaLoader/dl_mac.xs
64827           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
64828           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
64829           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
64830           !> pp_ctl.c proto.h toke.c util.c util.h
64831 ____________________________________________________________________________
64832 [  7320] By: gsar                                  on 2000/10/16  07:12:13
64833         Log: integrate changes#6141,6142 from mainline
64834              
64835              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
64836              forwarded by Peter Seebach from the bsdi-users mailing list.
64837              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
64838              
64839              File::Find fails to chdir when chasing symlinks (from
64840              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
64841      Branch: maint-5.6/perl
64842           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
64843 ____________________________________________________________________________
64844 [  7319] By: gsar                                  on 2000/10/16  07:04:30
64845         Log: integrate change#6139 from mainline
64846              
64847              revise mktables.PL for bugs and newness in Unicode 3.0
64848              (from James Bence <jbence@amgen.com>)
64849      Branch: maint-5.6/perl
64850           +> (branch 30 files)
64851           !> (integrate 49 files)
64852 ____________________________________________________________________________
64853 [  7318] By: gsar                                  on 2000/10/16  07:01:01
64854         Log: integrate changes#6137,6138 from mainline
64855              
64856              fix bogus redeclaration warning for "our" variables in different
64857              scopes
64858              
64859              add note about the handling of negative indices to tied arrays
64860              (from Michael G Schwern <schwern@pobox.com>)
64861      Branch: maint-5.6/perl
64862           !> op.c pod/perltie.pod t/pragma/strict-vars
64863 ____________________________________________________________________________
64864 [  7317] By: gsar                                  on 2000/10/16  06:58:46
64865         Log: integrate changes#6127..6136 from mainline
64866              
64867              call_method(...,G_EVAL) can longjmp() out if the method probing
64868              failed (from Gisle Aas)
64869              
64870              new perlxstut example for passing/returning refs to arrays
64871              (from David Lowe <dlowe@pootpoot.com>)
64872              
64873              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
64874              
64875              fix places that mean C<"word" character> but say C<alphanumeric
64876              character>
64877              
64878              avoid warnings in POSIX.pm (from Barrie Slaymaker)
64879              
64880              warnings::enabled() doesn't fall back to looking at $^W if
64881              caller isn't using lexical warnings (from Paul Marquess)
64882              
64883              elide bogus test in change#6132
64884              
64885              make Test::Harness use wait.h/WCOREDUMP if available
64886              (from Ben Tilly <ben_tilly@hotmail.com>)
64887              
64888              enable Test::Harness to dynamically determine column width etc.
64889              (from Rob Napier <rnapier@employees.org>)
64890              
64891              random pod typos (from Peter Scott <Peter@PSDT.com>)
64892      Branch: maint-5.6/perl
64893           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
64894           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
64895           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
64896           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
64897 ____________________________________________________________________________
64898 [  7316] By: gsar                                  on 2000/10/16  06:53:23
64899         Log: integrate change#6126 from mainline
64900              
64901              change#2879 broke rvalue autovivification of magicals such as
64902              ${$num} (reworked variant of patch suggested by Simon Cozens)
64903      Branch: maint-5.6/perl
64904           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
64905           !> pp_hot.c proto.h t/op/gv.t
64906 ____________________________________________________________________________
64907 [  7315] By: gsar                                  on 2000/10/16  06:51:38
64908         Log: integrate changes#6123,6125 from mainline
64909              
64910              clarify gotcha with #line directives (from Rocco Caputo
64911              <troc@netrus.net>)
64912              
64913              enable propagating exception objects via Perl_croak() in XS code
64914              (from Gisle Aas)
64915      Branch: maint-5.6/perl
64916           !> pod/perldebug.pod pod/perlsyn.pod util.c
64917 ____________________________________________________________________________
64918 [  7314] By: gsar                                  on 2000/10/16  06:49:28
64919         Log: integrate change#6122 from mainline
64920              
64921              downgrade fatal error on C<"foo@nosucharray.com"> to optional
64922              warning (from Mark-Jason Dominus)
64923      Branch: maint-5.6/perl
64924           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
64925           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
64926           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
64927           !> toke.c
64928 ____________________________________________________________________________
64929 [  7313] By: gsar                                  on 2000/10/16  06:46:54
64930         Log: integrate changes#6112..6121 from vmsperl
64931              
64932              Check for existence of file before trying to delete
64933              
64934              Ugly workaround for version-specific RTL error
64935              
64936              Urk -- undo previous removal of vmsish 'exit' change
64937              
64938              Add bounds checking for several strings (Charles Lane)
64939              
64940              Miscellaneous cosmetic fixes (Charles Lane)
64941              
64942              Treat sockets as special in sys(read|write) (Charles Lane et al.)
64943              
64944              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
64945              Flatten case labels in switch statements uniformly (Charles Bailey)
64946              
64947              Quiet error messages in vmsish.t (Charles Lane)
64948              
64949              Add missing escape (Charles Lane)
64950              
64951              Allow eliminate_macros() and fixpath() to handle space-delimited
64952              lists (based on fixes by Craig Berry)
64953      Branch: maint-5.6/perl
64954           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
64955           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
64956           !> vms/vmsish.h
64957 ____________________________________________________________________________
64958 [  7312] By: gsar                                  on 2000/10/16  06:41:18
64959         Log: integrate changes#6107,6110 from cfgperl
64960              
64961              Tweak the todo list.
64962              
64963              todo tweak
64964      Branch: maint-5.6/perl
64965           !> Todo-5.6
64966 ____________________________________________________________________________
64967 [  7311] By: gsar                                  on 2000/10/16  06:38:38
64968         Log: integrate changes#6104,6108 from mainline
64969              
64970              PL_sys_intern was being initialized too late on windows
64971              
64972              reenable fake signal handling on Windows, bugs and all
64973      Branch: maint-5.6/perl
64974           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
64975           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
64976           !> win32/win32.c
64977 ____________________________________________________________________________
64978 [  7310] By: gsar                                  on 2000/10/16  06:36:03
64979         Log: integrate changes#6095,6097..6103 from cfgperl
64980              
64981              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
64982              might be useful in future.
64983              
64984              Add a note about possible compilation problems from Allen Smith.
64985              
64986              Add a note about other, yet unsupported, shadow password APIs.
64987              
64988              Tweaks for the cc bugs from Allen Smith.
64989              
64990              More compilation tweakery from Allen Smith.
64991              
64992              Hints and test tweaks for Unicos.
64993              
64994              The test suite tweak in #6101 wasn't quite right.
64995              
64996              Test tweaking for Unicos continues.
64997      Branch: maint-5.6/perl
64998           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
64999           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
65000           !> t/lib/complex.t t/op/64bitint.t
65001 ____________________________________________________________________________
65002 [  7309] By: gsar                                  on 2000/10/16  06:29:41
65003         Log: integrate changes#6093,6094 from mainline
65004              
65005              fork() failure to create pseudo process sets errno=EAGAIN and returns
65006              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
65007              
65008              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
65009      Branch: maint-5.6/perl
65010           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
65011           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
65012 ____________________________________________________________________________
65013 [  7308] By: gsar                                  on 2000/10/16  06:27:29
65014         Log: integrate change#6092 from cfgperl
65015              
65016              Regen perltoc with the fixed buildtoc.
65017      Branch: maint-5.6/perl
65018           !> pod/perltoc.pod
65019 ____________________________________________________________________________
65020 [  7307] By: gsar                                  on 2000/10/16  06:26:40
65021         Log: integrate changes#6089,6090 from mainline
65022              
65023              buildtoc tweak to fix newline lossage
65024              
65025              concat doesn't preserve utf8-ness, and doesn't invalidate
65026              [NI]OK; added tests for both
65027      Branch: maint-5.6/perl
65028           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
65029 ____________________________________________________________________________
65030 [  7306] By: gsar                                  on 2000/10/16  06:24:05
65031         Log: integrate change#6088 from cfgperl
65032              
65033              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
65034              because we do not use those.  The HAS_GETSPNAM remains,
65035              though, because we still do use that.
65036      Branch: maint-5.6/perl
65037           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
65038           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
65039           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
65040           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
65041           !> win32/config.vc win32/config_H.bc win32/config_H.gc
65042           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
65043 ____________________________________________________________________________
65044 [  7305] By: gsar                                  on 2000/10/16  06:15:52
65045         Log: integrate changes#6084,6085,6087 from mainline
65046              
65047              substr() does not preserve utf8-ness (from Stefan Eissing
65048              <Eissing@medicaldataservice.de>); added tests
65049              
65050              repeat operator (x) doesn't preserve utf8-ness
65051              
65052              reverse() and quotemeta() weren't preserving utf8-ness; add tests
65053      Branch: maint-5.6/perl
65054           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
65055 ____________________________________________________________________________
65056 [  7304] By: gsar                                  on 2000/10/16  06:13:10
65057         Log: integrate changes#6077..6083 from mainline
65058              
65059              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
65060              and Tom Phoenix)
65061              
65062              workaround for CRT bug in chdir() (from Charles Lane, via
65063              Peter Prymmer)
65064              
65065              remove outdated kludge in Carp (NULLs are permitted in diagnostics
65066              now)
65067              
65068              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
65069              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
65070              
65071              better default perlbug categories for ok reports (from Richard Foley)
65072              
65073              peek.t non-portable to ithreads
65074              
65075              note about undocumented caller() return value (from M.J.T. Guy);
65076              yet another peek.t tweak
65077      Branch: maint-5.6/perl
65078           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65079           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
65080           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
65081           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
65082           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
65083           !> vms/vmsish.h
65084 ____________________________________________________________________________
65085 [  7303] By: gsar                                  on 2000/10/16  06:03:18
65086         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
65087              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
65088              
65089              &HUGE_VAL is not defined, it exists.
65090              
65091              Do not warn that an infinity does not look like a number.
65092              
65093              Rewrite the pwent/spent logic to be a little bit more clearer.
65094              
65095              Continue on the pwent/spent case.
65096              
65097              Correct Freudian slip.
65098              
65099              Use HUGE_VALL if applicable.
65100              
65101              pwent/spent #ifdef imbalance.
65102              
65103              Infinite problems.
65104              
65105              Call getspnam() only iff needd.
65106              
65107              Test both the scalar and list contexts.
65108              
65109              Use setxxent()/endxxent().
65110              
65111              Complex tweakery.
65112              
65113              Unicos hint tweak.
65114              
65115              Be more forgiving in POSIX about HUGE_VALL.
65116              
65117              Detypo.
65118              
65119              The search of infinity continues, this time simplified.
65120              
65121              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
65122              in natively 64-bit platforms where a long is a quad (no need
65123              for long longs).  Also added bias for IVs.
65124              
65125              Complex tweaks.
65126              
65127              Introduce t/lib/peek.t.
65128              
65129              Make the test more portable.
65130      Branch: maint-5.6/perl
65131           +> t/lib/peek.t
65132            ! pp_sys.c
65133           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
65134           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
65135           !> t/op/pwent.t toke.c util.c
65136 ____________________________________________________________________________
65137 [  7302] By: gsar                                  on 2000/10/16  05:03:37
65138         Log: integrate changes#6066..6071 from mainline
65139              
65140              s/END/CHECK/
65141              
65142              replace direct call to sighandler() with (*PL_sighandlerp)()
65143              
65144              note about values()
65145              
65146              File::Spec compatibility update (from Barrie Slaymaker
65147              <barries@slaysys.com>)
65148              
65149              remove misleading comment (from M.J.T. Guy)
65150              
65151              misformatted perllocal.pod (from Tim Jenness
65152              <t.jenness@jach.hawaii.edu>)
65153      Branch: maint-5.6/perl
65154           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65155           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
65156           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
65157           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
65158 ____________________________________________________________________________
65159 [  7301] By: gsar                                  on 2000/10/16  05:00:08
65160         Log: integrate changes#6061..6063 from mainline
65161              
65162              change#5921 neglected to make eq honor "use bytes"
65163              
65164              additional tests for utf8.t
65165              
65166              tokeq() could read unallocated field in argument
65167      Branch: maint-5.6/perl
65168           !> sv.c t/pragma/utf8.t toke.c
65169 ____________________________________________________________________________
65170 [  7300] By: gsar                                  on 2000/10/16  04:56:54
65171         Log: integrate changes#6046,6048,6057,6058 from mainline
65172              
65173              libscheck has insufficient checks for n32 libs (from
65174              Albert Chin-A-Young <china@thewrittenword.com>)
65175              
65176              add note about how $( doesn't interpolate in REs (from
65177              Philip Newton <newton@ficus.frogspace.net>)
65178              
65179              fix broken parsing of /\x{ab}/
65180              
65181              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
65182              (spotted by Donald Kinzer <dkinzer@premia.com>)
65183      Branch: maint-5.6/perl
65184           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
65185           !> t/pragma/utf8.t
65186 ____________________________________________________________________________
65187 [  7299] By: gsar                                  on 2000/10/16  04:52:50
65188         Log: integrate change#6044 from mainline
65189              
65190              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
65191              such that underscores are only ignored in literal numbers,
65192              "\x{...}", and hex/oct argument
65193      Branch: maint-5.6/perl
65194           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
65195 ____________________________________________________________________________
65196 [  7298] By: gsar                                  on 2000/10/16  04:50:53
65197         Log: integrate changes#6027..6043 from mainline
65198              
65199              podlators-1.02 update (from Russ Allbery)
65200              
65201              Pod::Man generates groff-incompatible macro definition (from
65202              Tom Christiansen)
65203              
65204              add CGI.pm v2.66 (from Lincoln Stein)
65205              
65206              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
65207              for @- and @+ (from Johan Vromans)
65208              
65209              small nits in diagnostics.pm (from Robin Barker)
65210              
65211              whitespace adjustments
65212              
65213              missing files in MANIFEST
65214              
65215              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
65216              to compensate
65217              
65218              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
65219              
65220              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
65221      Branch: maint-5.6/perl
65222           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
65223           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
65224           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
65225           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
65226           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
65227           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
65228           !> t/lib/cgi-html.t t/lib/cgi-request.t
65229 ____________________________________________________________________________
65230 [  7297] By: gsar                                  on 2000/10/16  04:44:30
65231         Log: integrate change#6025 from mainline
65232              
65233              Is{Alnum,Alpha,Word} don't match titlecase
65234              TODO: IsSpace is defined recursively!
65235              (both spotted by Larry)
65236      Branch: maint-5.6/perl
65237           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
65238           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
65239 ____________________________________________________________________________
65240 [  7296] By: gsar                                  on 2000/10/16  04:39:30
65241         Log: integrate change#6023 from mainline
65242              
65243              debugger stomps on $. (from M.J.T. Guy)
65244      Branch: maint-5.6/perl
65245           !> lib/perl5db.pl
65246 ____________________________________________________________________________
65247 [  7295] By: gsar                                  on 2000/10/16  04:38:02
65248         Log: integrate change#6022 from mainline
65249              
65250              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
65251      Branch: maint-5.6/perl
65252           !> sv.c
65253 ____________________________________________________________________________
65254 [  7294] By: gsar                                  on 2000/10/16  04:37:05
65255         Log: integrate changes#6018..6021 from mainline
65256              
65257              make lib/syslog.t portable to systems that don't have _PATH_LOG,
65258              make _PATH_LOG() return "" if unavailable
65259              
65260              windows portability tweaks
65261              
65262              test tweak
65263              
65264              remove Win2K issue in pod (fixed by change#6020)
65265      Branch: maint-5.6/perl
65266           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
65267           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
65268           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
65269 ____________________________________________________________________________
65270 [  7293] By: gsar                                  on 2000/10/16  04:20:00
65271         Log: integrate changes#6013..6015 from mainline
65272              
65273              tweak change#5945 to display correct switch name in diagnostic
65274              
65275              glob() loading File::Glob behind the scenes may cause syntax errors
65276              
65277              tweak test for portability
65278      Branch: maint-5.6/perl
65279           !> op.c perl.c pod/perldiag.pod t/lib/b.t
65280 ____________________________________________________________________________
65281 [  7292] By: gsar                                  on 2000/10/16  04:18:11
65282         Log: integrate changes#6005..6010 from mainline, cfgperl
65283              
65284              perldoc might fail via "use blib" (from Hugo van der Sanden)
65285              
65286              Regen Configure.
65287              
65288              note about compile failures and END blocks (from M.J.T. Guy)
65289              
65290              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
65291              
65292              (change#6009 integrated earlier in change#7255)
65293              
65294              clarify note about shadow password support (from
65295              gellyfish@gellyfish.com)
65296      Branch: maint-5.6/perl
65297           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
65298           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
65299           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
65300 ____________________________________________________________________________
65301 [  7291] By: gsar                                  on 2000/10/16  04:12:03
65302         Log: integrate changes#6002,6003 from mainline
65303              
65304              destructive sv_setsv() can lose UV-ness from source, causing
65305              numeric promotions/comparisons to fail to do the right thing
65306              
65307              allow REG_EXPAND_SZ keys in Windows registry (from
65308              John Clayton <John.Clayton@barclayscapital.com>)
65309      Branch: maint-5.6/perl
65310           !> sv.c win32/win32.c
65311 ____________________________________________________________________________
65312 [  7290] By: gsar                                  on 2000/10/16  04:10:19
65313         Log: integrate change#6001 from mainline
65314              
65315              support additional library locations via $Config{otherlibdirs}
65316              (from Andy Dougherty)
65317      Branch: maint-5.6/perl
65318           !> Configure INSTALL Porting/Glossary Porting/config.sh
65319           !> Porting/config_H config_h.SH epoc/config.sh perl.c
65320           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
65321           !> win32/config.bc win32/config.gc win32/config.vc
65322 ____________________________________________________________________________
65323 [  7289] By: gsar                                  on 2000/10/16  04:08:28
65324         Log: integrate change#5999 from mainline
65325              
65326              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
65327      Branch: maint-5.6/perl
65328           !> t/pragma/warn/toke toke.c
65329 ____________________________________________________________________________
65330 [  7288] By: gsar                                  on 2000/10/16  04:07:01
65331         Log: integrate changes#5997,5998 from cfgperl
65332              
65333              Preserve $!.
65334              
65335              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
65336      Branch: maint-5.6/perl
65337           !> lib/Math/Complex.pm
65338 ____________________________________________________________________________
65339 [  7287] By: gsar                                  on 2000/10/16  04:04:37
65340         Log: integrate change#5995 from mainline
65341              
65342              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
65343      Branch: maint-5.6/perl
65344           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
65345 ____________________________________________________________________________
65346 [  7286] By: gsar                                  on 2000/10/16  04:03:21
65347         Log: integrate change#5994 from mainline
65348              
65349              fix for missed accounting for null byte in pack("Z",...) (from
65350              M.J.T. Guy)
65351      Branch: maint-5.6/perl
65352           !> pp.c t/op/pack.t
65353 ____________________________________________________________________________
65354 [  7285] By: gsar                                  on 2000/10/16  04:02:11
65355         Log: integrate changes#5989..5993 from mainline
65356              
65357              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
65358              itself and no other (from Tom Hughes)
65359              
65360              use $ENV{LIB} to search for libs under Visual C compiler
65361              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
65362              
65363              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
65364              
65365              pod nit (from Simon Cozens)
65366              
65367              various minor tweaks seen on p5p
65368      Branch: maint-5.6/perl
65369           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
65370           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
65371           !> t/op/array.t toke.c
65372 ____________________________________________________________________________
65373 [  7284] By: gsar                                  on 2000/10/16  03:59:00
65374         Log: integrate changes#5978..5988 from mainline
65375              
65376              sync version numbers in File::Spec with the ones on CPAN
65377              (from Barrie Slaymaker)
65378              
65379              under useithreads, constant pad entries could inadvertantly be
65380              shared across threads (from Eric Blood <eblood@xmission.com>);
65381              added Eric's test case to testsuite
65382              
65383              allow Configure -S to run non-interactively (spotted by Greg Hudson
65384              <ghudson@mit.edu>)
65385              
65386              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
65387              prototype mismatch with CORE::glob(); update pod and tests to
65388              suit (File::Glob::glob() is still available for backward
65389              compatibility, but should be considered deprecated)
65390              
65391              avoid error in IO::Socket::INET when given an unknown service name
65392              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
65393              
65394              numeric conversion of non-number in change#3378 tramples on
65395              OOK offset, causing segfaults
65396              
65397              attributes::reftype() doesn't work on tied argument
65398              
65399              forked child may not exit correctly if it failed to open
65400              /dev/console (from Graham Barr)
65401              
65402              add regular expressions tutorial and quick-start guide (from
65403              Mark Kvale <kvale@phy.ucsf.edu>)
65404              
65405              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
65406              
65407              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
65408              <paul@miraclefish.com>)
65409      Branch: maint-5.6/perl
65410           +> pod/perlrequick.pod pod/perlretut.pod
65411           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
65412           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
65413           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
65414           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
65415           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
65416           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
65417           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
65418           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
65419 ____________________________________________________________________________
65420 [  7283] By: gsar                                  on 2000/10/16  03:52:14
65421         Log: integrate change#5977 from mainline
65422              
65423              autoquote barewords followed by newline and arrow properly
65424              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
65425      Branch: maint-5.6/perl
65426           !> t/pragma/warn/toke toke.c
65427 ____________________________________________________________________________
65428 [  7282] By: gsar                                  on 2000/10/16  03:50:48
65429         Log: integrate change#5976 from mainline
65430              
65431              DB_File v1.73 update (from Paul Marquess)
65432      Branch: maint-5.6/perl
65433           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
65434           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
65435 ____________________________________________________________________________
65436 [  7281] By: gsar                                  on 2000/10/16  03:49:14
65437         Log: integrate change#5975 from mainline
65438              
65439              allow sort() reentrancy (variant of patch suggested by
65440              Hugo van der Sanden)
65441      Branch: maint-5.6/perl
65442           !> pp_ctl.c t/op/sort.t
65443 ____________________________________________________________________________
65444 [  7280] By: gsar                                  on 2000/10/16  03:48:22
65445         Log: integrate change#5974 from mainline
65446              
65447              change#4197 somehow missed initializing PL_errors, meaning
65448              syntax error queueing wasn't working outside eval"" at all;
65449              also fixed eval"" to localize PL_error_count, so that compile-time
65450              eval's don't clobber the error state of the outer context
65451      Branch: maint-5.6/perl
65452           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
65453           !> t/pragma/warn/toke
65454 ____________________________________________________________________________
65455 [  7279] By: gsar                                  on 2000/10/16  03:46:21
65456         Log: integrate change#5973 from mainline
65457              
65458              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
65459      Branch: maint-5.6/perl
65460           !> regcomp.c regexec.c t/op/re_tests
65461 ____________________________________________________________________________
65462 [  7278] By: gsar                                  on 2000/10/16  03:44:54
65463         Log: integrate change#5971 from cfgperl
65464              
65465              Unicos tweaks from Mark P. Lutz.
65466      Branch: maint-5.6/perl
65467           !> hints/unicos.sh lib/Math/Complex.pm
65468 ____________________________________________________________________________
65469 [  7277] By: gsar                                  on 2000/10/16  03:42:59
65470         Log: integrate changes#5966..5970 from mainline
65471              
65472              add testsuite for B backends, fix bug in B::Deparse (from
65473              Simon Cozens <simon@brecon.co.uk>)
65474              
65475              improved docs on the warn_uninit diagnostic (from David Glasser
65476              and Simon Cozens)
65477              
65478              tolerate spaces in group names in test on solaris (from David Boyce
65479              <dsb@boyski.com>)
65480              
65481              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
65482              
65483              Data::Dumper fumbles negative numbers on 32-bit platforms where
65484              IV is >32bits
65485      Branch: maint-5.6/perl
65486           +> t/lib/b.t t/lib/syslog.t
65487           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
65488           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
65489           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
65490 ____________________________________________________________________________
65491 [  7276] By: gsar                                  on 2000/10/16  03:39:30
65492         Log: integrate change#5965 from mainline
65493              
65494              avoid "will not stay shared" warnings for our variables (from
65495              Robin Barker)
65496      Branch: maint-5.6/perl
65497           !> op.c t/pragma/warn/op
65498 ____________________________________________________________________________
65499 [  7275] By: gsar                                  on 2000/10/16  03:38:18
65500         Log: integrate change#5964 from mainline
65501              
65502              reformat to 72 columns (again)
65503      Branch: maint-5.6/perl
65504           !> pod/perldiag.pod
65505 ____________________________________________________________________________
65506 [  7274] By: gsar                                  on 2000/10/16  03:36:58
65507         Log: integrate change#5963 from mainline
65508              
65509              patch from Larry to make (\&) prototype work; added tests for
65510              the same
65511      Branch: maint-5.6/perl
65512           !> op.c t/comp/proto.t
65513 ____________________________________________________________________________
65514 [  7273] By: gsar                                  on 2000/10/16  03:35:51
65515         Log: integrate changes#5956..5962 from mainline
65516              
65517              better diagnostics on failed tests (from Ilya Zakharevich)
65518              
65519              pod nits (from A. C. Yardley <yardley@tanet.net>)
65520              
65521              change#3569 deleted some essential code, revert; avoid use of
65522              atexit() to make DynaLoader work properly on AIX under mod_perl
65523              (from Jens-Uwe Mager <jum@helios.de>)
65524              
65525              doubled words in pods (from Simon Cozens
65526              <simon.p.cozens@jp.pwcglobal.com>)
65527              
65528              better INSTALL notes on Solaris issues (from Dominic Dunlop)
65529              
65530              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
65531              
65532              updated README.hpux (from Jeff Okamoto)
65533      Branch: maint-5.6/perl
65534           !> INSTALL README.hpux emacs/cperl-mode.el
65535           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
65536           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
65537           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
65538           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
65539           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
65540           !> t/op/lex_assign.t
65541 ____________________________________________________________________________
65542 [  7272] By: gsar                                  on 2000/10/16  03:31:22
65543         Log: integrate change#5955 from mainline
65544              
65545              longstanding bug exposed by change#3307: sort arguments weren't
65546              compiled with the right wantarray context (ensuing runtime lookup
65547              via block_gimme() was getting the incidental context of the
65548              sort() itself)
65549      Branch: maint-5.6/perl
65550           !> op.c t/op/sort.t
65551 ____________________________________________________________________________
65552 [  7271] By: gsar                                  on 2000/10/16  03:29:11
65553         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
65554              branch
65555              
65556              Flatten the cpp jungle doing the nosuid checking.
65557              
65558              Do not assume sign propagation. (from M.J.T. Guy)
65559              
65560              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
65561              
65562              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
65563              Now pp_ncmp() returns undef is either operand is a NaN.
65564              
65565              On second thoughts frexp() does have two arguments.
65566              
65567              Document that tr() is not tr(1).
65568              
65569              Be more robust on "extreme" (large absolute value)
65570              arguments.  Originally reported by Daniel Connelly
65571              as a problem with asinh() on large negative arguments,
65572              asinh() used to bail out because an argument to log()
65573              ended up being zero.  Ilya Zakharevich proposed using
65574              Taylor's series in such cases, which for such large
65575              arguments is a very good approximation.
65576              
65577              Undo "use integer" addition from 64bitint as it seems
65578              to break most of the subtests in Digital UNIX;
65579              Unicos needs to find another way.
65580      Branch: maint-5.6/perl
65581           !> (integrate 29 files)
65582 ____________________________________________________________________________
65583 [  7270] By: gsar                                  on 2000/10/16  03:09:44
65584         Log: integrate changes#5948,5949,5950 from mainline
65585              
65586              typo in vars.pm that leads to cryptic message (from Piotr
65587              Piatkowski <kompas@kompas.usr.onet.pl>)
65588              
65589              make perldoc use the pod2man from the same version (from
65590              M.J.T. Guy)
65591              
65592              reformat perldiag to avoid long lines
65593      Branch: maint-5.6/perl
65594           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
65595 ____________________________________________________________________________
65596 [  7269] By: gsar                                  on 2000/10/16  03:05:54
65597         Log: integrate change#5947 from mainline
65598              
65599              use &dl_error rather than &dl_load_file as the guard for calling
65600              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
65601              statically built perl)
65602      Branch: maint-5.6/perl
65603           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
65604 ____________________________________________________________________________
65605 [  7268] By: gsar                                  on 2000/10/16  03:04:48
65606         Log: integrate change#5945 from mainline
65607              
65608              make module name mandatory after -M switch; reorder perldiag
65609              alphabetically (from Mark-Jason Dominus)
65610      Branch: maint-5.6/perl
65611           !> perl.c pod/perldiag.pod
65612 ____________________________________________________________________________
65613 [  7267] By: gsar                                  on 2000/10/16  03:03:01
65614         Log: integrate change#5939 from mainline
65615              
65616              more pod nits (from Larry Virden)
65617      Branch: maint-5.6/perl
65618           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
65619           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
65620           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
65621 ____________________________________________________________________________
65622 [  7266] By: gsar                                  on 2000/10/16  03:01:39
65623         Log: integrate change#5938 from mainline
65624              
65625              Consolidated B::Deparse fixes (from Stephen McCamant)
65626      Branch: maint-5.6/perl
65627           !> ext/B/B/Deparse.pm
65628 ____________________________________________________________________________
65629 [  7265] By: gsar                                  on 2000/10/16  03:00:43
65630         Log: integrate change#5936 from mainline
65631              
65632              additional tests for change#7263 (from Paul Marquess)
65633      Branch: maint-5.6/perl
65634           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
65635           !> t/pragma/warn/5nolint t/pragma/warn/6default
65636 ____________________________________________________________________________
65637 [  7264] By: gsar                                  on 2000/10/16  02:58:34
65638         Log: integrate change#5934 from mainline
65639              
65640              propagate lexical warnings from surrounding scope correctly
65641              within string eval() (from Paul Marquess)
65642      Branch: maint-5.6/perl
65643           !> pp_ctl.c t/pragma/warn/pp_ctl
65644 ____________________________________________________________________________
65645 [  7263] By: gsar                                  on 2000/10/16  02:56:53
65646         Log: integrate change#5932 from mainline
65647              
65648              add rsignal(), whichsig() and do_join() to public API list
65649              (mod_perl uses them to good advantage)
65650      Branch: maint-5.6/perl
65651           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
65652 ____________________________________________________________________________
65653 [  7262] By: gsar                                  on 2000/10/16  02:55:53
65654         Log: integrate change#5931 from mainline
65655              
65656              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
65657      Branch: maint-5.6/perl
65658           !> pp_hot.c regexec.c t/op/pat.t
65659 ____________________________________________________________________________
65660 [  7261] By: gsar                                  on 2000/10/16  02:55:01
65661         Log: integrate change#5930 from mainline
65662              
65663              small os390 tweaks (from Peter Prymmer)
65664      Branch: maint-5.6/perl
65665           !> config_h.SH makedepend.SH
65666 ____________________________________________________________________________
65667 [  7260] By: gsar                                  on 2000/10/16  02:54:10
65668         Log: integrate change#5929 from mainline
65669              
65670              pod nits
65671      Branch: maint-5.6/perl
65672           !> pod/perlguts.pod
65673 ____________________________________________________________________________
65674 [  7259] By: gsar                                  on 2000/10/16  02:52:55
65675         Log: integrate change#5927 from mainline
65676              
65677              arrange for next() to resume at the unstack op rather than the
65678              loop conditional, so that scope cleanup happens correctly
65679              (from Stephen McCamant)
65680      Branch: maint-5.6/perl
65681           !> op.c pp_ctl.c t/op/misc.t
65682 ____________________________________________________________________________
65683 [  7258] By: gsar                                  on 2000/10/16  02:51:38
65684         Log: integrate change#5926 from mainline
65685              
65686              on windows, reserve 16M of stack rather than 128M (allows more
65687              threads to run concurrently)
65688      Branch: maint-5.6/perl
65689           !> win32/Makefile win32/makefile.mk
65690 ____________________________________________________________________________
65691 [  7257] By: gsar                                  on 2000/10/16  02:50:37
65692         Log: integrate change#5925 from mainline
65693              
65694              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
65695      Branch: maint-5.6/perl
65696           !> toke.c
65697 ____________________________________________________________________________
65698 [  7256] By: gsar                                  on 2000/10/16  02:49:36
65699         Log: integrate change#5924 from mainline
65700              
65701              avoid using uninitialized memory in require version check
65702      Branch: maint-5.6/perl
65703           !> pp_ctl.c universal.c
65704 ____________________________________________________________________________
65705 [  7255] By: gsar                                  on 2000/10/16  02:48:03
65706         Log: integrate changes#5923,5928,6009 from mainline
65707              
65708              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
65709      Branch: maint-5.6/perl
65710           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
65711 ____________________________________________________________________________
65712 [  7254] By: gsar                                  on 2000/10/16  02:44:46
65713         Log: integrate change#5922 from mainline
65714              
65715              commentary about IoTYPE() (from Nathan Torkington)
65716      Branch: maint-5.6/perl
65717           !> sv.h
65718 ____________________________________________________________________________
65719 [  7253] By: gsar                                  on 2000/10/16  02:43:49
65720         Log: integrate change#5921 from mainline
65721              
65722              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
65723      Branch: maint-5.6/perl
65724           !> sv.c t/lib/charnames.t t/pragma/utf8.t
65725 ____________________________________________________________________________
65726 [  7252] By: gsar                                  on 2000/10/16  02:42:31
65727         Log: integrate change#5920 from mainline
65728              
65729              Larry's fix for buggy propagation of utf8-ness in join(); add test
65730      Branch: maint-5.6/perl
65731           !> doop.c t/op/ver.t
65732 ____________________________________________________________________________
65733 [  7251] By: gsar                                  on 2000/10/16  02:41:14
65734         Log: integrate changes#5915..5919 from mainline
65735              
65736              various (pod tweaks &c)
65737      Branch: maint-5.6/perl
65738           !> (integrate 33 files)
65739 ____________________________________________________________________________
65740 [  7250] By: gsar                                  on 2000/10/16  02:38:16
65741         Log: integrate change#5914 from mainline
65742              
65743              caller() wasn't returning the right number of elements for
65744              eval {...}
65745      Branch: maint-5.6/perl
65746           !> pp_ctl.c t/pragma/warn/9enabled
65747 ____________________________________________________________________________
65748 [  7249] By: gsar                                  on 2000/10/16  02:37:02
65749         Log: integrate change#5913 from mainline
65750              
65751              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
65752              (from Mark-Jason Dominus)
65753      Branch: maint-5.6/perl
65754           !> pod/perlfunc.pod
65755 ____________________________________________________________________________
65756 [  7248] By: gsar                                  on 2000/10/16  02:35:58
65757         Log: integrate change#5912 from mainline
65758              
65759              fix totally broken caching in UNIVERSAL::isa() (from
65760              Nick Ing-Simmons)
65761      Branch: maint-5.6/perl
65762           !> t/op/universal.t universal.c
65763 ____________________________________________________________________________
65764 [  7247] By: gsar                                  on 2000/10/16  02:34:27
65765         Log: integrate changes#5910,5911 from mainline
65766              
65767              typo in pod
65768              
65769              add linebreak properties from unicode/LineBrk.txt (from
65770              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
65771      Branch: maint-5.6/perl
65772           +> (branch 29 files)
65773           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
65774 ____________________________________________________________________________
65775 [  7246] By: gsar                                  on 2000/10/16  02:33:29
65776         Log: integrate change#5909 from mainline
65777              
65778              mode argument to do_binmode() should be file mode, not boolean
65779      Branch: maint-5.6/perl
65780           !> pp_sys.c
65781 ____________________________________________________________________________
65782 [  7245] By: gsar                                  on 2000/10/16  02:31:04
65783         Log: integrate change#5908 from mainline
65784              
65785              introduce illegal symbols into null package so that
65786              gv_fetchpv(...,TRUE) always returns a valid GV even when the
65787              symbol is trapped by strictures (avoids coredumps)
65788      Branch: maint-5.6/perl
65789           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
65790           !> t/pragma/strict-vars
65791 ____________________________________________________________________________
65792 [  7244] By: jhi                                   on 2000/10/16  02:29:54
65793         Log: Subject: $Carp::ExportLevel confusion in Exporter
65794              From: "Ben Tilly" <ben_tilly@hotmail.com>
65795              Date: Sat, 14 Oct 2000 16:44:34 EDT
65796              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
65797      Branch: perl
65798            ! lib/Exporter/Heavy.pm
65799 ____________________________________________________________________________
65800 [  7243] By: jhi                                   on 2000/10/16  02:28:33
65801         Log: Subject: [PATCH perlguts.pod] Document offset hack
65802              From: Simon Cozens <simon@cozens.net>
65803              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
65804              Date: Sat, 14 Oct 2000 19:32:25 +0100
65805      Branch: perl
65806            ! pod/perlguts.pod
65807 ____________________________________________________________________________
65808 [  7242] By: gsar                                  on 2000/10/16  02:26:51
65809         Log: integrate changes#5905,5906,5907,6064 from mainline
65810              
65811              printf/sprintf didn't get quad types right under use64bitint
65812      Branch: maint-5.6/perl
65813           !> pp_sys.c sv.c t/op/64bitint.t
65814 ____________________________________________________________________________
65815 [  7241] By: jhi                                   on 2000/10/16  02:22:44
65816         Log: Subject: small pod patch
65817              From: Dan Boorstein <dan_boo@bellsouth.net>
65818              Date: Sat, 14 Oct 2000 14:29:24 -0400
65819              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
65820      Branch: perl
65821            ! pod/perlfaq7.pod pod/perlmod.pod
65822 ____________________________________________________________________________
65823 [  7240] By: jhi                                   on 2000/10/16  02:13:46
65824         Log: -w cleanup.
65825              
65826              Subject: Re: Problems with bleadperl 
65827              From: "Stephen P. Potter" <spp@ds.net>
65828              Date: Fri, 13 Oct 2000 13:32:49 -0400
65829              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
65830      Branch: perl
65831            ! t/pragma/overload.t
65832 ____________________________________________________________________________
65833 [  7239] By: jhi                                   on 2000/10/16  01:41:18
65834         Log: One more ~utf8 tweak.
65835      Branch: perl
65836            ! t/op/bop.t
65837 ____________________________________________________________________________
65838 [  7238] By: jhi                                   on 2000/10/16  01:34:14
65839         Log: Tweak the test of #7235.
65840      Branch: perl
65841            ! t/op/bop.t
65842 ____________________________________________________________________________
65843 [  7237] By: jhi                                   on 2000/10/16  01:25:04
65844         Log: Fix a couple of compiler-noted nits in #7235.
65845      Branch: perl
65846            ! pp.c
65847 ____________________________________________________________________________
65848 [  7236] By: jhi                                   on 2000/10/16  01:22:46
65849         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
65850      Branch: perl
65851            ! pp.c pp_hot.c
65852 ____________________________________________________________________________
65853 [  7235] By: jhi                                   on 2000/10/15  16:24:44
65854         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
65855              
65856              From: Simon Cozens <simon@cozens.net>
65857              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
65858              Date: Sat, 14 Oct 2000 20:52:13 +0100
65859              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
65860      Branch: perl
65861            ! pp.c t/op/bop.t utf8.h
65862 ____________________________________________________________________________
65863 [  7234] By: jhi                                   on 2000/10/15  15:19:29
65864         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
65865              The problem was that rx->minlen was in chars while pp_split()
65866              thought it would be in bytes. 
65867      Branch: perl
65868            ! pp.c t/pragma/utf8.t
65869 ____________________________________________________________________________
65870 [  7233] By: jhi                                   on 2000/10/14  20:24:24
65871         Log: Document FNCASE=y as discussed in the bug 20000902.009.
65872      Branch: perl
65873            ! README.dos
65874 ____________________________________________________________________________
65875 [  7232] By: jhi                                   on 2000/10/14  18:52:21
65876         Log: Add test for bug id 20000427.003 (which seems to have
65877              been fixed) (also duplicate as 20000427.004, though
65878              with a higher severity).  Move one utf8 from op/append
65879              to pragma/utf8, tag the tests with bug ids.
65880      Branch: perl
65881            ! t/op/append.t t/pragma/utf8.t
65882 ____________________________________________________________________________
65883 [  7231] By: jhi                                   on 2000/10/14  17:28:37
65884         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
65885      Branch: perl
65886            ! t/pragma/utf8.t
65887 ____________________________________________________________________________
65888 [  7230] By: jhi                                   on 2000/10/14  14:24:50
65889         Log: Needs to be conditional on SunOS 4.
65890              
65891              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
65892              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65893              Date: Sat, 14 Oct 2000 13:37:49 +0100
65894              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
65895      Branch: metaconfig/U/perl
65896            ! End.U
65897      Branch: perl
65898            ! Configure myconfig.SH pod/perldelta.pod
65899 ____________________________________________________________________________
65900 [  7229] By: jhi                                   on 2000/10/14  00:49:22
65901         Log: Update Changes.
65902      Branch: perl
65903            ! Changes patchlevel.h
65904 ____________________________________________________________________________
65905 [  7228] By: jhi                                   on 2000/10/14  00:46:10
65906         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
65907              From: Peter Prymmer <pvhp@forte.com>
65908              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
65909              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
65910      Branch: perl
65911            ! lib/utf8.pm
65912 ____________________________________________________________________________
65913 [  7227] By: jhi                                   on 2000/10/13  23:20:30
65914         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
65915      Branch: perl
65916            ! t/op/tie.t
65917 ____________________________________________________________________________
65918 [  7226] By: jhi                                   on 2000/10/13  22:14:32
65919         Log: Tweak #7225.
65920              
65921              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
65922              From: Peter Prymmer <pvhp@forte.com>
65923              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
65924              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
65925      Branch: perl
65926            ! t/op/sprintf.t
65927 ____________________________________________________________________________
65928 [  7225] By: jhi                                   on 2000/10/13  22:11:31
65929         Log: op/sprintf.t patch for OS/390 (and any other host with limited
65930              floating-point exponent length)
65931              
65932              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
65933              From: Dominic Dunlop <domo@computer.org>
65934              Date: Fri, 13 Oct 2000 19:17:57 +0200
65935              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
65936      Branch: perl
65937            ! t/op/sprintf.t
65938 ____________________________________________________________________________
65939 [  7224] By: jhi                                   on 2000/10/13  18:40:48
65940         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
65941      Branch: perl
65942            ! toke.c
65943 ____________________________________________________________________________
65944 [  7223] By: jhi                                   on 2000/10/13  18:37:13
65945         Log: Thinko in #7222.
65946      Branch: perl
65947            ! utf8.c
65948 ____________________________________________________________________________
65949 [  7222] By: jhi                                   on 2000/10/13  18:05:23
65950         Log: Use UTF8SKIP(), from Simon Cozens.
65951      Branch: perl
65952            ! utf8.c
65953 ____________________________________________________________________________
65954 [  7221] By: jhi                                   on 2000/10/13  15:43:19
65955         Log: (accidentally empty check-in)
65956      Branch: perl
65957            ! utf8.c
65958 ____________________________________________________________________________
65959 [  7220] By: jhi                                   on 2000/10/13  15:23:51
65960         Log: Add (optimistically) Storable to static extensions.
65961      Branch: perl
65962            ! hints/uwin.sh hints/vmesa.sh
65963 ____________________________________________________________________________
65964 [  7219] By: jhi                                   on 2000/10/13  15:20:05
65965         Log: Amdahl UTS doesn't seem to do dynaloading.
65966      Branch: perl
65967            ! hints/uts.sh
65968 ____________________________________________________________________________
65969 [  7218] By: jhi                                   on 2000/10/13  15:15:20
65970         Log: Slight tweak of the code to appease Amdahl UTS cc.
65971      Branch: perl
65972            ! pp.c
65973 ____________________________________________________________________________
65974 [  7217] By: jhi                                   on 2000/10/13  14:50:42
65975         Log: In Amdahl UTS "struct sv" is defined by a system header,
65976              <ksync.h>.
65977      Branch: perl
65978            ! perl.h sv.h
65979 ____________________________________________________________________________
65980 [  7216] By: jhi                                   on 2000/10/13  11:58:25
65981         Log: Ilya implemented the memory profiling API.
65982      Branch: perl
65983            ! Todo
65984 ____________________________________________________________________________
65985 [  7215] By: jhi                                   on 2000/10/13  02:56:38
65986         Log: Subject: [PATCH 5.7.0] Perl API for mstats
65987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65988              Date: Thu, 12 Oct 2000 22:52:40 -0400
65989              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
65990      Branch: perl
65991            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
65992 ____________________________________________________________________________
65993 [  7214] By: jhi                                   on 2000/10/13  02:55:38
65994         Log: Subject: [PATCH 5.7.0] IVs in mtats
65995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65996              Date: Thu, 12 Oct 2000 22:51:04 -0400
65997              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
65998      Branch: perl
65999            ! malloc.c perl.h
66000 ____________________________________________________________________________
66001 [  7213] By: jhi                                   on 2000/10/13  02:31:47
66002         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
66003      Branch: perl
66004            ! pod/perldiag.pod pp_sys.c
66005 ____________________________________________________________________________
66006 [  7212] By: jhi                                   on 2000/10/13  01:27:38
66007         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
66008              From: Peter Prymmer <pvhp@forte.com>
66009              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
66010              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
66011      Branch: perl
66012            ! t/op/oct.t
66013 ____________________________________________________________________________
66014 [  7211] By: jhi                                   on 2000/10/13  00:35:09
66015         Log: Update Changes.
66016      Branch: perl
66017            ! Changes patchlevel.h
66018 ____________________________________________________________________________
66019 [  7210] By: jhi                                   on 2000/10/12  23:59:40
66020         Log: The Install.pm third of
66021              
66022              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
66023              From: Bill Campbell <bill@celestial.com>
66024              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
66025              Date: Thu, 5 Oct 2000 18:04:51 -0700
66026      Branch: perl
66027            ! lib/ExtUtils/Install.pm
66028 ____________________________________________________________________________
66029 [  7209] By: jhi                                   on 2000/10/12  23:58:43
66030         Log: Two thirds of
66031              
66032              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
66033              Date: Thu, 5 Oct 2000 18:04:51 -0700
66034              From: Bill Campbell <bill@celestial.com>
66035              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
66036              
66037              The Install.pm changes will be submitted separately because
66038              they need some work and discussion still.
66039      Branch: perl
66040            ! lib/getopts.pl lib/termcap.pl
66041 ____________________________________________________________________________
66042 [  7208] By: jhi                                   on 2000/10/12  23:41:19
66043         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
66044              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66045              Date:     Thu, 12 Oct 2000 07:30:02 EDT
66046              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
66047      Branch: perl
66048            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
66049            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
66050 ____________________________________________________________________________
66051 [  7207] By: jhi                                   on 2000/10/12  23:39:01
66052         Log: An updated EBCDIC tr patch.
66053              
66054              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
66055              From: Peter Prymmer <pvhp@forte.com>
66056              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
66057              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
66058      Branch: perl
66059            ! t/op/tr.t
66060 ____________________________________________________________________________
66061 [  7206] By: jhi                                   on 2000/10/12  23:34:55
66062         Log: Upgrade to CPAN 1.58, from Andreas König.
66063      Branch: perl
66064            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66065 ____________________________________________________________________________
66066 [  7205] By: jhi                                   on 2000/10/12  23:29:08
66067         Log: Introduce the man[24-8] variables, from Andy Dougherty.
66068      Branch: metaconfig/U/perl
66069            + mandirs.U mandirstyle.U
66070      Branch: perl
66071            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66072            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
66073            ! vos/config.h vos/config.pl vos/config_h.SH_orig
66074            ! win32/config.bc win32/config.gc win32/config.vc
66075 ____________________________________________________________________________
66076 [  7204] By: gsar                                  on 2000/10/12  18:11:24
66077         Log: restore change#7202
66078      Branch: perl
66079            ! mg.c
66080 ____________________________________________________________________________
66081 [  7203] By: gsar                                  on 2000/10/12  18:09:40
66082         Log: another test of the Emergency Broadcast System--back out 
66083              change#7202
66084      Branch: perl
66085            ! mg.c
66086 ____________________________________________________________________________
66087 [  7202] By: gsar                                  on 2000/10/12  16:40:47
66088         Log: (submitted on behalf of Jarkko)
66089              Fix the lib/encode.t subtest 6 failure as reported by Andreas
66090              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
66091              was unearthed by change 7182, as was a bug in HTML::Entities.
66092      Branch: perl
66093            ! mg.c
66094 ____________________________________________________________________________
66095 [  7201] By: jhi                                   on 2000/10/11  03:16:05
66096         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
66097      Branch: perl
66098            ! pp_hot.c t/pragma/utf8.t
66099 ____________________________________________________________________________
66100 [  7200] By: jhi                                   on 2000/10/11  00:40:30
66101         Log: The #7198 was a false alarm.
66102      Branch: perl
66103            ! pp_hot.c
66104 ____________________________________________________________________________
66105 [  7199] By: jhi                                   on 2000/10/11  00:26:04
66106         Log: Remove duplicated code.
66107      Branch: perl
66108            ! t/lib/cgi-html.t
66109 ____________________________________________________________________________
66110 [  7198] By: jhi                                   on 2000/10/10  23:30:46
66111         Log: (Retracted by #7200.)
66112      Branch: perl
66113            ! pp_hot.c
66114 ____________________________________________________________________________
66115 [  7197] By: jhi                                   on 2000/10/10  21:49:30
66116         Log: Add the test case for #7190, from the original bug report
66117              by Andreas König.
66118      Branch: perl
66119            ! t/pragma/utf8.t
66120 ____________________________________________________________________________
66121 [  7196] By: jhi                                   on 2000/10/10  21:40:49
66122         Log: Reapply Andy's patch and regen Configure.
66123      Branch: perl
66124            ! Configure INSTALL Makefile.SH Porting/Glossary
66125            ! Porting/config.sh config_h.SH epoc/config.sh installperl
66126            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
66127            ! win32/config.vc
66128 ____________________________________________________________________________
66129 [  7195] By: jhi                                   on 2000/10/10  21:09:30
66130         Log: Use the versiononly instead of the installscripts,
66131              retract the changes 7146 and 7147.
66132      Branch: perl
66133            ! Configure INSTALL Makefile.SH Porting/Glossary
66134            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
66135            ! installperl uconfig.sh vos/config.def win32/config.bc
66136            ! win32/config.gc win32/config.vc
66137 ____________________________________________________________________________
66138 [  7194] By: jhi                                   on 2000/10/10  21:06:15
66139         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
66140              From: Peter Prymmer <pvhp@forte.com>
66141              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
66142              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
66143      Branch: perl
66144            ! t/op/ver.t
66145 ____________________________________________________________________________
66146 [  7193] By: jhi                                   on 2000/10/10  21:05:12
66147         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
66148              From: Peter Prymmer <pvhp@forte.com>
66149              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
66150              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
66151      Branch: perl
66152            ! t/op/tr.t
66153 ____________________________________________________________________________
66154 [  7192] By: jhi                                   on 2000/10/10  20:57:30
66155         Log: Add versiononly, delete installscripts, from Andy Dougherty.
66156      Branch: metaconfig
66157            - U/installdirs/installscripts.U
66158      Branch: metaconfig/U/perl
66159            + versiononly.U
66160 ____________________________________________________________________________
66161 [  7191] By: jhi                                   on 2000/10/10  19:41:21
66162         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
66163              From: Peter Prymmer <pvhp@forte.com>
66164              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
66165              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
66166      Branch: perl
66167            ! pod/perlebcdic.pod
66168 ____________________________________________________________________________
66169 [  7190] By: jhi                                   on 2000/10/10  19:26:14
66170         Log: Subject: Re: utf8 concat, mg_get
66171              From: Simon Cozens <simon@cozens.net>
66172              Date: Tue, 10 Oct 2000 17:40:17 +0100
66173              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
66174      Branch: perl
66175            ! pp_hot.c
66176 ____________________________________________________________________________
66177 [  7189] By: jhi                                   on 2000/10/10  19:23:03
66178         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
66179              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
66180              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
66181              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
66182      Branch: perl
66183            ! lib/ExtUtils/MM_Unix.pm
66184 ____________________________________________________________________________
66185 [  7188] By: jhi                                   on 2000/10/10  15:31:24
66186         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
66187              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
66188              Date: Fri, 14 Jul 2000 10:47:36 +0100
66189              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
66190      Branch: perl
66191            ! README.win32
66192 ____________________________________________________________________________
66193 [  7187] By: jhi                                   on 2000/10/10  13:30:10
66194         Log: Quote the temp file name, needed in Win32 because the
66195              default name unfortunately contains spaces, shouldn't
66196              hurt elsewhere.
66197              
66198              Subject: FW: perldoc fails if $TEMP contains spaces
66199              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
66200              Date: Thu, 14 Sep 2000 08:58:45 +0100
66201              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
66202      Branch: perl
66203            ! utils/perldoc.PL
66204 ____________________________________________________________________________
66205 [  7186] By: jhi                                   on 2000/10/10  13:16:27
66206         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
66207              From: hv@hugo.hybyte.com
66208              Date: Tue, 10 Oct 2000 14:10:20 +0100
66209              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
66210      Branch: perl
66211            ! t/lib/thr5005.t util.c
66212 ____________________________________________________________________________
66213 [  7185] By: jhi                                   on 2000/10/10  12:06:22
66214         Log: Upgrade to podlators 1.04, from Russ Allbery.
66215      Branch: perl
66216            ! lib/Pod/Man.pm lib/Pod/Text.pm
66217 ____________________________________________________________________________
66218 [  7184] By: jhi                                   on 2000/10/10  12:01:32
66219         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
66220      Branch: perl
66221            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
66222 ____________________________________________________________________________
66223 [  7183] By: jhi                                   on 2000/10/09  23:47:15
66224         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
66225              From: Peter Prymmer <pvhp@forte.com>
66226              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
66227              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
66228      Branch: perl
66229            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
66230 ____________________________________________________________________________
66231 [  7182] By: jhi                                   on 2000/10/09  23:43:16
66232         Log: Make eq work again with utf8 (disabling the upgrading
66233              should no more be necessary since the copies of the
66234              scalars are upgraded, not the scalars themselves).
66235              Takes care of ID 20001009.001.  (The claimed length()
66236              bug in 20001009.001 seems bogus to me.)
66237      Branch: perl
66238            ! sv.c t/pragma/utf8.t
66239 ____________________________________________________________________________
66240 [  7181] By: gsar                                  on 2000/10/09  19:41:54
66241         Log: tweak for change#7173
66242      Branch: perl
66243            ! win32/win32sck.c
66244 ____________________________________________________________________________
66245 [  7180] By: gsar                                  on 2000/10/09  19:26:56
66246         Log: on Windows, clean targets might not work under some flavors of the shell
66247      Branch: perl
66248            ! win32/Makefile win32/makefile.mk
66249 ____________________________________________________________________________
66250 [  7179] By: jhi                                   on 2000/10/09  19:21:02
66251         Log: Update Changes.
66252      Branch: perl
66253            ! Changes patchlevel.h
66254 ____________________________________________________________________________
66255 [  7178] By: jhi                                   on 2000/10/09  19:18:23
66256         Log: Warn about unknown scripts.
66257              
66258              Subject: Re: ideas? patches? [PATCH bleadperl]
66259              From: Dominic Dunlop <domo@computer.org>
66260              Date: Mon, 9 Oct 2000 14:57:17 +0200
66261              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
66262      Branch: perl
66263            ! lib/charnames.pm
66264 ____________________________________________________________________________
66265 [  7177] By: jhi                                   on 2000/10/09  19:13:27
66266         Log: Change #7160 had a nasty typo.
66267      Branch: metaconfig
66268            ! U/compline/Compile.U
66269      Branch: perl
66270            ! Configure config_h.SH
66271 ____________________________________________________________________________
66272 [  7176] By: gsar                                  on 2000/10/09  18:59:33
66273         Log: pod nit
66274      Branch: perl
66275            ! pod/perlport.pod
66276 ____________________________________________________________________________
66277 [  7175] By: gsar                                  on 2000/10/09  18:54:28
66278         Log: Windows9x doesn't support link(), despite what Config.pm
66279              might think
66280      Branch: perl
66281            ! lib/ExtUtils/Manifest.pm
66282 ____________________________________________________________________________
66283 [  7174] By: gsar                                  on 2000/10/09  18:50:03
66284         Log: avoid nonportable example code
66285      Branch: perl
66286            ! lib/File/Copy.pm
66287 ____________________________________________________________________________
66288 [  7173] By: gsar                                  on 2000/10/09  18:46:54
66289         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
66290              being used) when closing a socket handle
66291      Branch: perl
66292            ! win32/win32.c win32/win32.h win32/win32sck.c
66293 ____________________________________________________________________________
66294 [  7172] By: gsar                                  on 2000/10/09  18:41:40
66295         Log: on Windows, cwd strings in the environment should be of the
66296              form =X:=X:\foo instead of =X=X:\foo\
66297      Branch: perl
66298            ! win32/vdir.h
66299 ____________________________________________________________________________
66300 [  7171] By: gsar                                  on 2000/10/09  18:30:09
66301         Log: on Windows, LoadLibrary() could load an extension DLL multiple
66302              times if forward slashes are used in the path
66303      Branch: perl
66304            ! win32/win32.c
66305 ____________________________________________________________________________
66306 [  7170] By: jhi                                   on 2000/10/09  17:53:59
66307         Log: Add a todo note about overloadable assertions.
66308      Branch: perl
66309            ! Todo-5.6
66310 ____________________________________________________________________________
66311 [  7169] By: jhi                                   on 2000/10/09  13:43:45
66312         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
66313              From: mjd@plover.com
66314              Date: 9 Oct 2000 00:24:44 -0000
66315              Message-ID: <20001009002444.10616.qmail@plover.com>
66316      Branch: perl
66317            ! pod/perldebguts.pod
66318 ____________________________________________________________________________
66319 [  7168] By: nick                                  on 2000/10/08  13:16:33
66320         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
66321              is not right thing to do on (e.g. x86). Network order is also "right" for
66322              X fonts.
66323      Branch: perl
66324            ! ext/Encode/Encode.pm
66325 ____________________________________________________________________________
66326 [  7167] By: nick                                  on 2000/10/08  12:54:42
66327         Log: Make "encodings" work post-install when Encode/*.enc files may not
66328              be in same directory as Encode.pm
66329      Branch: perl
66330            ! ext/Encode/Encode.pm
66331 ____________________________________________________________________________
66332 [  7166] By: nick                                  on 2000/10/08  11:51:26
66333         Log: Work round the fact that $hash->{$key} does not take into account
66334              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
66335              so that key is always in the "expected" encoding - i.e. same way we put
66336              it in the hash.
66337      Branch: perl
66338            ! ext/Encode/Encode.pm
66339 ____________________________________________________________________________
66340 [  7165] By: gsar                                  on 2000/10/08  04:15:29
66341         Log: save_re_context() could reset PL_curcop to freed memory, causing core
66342              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
66343      Branch: perl
66344            ! pp_ctl.c
66345 ____________________________________________________________________________
66346 [  7164] By: jhi                                   on 2000/10/06  20:51:48
66347         Log: UTF8ize split() so that the cloned substrings get the UTF8
66348              flag of the original scalar.  Problem reported by Simon Cozens.
66349      Branch: perl
66350            ! pp.c t/pragma/utf8.t
66351 ____________________________________________________________________________
66352 [  7163] By: nick                                  on 2000/10/06  20:48:34
66353         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
66354              got a false +ve and so did not reach code which would have un-FAKEd the SV.
66355      Branch: perl
66356            ! sv.c
66357 ____________________________________________________________________________
66358 [  7162] By: nick                                  on 2000/10/06  20:25:37
66359         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
66360              To fix  (sort {$a <=> $b} keys %hash) in particular but
66361              should cover a number of other as-yet-unknown cases as well.
66362      Branch: perl
66363            ! sv.c
66364 ____________________________________________________________________________
66365 [  7161] By: jhi                                   on 2000/10/06  19:56:18
66366         Log: Change the version number of Tie::Handle in the core to 4.0,
66367              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
66368              
66369              Subject: Note on Tie::Handle
66370              From: andreas.koenig@anima.de (Andreas J. Koenig)
66371              Date:      06 Oct 2000 21:48:58 +0200
66372              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
66373      Branch: perl
66374            ! lib/Tie/Handle.pm
66375 ____________________________________________________________________________
66376 [  7160] By: jhi                                   on 2000/10/06  18:20:35
66377         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
66378              as the first option of cc/ld because of ultrapicky compilers
66379              (e.g. OS/390 R2.5)
66380      Branch: metaconfig
66381            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
66382            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
66383            ! U/compline/orderlib.U U/modified/Cppsym.U
66384            ! U/modified/d_access.U
66385      Branch: metaconfig/U/perl
66386            ! Checkcc.U d_dlsymun.U gccvers.U
66387      Branch: perl
66388            ! Configure config_h.SH
66389 ____________________________________________________________________________
66390 [  7159] By: jhi                                   on 2000/10/06  13:56:39
66391         Log: Update Changes.
66392      Branch: perl
66393            ! Changes patchlevel.h
66394 ____________________________________________________________________________
66395 [  7158] By: jhi                                   on 2000/10/06  12:48:40
66396         Log: Eliminate $Is_VMS code from the test.
66397              
66398              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
66399              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66400              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
66401              Date:     Thu, 5 Oct 2000 07:46:33 EDT
66402      Branch: perl
66403            ! t/lib/b.t
66404 ____________________________________________________________________________
66405 [  7157] By: jhi                                   on 2000/10/06  12:47:13
66406         Log: Also the $ccflags is needed for the C compiler check.
66407              
66408              Subject: Configure (check for C-compiler)
66409              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66410              Date: Fri, 06 Oct 2000 08:47:15 +0200
66411              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
66412      Branch: metaconfig/U/perl
66413            ! Checkcc.U
66414      Branch: perl
66415            ! Configure config_h.SH
66416 ____________________________________________________________________________
66417 [  7156] By: jhi                                   on 2000/10/06  11:45:15
66418         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
66419      Branch: perl
66420            ! perl.c pp_ctl.c sv.h utf8.c
66421 ____________________________________________________________________________
66422 [  7155] By: jhi                                   on 2000/10/06  11:40:41
66423         Log: IO::Handle->syswrite() did not handle length omission
66424              like CORE::syswrite() does.
66425              
66426              Subject: [Fwd] IO::Handle, syswrite and arguments
66427              From: Graham Barr <gbarr@pobox.com>
66428              Date: Fri, 6 Oct 2000 10:22:05 +0100
66429              Message-ID: <20001006102205.U6312@pobox.com>
66430              
66431              The original patch from andrew@ugh.net.au.
66432      Branch: perl
66433            ! ext/IO/lib/IO/Handle.pm
66434 ____________________________________________________________________________
66435 [  7154] By: jhi                                   on 2000/10/06  01:42:15
66436         Log: Tweak #7153.
66437      Branch: perl
66438            ! utf8.h
66439 ____________________________________________________________________________
66440 [  7153] By: jhi                                   on 2000/10/06  00:39:55
66441         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
66442      Branch: perl
66443            ! utf8.h
66444 ____________________________________________________________________________
66445 [  7152] By: jhi                                   on 2000/10/06  00:38:11
66446         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
66447      Branch: perl
66448            ! perl.c pp_ctl.c sv.h utf8.c
66449 ____________________________________________________________________________
66450 [  7151] By: jhi                                   on 2000/10/06  00:36:38
66451         Log: Subject: Re: Questions about Tie::Array and perl modules
66452              From: Nick Ing-Simmons <nik@tiuk.ti.com>
66453              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
66454              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
66455              
66456              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
66457      Branch: perl
66458            ! lib/Tie/Array.pm t/op/array.t
66459 ____________________________________________________________________________
66460 [  7150] By: jhi                                   on 2000/10/05  00:20:45
66461         Log: Regen Changes.
66462      Branch: perl
66463            ! Changes patchlevel.h
66464 ____________________________________________________________________________
66465 [  7149] By: jhi                                   on 2000/10/05  00:20:01
66466         Log: Regen toc.
66467      Branch: perl
66468            ! pod/perltoc.pod
66469 ____________________________________________________________________________
66470 [  7148] By: jhi                                   on 2000/10/04  23:35:08
66471         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
66472              reported several times by Dominic Dunlop, for example in
66473              ID 20000315.008.  Patch from Dominic.  Patch affects at
66474              least MachTen, and possibly other oldish BSDs. Should not
66475              break non-broken platforms (tested on LinuxPPC). 
66476      Branch: perl
66477            ! doio.c
66478 ____________________________________________________________________________
66479 [  7147] By: jhi                                   on 2000/10/04  23:26:34
66480         Log: The one that got away from 7146.
66481      Branch: metaconfig
66482            + U/installdirs/installscripts.U
66483 ____________________________________________________________________________
66484 [  7146] By: jhi                                   on 2000/10/04  23:25:04
66485         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
66486              suggested by H. Merijn Brand.
66487      Branch: perl
66488            ! Configure INSTALL Makefile.SH Porting/Glossary
66489            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
66490            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
66491            ! win32/config.vc
66492 ____________________________________________________________________________
66493 [  7145] By: jhi                                   on 2000/10/04  22:08:21
66494         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
66495              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66496              Date: Wed, 4 Oct 2000 17:37:46 -0400
66497              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
66498      Branch: perl
66499            ! utils/h2xs.PL
66500 ____________________________________________________________________________
66501 [  7144] By: jhi                                   on 2000/10/04  18:11:41
66502         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
66503              From: Jeff Pinyan <jeffp@crusoe.net>
66504              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
66505              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
66506      Branch: perl
66507            ! pod/perlrun.pod
66508 ____________________________________________________________________________
66509 [  7143] By: jhi                                   on 2000/10/04  18:09:58
66510         Log: Subject: perlhack.pod Patch for Externals Tools
66511              From: Fisher Mark <fisherm@tce.com>
66512              Date: Tue, 3 Oct 2000 15:43:27 -0500 
66513              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
66514      Branch: perl
66515            ! pod/perlhack.pod
66516 ____________________________________________________________________________
66517 [  7142] By: jhi                                   on 2000/10/04  18:08:41
66518         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
66519              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66520              Date:     Wed, 4 Oct 2000 12:11:11 EDT
66521              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
66522      Branch: perl
66523            ! vms/vms.c
66524 ____________________________________________________________________________
66525 [  7141] By: jhi                                   on 2000/10/04  12:20:16
66526         Log: Subject: [PATCH 5.7.0] h2xs not working
66527              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66528              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
66529              Date: Tue, 3 Oct 2000 21:43:01 -0400
66530              
66531              Subject: [PATCH 5.7.0] h2xs not documenting the created module
66532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66533              Date: Tue, 3 Oct 2000 22:55:19 -0400
66534              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
66535      Branch: perl
66536            ! utils/h2xs.PL
66537 ____________________________________________________________________________
66538 [  7140] By: jhi                                   on 2000/10/04  11:53:44
66539         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
66540              From: nick@babyhippo.com
66541              Date: Wed, 4 Oct 2000 12:06:45 +0100
66542              Message-Id: <20001004120645.A7356@babyhippo.com>
66543              
66544              Retract 7118 and 7135.
66545      Branch: perl
66546            ! installman installperl op.c t/pragma/subs.t
66547 ____________________________________________________________________________
66548 [  7139] By: jhi                                   on 2000/10/03  22:09:41
66549         Log: It is possible to have no hosts database at all.  Pointed out in
66550              
66551              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
66552              From: Peter Prymmer <pvhp@forte.com>
66553              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
66554              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
66555      Branch: metaconfig
66556            ! U/modified/myhostname.U
66557      Branch: perl
66558            ! Configure config_h.SH
66559 ____________________________________________________________________________
66560 [  7138] By: jhi                                   on 2000/10/03  21:49:49
66561         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
66562              From: Peter Prymmer <pvhp@forte.com>
66563              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
66564              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
66565      Branch: perl
66566            ! pp_sys.c
66567 ____________________________________________________________________________
66568 [  7137] By: jhi                                   on 2000/10/03  20:10:05
66569         Log: One remaining nit less at the VMS mailbox sizing.
66570      Branch: perl
66571            ! vms/vms.c
66572 ____________________________________________________________________________
66573 [  7136] By: jhi                                   on 2000/10/03  20:08:47
66574         Log: Test harness update to sync with the new perlcc,
66575              from Simon Cozens.
66576      Branch: perl
66577            ! t/TEST t/UTEST
66578 ____________________________________________________________________________
66579 [  7135] By: jhi                                   on 2000/10/03  15:15:42
66580         Log: Subject: Re: PATCH for 20001003.004
66581              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
66582              From: "AARON B. DOSSETT" <aaron@iglou.com>
66583              Message-Id: <E13gTay-0006od-00@iglou.com>
66584      Branch: perl
66585            ! installman installperl
66586 ____________________________________________________________________________
66587 [  7134] By: jhi                                   on 2000/10/03  15:00:34
66588         Log: Subject: [ID 20001003.006] B::Debug not -w clean
66589              From: Nicholas Clark <nick@babyhippo.co.uk>
66590              Date: Tue, 03 Oct 2000 15:46:32 +0100
66591              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
66592      Branch: perl
66593            ! ext/B/B/Debug.pm
66594 ____________________________________________________________________________
66595 [  7133] By: jhi                                   on 2000/10/03  14:58:39
66596         Log: Scale down the VMS message boxes, by Charles Lane.
66597              Fix for ID 20000903.009, workaround at
66598              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
66599      Branch: perl
66600            ! vms/vms.c
66601 ____________________________________________________________________________
66602 [  7132] By: jhi                                   on 2000/10/03  11:20:37
66603         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
66604      Branch: perl
66605            + t/lib/st-lock.t t/lib/st-utf8.t
66606            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
66607            ! ext/Storable/Storable.xs t/lib/st-recurse.t
66608 ____________________________________________________________________________
66609 [  7131] By: jhi                                   on 2000/10/03  03:38:23
66610         Log: Encode nits.
66611      Branch: perl
66612            ! MANIFEST Makefile.SH
66613 ____________________________________________________________________________
66614 [  7130] By: jhi                                   on 2000/10/03  03:31:05
66615         Log: Update Changes.
66616      Branch: perl
66617            ! Changes patchlevel.h
66618 ____________________________________________________________________________
66619 [  7129] By: jhi                                   on 2000/10/03  02:24:02
66620         Log: Misplaced else.
66621      Branch: metaconfig/U/perl
66622            ! d_strtoll.U
66623      Branch: perl
66624            ! Configure config_h.SH
66625 ____________________________________________________________________________
66626 [  7128] By: jhi                                   on 2000/10/03  02:08:29
66627         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
66628              From: sthoenna@efn.org
66629              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
66630              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
66631      Branch: metaconfig/U/perl
66632            ! d_strtoll.U
66633      Branch: perl
66634            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
66635 ____________________________________________________________________________
66636 [  7127] By: jhi                                   on 2000/10/03  01:13:14
66637         Log: Update Changes.
66638      Branch: perl
66639            ! Changes patchlevel.h
66640 ____________________________________________________________________________
66641 [  7126] By: jhi                                   on 2000/10/03  00:57:08
66642         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
66643              as suggested by Olaf Flebbe and Nick Clark.
66644      Branch: perl
66645            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
66646 ____________________________________________________________________________
66647 [  7125] By: jhi                                   on 2000/10/03  00:50:56
66648         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
66649              From: Nick Clark <nick@plum.flirble.org>
66650              Date: Mon, 2 Oct 2000 11:03:24 +0100
66651              Message-Id: <20001002110324.D20073@plum.flirble.org>
66652              
66653              Also fixes bug ID 20001002.005.
66654      Branch: perl
66655            ! t/lib/encode.t
66656 ____________________________________________________________________________
66657 [  7124] By: jhi                                   on 2000/10/03  00:34:59
66658         Log: Subject: [PATCH 5.7.0] Epoc update
66659              From: Olaf Flebbe <o.flebbe@gmx.de>
66660              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
66661              Message-ID: <26423.969484586@www10.gmx.net>
66662      Branch: perl
66663            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
66664            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
66665            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
66666            ! util.c util.h
66667 ____________________________________________________________________________
66668 [  7123] By: jhi                                   on 2000/10/03  00:30:07
66669         Log: Regen headers.
66670      Branch: perl
66671            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
66672 ____________________________________________________________________________
66673 [  7122] By: jhi                                   on 2000/10/03  00:10:48
66674         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
66675      Branch: perl
66676            ! hints/openbsd.sh
66677 ____________________________________________________________________________
66678 [  7121] By: jhi                                   on 2000/10/03  00:05:06
66679         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
66680              From: <abigail@foad.org>
66681              Date: Tue, 26 Sep 2000 13:36:14 -0400
66682              Message-ID: <20000926173614.4356.qmail@foad.org>
66683      Branch: perl
66684            ! pod/perlop.pod
66685 ____________________________________________________________________________
66686 [  7120] By: jhi                                   on 2000/10/03  00:04:00
66687         Log: Inside require() $^S was always left undefined.
66688              
66689              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
66690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66691              Date: Wed, 27 Sep 2000 18:54:49 -0400
66692              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
66693      Branch: perl
66694            ! cop.h mg.c pp_ctl.c util.c
66695 ____________________________________________________________________________
66696 [  7119] By: jhi                                   on 2000/10/03  00:00:16
66697         Log: Subject: [PATCH] DLL not restartabke with threaded perl
66698              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
66699              Date: Thu, 28 Sep 2000 09:20:46 +0100
66700              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
66701      Branch: perl
66702            ! perl.c
66703 ____________________________________________________________________________
66704 [  7118] By: jhi                                   on 2000/10/02  23:59:20
66705         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
66706              From: Nicholas Clark <nick@ccl4.org>
66707              Date: Thu, 28 Sep 2000 11:52:24 +0100
66708              Message-ID: <20000928115224.D7924@plum.flirble.org>
66709      Branch: perl
66710            ! op.c
66711 ____________________________________________________________________________
66712 [  7117] By: jhi                                   on 2000/10/02  23:57:51
66713         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
66714              From: Nicholas Clark <nick@babyhippo.co.uk>
66715              Date: Thu, 28 Sep 2000 12:18:10 +0100
66716              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
66717              
66718              Did not apply cleanly, manual intervention was needed.
66719      Branch: perl
66720            ! ext/B/B/Bytecode.pm utils/perlcc.PL
66721 ____________________________________________________________________________
66722 [  7116] By: jhi                                   on 2000/10/02  23:50:40
66723         Log: Document the issue (is not a syntax error, kind of)
66724              
66725              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
66726              From: Nicholas Clark <nick@ccl4.org>
66727              Date: Thu, 28 Sep 2000 17:12:42 +0100
66728              Message-ID: <20000928171242.K7924@plum.flirble.org>
66729      Branch: perl
66730            ! pod/perldata.pod
66731 ____________________________________________________________________________
66732 [  7115] By: jhi                                   on 2000/10/02  23:48:58
66733         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
66734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66735              Date: Thu, 28 Sep 2000 21:55:31 -0400
66736              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
66737      Branch: perl
66738            ! regexec.c
66739 ____________________________________________________________________________
66740 [  7114] By: jhi                                   on 2000/10/02  23:47:57
66741         Log: Subject: DOC PATCH 5.6.0
66742              From: mjd@plover.com
66743              Date: 30 Sep 2000 06:02:34 -0000
66744              Message-ID: <20000930060234.4559.qmail@plover.com>
66745      Branch: perl
66746            ! pod/perldebguts.pod
66747 ____________________________________________________________________________
66748 [  7113] By: jhi                                   on 2000/10/02  23:46:43
66749         Log: SOCK_DGRAM and listen() do not mix as reported in
66750              
66751              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
66752              From: Petter Reinholdtsen <pere@hungry.com>
66753              Date: Sun, 1 Oct 2000 10:57:20 +0800
66754              Message-Id: <200010010257.KAA05735@localhost.localdomain>
66755              
66756              The patch for 5.7.0+ had to be reengineered, though.
66757      Branch: perl
66758            ! ext/IO/lib/IO/Socket/UNIX.pm
66759 ____________________________________________________________________________
66760 [  7112] By: jhi                                   on 2000/10/02  23:36:57
66761         Log: Subject: Re: [PATCH 5.005_64 missed]
66762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66763              Date: Sun, 1 Oct 2000 18:50:10 -0400
66764              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
66765      Branch: perl
66766            ! pod/perlxs.pod
66767 ____________________________________________________________________________
66768 [  7111] By: jhi                                   on 2000/10/02  23:35:40
66769         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
66770              From: Radu Greab <radu@netsoft.ro>
66771              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
66772              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
66773      Branch: perl
66774            ! op.c opcode.pl t/op/substr.t
66775 ____________________________________________________________________________
66776 [  7110] By: jhi                                   on 2000/10/02  23:32:38
66777         Log: Subject: [PATCH] Fix aliasing of tied filehandles
66778              From: Daniel Chetlin <daniel@chetlin.com>
66779              Date: Mon, 2 Oct 2000 14:53:27 -0700
66780              Message-ID: <20001002145327.C1617@ilmd>
66781      Branch: perl
66782            ! perl.h pp_hot.c t/op/tiehandle.t
66783 ____________________________________________________________________________
66784 [  7109] By: jhi                                   on 2000/10/02  23:31:30
66785         Log: s/Robin Parker/Robin Barker/
66786      Branch: perl
66787            ! Changes5.6
66788 ____________________________________________________________________________
66789 [  7108] By: jhi                                   on 2000/10/02  23:15:46
66790         Log: Retract #7091 as suggested in
66791              
66792              From: Robin Barker <rmb1@cise.npl.co.uk> 
66793              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
66794              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
66795              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
66796      Branch: perl
66797            ! embed.pl proto.h
66798 ____________________________________________________________________________
66799 [  7107] By: nick                                  on 2000/10/02  18:23:14
66800         Log: A few tweaks to get Tk803 to work with Encode scheme.
66801      Branch: perl
66802            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
66803 ____________________________________________________________________________
66804 [  7106] By: nick                                  on 2000/10/01  21:34:14
66805         Log: Add checking cases to Encode's toUnicode and fromUnicode.
66806      Branch: perl
66807            ! ext/Encode/Encode.pm
66808 ____________________________________________________________________________
66809 [  7105] By: nick                                  on 2000/10/01  17:18:01
66810         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
66811              To read and use them.
66812              Add a lib/encode.t which checks a few things.
66813      Branch: perl
66814            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
66815            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
66816            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
66817            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
66818            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
66819            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
66820            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
66821            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
66822            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
66823            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
66824            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
66825            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
66826            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
66827            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
66828            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
66829            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
66830            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
66831            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
66832            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
66833            + ext/Encode/Encode/iso2022-jp.enc
66834            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
66835            + ext/Encode/Encode/iso8859-1.enc
66836            + ext/Encode/Encode/iso8859-2.enc
66837            + ext/Encode/Encode/iso8859-3.enc
66838            + ext/Encode/Encode/iso8859-4.enc
66839            + ext/Encode/Encode/iso8859-5.enc
66840            + ext/Encode/Encode/iso8859-6.enc
66841            + ext/Encode/Encode/iso8859-7.enc
66842            + ext/Encode/Encode/iso8859-8.enc
66843            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
66844            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
66845            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
66846            + ext/Encode/Encode/macCentEuro.enc
66847            + ext/Encode/Encode/macCroatian.enc
66848            + ext/Encode/Encode/macCyrillic.enc
66849            + ext/Encode/Encode/macDingbats.enc
66850            + ext/Encode/Encode/macGreek.enc
66851            + ext/Encode/Encode/macIceland.enc
66852            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
66853            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
66854            + ext/Encode/Encode/macTurkish.enc
66855            + ext/Encode/Encode/macUkraine.enc
66856            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
66857            + t/lib/encode.t
66858            ! MANIFEST ext/Encode/Encode.pm
66859 ____________________________________________________________________________
66860 [  7104] By: nick                                  on 2000/09/30  13:04:30
66861         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
66862              From: Daniel Chetlin <daniel@chetlin.com>
66863              Date: Mon, 18 Sep 2000 05:05:40 -0700
66864              Message-Id: <20000918050540.C652@ilmd>
66865      Branch: perl
66866            ! lib/overload.pm sv.c t/pragma/overload.t
66867 ____________________________________________________________________________
66868 [  7103] By: nick                                  on 2000/09/30  12:53:36
66869         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
66870              From: Johan Vromans <jvromans@squirrel.nl>
66871              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
66872              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
66873      Branch: perl
66874            ! pod/Makefile.SH
66875 ____________________________________________________________________________
66876 [  7102] By: nick                                  on 2000/09/30  12:52:31
66877         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
66878              From: Spider Boardman <spider@Orb.Nashua.NH.US>
66879              Date: Sat, 16 Sep 2000 16:36:45 -0400
66880              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
66881      Branch: perl
66882            ! ext/B/B/Deparse.pm
66883 ____________________________________________________________________________
66884 [  7101] By: nick                                  on 2000/09/30  12:51:41
66885         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
66886              From: Craig A. Berry <craig.berry@psinetcs.com>
66887              Date: Sat, 16 Sep 2000 10:11:10 -0500
66888              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
66889      Branch: perl
66890            ! vms/vms.c
66891 ____________________________________________________________________________
66892 [  7100] By: nick                                  on 2000/09/30  12:50:33
66893         Log: Subject: Re: unicode support and perl [ID 20000901.097]
66894              From: Spider Boardman <spider@Orb.Nashua.NH.US>
66895              Date: Fri, 15 Sep 2000 16:37:58 -0400
66896              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
66897      Branch: perl
66898            ! t/op/append.t
66899 ____________________________________________________________________________
66900 [  7099] By: nick                                  on 2000/09/30  12:49:35
66901         Log: Subject: Re: unicode support and perl [ID 20000901.097]
66902              From: Spider Boardman <spider@Orb.Nashua.NH.US>
66903              Date: Fri, 15 Sep 2000 16:25:30 -0400
66904              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
66905      Branch: perl
66906            ! pp_hot.c
66907 ____________________________________________________________________________
66908 [  7098] By: nick                                  on 2000/09/30  12:48:00
66909         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
66910              From: Gisle Aas <gisle@ActiveState.com>
66911              Date: 15 Sep 2000 16:23:41 +0200
66912              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
66913      Branch: perl
66914            ! toke.c
66915 ____________________________________________________________________________
66916 [  7097] By: nick                                  on 2000/09/30  12:45:16
66917         Log: Subject: [PATCH] Nits in perlmod.pod
66918              From: Daniel Chetlin <daniel@chetlin.com>
66919              Date: Fri, 15 Sep 2000 02:04:09 -0700
66920              Message-Id: <20000915020409.A2104@ilmd>
66921      Branch: perl
66922            ! pod/perlmod.pod
66923 ____________________________________________________________________________
66924 [  7096] By: nick                                  on 2000/09/30  12:18:00
66925         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
66926              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
66927              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
66928              0 to checking to get the warning.
66929      Branch: perl
66930            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
66931            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
66932            ! regexec.c sv.c toke.c utf8.c
66933 ____________________________________________________________________________
66934 [  7095] By: nick                                  on 2000/09/15  16:55:59
66935         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
66936              
66937              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
66938              From: Spider Boardman <spider@Orb.Nashua.NH.US>
66939              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
66940              Date: Fri, 15 Sep 2000 06:37:30 -0400
66941      Branch: perl
66942            ! ext/Encode/Encode.xs sv.c
66943 ____________________________________________________________________________
66944 [  7094] By: jhi                                   on 2000/09/15  03:23:32
66945         Log: Update Changes.
66946      Branch: perl
66947            ! Changes patchlevel.h
66948 ____________________________________________________________________________
66949 [  7093] By: jhi                                   on 2000/09/15  03:11:44
66950         Log: Fix for the charnames.t failures from Spider Boardman.
66951      Branch: perl
66952            ! toke.c
66953 ____________________________________________________________________________
66954 [  7092] By: jhi                                   on 2000/09/15  00:15:48
66955         Log: Botched the #7090 check-in.
66956      Branch: perl
66957            ! sv.c
66958 ____________________________________________________________________________
66959 [  7091] By: jhi                                   on 2000/09/14  23:33:24
66960         Log: Part of #7081 didn't come through.
66961      Branch: perl
66962            ! embed.pl proto.h
66963 ____________________________________________________________________________
66964 [  7090] By: jhi                                   on 2000/09/14  23:17:39
66965         Log: Subject: Re: perl@7078 
66966              From: Spider Boardman <spider@web.zk3.dec.com>
66967              Date: Thu, 14 Sep 2000 19:06:36 -0400
66968              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
66969      Branch: perl
66970            ! sv.c toke.c
66971 ____________________________________________________________________________
66972 [  7089] By: jhi                                   on 2000/09/14  23:11:21
66973         Log: Small portability tweaks.
66974      Branch: perl
66975            ! ext/Encode/Encode.xs
66976 ____________________________________________________________________________
66977 [  7088] By: jhi                                   on 2000/09/14  22:57:23
66978         Log: Fake return to pacify picky compilers.
66979      Branch: perl
66980            ! ext/Encode/Encode.xs
66981 ____________________________________________________________________________
66982 [  7087] By: jhi                                   on 2000/09/14  22:53:37
66983         Log: Subject: [PATCH] utf8.c apidoc
66984              From: Simon Cozens <simon@cozens.net>
66985              Date: Thu, 14 Sep 2000 23:46:57 +0100
66986              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
66987      Branch: perl
66988            ! perlapi.c pod/perlapi.pod utf8.c
66989 ____________________________________________________________________________
66990 [  7086] By: jhi                                   on 2000/09/14  22:40:38
66991         Log: We don't need to count the high bit bytes, a boolean is enough. 
66992      Branch: perl
66993            ! sv.c
66994 ____________________________________________________________________________
66995 [  7085] By: jhi                                   on 2000/09/14  21:20:09
66996         Log: Replace #7084 with
66997              
66998              Subject: Re: perl@7078 
66999              From: Spider Boardman <spider@web.zk3.dec.com>
67000              Date: Thu, 14 Sep 2000 17:09:36 -0400
67001              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
67002      Branch: perl
67003            ! sv.c utf8.c
67004 ____________________________________________________________________________
67005 [  7084] By: jhi                                   on 2000/09/14  20:03:34
67006         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
67007              convertible to bytes by checking it doesn't go above 0xc3
67008              
67009              Subject: Re: perl@7078
67010              From: Simon Cozens <simon@cozens.net>
67011              Date: Thu, 14 Sep 2000 20:59:19 +0100
67012              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
67013      Branch: perl
67014            ! utf8.c
67015 ____________________________________________________________________________
67016 [  7083] By: jhi                                   on 2000/09/14  19:38:47
67017         Log: Subject: Re: perl@7078
67018              From: Simon Cozens <simon@cozens.net>
67019              Date: Thu, 14 Sep 2000 20:13:09 +0100
67020              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
67021      Branch: perl
67022            ! t/op/bop.t
67023 ____________________________________________________________________________
67024 [  7082] By: jhi                                   on 2000/09/14  17:50:44
67025         Log: The one that got away.
67026      Branch: perl
67027            ! lib/File/Find.pm
67028 ____________________________________________________________________________
67029 [  7081] By: jhi                                   on 2000/09/14  17:45:35
67030         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
67031              From: Robin Barker <rmb1@cise.npl.co.uk>
67032              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
67033              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
67034      Branch: perl
67035            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
67036            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
67037            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
67038            ! regcomp.c toke.c universal.c
67039 ____________________________________________________________________________
67040 [  7080] By: jhi                                   on 2000/09/14  17:40:35
67041         Log: Problems picked up by AIX cc.
67042              
67043              Subject: Re: perl@7078 (patch included)
67044              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67045              Date: Thu, 14 Sep 2000 18:53:30 +0200
67046              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
67047      Branch: perl
67048            ! ext/Encode/Encode.xs
67049 ____________________________________________________________________________
67050 [  7079] By: jhi                                   on 2000/09/14  17:38:27
67051         Log: Subject: File::Find 5.7.0 POD nits
67052              From: Rich Morin <rdm@cfcl.com>
67053              Date: Wed, 13 Sep 2000 22:03:58 -0700
67054              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
67055      Branch: perl
67056            ! lib/File/Find.pm
67057 ____________________________________________________________________________
67058 [  7078] By: jhi                                   on 2000/09/14  14:58:20
67059         Log: Update Changes.
67060      Branch: perl
67061            ! Changes patchlevel.h
67062 ____________________________________________________________________________
67063 [  7077] By: jhi                                   on 2000/09/14  14:55:54
67064         Log: Compilation warnings and an error.
67065      Branch: perl
67066            ! sv.c
67067 ____________________________________________________________________________
67068 [  7076] By: jhi                                   on 2000/09/14  14:42:56
67069         Log: Fix for a parsing bug, not for the original bug.
67070              
67071              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
67072              From: Spider Boardman <spider@web.zk3.dec.com>
67073              Date: Wed, 13 Sep 2000 17:52:20 -0400
67074              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
67075      Branch: perl
67076            ! regcomp.c
67077 ____________________________________________________________________________
67078 [  7075] By: jhi                                   on 2000/09/14  14:40:40
67079         Log: Batch of UTF-8 patches from Simon Cozens.
67080      Branch: perl
67081            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
67082            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
67083            ! toke.c utf8.c
67084 ____________________________________________________________________________
67085 [  7074] By: jhi                                   on 2000/09/14  14:29:58
67086         Log: Subject: Re: Two advertising clauses need to be removed
67087              From: Russ Allbery <rra@stanford.edu>
67088              Date: 13 Sep 2000 18:50:26 -0700
67089              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
67090      Branch: perl
67091            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
67092 ____________________________________________________________________________
67093 [  7073] By: jhi                                   on 2000/09/14  14:28:20
67094         Log: Subject: [PATCH] de-wall t/README
67095              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67096              Date: Wed, 13 Sep 2000 17:46:55 -0700
67097              Message-ID: <//Bw5gzkge/e092yn@efn.org>
67098      Branch: perl
67099            ! t/README
67100 ____________________________________________________________________________
67101 [  7072] By: jhi                                   on 2000/09/14  14:25:10
67102         Log: Hints optimization.
67103              
67104              Subject: Minor nit
67105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67106              Date: Wed, 13 Sep 2000 21:42:07 +0200
67107              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
67108      Branch: perl
67109            ! hints/hpux.sh
67110 ____________________________________________________________________________
67111 [  7071] By: jhi                                   on 2000/09/14  14:23:30
67112         Log: Allow chop() and chomp() to be overridden.
67113              
67114              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
67115              From: "Casey R. Tweten" <crt@kiski.net>
67116              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
67117              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
67118      Branch: perl
67119            ! toke.c
67120 ____________________________________________________________________________
67121 [  7070] By: jhi                                   on 2000/09/14  14:20:36
67122         Log: The return value of setlocale must be copied away.
67123              
67124              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
67125              From: Alan Burlison <Alan.Burlison@uk.sun.com>
67126              Date: Wed, 13 Sep 2000 16:27:37 +0100 
67127              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
67128      Branch: perl
67129            ! util.c
67130 ____________________________________________________________________________
67131 [  7069] By: jhi                                   on 2000/09/14  14:16:27
67132         Log: Remove vestiges of tr//CU.
67133              
67134              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
67135              From: Nick Clark <nick@plum.flirble.org>
67136              Date: Tue, 12 Sep 2000 22:50:14 +0100
67137              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
67138              
67139              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
67140              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67141              Date: Tue, 12 Sep 2000 21:38:48 -0700
67142              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
67143      Branch: perl
67144            ! op.h pod/perlunicode.pod
67145 ____________________________________________________________________________
67146 [  7068] By: jhi                                   on 2000/09/13  14:18:39
67147         Log: Add the Encode extension.  The code is still largely just skeleton.
67148      Branch: perl
67149            + ext/Encode/Encode.pm ext/Encode/Encode.xs
67150            + ext/Encode/Makefile.PL ext/Encode/Todo
67151            ! MANIFEST Todo-5.6
67152 ____________________________________________________________________________
67153 [  7067] By: jhi                                   on 2000/09/12  17:43:33
67154         Log: Allow for whitespace between "#" and "line" in cpp output.
67155              
67156              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
67157              From: Calle Dybedahl <calle@lysator.liu.se>
67158              Date: 12 Sep 2000 19:38:02 +0200 
67159              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
67160      Branch: perl
67161            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
67162 ____________________________________________________________________________
67163 [  7066] By: gsar                                  on 2000/09/12  17:24:29
67164         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
67165              initialization in all the threads on Windows
67166      Branch: perl
67167            ! win32/win32.c
67168 ____________________________________________________________________________
67169 [  7065] By: jhi                                   on 2000/09/12  15:11:31
67170         Log: Update Changes.
67171      Branch: perl
67172            ! Changes patchlevel.h
67173 ____________________________________________________________________________
67174 [  7064] By: jhi                                   on 2000/09/12  14:54:54
67175         Log: Retract #7062, the pod tests are not ready.
67176      Branch: perl
67177            ! t/TEST t/harness
67178 ____________________________________________________________________________
67179 [  7063] By: jhi                                   on 2000/09/12  14:25:41
67180         Log: The #7054 truncated Configure badly.
67181      Branch: metaconfig/U/perl
67182            ! End.U
67183      Branch: perl
67184            ! Configure config_h.SH
67185 ____________________________________________________________________________
67186 [  7062] By: jhi                                   on 2000/09/12  14:08:32
67187         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
67188              From: sthoenna@efn.org
67189              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
67190              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
67191      Branch: perl
67192            ! t/TEST t/harness
67193 ____________________________________________________________________________
67194 [  7061] By: jhi                                   on 2000/09/12  14:07:18
67195         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
67196              From: sthoenna@efn.org
67197              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
67198              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
67199      Branch: perl
67200            ! pod/perlxs.pod
67201 ____________________________________________________________________________
67202 [  7060] By: jhi                                   on 2000/09/12  14:06:08
67203         Log: Break up the myconfig lines a bit.
67204              
67205              Subject: perlbug/perl -V output format
67206              From: sthoenna@efn.org
67207              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
67208              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
67209      Branch: perl
67210            ! myconfig.SH
67211 ____________________________________________________________________________
67212 [  7059] By: jhi                                   on 2000/09/12  14:05:04
67213         Log: Test for the #7049.
67214              
67215              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
67216              From: andreas.koenig@anima.de (Andreas J. Koenig)
67217              Date: 12 Sep 2000 06:42:01 +0200
67218              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
67219      Branch: perl
67220            ! t/op/my.t
67221 ____________________________________________________________________________
67222 [  7058] By: jhi                                   on 2000/09/12  14:03:05
67223         Log: Subject: [patch: perl@7045] vms updates
67224              From: Peter Prymmer <pvhp@forte.com>
67225              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
67226              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
67227      Branch: perl
67228            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
67229 ____________________________________________________________________________
67230 [  7057] By: jhi                                   on 2000/09/12  14:00:51
67231         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
67232              From: sthoenna@efn.org
67233              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
67234              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
67235      Branch: perl
67236            ! t/op/64bitint.t
67237 ____________________________________________________________________________
67238 [  7056] By: jhi                                   on 2000/09/12  13:58:14
67239         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
67240              From: Jeff Pinyan <jeffp@crusoe.net>
67241              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
67242              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
67243      Branch: perl
67244            ! pod/perlfunc.pod
67245 ____________________________________________________________________________
67246 [  7055] By: jhi                                   on 2000/09/12  13:56:32
67247         Log: Do in VMS as the #7054 does.
67248      Branch: perl
67249            ! configure.com
67250 ____________________________________________________________________________
67251 [  7054] By: jhi                                   on 2000/09/12  13:50:31
67252         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
67253              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
67254              Date: Mon, 11 Sep 2000 08:33:09 +0100
67255              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
67256      Branch: metaconfig/U/perl
67257            ! End.U
67258      Branch: perl
67259            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
67260            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
67261 ____________________________________________________________________________
67262 [  7053] By: jhi                                   on 2000/09/12  13:29:19
67263         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
67264              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67265              Date:     Tue, 12 Sep 2000 08:35:59 EDT
67266              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
67267      Branch: perl
67268            ! vms/test.com
67269 ____________________________________________________________________________
67270 [  7052] By: jhi                                   on 2000/09/11  23:01:50
67271         Log: Document the SvUTF8*().
67272      Branch: perl
67273            ! pod/perlapi.pod sv.h
67274 ____________________________________________________________________________
67275 [  7051] By: gsar                                  on 2000/09/11  14:46:30
67276         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
67277              (missed a spot when fixing up op_pmreplroot hack for ithreads)
67278      Branch: perl
67279            ! op.c t/op/split.t
67280 ____________________________________________________________________________
67281 [  7050] By: nick                                  on 2000/09/11  10:03:51
67282         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
67283              
67284              Subject: borland C++ win32.c tweak
67285              From: Vadim Konovalov <vkonovalov@lucent.com>
67286              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
67287              Date: Mon, 11 Sep 2000 11:22:33 +0400
67288      Branch: perl
67289            ! win32/win32.c
67290 ____________________________________________________________________________
67291 [  7049] By: nick                                  on 2000/09/11  09:57:33
67292         Log: Point fix for s/// on foreach (keys %xxx).
67293      Branch: perl
67294            ! pp_hot.c
67295 ____________________________________________________________________________
67296 [  7048] By: jhi                                   on 2000/09/10  23:37:09
67297         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
67298              by Pod::Text, from Brad Appleton.
67299      Branch: perl
67300            ! t/pod/testp2pt.pl
67301 ____________________________________________________________________________
67302 [  7047] By: jhi                                   on 2000/09/10  14:32:53
67303         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
67304              by Russ Allbery.
67305      Branch: perl
67306            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
67307 ____________________________________________________________________________
67308 [  7046] By: jhi                                   on 2000/09/10  14:15:08
67309         Log: Upgrade to CPAN 1.57_65, from Andreas König.
67310      Branch: perl
67311            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67312 ____________________________________________________________________________
67313 [  7045] By: jhi                                   on 2000/09/08  21:36:32
67314         Log: Update Changes.
67315      Branch: perl
67316            ! Changes patchlevel.h
67317 ____________________________________________________________________________
67318 [  7044] By: jhi                                   on 2000/09/08  21:29:56
67319         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
67320              From: Peter Prymmer <pvhp@forte.com>
67321              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
67322              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
67323      Branch: perl
67324            ! configure.com
67325 ____________________________________________________________________________
67326 [  7043] By: jhi                                   on 2000/09/08  21:27:50
67327         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
67328              From: Peter Prymmer <pvhp@forte.com>
67329              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
67330              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
67331      Branch: perl
67332            ! Makefile.SH installperl
67333 ____________________________________________________________________________
67334 [  7042] By: jhi                                   on 2000/09/08  21:23:21
67335         Log: Continue #7041.
67336      Branch: perl
67337            ! cygwin/Makefile.SHs os2/Makefile.SHs
67338 ____________________________________________________________________________
67339 [  7041] By: jhi                                   on 2000/09/08  21:18:10
67340         Log: Do away with memory models cruft.  Sorry, PDP users.
67341      Branch: metaconfig
67342            ! U/modified/cc.U U/modified/libpth.U
67343      Branch: perl
67344            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
67345            ! Porting/config_H cflags.SH config_h.SH configure.com
67346            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
67347            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
67348            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
67349 ____________________________________________________________________________
67350 [  7040] By: jhi                                   on 2000/09/08  14:34:18
67351         Log: Major rewrite of s2p.  And I mean really major, it is
67352              an implementation of sed in perl.  If called as s2p it
67353              will function as s2p.  Note: needs non-UNIXifying.
67354              
67355              Subject: s2p
67356              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
67357              Date: Mon, 28 Aug 2000 14:05:12 +0200
67358              Message-ID: <39AA5578.2102E2AA@alcatel.at>
67359      Branch: perl
67360            ! x2p/s2p.PL
67361 ____________________________________________________________________________
67362 [  7039] By: jhi                                   on 2000/09/08  14:19:49
67363         Log: Re-allow vec() for characters > 255.
67364              
67365              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
67366              From: Spider Boardman <spider@web.zk3.dec.com>
67367              Date: Fri, 08 Sep 2000 02:21:02 -0400
67368              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
67369      Branch: perl
67370            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
67371            ! t/op/vec.t
67372 ____________________________________________________________________________
67373 [  7038] By: jhi                                   on 2000/09/08  14:14:18
67374         Log: Subject: [PATCH lib/Benchmark.pm]
67375              From: <abigail@foad.org>
67376              Date: Thu, 7 Sep 2000 15:03:20 -0400
67377              Message-ID: <20000907190320.888.qmail@foad.org>
67378      Branch: perl
67379            ! lib/Benchmark.pm
67380 ____________________________________________________________________________
67381 [  7037] By: jhi                                   on 2000/09/08  14:11:06
67382         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
67383              
67384              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
67385              From: Spider Boardman <spider@web.zk3.dec.com>
67386              Date: Fri, 08 Sep 2000 01:30:27 -0400
67387              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
67388      Branch: perl
67389            ! op.c
67390 ____________________________________________________________________________
67391 [  7036] By: jhi                                   on 2000/09/08  14:08:58
67392         Log: Subject: [ID 20000908.002] perlipc documentation bug.
67393              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
67394              Date: Fri, 08 Sep 2000 12:38:32 +0200
67395              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
67396      Branch: perl
67397            ! pod/perlipc.pod
67398 ____________________________________________________________________________
67399 [  7035] By: jhi                                   on 2000/09/08  14:03:12
67400         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
67401              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67402              Date: Fri, 08 Sep 2000 11:47:34 +0200
67403              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
67404      Branch: perl
67405            ! hints/dec_osf.sh
67406 ____________________________________________________________________________
67407 [  7034] By: jhi                                   on 2000/09/08  13:59:35
67408         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
67409              From: Simon Cozens <simon@cozens.net>
67410              Date: Thu, 7 Sep 2000 20:40:38 +0100
67411              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
67412      Branch: perl
67413            ! pp_hot.c
67414 ____________________________________________________________________________
67415 [  7033] By: jhi                                   on 2000/09/08  04:03:03
67416         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
67417              From: "Larry W. Virden" <lvirden@cas.org>
67418              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
67419              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
67420      Branch: perl
67421            ! pod/perldiag.pod
67422 ____________________________________________________________________________
67423 [  7032] By: jhi                                   on 2000/09/07  22:18:30
67424         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
67425              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
67426              Date: Mon, 04 Sep 2000 13:16:38 -0700
67427              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
67428      Branch: perl
67429            ! lib/perl5db.pl
67430 ____________________________________________________________________________
67431 [  7031] By: jhi                                   on 2000/09/07  22:02:29
67432         Log: Fix the ccversion detection for 5.1 and beyond.
67433              
67434              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
67435              From: Spider Boardman <spider@leggy.zk3.dec.com>
67436              Date: Thu, 7 Sep 2000 17:54:27 -0400
67437              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
67438      Branch: perl
67439            ! hints/dec_osf.sh
67440 ____________________________________________________________________________
67441 [  7030] By: jhi                                   on 2000/09/07  19:12:28
67442         Log: Fix for
67443              
67444              Subject: [ID 20000903.001] \w in utf8-strings
67445              From: Marc Lehmann <pcg@goof.com>
67446              Date: Sun, 03 Sep 2000 09:44:29 +0200
67447              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
67448              
67449              and various related nits.
67450      Branch: perl
67451            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
67452 ____________________________________________________________________________
67453 [  7029] By: jhi                                   on 2000/09/07  18:49:09
67454         Log: Fix the URL, but the server is still missing in action.
67455              
67456              Subject: [ID 20000905.002] perlfaq1.pod URL error
67457              From: "Larry W. Virden" <lvirden@cas.org>
67458              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
67459              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
67460      Branch: perl
67461            ! pod/perlfaq1.pod
67462 ____________________________________________________________________________
67463 [  7028] By: jhi                                   on 2000/09/07  18:47:13
67464         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
67465              From: Hugo <hv@crypt.compulink.co.uk>
67466              Date: Tue, 05 Sep 2000 14:13:37 +0100
67467              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
67468      Branch: perl
67469            ! toke.c
67470 ____________________________________________________________________________
67471 [  7027] By: jhi                                   on 2000/09/07  18:45:35
67472         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
67473              From: Daniel Chetlin <daniel@chetlin.com>
67474              Date: Tue, 5 Sep 2000 04:57:07 -0700
67475              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
67476      Branch: perl
67477            ! pod/perlfaq6.pod pod/perlop.pod
67478 ____________________________________________________________________________
67479 [  7026] By: jhi                                   on 2000/09/07  18:44:01
67480         Log: Document the new ref() semantics.
67481              
67482              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
67483              From: Gisle Aas <gisle@ActiveState.com>
67484              Date: 05 Sep 2000 08:10:30 +0200
67485              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
67486      Branch: perl
67487            ! pod/perldelta.pod
67488 ____________________________________________________________________________
67489 [  7025] By: jhi                                   on 2000/09/07  18:42:27
67490         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
67491              
67492              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
67493              From: Gisle Aas <gisle@ActiveState.com>
67494              Date: 05 Sep 2000 08:11:40 +0200
67495              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
67496      Branch: perl
67497            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
67498 ____________________________________________________________________________
67499 [  7024] By: jhi                                   on 2000/09/07  18:39:32
67500         Log: Subject: [PATCH] Modernize Opcode.pm documentation
67501              From: Gisle Aas <gisle@ActiveState.com>
67502              Date: 4 Sep 2000 00:18:55 -0000
67503              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
67504      Branch: perl
67505            ! ext/Opcode/Opcode.pm
67506 ____________________________________________________________________________
67507 [  7023] By: jhi                                   on 2000/09/07  18:37:42
67508         Log: Subject: [PATCH] Tied filehandle documentation
67509              From: Gisle Aas <gisle@ActiveState.com>
67510              Date: 4 Sep 2000 00:14:40 -0000
67511              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
67512      Branch: perl
67513            ! pod/perlfunc.pod pod/perltie.pod
67514 ____________________________________________________________________________
67515 [  7022] By: jhi                                   on 2000/09/07  18:35:37
67516         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
67517              From: Gisle Aas <gisle@ActiveState.com>
67518              Date: 4 Sep 2000 00:04:22 -0000
67519              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
67520      Branch: perl
67521            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
67522 ____________________________________________________________________________
67523 [  7021] By: jhi                                   on 2000/09/07  18:33:22
67524         Log: Subject: small apidoc fix
67525              From: Marc Lehmann <pcg@goof.com>
67526              Date: Sun, 3 Sep 2000 05:12:06 +0200
67527              Message-ID: <20000903051206.A5909@cerebro.laendle>
67528      Branch: perl
67529            ! pod/perlapi.pod utf8.c
67530 ____________________________________________________________________________
67531 [  7020] By: jhi                                   on 2000/09/07  16:14:57
67532         Log: Tiny perldelta nits.
67533      Branch: perl
67534            ! pod/perldelta.pod
67535 ____________________________________________________________________________
67536 [  7019] By: jhi                                   on 2000/09/07  16:04:20
67537         Log: Guard against bad string->int conversion for quads.
67538      Branch: perl
67539            ! t/op/64bitint.t
67540 ____________________________________________________________________________
67541 [  7018] By: jhi                                   on 2000/09/06  17:07:03
67542         Log: Update Unicode todo list.
67543      Branch: perl
67544            ! Todo-5.6
67545 ____________________________________________________________________________
67546 [  7017] By: jhi                                   on 2000/09/05  21:16:01
67547         Log: Document the SvIOK_.*UV().
67548      Branch: perl
67549            ! pod/perlapi.pod sv.h
67550 ____________________________________________________________________________
67551 [  7016] By: nick                                  on 2000/09/03  21:54:46
67552         Log: Hash lookup of constant strings optimization:
67553              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
67554              to string table (as per sharepvn). Add newSV_pvn_share to create such
67555              a thing. Make hv.c compare addresses of strings and skip string compare
67556              if equal. Make method_named and helem ops use these shared-string SVs
67557              when arg is constant. Make keys op return shared-string SVs (less clearly
67558              a win).
67559      Branch: perl
67560            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
67561            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
67562            ! pod/perlintern.pod pp_hot.c proto.h sv.c
67563 ____________________________________________________________________________
67564 [  7015] By: jhi                                   on 2000/09/02  17:48:59
67565         Log: This is 5.7.0.
67566      Branch: perl
67567            ! Changes
67568 ____________________________________________________________________________
67569 [  7014] By: jhi                                   on 2000/09/02  17:35:45
67570         Log: Changes and patchlevel tweaks.
67571      Branch: perl
67572            ! Changes patchlevel.h
67573 ____________________________________________________________________________
67574 [  7013] By: jhi                                   on 2000/09/02  17:30:50
67575         Log: Update Changes.
67576      Branch: perl
67577            ! Changes patchlevel.h
67578 ____________________________________________________________________________
67579 [  7012] By: nick                                  on 2000/09/02  17:25:20
67580         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
67581      Branch: perl
67582            ! gv.c lib/overload.pm
67583 ____________________________________________________________________________
67584 [  7011] By: jhi                                   on 2000/09/02  17:16:25
67585         Log: Update perlhist.
67586      Branch: perl
67587            ! pod/perlhist.pod
67588 ____________________________________________________________________________
67589 [  7010] By: jhi                                   on 2000/09/02  17:01:35
67590         Log: perldelta nits.
67591      Branch: perl
67592            ! pod/perldelta.pod
67593 ____________________________________________________________________________
67594 [  7009] By: nick                                  on 2000/09/02  16:48:35
67595         Log: If overloaded %{} etc. return the object do not loop.
67596              Thus  sub deref { $_[0] } functions if object is wanted type.
67597      Branch: perl
67598            ! pp.h
67599 ____________________________________________________________________________
67600 [  7008] By: jhi                                   on 2000/09/02  16:26:11
67601         Log: Retab MANIFEST.
67602      Branch: perl
67603            ! ext/Storable/MANIFEST
67604 ____________________________________________________________________________
67605 [  7007] By: jhi                                   on 2000/09/02  16:23:02
67606         Log: Make certain cc is set before trying to run it.
67607      Branch: perl
67608            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
67609 ____________________________________________________________________________
67610 [  7006] By: jhi                                   on 2000/09/02  15:45:41
67611         Log: Unicode notes.
67612      Branch: perl
67613            ! pod/perldelta.pod
67614 ____________________________________________________________________________
67615 [  7005] By: jhi                                   on 2000/09/02  15:42:11
67616         Log: Various Configure nits by Philip Newton,
67617              plus the ebcdic one by me.
67618      Branch: metaconfig
67619            + U/modified/pager.U
67620            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
67621      Branch: metaconfig/U/perl
67622            ! Devel.U quadfio.U
67623      Branch: perl
67624            ! Configure config_h.SH
67625 ____________________________________________________________________________
67626 [  7004] By: jhi                                   on 2000/09/02  15:06:14
67627         Log: Apparently avoiding the swapping is too costly.
67628              
67629              From: "Ben Tilly" <ben_tilly@hotmail.com>
67630              Subject: Re: the door is closed.
67631              Date: Fri, 01 Sep 2000 20:23:16 EDT
67632              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
67633      Branch: perl
67634            ! pod/perlfaq4.pod
67635 ____________________________________________________________________________
67636 [  7003] By: nick                                  on 2000/09/02  12:26:04
67637         Log: Undo part of change 6489 which looks like a bulk edit which
67638              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
67639              The supressing of main:: on return from select() is undesirable.
67640      Branch: perl
67641            ! pp_sys.c
67642 ____________________________________________________________________________
67643 [  7002] By: jhi                                   on 2000/09/01  23:08:54
67644         Log: Update Changes.
67645      Branch: perl
67646            ! Changes patchlevel.h
67647 ____________________________________________________________________________
67648 [  7001] By: jhi                                   on 2000/09/01  23:00:13
67649         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
67650              From: Peter Prymmer <pvhp@forte.com>
67651              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
67652              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
67653              
67654              plus rework the http: spots as suggested by Tom Christiansen,
67655              plus regen perltoc.
67656      Branch: perl
67657            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
67658            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
67659 ____________________________________________________________________________
67660 [  7000] By: jhi                                   on 2000/09/01  22:36:01
67661         Log: Only the first line, thank you very much.
67662      Branch: perl
67663            ! hints/solaris_2.sh
67664 ____________________________________________________________________________
67665 [  6999] By: gsar                                  on 2000/09/01  22:16:40
67666         Log: change#6791 accidentally clobbered change#6710, put it back
67667      Branch: perl
67668            ! win32/win32.c
67669 ____________________________________________________________________________
67670 [  6998] By: jhi                                   on 2000/09/01  22:14:16
67671         Log: Mention the HP-UX LP64 freak failure.
67672      Branch: perl
67673            ! pod/perldelta.pod
67674 ____________________________________________________________________________
67675 [  6997] By: jhi                                   on 2000/09/01  21:48:32
67676         Log: Detypo.
67677      Branch: perl
67678            ! hints/hpux.sh
67679 ____________________________________________________________________________
67680 [  6996] By: jhi                                   on 2000/09/01  21:27:10
67681         Log: Update Changes.
67682      Branch: perl
67683            ! Changes patchlevel.h
67684 ____________________________________________________________________________
67685 [  6995] By: jhi                                   on 2000/09/01  21:14:24
67686         Log: Mi splgn s gnin.g
67687      Branch: perl
67688            ! pp_ctl.c
67689 ____________________________________________________________________________
67690 [  6994] By: jhi                                   on 2000/09/01  21:09:54
67691         Log: Subject: http:// in L<>
67692              From: Nicholas Clark <nick@ccl4.org>
67693              Date: Fri, 1 Sep 2000 22:03:21 +0100
67694              Message-ID: <20000901220321.B72074@plum.flirble.org>
67695      Branch: perl
67696            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
67697 ____________________________________________________________________________
67698 [  6993] By: jhi                                   on 2000/09/01  21:06:54
67699         Log: Update to Storable 1.0, from Raphael Manfredi.
67700      Branch: perl
67701            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
67702            ! ext/Storable/Makefile.PL ext/Storable/README
67703            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
67704            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
67705            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
67706            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
67707            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
67708            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
67709 ____________________________________________________________________________
67710 [  6992] By: jhi                                   on 2000/09/01  20:43:05
67711         Log: Mention known sfio+linux buglet.
67712      Branch: perl
67713            ! pod/perldelta.pod
67714 ____________________________________________________________________________
67715 [  6991] By: jhi                                   on 2000/09/01  20:40:11
67716         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
67717              From: Peter Prymmer <pvhp@forte.com>
67718              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
67719              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
67720      Branch: perl
67721            ! vms/vms.c
67722 ____________________________________________________________________________
67723 [  6990] By: jhi                                   on 2000/09/01  20:25:26
67724         Log: Retract #6986.
67725      Branch: perl
67726            ! hints/solaris_2.sh
67727 ____________________________________________________________________________
67728 [  6989] By: jhi                                   on 2000/09/01  20:23:00
67729         Log: Mergesort is back.
67730      Branch: perl
67731            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
67732 ____________________________________________________________________________
67733 [  6988] By: jhi                                   on 2000/09/01  19:37:40
67734         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
67735              From: Mike Guy <mjtg@cam.ac.uk>
67736              Date: Fri, 01 Sep 2000 17:43:33 +0100
67737              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
67738      Branch: perl
67739            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
67740            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
67741 ____________________________________________________________________________
67742 [  6987] By: jhi                                   on 2000/09/01  19:17:10
67743         Log: Regen perltoc.
67744      Branch: perl
67745            ! pod/perltoc.pod
67746 ____________________________________________________________________________
67747 [  6986] By: jhi                                   on 2000/09/01  18:51:10
67748         Log: Subject: Re: Solaris x86 has no SPARC libraries!
67749              From: Lupe Christoph <lupe@lupe-christoph.de>
67750              Date: Fri, 1 Sep 2000 20:41:20 +0200
67751              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
67752      Branch: perl
67753            ! hints/solaris_2.sh
67754 ____________________________________________________________________________
67755 [  6985] By: jhi                                   on 2000/09/01  18:28:10
67756         Log: Update Changes.
67757      Branch: perl
67758            ! Changes patchlevel.h
67759 ____________________________________________________________________________
67760 [  6984] By: jhi                                   on 2000/09/01  18:26:53
67761         Log: Feature ordering tweak.
67762      Branch: perl
67763            ! myconfig.SH
67764 ____________________________________________________________________________
67765 [  6983] By: jhi                                   on 2000/09/01  18:19:50
67766         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
67767              From: <abigail@foad.org>
67768              Date: Fri, 1 Sep 2000 13:07:32 -0400
67769              Message-ID: <20000901170732.18249.qmail@foad.org>
67770      Branch: perl
67771            ! t/pragma/overload.t
67772 ____________________________________________________________________________
67773 [  6982] By: jhi                                   on 2000/09/01  18:17:54
67774         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
67775              so that case-ignoring systems like DCL can tell them from
67776              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
67777      Branch: metaconfig/U/perl
67778            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
67779      Branch: perl
67780            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67781            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
67782            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
67783            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
67784            ! vos/config.def vos/config.h vos/config_h.SH_orig
67785            ! win32/config.bc win32/config.gc win32/config.vc
67786 ____________________________________________________________________________
67787 [  6981] By: nick                                  on 2000/09/01  17:21:57
67788         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
67789              warning when UNTIE exists and instead pass the count of extra references to
67790              the UNTIE method.
67791      Branch: perl
67792            ! pod/perltie.pod pp_sys.c
67793 ____________________________________________________________________________
67794 [  6980] By: jhi                                   on 2000/09/01  16:54:44
67795         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
67796              From: Peter Prymmer <pvhp@forte.com>
67797              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
67798              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
67799      Branch: perl
67800            ! configure.com
67801 ____________________________________________________________________________
67802 [  6979] By: jhi                                   on 2000/09/01  16:06:20
67803         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
67804              From: Mike Guy <mjtg@cam.ac.uk> 
67805              Date: Fri, 01 Sep 2000 16:49:27 +0100
67806              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
67807      Branch: perl
67808            ! t/base/rs.t
67809 ____________________________________________________________________________
67810 [  6978] By: jhi                                   on 2000/09/01  16:00:42
67811         Log: Update to PodParser 1.18, from Brad Appleton.
67812      Branch: perl
67813            ! lib/Pod/Checker.pm t/pod/find.t
67814 ____________________________________________________________________________
67815 [  6977] By: jhi                                   on 2000/09/01  14:48:58
67816         Log: Subject: Nit in Configure (bleadperl@6961)
67817              From: Lupe Christoph <lupe@lupe-christoph.de>
67818              Date: Fri, 1 Sep 2000 16:34:29 +0200
67819              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
67820      Branch: metaconfig
67821            ! U/compline/ccflags.U
67822      Branch: perl
67823            ! Configure config_h.SH
67824 ____________________________________________________________________________
67825 [  6976] By: jhi                                   on 2000/09/01  14:39:52
67826         Log: Update Changes.
67827      Branch: perl
67828            ! Changes patchlevel.h
67829 ____________________________________________________________________________
67830 [  6975] By: jhi                                   on 2000/09/01  14:37:36
67831         Log: microperl config update.
67832      Branch: perl
67833            ! uconfig.h uconfig.sh
67834 ____________________________________________________________________________
67835 [  6974] By: jhi                                   on 2000/09/01  14:36:53
67836         Log: Document known deficiencies.
67837      Branch: perl
67838            ! pod/perldelta.pod
67839 ____________________________________________________________________________
67840 [  6973] By: jhi                                   on 2000/09/01  14:10:20
67841         Log: Mention warnings fixes and updates.
67842      Branch: perl
67843            ! pod/perldelta.pod
67844 ____________________________________________________________________________
67845 [  6972] By: jhi                                   on 2000/09/01  14:01:52
67846         Log: Drop unused argument.
67847              
67848              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
67849              From: Spider Boardman <spider@web.zk3.dec.com>
67850              Date: Thu, 31 Aug 2000 16:10:15 -0400
67851              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
67852      Branch: perl
67853            ! toke.c
67854 ____________________________________________________________________________
67855 [  6971] By: jhi                                   on 2000/09/01  13:59:24
67856         Log: Add the overload warnings to perldiag.
67857      Branch: perl
67858            ! lib/overload.pm pod/perldiag.pod
67859 ____________________________________________________________________________
67860 [  6970] By: jhi                                   on 2000/09/01  13:55:10
67861         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
67862              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
67863              Date: Fri, 1 Sep 2000 13:43:15 +0100 
67864              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
67865      Branch: perl
67866            ! lib/overload.pm t/pragma/overload.t
67867 ____________________________________________________________________________
67868 [  6969] By: jhi                                   on 2000/09/01  13:52:27
67869         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
67870              From: <abigail@foad.org>
67871              Date: Fri, 1 Sep 2000 05:46:54 -0400
67872              Message-ID: <20000901094654.6476.qmail@foad.org>
67873      Branch: perl
67874            ! lib/overload.pm
67875 ____________________________________________________________________________
67876 [  6968] By: jhi                                   on 2000/09/01  13:50:05
67877         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
67878              From: Daniel Chetlin <daniel@chetlin.com>
67879              Date: Fri, 1 Sep 2000 02:10:55 -0700
67880              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
67881      Branch: perl
67882            ! pod/perlretut.pod
67883 ____________________________________________________________________________
67884 [  6967] By: jhi                                   on 2000/09/01  13:47:54
67885         Log: Part of the solution.
67886              
67887              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
67888              From: Mike Guy <mjtg@cam.ac.uk>
67889              Date: Fri, 01 Sep 2000 14:16:01 +0100
67890              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
67891      Branch: perl
67892            ! gv.c mg.c
67893 ____________________________________________________________________________
67894 [  6966] By: jhi                                   on 2000/09/01  13:46:17
67895         Log: Subject: CPAN.pm beta 1.57_57 for the core
67896              From: andreas.koenig@anima.de (Andreas J. Koenig)
67897              Date: 01 Sep 2000 15:16:31 +0200
67898              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
67899      Branch: perl
67900            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67901 ____________________________________________________________________________
67902 [  6965] By: jhi                                   on 2000/09/01  13:43:18
67903         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
67904              From: "Craig A. Berry" <craig.berry@psinetcs.com>
67905              Date: Fri, 01 Sep 2000 01:47:22 -0500
67906              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
67907      Branch: perl
67908            ! pod/perldelta.pod vms/vms.c
67909 ____________________________________________________________________________
67910 [  6964] By: jhi                                   on 2000/09/01  13:35:35
67911         Log: File::Temp patches from Andreas König,
67912              
67913              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
67914              From: andreas.koenig@anima.de (Andreas J. Koenig)
67915              Date: 01 Sep 2000 10:07:20 +0200
67916              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
67917              
67918              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
67919              From: andreas.koenig@anima.de (Andreas J. Koenig)
67920              Date: 31 Aug 2000 23:26:08 +0200
67921              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
67922      Branch: perl
67923            ! lib/File/Temp.pm t/lib/ftmp-security.t
67924 ____________________________________________________________________________
67925 [  6963] By: jhi                                   on 2000/09/01  02:22:24
67926         Log: Retract the mergesort code, way too incompatible licensing
67927              and copyrights.
67928      Branch: perl
67929            ! pod/perldelta.pod pp_ctl.c
67930 ____________________________________________________________________________
67931 [  6962] By: jhi                                   on 2000/08/31  23:27:32
67932         Log: Update Changes.
67933      Branch: perl
67934            ! Changes patchlevel.h
67935 ____________________________________________________________________________
67936 [  6961] By: jhi                                   on 2000/08/31  23:20:04
67937         Log: Small tweaks all over.
67938      Branch: metaconfig
67939            ! U/compline/d_gconvert.U
67940      Branch: perl
67941            ! AUTHORS Configure config_h.SH pp_ctl.c
67942 ____________________________________________________________________________
67943 [  6960] By: jhi                                   on 2000/08/31  22:39:36
67944         Log: Further rewording.
67945      Branch: perl
67946            ! pp_ctl.c
67947 ____________________________________________________________________________
67948 [  6959] By: jhi                                   on 2000/08/31  21:26:44
67949         Log: More address tweaking.
67950      Branch: perl
67951            ! AUTHORS Changes
67952 ____________________________________________________________________________
67953 [  6958] By: jhi                                   on 2000/08/31  20:47:25
67954         Log: AUTHORS tweaks, from Peter Prymmer.
67955              
67956              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
67957              From: Peter Prymmer <pvhp@forte.com>
67958              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
67959              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
67960      Branch: perl
67961            ! AUTHORS MAINTAIN
67962 ____________________________________________________________________________
67963 [  6957] By: jhi                                   on 2000/08/31  20:34:43
67964         Log: perldelta tweaks.
67965      Branch: perl
67966            ! pod/perldelta.pod
67967 ____________________________________________________________________________
67968 [  6956] By: jhi                                   on 2000/08/31  19:11:06
67969         Log: Regen perltoc.
67970      Branch: perl
67971            ! pod/perltoc.pod
67972 ____________________________________________________________________________
67973 [  6955] By: jhi                                   on 2000/08/31  19:06:30
67974         Log: Clarify the mergesort situation.
67975      Branch: perl
67976            ! pp_ctl.c
67977 ____________________________________________________________________________
67978 [  6954] By: jhi                                   on 2000/08/31  18:24:17
67979         Log: Move the Solaris 7 scan to use64bitall, make the
67980              failure to find 64-bot sparc libc to mention the
67981              possibility of being in an intel, from Lupe and Alan.
67982      Branch: perl
67983            ! hints/solaris_2.sh
67984 ____________________________________________________________________________
67985 [  6953] By: jhi                                   on 2000/08/31  18:09:20
67986         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
67987              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
67988      Branch: metaconfig
67989            ! U/compline/d_gconvert.U U/threads/archname.U
67990      Branch: metaconfig/U/perl
67991            ! perlxv.U
67992      Branch: perl
67993            ! Configure config_h.SH sv.c
67994 ____________________________________________________________________________
67995 [  6952] By: jhi                                   on 2000/08/31  17:42:24
67996         Log: :: not allowed in pathnames, change to .
67997              
67998              Subject: [PATCH perl@6938] cygwin port
67999              From: "Fifer, Eric" <EFifer@sanwaint.com>
68000              Date: Thu, 31 Aug 2000 16:32:59 +0100
68001              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
68002      Branch: metaconfig/U/perl
68003            ! perlxv.U
68004 ____________________________________________________________________________
68005 [  6951] By: jhi                                   on 2000/08/31  17:02:05
68006         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
68007      Branch: perl
68008            ! perl.h
68009 ____________________________________________________________________________
68010 [  6950] By: jhi                                   on 2000/08/31  16:26:08
68011         Log: More author updates.
68012              
68013              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
68014              From: Simon Cozens <simon@cozens.net>
68015              Date: Thu, 31 Aug 2000 17:13:32 +0100
68016              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
68017      Branch: perl
68018            ! AUTHORS
68019 ____________________________________________________________________________
68020 [  6949] By: jhi                                   on 2000/08/31  16:04:49
68021         Log: POSIX doesn't report long double values under -Duselongdouble
68022              when the long doubles are "real" (bigger than doubles).
68023              
68024              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
68025              From: Spider Boardman <spider@peano.zk3.dec.com>
68026              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
68027              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
68028      Branch: perl
68029            ! ext/POSIX/POSIX.xs
68030 ____________________________________________________________________________
68031 [  6948] By: jhi                                   on 2000/08/31  15:25:10
68032         Log: Update Changes.
68033      Branch: perl
68034            ! Changes patchlevel.h
68035 ____________________________________________________________________________
68036 [  6947] By: jhi                                   on 2000/08/31  15:22:29
68037         Log: Document UNTIE in a very minimalistic way.
68038      Branch: perl
68039            ! pod/perlfunc.pod pod/perltie.pod
68040 ____________________________________________________________________________
68041 [  6946] By: jhi                                   on 2000/08/31  15:15:23
68042         Log: Document known failures.
68043      Branch: perl
68044            ! pod/perldelta.pod
68045 ____________________________________________________________________________
68046 [  6945] By: jhi                                   on 2000/08/31  15:07:00
68047         Log: Don't attach -ld to the archname if pointless.
68048      Branch: metaconfig
68049            ! U/threads/archname.U
68050      Branch: perl
68051            ! Configure config_h.SH
68052 ____________________________________________________________________________
68053 [  6944] By: jhi                                   on 2000/08/31  14:37:42
68054         Log: Wrap the test in eval.
68055              
68056              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
68057              From: Tim Jenness <timj@jach.hawaii.edu>
68058              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
68059              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
68060      Branch: perl
68061            ! t/lib/ftmp-security.t
68062 ____________________________________________________________________________
68063 [  6943] By: jhi                                   on 2000/08/31  14:30:57
68064         Log: Make -Dusemorebits find long doubles in Solaris.
68065      Branch: perl
68066            ! hints/solaris_2.sh
68067 ____________________________________________________________________________
68068 [  6942] By: jhi                                   on 2000/08/31  13:48:45
68069         Log: Clarify the third case of ftmp-security warnings.
68070      Branch: perl
68071            ! INSTALL
68072 ____________________________________________________________________________
68073 [  6941] By: jhi                                   on 2000/08/31  13:40:31
68074         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
68075              From: <abigail@foad.org>
68076              Date: Thu, 31 Aug 2000 01:35:05 -0400
68077              Message-ID: <20000831053505.32120.qmail@foad.org>
68078      Branch: perl
68079            ! pod/perldelta.pod
68080 ____________________________________________________________________________
68081 [  6940] By: jhi                                   on 2000/08/31  13:38:48
68082         Log: Issue useful diagnostic on unknown pod commands.
68083              
68084              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
68085              From: <abigail@foad.org>
68086              Date: Thu, 31 Aug 2000 03:41:18 -0400
68087              Message-ID: <20000831074118.24880.qmail@foad.org>
68088      Branch: perl
68089            ! lib/Pod/Man.pm
68090 ____________________________________________________________________________
68091 [  6939] By: jhi                                   on 2000/08/31  13:34:33
68092         Log: Reveal Borland's isnan.
68093              
68094              Subject: build with BC++ tweak
68095              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
68096              Date: Thu, 31 Aug 2000 13:09:37 +0400
68097              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
68098      Branch: perl
68099            ! win32/win32.h
68100 ____________________________________________________________________________
68101 [  6938] By: jhi                                   on 2000/08/31  05:01:20
68102         Log: Update Changes.
68103      Branch: perl
68104            ! Changes patchlevel.h
68105 ____________________________________________________________________________
68106 [  6937] By: jhi                                   on 2000/08/31  04:26:23
68107         Log: sscanf() may be the only way to read long doubles from strings.
68108      Branch: metaconfig/U/perl
68109            ! longdblfio.U
68110      Branch: perl
68111            ! Configure config_h.SH perl.h util.c
68112 ____________________________________________________________________________
68113 [  6936] By: jhi                                   on 2000/08/31  04:18:19
68114         Log: The #6929 was too skimpy.
68115      Branch: perl
68116            ! sv.c
68117 ____________________________________________________________________________
68118 [  6935] By: jhi                                   on 2000/08/31  02:47:07
68119         Log: Subject: Re: typos in pods
68120              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68121              Date: Wed, 30 Aug 2000 19:25:34 -0700
68122              Message-ID: <eIcr5gzkg25X092yn@efn.org>
68123      Branch: perl
68124            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
68125 ____________________________________________________________________________
68126 [  6934] By: jhi                                   on 2000/08/31  02:42:55
68127         Log: Missed one Unicode file.
68128      Branch: perl
68129            + lib/unicode/UCDFF301.html
68130 ____________________________________________________________________________
68131 [  6933] By: jhi                                   on 2000/08/30  23:42:27
68132         Log: Update Changes.
68133      Branch: perl
68134            ! Changes patchlevel.h
68135 ____________________________________________________________________________
68136 [  6932] By: jhi                                   on 2000/08/30  23:40:07
68137         Log: Mention UNTIE in perldelta.  Still needs documenting
68138              in perltie et alia.
68139      Branch: perl
68140            ! pod/perldelta.pod
68141 ____________________________________________________________________________
68142 [  6931] By: jhi                                   on 2000/08/30  23:36:02
68143         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
68144              From: <abigail@foad.org>
68145              Date: Wed, 30 Aug 2000 19:28:07 -0400
68146              Message-ID: <20000830232807.305.qmail@foad.org>
68147      Branch: perl
68148            ! pod/perldelta.pod
68149 ____________________________________________________________________________
68150 [  6930] By: jhi                                   on 2000/08/30  23:32:40
68151         Log: Update to Unicode 3.0.1.
68152      Branch: perl
68153            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
68154            + lib/unicode/PropList.txt lib/unicode/README.perl
68155            + lib/unicode/UCD301.html lib/unicode/Unicode.301
68156            - lib/unicode/Props.txt lib/unicode/UCD300.html
68157            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
68158            ! (edit 257 files)
68159 ____________________________________________________________________________
68160 [  6929] By: jhi                                   on 2000/08/30  22:38:18
68161         Log: Heap decorruption.
68162              
68163              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
68164              From: Alan Burlison <Alan.Burlison@uk.sun.com>
68165              Date: Wed, 30 Aug 2000 22:39:52 +0100
68166              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
68167      Branch: perl
68168            ! sv.c
68169 ____________________________________________________________________________
68170 [  6928] By: jhi                                   on 2000/08/30  22:29:34
68171         Log: Retract the dummy test, skip the security tests (instead of failing),
68172              explain what the warnings mean.
68173      Branch: perl
68174            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
68175 ____________________________________________________________________________
68176 [  6927] By: jhi                                   on 2000/08/30  22:14:13
68177         Log: Change the internal implementation of sort() to be mergesort
68178              instead of quicksort, from John Linderman <jpl@research.att.com>.
68179              Gives us better worst case, better average case, and stability.
68180              What's there not to like?  (Small fixes for threaded builds
68181              were required).
68182      Branch: perl
68183            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
68184 ____________________________________________________________________________
68185 [  6926] By: jhi                                   on 2000/08/30  20:55:20
68186         Log: A better fix for the Socket building problem from Craig Berry.
68187      Branch: perl
68188            ! vms/vms.c
68189 ____________________________________________________________________________
68190 [  6925] By: jhi                                   on 2000/08/30  20:20:25
68191         Log: Subject: [PATCH] Re: UNTIE method 
68192              From: Nick Ing-Simmons <nik@tiuk.ti.com>
68193              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
68194              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
68195      Branch: perl
68196            ! pp_sys.c t/op/tie.t
68197 ____________________________________________________________________________
68198 [  6924] By: jhi                                   on 2000/08/30  20:17:11
68199         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
68200              From: "Craig A. Berry" <craig.berry@psinetcs.com>
68201              Date: Wed, 30 Aug 2000 15:03:14 -0500
68202              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
68203      Branch: perl
68204            ! vms/vms.c
68205 ____________________________________________________________________________
68206 [  6923] By: jhi                                   on 2000/08/30  20:15:18
68207         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
68208              From: "Craig A. Berry" <craig.berry@psinetcs.com>
68209              Date: Wed, 30 Aug 2000 13:30:36 -0500
68210              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
68211      Branch: perl
68212            ! vms/vms.c
68213 ____________________________________________________________________________
68214 [  6922] By: jhi                                   on 2000/08/30  19:54:43
68215         Log: Better options for rsync.
68216      Branch: perl
68217            ! pod/perlhack.pod
68218 ____________________________________________________________________________
68219 [  6921] By: jhi                                   on 2000/08/30  19:40:16
68220         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
68221              From: Rick Delaney <rick@consumercontact.com>
68222              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
68223              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
68224      Branch: perl
68225            ! pod/perlfunc.pod
68226 ____________________________________________________________________________
68227 [  6920] By: jhi                                   on 2000/08/30  19:36:40
68228         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
68229              From: Peter Prymmer <pvhp@forte.com>
68230              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
68231              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
68232      Branch: perl
68233            ! configure.com
68234 ____________________________________________________________________________
68235 [  6919] By: jhi                                   on 2000/08/30  14:52:02
68236         Log: Update Changes.
68237      Branch: perl
68238            ! Changes patchlevel.h
68239 ____________________________________________________________________________
68240 [  6918] By: jhi                                   on 2000/08/30  14:48:34
68241         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
68242      Branch: perl
68243            ! lib/ExtUtils/typemap
68244 ____________________________________________________________________________
68245 [  6917] By: jhi                                   on 2000/08/30  14:46:34
68246         Log: Subject: typos in pods
68247              From: Nicholas Clark <nick@ccl4.org>
68248              Date: Wed, 30 Aug 2000 01:12:50 +0100
68249              Message-ID: <20000830011249.A61388@plum.flirble.org>
68250      Branch: perl
68251            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
68252            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
68253            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
68254            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
68255 ____________________________________________________________________________
68256 [  6916] By: jhi                                   on 2000/08/30  14:19:09
68257         Log: Document Storable problems on Crays.  (Will have
68258              to document all the other Storable problems, too.)
68259      Branch: perl
68260            ! pod/perldelta.pod
68261 ____________________________________________________________________________
68262 [  6915] By: jhi                                   on 2000/08/30  14:06:02
68263         Log: Subject: [PATCH] fix misc cast warnings
68264              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68265              Date: Tue, 29 Aug 2000 23:16:14 -0700
68266              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
68267      Branch: perl
68268            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
68269            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
68270            ! os2/os2ish.h
68271 ____________________________________________________________________________
68272 [  6914] By: jhi                                   on 2000/08/30  14:03:45
68273         Log: Timestamp mismatch again.  Need to fix this dependence on
68274              config_h.SH timestamp, since it's the contents of config_h.SH
68275              that matter.
68276      Branch: perl
68277            ! uconfig.h uconfig.sh
68278 ____________________________________________________________________________
68279 [  6913] By: jhi                                   on 2000/08/30  13:54:06
68280         Log: Don't say "Perl 5.0 source kit".
68281      Branch: perl
68282            ! perl.c
68283 ____________________________________________________________________________
68284 [  6912] By: jhi                                   on 2000/08/30  13:51:24
68285         Log: Reset archname and archname64 always, forcing them be
68286              recomputed at each Configure run, make Configure and
68287              the hints files agree on the naming of largefiles variables.
68288      Branch: metaconfig
68289            ! U/threads/archname.U
68290      Branch: metaconfig/U/perl
68291            ! use64bits.U
68292      Branch: perl
68293            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
68294            ! hints/linux.sh hints/solaris_2.sh
68295 ____________________________________________________________________________
68296 [  6911] By: jhi                                   on 2000/08/30  13:30:13
68297         Log: Put back the slice accidentally removed by #6907.
68298      Branch: perl
68299            ! hints/solaris_2.sh
68300 ____________________________________________________________________________
68301 [  6910] By: jhi                                   on 2000/08/30  01:24:26
68302         Log: Be consistent: other Net::get* do export theirs.
68303              
68304              Subject: Re: Net::protoent does not export 'getproto'
68305              From: Yasushi Nakajima <sey@jkc.co.jp>
68306              Date: Wed, 30 Aug 2000 09:53:14 +0900
68307              Message-Id: <200008300051.DAA24700@taku.hut.fi>
68308      Branch: perl
68309            ! lib/Net/protoent.pm
68310 ____________________________________________________________________________
68311 [  6909] By: jhi                                   on 2000/08/30  01:17:25
68312         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
68313              From: Gurusamy Sarathy <gsar@ActiveState.com>
68314              Date: Tue, 29 Aug 2000 17:17:07 -0700
68315              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
68316      Branch: perl
68317            ! cop.h
68318 ____________________________________________________________________________
68319 [  6908] By: jhi                                   on 2000/08/30  00:58:05
68320         Log: Update Changes.
68321      Branch: perl
68322            ! Changes patchlevel.h
68323 ____________________________________________________________________________
68324 [  6907] By: jhi                                   on 2000/08/30  00:57:22
68325         Log: Introduce ccname to keep track of what compiler kind of we have.
68326      Branch: metaconfig/U/perl
68327            ! Checkcc.U gccvers.U
68328      Branch: perl
68329            ! Configure config_h.SH hints/solaris_2.sh
68330 ____________________________________________________________________________
68331 [  6906] By: jhi                                   on 2000/08/30  00:25:47
68332         Log: Put back the flags dump as reasoned in
68333              
68334              Subject: Re: [PATCH] Glob dumping
68335              From: Mike Guy <mjtg@cam.ac.uk> 
68336              Date: Tue, 29 Aug 2000 21:41:32 +0100
68337              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
68338      Branch: perl
68339            ! dump.c t/lib/peek.t
68340 ____________________________________________________________________________
68341 [  6905] By: jhi                                   on 2000/08/30  00:16:17
68342         Log: Make the epsilon to be relative, not absolute.
68343              
68344              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
68345              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
68346              Date: Tue, 29 Aug 2000 19:58:56 -0400
68347              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
68348      Branch: perl
68349            ! t/lib/trig.t
68350 ____________________________________________________________________________
68351 [  6904] By: jhi                                   on 2000/08/30  00:13:09
68352         Log: From now on, Gisle is on my list of usual suspects :-)
68353              Retract #6902.
68354      Branch: perl
68355            ! ext/Opcode/Safe.pm
68356 ____________________________________________________________________________
68357 [  6903] By: jhi                                   on 2000/08/29  23:51:20
68358         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
68359              From: "Craig A. Berry" <craig.berry@psinetcs.com>
68360              Date: Tue, 29 Aug 2000 18:43:26 -0500
68361              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
68362      Branch: perl
68363            + vms/vmspipe.com
68364            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
68365            ! vms/vms.c
68366 ____________________________________________________________________________
68367 [  6902] By: jhi                                   on 2000/08/29  23:44:14
68368         Log: Retry what #6882 attempted.
68369              
68370              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
68371              From: Gisle Aas <gisle@ActiveState.com>
68372              Date: 30 Aug 2000 00:33:09 +0200
68373              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
68374      Branch: perl
68375            ! ext/Opcode/Safe.pm
68376 ____________________________________________________________________________
68377 [  6901] By: jhi                                   on 2000/08/29  22:59:32
68378         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
68379              From: Hugo <hv@crypt.compulink.co.uk>
68380              Date: Mon, 12 Jun 2000 19:36:08 +0100
68381              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
68382      Branch: perl
68383            ! sv.c
68384 ____________________________________________________________________________
68385 [  6900] By: jhi                                   on 2000/08/29  22:58:35
68386         Log: Admit that we are leaking scalars.
68387              
68388              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
68389              From: Spider Boardman <spider@leggy.zk3.dec.com>
68390              Date: Tue, 29 Aug 2000 18:48:29 -0400
68391              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
68392      Branch: perl
68393            ! t/pragma/warnings.t
68394 ____________________________________________________________________________
68395 [  6899] By: jhi                                   on 2000/08/29  20:53:13
68396         Log: Update Changes.
68397      Branch: perl
68398            ! Changes patchlevel.h
68399 ____________________________________________________________________________
68400 [  6898] By: jhi                                   on 2000/08/29  20:46:21
68401         Log: Undo namespace pollution of #6878.
68402              
68403              Subject: Re: Net::protoent does not export 'getproto'
68404              From: Mike Guy <mjtg@cam.ac.uk>
68405              Date: Tue, 29 Aug 2000 21:32:37 +0100
68406              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
68407      Branch: perl
68408            ! lib/Net/protoent.pm
68409 ____________________________________________________________________________
68410 [  6897] By: jhi                                   on 2000/08/29  20:44:29
68411         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
68412              From: Peter Prymmer <pvhp@forte.com>
68413              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
68414              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
68415      Branch: perl
68416            ! pod/perlebcdic.pod
68417 ____________________________________________________________________________
68418 [  6896] By: jhi                                   on 2000/08/29  20:40:57
68419         Log: There's no point repeating the 'revision' (5) of perl5.
68420      Branch: metaconfig/U/perl
68421            ! Devel.U patchlevel.U
68422      Branch: perl
68423            ! Configure config_h.SH
68424 ____________________________________________________________________________
68425 [  6895] By: jhi                                   on 2000/08/29  20:16:58
68426         Log: Regen Configure for #6894.
68427      Branch: metaconfig/U/perl
68428            ! perladmin.U
68429      Branch: perl
68430            ! Configure config_h.SH
68431 ____________________________________________________________________________
68432 [  6894] By: jhi                                   on 2000/08/29  19:59:52
68433         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
68434              From: "Philip Newton" <Philip.Newton@gmx.net>
68435              Date: Tue, 29 Aug 2000 21:39:14 +0200
68436              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
68437      Branch: perl
68438            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
68439            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
68440            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
68441            ! utils/perlbug.PL
68442 ____________________________________________________________________________
68443 [  6893] By: jhi                                   on 2000/08/29  19:55:30
68444         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
68445              From: "Philip Newton" <Philip.Newton@gmx.net>
68446              Date: Tue, 29 Aug 2000 21:39:14 +0200
68447              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
68448      Branch: perl
68449            ! installhtml
68450 ____________________________________________________________________________
68451 [  6892] By: jhi                                   on 2000/08/29  19:53:59
68452         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
68453              From: "Philip Newton" <Philip.Newton@gmx.net>
68454              Date: Tue, 29 Aug 2000 21:48:18 +0200
68455              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
68456      Branch: perl
68457            ! lib/File/Temp.pm
68458 ____________________________________________________________________________
68459 [  6891] By: jhi                                   on 2000/08/29  18:30:03
68460         Log: Nail the ID 20000828.023.
68461      Branch: perl
68462            ! ext/Storable/Storable.xs
68463 ____________________________________________________________________________
68464 [  6890] By: jhi                                   on 2000/08/29  16:50:17
68465         Log: Under usethreads the dumped variable is IN_PAD.
68466              
68467              Subject: Re: [PATCH] Glob dumping
68468              From: Gisle Aas <gisle@ActiveState.com>
68469              Date: 29 Aug 2000 18:45:05 +0200
68470              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
68471      Branch: perl
68472            ! t/lib/peek.t
68473 ____________________________________________________________________________
68474 [  6889] By: jhi                                   on 2000/08/29  15:17:37
68475         Log: Update Changes.
68476      Branch: perl
68477            ! Changes patchlevel.h
68478 ____________________________________________________________________________
68479 [  6888] By: jhi                                   on 2000/08/29  14:49:59
68480         Log: Retract #6882, broke the safe tests.
68481      Branch: perl
68482            ! ext/Opcode/Safe.pm
68483 ____________________________________________________________________________
68484 [  6887] By: jhi                                   on 2000/08/29  14:47:06
68485         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
68486              From: Gisle Aas <gisle@ActiveState.com> 
68487              Date: 09 Jun 2000 20:00:11 +0200
68488              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
68489      Branch: perl
68490            ! utils/perldoc.PL
68491 ____________________________________________________________________________
68492 [  6886] By: jhi                                   on 2000/08/29  14:42:45
68493         Log: The #6881 removed one dump line.
68494      Branch: perl
68495            ! t/lib/peek.t
68496 ____________________________________________________________________________
68497 [  6885] By: jhi                                   on 2000/08/29  14:30:47
68498         Log: Don't forget to tidy up.
68499      Branch: perl
68500            ! t/lib/ftmp-security.t
68501 ____________________________________________________________________________
68502 [  6884] By: jhi                                   on 2000/08/29  14:25:17
68503         Log: Disabling the one test is a bit tricky.
68504      Branch: perl
68505            ! t/lib/ftmp-security.t
68506 ____________________________________________________________________________
68507 [  6883] By: jhi                                   on 2000/08/29  14:16:25
68508         Log: Disable one of the tests for now.
68509      Branch: perl
68510            ! t/lib/ftmp-security.t
68511 ____________________________________________________________________________
68512 [  6882] By: jhi                                   on 2000/08/29  14:05:50
68513         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
68514              From: gisle@aas.no
68515              Date: 29 Aug 2000 10:35:06 -0000
68516              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
68517      Branch: perl
68518            ! ext/Opcode/Safe.pm
68519 ____________________________________________________________________________
68520 [  6881] By: jhi                                   on 2000/08/29  14:03:51
68521         Log: Subject: [PATCH] Glob dumping
68522              From: Gisle Aas <gisle@ActiveState.com>
68523              Date: 29 Aug 2000 07:59:42 -0000
68524              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
68525      Branch: perl
68526            ! dump.c
68527 ____________________________________________________________________________
68528 [  6880] By: jhi                                   on 2000/08/29  14:02:01
68529         Log: Subject: [PATCH] Warnings in B::Deparse
68530              From: <abigail@foad.org>
68531              Date: Tue, 29 Aug 2000 00:00:01 -0400
68532              Message-ID: <20000829040001.2999.qmail@foad.org>
68533      Branch: perl
68534            ! ext/B/B/Deparse.pm
68535 ____________________________________________________________________________
68536 [  6879] By: jhi                                   on 2000/08/29  13:57:26
68537         Log: Missed a change in #6869.
68538      Branch: perl
68539            ! mg.c
68540 ____________________________________________________________________________
68541 [  6878] By: jhi                                   on 2000/08/29  13:45:04
68542         Log: Subject: Net::protoent does not export 'getproto'
68543              From: Yasushi Nakajima <sey@jkc.co.jp>
68544              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
68545      Branch: perl
68546            ! lib/Net/protoent.pm
68547 ____________________________________________________________________________
68548 [  6877] By: jhi                                   on 2000/08/29  13:39:19
68549         Log: Patches all over for people and the files they (hopefully) care about.
68550      Branch: perl
68551            ! AUTHORS Changes MAINTAIN
68552 ____________________________________________________________________________
68553 [  6876] By: jhi                                   on 2000/08/29  12:53:54
68554         Log: Fix for thinko in #6848.
68555              
68556              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
68557              From: Lupe Christoph <lupe@lupe-christoph.de>
68558              Date: Tue, 29 Aug 2000 09:04:08 +0200
68559              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
68560      Branch: perl
68561            ! ext/Thread/Thread.xs
68562 ____________________________________________________________________________
68563 [  6875] By: jhi                                   on 2000/08/29  12:50:14
68564         Log: Update to Getopt::Long 2.24, from Johan Vromans.
68565      Branch: perl
68566            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
68567 ____________________________________________________________________________
68568 [  6874] By: jhi                                   on 2000/08/29  02:09:53
68569         Log: Use minimal @INC in tests, most of the time just '../lib',
68570              so that we simply can't pick up stuff from other Perls than
68571              the one we are testing.  Pointed out by
68572              
68573              From: Mike Guy <mjtg@cam.ac.uk>
68574              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
68575              Date: Fri, 25 Aug 2000 15:15:59 +0100
68576              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
68577      Branch: perl
68578            ! (edit 185 files)
68579 ____________________________________________________________________________
68580 [  6873] By: jhi                                   on 2000/08/29  01:07:11
68581         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
68582              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68583              Date: Mon, 28 Aug 2000 17:45:52 -0700
68584              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
68585      Branch: perl
68586            ! Makefile.SH hints/os2.sh
68587 ____________________________________________________________________________
68588 [  6872] By: jhi                                   on 2000/08/28  23:33:39
68589         Log: Subject: [PATCH bleedperl@6866] spellings
68590              From: marcel@codewerk.com (Marcel Grunauer)
68591              Date: Tue, 29 Aug 2000 01:19:59 +0200
68592              Message-Id: <200008282319.BAA29862@gandalf.local>
68593      Branch: perl
68594            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
68595            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
68596            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
68597 ____________________________________________________________________________
68598 [  6871] By: jhi                                   on 2000/08/28  23:22:09
68599         Log: Take out the SUIDMAIL thing, that will not be
68600              a problem in 5.7.*.
68601      Branch: perl
68602            ! patchlevel.h
68603 ____________________________________________________________________________
68604 [  6870] By: jhi                                   on 2000/08/28  23:19:30
68605         Log: -S is the silent flag, -s is the strip flag.
68606              
68607              Subject: [PATCH] Re: [PATCH] make no-install          
68608              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68609              Date: Mon, 28 Aug 2000 15:12:55 -0700
68610              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
68611      Branch: perl
68612            ! Makefile.SH
68613 ____________________________________________________________________________
68614 [  6869] By: jhi                                   on 2000/08/28  23:12:05
68615         Log: Subject: [PATCH bleedperl@6856] warnings fixes
68616              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
68617              Date: Mon, 28 Aug 2000 23:55:06 +0100
68618              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
68619      Branch: perl
68620            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
68621            ! warnings.h warnings.pl
68622 ____________________________________________________________________________
68623 [  6868] By: jhi                                   on 2000/08/28  21:38:22
68624         Log: Potential cruft.
68625      Branch: perl
68626            ! Makefile.SH
68627 ____________________________________________________________________________
68628 [  6867] By: jhi                                   on 2000/08/28  21:35:36
68629         Log: Update Changes.
68630      Branch: perl
68631            ! Changes patchlevel.h
68632 ____________________________________________________________________________
68633 [  6866] By: jhi                                   on 2000/08/28  21:33:49
68634         Log: Subject: hv.h Doc Patch
68635              From: Fisher Mark <fisherm@tce.com>
68636              Date: Mon, 28 Aug 2000 16:24:59 -0500
68637              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
68638      Branch: perl
68639            ! hv.h
68640 ____________________________________________________________________________
68641 [  6865] By: jhi                                   on 2000/08/28  21:02:15
68642         Log: Add -ld to archname on long tr...double platforms.
68643      Branch: metaconfig
68644            ! U/threads/archname.U
68645      Branch: perl
68646            ! Configure config_h.SH
68647 ____________________________________________________________________________
68648 [  6864] By: jhi                                   on 2000/08/28  20:38:59
68649         Log: An attempt to fix the problem reported in
68650              
68651              Subject: Building perl@6856 using gcc/AIX 4.3.3 
68652              From: Daniel Muino <dmuino@afip.gov.ar> 
68653              Date: Mon, 28 Aug 2000 15:50:01 -0300   
68654              Message-ID: <20000828155001.A14403@con2-dgi>
68655              
68656              I can't test this properly since the gcc installation I have
68657              access to seems to be botched (gcc is calling the AIX cpp,
68658              a losing proposition...)
68659      Branch: perl
68660            ! hints/aix.sh
68661 ____________________________________________________________________________
68662 [  6863] By: jhi                                   on 2000/08/28  18:57:52
68663         Log: Fix for ID 20000828.001, long doubles were not formatted
68664              correctly (showed up in $], which stopped installing perl).
68665      Branch: perl
68666            ! sv.c
68667 ____________________________________________________________________________
68668 [  6862] By: jhi                                   on 2000/08/28  18:07:15
68669         Log: Typo in #6858.
68670      Branch: perl
68671            ! lib/Cwd.pm
68672 ____________________________________________________________________________
68673 [  6861] By: jhi                                   on 2000/08/28  17:57:27
68674         Log: opmini.o may be left around if a build is interrupted.
68675      Branch: perl
68676            ! Makefile.SH
68677 ____________________________________________________________________________
68678 [  6860] By: jhi                                   on 2000/08/28  16:52:50
68679         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
68680              From: Daniel Chetlin <daniel@chetlin.com>
68681              Date: Mon, 28 Aug 2000 01:14:18 -0700
68682              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
68683      Branch: perl
68684            ! lib/overload.pm
68685 ____________________________________________________________________________
68686 [  6859] By: jhi                                   on 2000/08/28  16:08:46
68687         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
68688              From: Nicholas Clark <nick@ccl4.org>
68689              Date: Mon, 28 Aug 2000 16:03:27 +0100
68690              Message-Id: <20000828160327.C49785@plum.flirble.org>
68691      Branch: perl
68692            ! ext/ByteLoader/bytecode.h
68693 ____________________________________________________________________________
68694 [  6858] By: jhi                                   on 2000/08/28  16:02:10
68695         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
68696              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
68697              Date: Mon, 28 Aug 2000 13:08:30 +0200
68698              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
68699      Branch: perl
68700            ! lib/Cwd.pm
68701 ____________________________________________________________________________
68702 [  6857] By: jhi                                   on 2000/08/28  15:42:47
68703         Log: display_format used as a class method without arguments was broken,
68704              reported in
68705              
68706              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
68707              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
68708              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
68709              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
68710      Branch: perl
68711            ! lib/Math/Complex.pm t/lib/complex.t
68712 ____________________________________________________________________________
68713 [  6856] By: jhi                                   on 2000/08/27  22:09:48
68714         Log: Update Changes.
68715      Branch: perl
68716            ! Changes patchlevel.h
68717 ____________________________________________________________________________
68718 [  6855] By: jhi                                   on 2000/08/27  21:59:21
68719         Log: Retract #6853 (false alarm).
68720      Branch: perl
68721            ! lib/ExtUtils/xsubpp
68722 ____________________________________________________________________________
68723 [  6854] By: jhi                                   on 2000/08/27  21:37:44
68724         Log: Update Changes.
68725      Branch: perl
68726            ! Changes patchlevel.h
68727 ____________________________________________________________________________
68728 [  6853] By: jhi                                   on 2000/08/27  21:37:16
68729         Log: Subject: [PATCH perl@6850] workaround for xsubpp
68730              From: Hugo <hv@crypt.compulink.co.uk>
68731              Date: Sun, 27 Aug 2000 22:30:25 +0100
68732              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
68733      Branch: perl
68734            ! lib/ExtUtils/xsubpp
68735 ____________________________________________________________________________
68736 [  6852] By: jhi                                   on 2000/08/27  21:33:58
68737         Log: Big-endian 64-bit patch from Raphael Manfredi.
68738      Branch: perl
68739            ! ext/Storable/Storable.xs
68740 ____________________________________________________________________________
68741 [  6851] By: jhi                                   on 2000/08/27  21:22:21
68742         Log: More ruthless editing from Hugo van der Sanden.
68743      Branch: perl
68744            ! pod/perldelta.pod
68745 ____________________________________________________________________________
68746 [  6850] By: jhi                                   on 2000/08/27  16:11:46
68747         Log: Update Changes.
68748      Branch: perl
68749            ! Changes patchlevel.h
68750 ____________________________________________________________________________
68751 [  6849] By: jhi                                   on 2000/08/27  16:11:05
68752         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
68753      Branch: perl
68754            ! configpm pod/perldelta.pod
68755 ____________________________________________________________________________
68756 [  6848] By: jhi                                   on 2000/08/27  15:35:08
68757         Log: Use the actual thread type, not the pointer-to-struct.
68758      Branch: perl
68759            ! ext/Thread/Thread.xs
68760 ____________________________________________________________________________
68761 [  6847] By: jhi                                   on 2000/08/27  15:30:49
68762         Log: Test nit.
68763      Branch: perl
68764            ! t/pragma/warn/pp_sys
68765 ____________________________________________________________________________
68766 [  6846] By: jhi                                   on 2000/08/27  15:19:02
68767         Log: Passing -R in ldflags makes now it to appear in the default
68768              for lddlflags, just like with -L.
68769              
68770              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
68771              From: Lupe Christoph <lupe@lupe-christoph.de>
68772              Date: Sun, 27 Aug 2000 10:28:21 +0200
68773              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
68774      Branch: metaconfig/U/perl
68775            ! dlsrc.U
68776      Branch: perl
68777            ! Configure
68778 ____________________________________________________________________________
68779 [  6845] By: jhi                                   on 2000/08/27  15:08:54
68780         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
68781              From: Alan Burlison <Alan.Burlison@uk.sun.com>
68782              Date: Sat, 26 Aug 2000 22:23:27 +0100
68783              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
68784      Branch: perl
68785            ! lib/ExtUtils/MM_Unix.pm
68786 ____________________________________________________________________________
68787 [  6844] By: jhi                                   on 2000/08/27  15:02:37
68788         Log: DJGPP update from Laszlo Molnar.
68789              
68790              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
68791              From: ml1050 <ml1050@freemail.hu>
68792              Date: Sat, 26 Aug 2000 23:24:40 +0200
68793              Message-Id: <20000826232440.A439@freemail.hu>
68794      Branch: perl
68795            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
68796            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
68797 ____________________________________________________________________________
68798 [  6843] By: jhi                                   on 2000/08/27  14:53:58
68799         Log: Subject: installman buglet
68800              From: Lupe Christoph <lupe@lupe-christoph.de>
68801              Date: Sun, 27 Aug 2000 14:38:59 +0200
68802              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
68803      Branch: perl
68804            ! installman
68805 ____________________________________________________________________________
68806 [  6842] By: jhi                                   on 2000/08/27  14:52:08
68807         Log: Can't get the test to reliably work thanks to the
68808              inaccurateness of floating point.  "Resolves" bug ids
68809              20000826.003, 20000826.009, 20000826.010,
68810      Branch: perl
68811            ! t/lib/trig.t
68812 ____________________________________________________________________________
68813 [  6841] By: jhi                                   on 2000/08/26  15:53:58
68814         Log: Update Changes.
68815      Branch: perl
68816            ! Changes patchlevel.h
68817 ____________________________________________________________________________
68818 [  6840] By: jhi                                   on 2000/08/26  14:23:03
68819         Log: grep -e isn't portable.
68820              
68821              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
68822              From: chris@broadband.att.com
68823              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
68824              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
68825      Branch: perl
68826            ! hints/solaris_2.sh
68827 ____________________________________________________________________________
68828 [  6839] By: jhi                                   on 2000/08/26  14:12:23
68829         Log: no-install target a la make -n.
68830              
68831              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
68832              From: <abigail@foad.org>
68833              Date: Sat, 26 Aug 2000 03:57:34 -0400
68834              Message-ID: <20000826075735.18912.qmail@foad.org>
68835      Branch: perl
68836            ! Makefile.SH installman installperl
68837 ____________________________________________________________________________
68838 [  6838] By: jhi                                   on 2000/08/26  14:06:33
68839         Log: Retract #6826 as the #6828 should be do the same
68840              in a More Correct Way.
68841      Branch: perl
68842            ! installperl
68843 ____________________________________________________________________________
68844 [  6837] By: jhi                                   on 2000/08/26  05:24:00
68845         Log: More casting.
68846      Branch: perl
68847            ! ext/Storable/Storable.xs
68848 ____________________________________________________________________________
68849 [  6836] By: jhi                                   on 2000/08/26  05:05:46
68850         Log: Nicer in decimal.
68851      Branch: perl
68852            ! ext/Storable/Storable.xs
68853 ____________________________________________________________________________
68854 [  6835] By: jhi                                   on 2000/08/26  05:03:50
68855         Log: There be no UVdf.
68856      Branch: perl
68857            ! ext/Storable/Storable.xs
68858 ____________________________________________________________________________
68859 [  6834] By: jhi                                   on 2000/08/26  05:00:18
68860         Log: Continue IVdfing and UVxfing.
68861      Branch: perl
68862            ! ext/Storable/Storable.xs
68863 ____________________________________________________________________________
68864 [  6833] By: jhi                                   on 2000/08/26  04:53:14
68865         Log: Use IVdf.
68866      Branch: perl
68867            ! ext/Storable/Storable.xs
68868 ____________________________________________________________________________
68869 [  6832] By: jhi                                   on 2000/08/26  04:40:41
68870         Log: Document PTR2XX and INT2PTR.
68871      Branch: perl
68872            ! pod/perlguts.pod
68873 ____________________________________________________________________________
68874 [  6831] By: jhi                                   on 2000/08/26  04:33:18
68875         Log: Use UVxf, PTR2UV, NVff.
68876      Branch: perl
68877            ! ext/Storable/Storable.xs
68878 ____________________________________________________________________________
68879 [  6830] By: jhi                                   on 2000/08/26  04:31:32
68880         Log: Update the test count.
68881      Branch: perl
68882            ! t/lib/trig.t
68883 ____________________________________________________________________________
68884 [  6829] By: jhi                                   on 2000/08/26  03:05:50
68885         Log: Subject: [PATCH] installation not quite silent yet.
68886              From: <abigail@foad.org>
68887              Date: Fri, 25 Aug 2000 20:07:53 -0400
68888              Message-ID: <20000826000753.7822.qmail@foad.org>
68889      Branch: perl
68890            ! installman installperl
68891 ____________________________________________________________________________
68892 [  6828] By: jhi                                   on 2000/08/26  03:05:14
68893         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
68894              From: Spider Boardman <spider@web.zk3.dec.com>
68895              Date: Fri, 25 Aug 2000 19:12:40 -0400
68896              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
68897      Branch: perl
68898            ! gv.c
68899 ____________________________________________________________________________
68900 [  6827] By: jhi                                   on 2000/08/25  23:54:34
68901         Log: Support preserving extremely big/small angles.
68902      Branch: perl
68903            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
68904 ____________________________________________________________________________
68905 [  6826] By: jhi                                   on 2000/08/25  23:01:20
68906         Log: Patch installperl to be long double-aware.
68907              
68908              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
68909              From: Spider Boardman <spider@web.zk3.dec.com>
68910              Date: Fri, 25 Aug 2000 18:15:23 -0400
68911              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
68912      Branch: perl
68913            ! installperl
68914 ____________________________________________________________________________
68915 [  6825] By: jhi                                   on 2000/08/25  22:58:25
68916         Log: Remove duplicately applied patch shards.
68917              
68918              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
68919              From: Spider Boardman <spider@leggy.zk3.dec.com>
68920              Date: Fri, 25 Aug 2000 16:45:03 -0400
68921              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
68922      Branch: perl
68923            ! t/lib/cgi-html.t
68924 ____________________________________________________________________________
68925 [  6824] By: jhi                                   on 2000/08/25  22:57:00
68926         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
68927              From: Daniel Chetlin <daniel@chetlin.com>
68928              Date: Fri, 25 Aug 2000 12:23:16 -0700
68929              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
68930              
68931              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
68932              From: Daniel Chetlin <daniel@chetlin.com>
68933              Date: Fri, 25 Aug 2000 14:47:19 -0700
68934              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
68935      Branch: perl
68936            ! installman
68937 ____________________________________________________________________________
68938 [  6823] By: jhi                                   on 2000/08/25  22:44:17
68939         Log: Timestamp problem?
68940      Branch: perl
68941            ! uconfig.h uconfig.sh
68942 ____________________________________________________________________________
68943 [  6822] By: jhi                                   on 2000/08/25  19:01:06
68944         Log: One forgotten file from #6816.
68945      Branch: perl
68946            ! vos/config.h
68947 ____________________________________________________________________________
68948 [  6821] By: jhi                                   on 2000/08/25  18:56:39
68949         Log: Regen Changes.
68950      Branch: perl
68951            ! Changes patchlevel.h
68952 ____________________________________________________________________________
68953 [  6820] By: jhi                                   on 2000/08/25  18:52:35
68954         Log: Fix Changes ordering.
68955      Branch: perl
68956            ! Changes
68957 ____________________________________________________________________________
68958 [  6819] By: jhi                                   on 2000/08/25  18:50:25
68959         Log: Update Changes.
68960      Branch: perl
68961            ! Changes patchlevel.h
68962 ____________________________________________________________________________
68963 [  6818] By: jhi                                   on 2000/08/25  18:47:45
68964         Log: Tweak the sfio/useperlio logic, hopefully as wished in
68965              
68966              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
68967              From: Nicholas Clark <nick@babyhippo.co.uk>
68968              Date: Fri, 25 Aug 2000 12:01:45 +0100
68969              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
68970      Branch: metaconfig/U/perl
68971            ! d_sfio.U
68972      Branch: perl
68973            ! Configure
68974 ____________________________________________________________________________
68975 [  6817] By: jhi                                   on 2000/08/25  18:32:51
68976         Log: Allow microperl to assume <math.h>, without it the math
68977              functions like floor() are assumed to return int, which makes
68978              for core dumps in machines where integer and floating register
68979              don't mix.
68980      Branch: perl
68981            ! uconfig.h uconfig.sh
68982 ____________________________________________________________________________
68983 [  6816] By: jhi                                   on 2000/08/25  18:27:17
68984         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
68985              the problem reported in
68986              
68987              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
68988              From: danhale@us.ibm.com
68989              Date: Fri, 25 Aug 2000 10:58:06 -0400
68990              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
68991      Branch: metaconfig/U/perl
68992            + d_socks5_init.U
68993      Branch: perl
68994            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
68995            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
68996            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
68997            ! win32/config.gc win32/config.vc
68998 ____________________________________________________________________________
68999 [  6815] By: jhi                                   on 2000/08/25  17:43:31
69000         Log: A solution for the retrieve_fd autosplit warning,
69001              idea suggested by Mike Guy.
69002      Branch: perl
69003            ! ext/Storable/Storable.pm
69004 ____________________________________________________________________________
69005 [  6814] By: jhi                                   on 2000/08/25  17:16:03
69006         Log: Add install-silent target.
69007      Branch: perl
69008            ! Makefile.SH
69009 ____________________________________________________________________________
69010 [  6813] By: jhi                                   on 2000/08/25  17:14:23
69011         Log: Subject: Re: [PATCH] More silencing of installman.
69012              From: <abigail@foad.org>
69013              Date: Thu, 24 Aug 2000 19:27:03 -0400
69014              Message-ID: <20000824232703.7001.qmail@foad.org>
69015              
69016              Subject: Re: [PATCH] More silencing of installman.
69017              From: <abigail@foad.org>
69018              Date: Fri, 25 Aug 2000 03:00:58 -0400
69019              Message-ID: <20000825070058.10697.qmail@foad.org>
69020      Branch: perl
69021            ! installman
69022 ____________________________________________________________________________
69023 [  6812] By: jhi                                   on 2000/08/25  17:11:28
69024         Log: installperl --verbose and --silent.
69025              
69026              Subject: Re: [PATCH] More silencing of installman.
69027              From: <abigail@foad.org>
69028              Message-ID: <20000825064430.9719.qmail@foad.org>
69029              Date: Fri, 25 Aug 2000 02:44:30 -0400
69030      Branch: perl
69031            ! installperl
69032 ____________________________________________________________________________
69033 [  6811] By: jhi                                   on 2000/08/25  17:05:43
69034         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
69035              From: "Peter J. Farley III" <pjfarley@banet.net>
69036              Date: Thu, 24 Aug 2000 21:58:03 -0400
69037              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
69038              
69039              (applied slightly modified)
69040      Branch: perl
69041            ! lib/ExtUtils/MM_Unix.pm
69042 ____________________________________________________________________________
69043 [  6810] By: jhi                                   on 2000/08/25  17:01:18
69044         Log: Missing parts of 
69045              
69046              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
69047              From: Peter Prymmer <pvhp@forte.com>
69048              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
69049              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
69050      Branch: perl
69051            ! t/lib/cgi-html.t
69052 ____________________________________________________________________________
69053 [  6809] By: jhi                                   on 2000/08/25  16:46:32
69054         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
69055              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69056              Date: Thu, 24 Aug 2000 19:13:11 -0500
69057              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
69058      Branch: perl
69059            ! vms/vms.c
69060 ____________________________________________________________________________
69061 [  6808] By: jhi                                   on 2000/08/25  16:39:22
69062         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
69063              From: Peter Prymmer <pvhp@forte.com>
69064              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
69065              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
69066      Branch: perl
69067            ! configure.com
69068 ____________________________________________________________________________
69069 [  6807] By: jhi                                   on 2000/08/25  16:36:37
69070         Log: Better wording for the vec lvalue diagnostic.
69071              
69072              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
69073              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
69074              Date: Wed, 23 Aug 2000 14:12:16 -0400
69075              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
69076      Branch: perl
69077            ! pod/perldiag.pod
69078 ____________________________________________________________________________
69079 [  6806] By: jhi                                   on 2000/08/24  18:17:22
69080         Log: Subject: [PATCH] More silencing of installman.
69081              From: <abigail@foad.org>
69082              Date: Thu, 24 Aug 2000 14:01:44 -0400
69083              Message-ID: <20000824180144.20062.qmail@foad.org>
69084      Branch: perl
69085            ! installman
69086 ____________________________________________________________________________
69087 [  6805] By: jhi                                   on 2000/08/24  15:00:31
69088         Log: Update Changes.
69089      Branch: perl
69090            ! Changes patchlevel.h
69091 ____________________________________________________________________________
69092 [  6804] By: jhi                                   on 2000/08/24  14:59:07
69093         Log: Regen perltoc.
69094      Branch: perl
69095            ! pod/perltoc.pod
69096 ____________________________________________________________________________
69097 [  6803] By: jhi                                   on 2000/08/24  14:44:39
69098         Log: Show the doc file, not the temp file.
69099      Branch: perl
69100            ! installman
69101 ____________________________________________________________________________
69102 [  6802] By: jhi                                   on 2000/08/24  14:41:53
69103         Log: Continue silencing.
69104      Branch: perl
69105            ! installman
69106 ____________________________________________________________________________
69107 [  6801] By: jhi                                   on 2000/08/24  14:34:40
69108         Log: Actually do something with the silencer option.
69109      Branch: perl
69110            ! installman
69111 ____________________________________________________________________________
69112 [  6800] By: jhi                                   on 2000/08/24  14:26:22
69113         Log: Make installman to recognize the silence flag -S.
69114      Branch: perl
69115            ! installman
69116 ____________________________________________________________________________
69117 [  6799] By: jhi                                   on 2000/08/24  13:49:38
69118         Log: DOS patches and portability/porting notes, from Tim Jenness.
69119      Branch: perl
69120            ! lib/File/Temp.pm
69121 ____________________________________________________________________________
69122 [  6798] By: jhi                                   on 2000/08/24  13:48:27
69123         Log: Create directories in silence.
69124              
69125              Subject: [PATCH] Another silencer for MakeMaker
69126              From: andreas.koenig@anima.de (Andreas J. Koenig)
69127              Date: 24 Aug 2000 14:18:52 +0200
69128              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
69129      Branch: perl
69130            ! lib/ExtUtils/Command.pm
69131 ____________________________________________________________________________
69132 [  6797] By: jhi                                   on 2000/08/24  13:46:42
69133         Log: More liberal parsing of version numbers.
69134              
69135              Subject: Re: CPAN.pm beta for testing available
69136              From: andreas.koenig@anima.de (Andreas J. Koenig)
69137              Date: 24 Aug 2000 13:51:57 +0200
69138              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
69139      Branch: perl
69140            ! lib/CPAN.pm
69141 ____________________________________________________________________________
69142 [  6796] By: jhi                                   on 2000/08/24  13:44:36
69143         Log: Make "make install" by default silent.  A new "install-verbose"
69144              target is verbose.
69145      Branch: perl
69146            ! Makefile.SH
69147 ____________________________________________________________________________
69148 [  6795] By: jhi                                   on 2000/08/24  13:39:14
69149         Log: Add silencer flags to installperl.
69150              
69151              Subject: [PATCH] Making installperl silent.
69152              From: <abigail@foad.org>
69153              Date: Thu, 24 Aug 2000 05:01:45 -0400
69154              Message-ID: <20000824090145.13141.qmail@foad.org>
69155      Branch: perl
69156            ! installperl
69157 ____________________________________________________________________________
69158 [  6794] By: jhi                                   on 2000/08/24  13:35:50
69159         Log: installperl couldn't tell whether it had run tests or not.
69160              
69161              Subject: [PATCH] Re: installperl and t/TEST
69162              From: <abigail@foad.org>
69163              Date: Thu, 24 Aug 2000 04:00:53 -0400
69164              Message-ID: <20000824080053.2494.qmail@foad.org>
69165      Branch: perl
69166            ! Makefile.SH installperl
69167 ____________________________________________________________________________
69168 [  6793] By: jhi                                   on 2000/08/24  13:27:50
69169         Log: Drop the separate perlbc, perlcc -b should be enough.
69170      Branch: perl
69171            - utils/perlbc.PL
69172            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
69173 ____________________________________________________________________________
69174 [  6792] By: jhi                                   on 2000/08/24  04:41:30
69175         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
69176              plus the typo fix from Peter Prymmer.
69177      Branch: perl
69178            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
69179            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
69180 ____________________________________________________________________________
69181 [  6791] By: jhi                                   on 2000/08/24  02:10:43
69182         Log: Replace #6705 with a minimal doc patch.
69183              
69184              Subject: [PATCH 5.6.0] replace change #6705
69185              From: Jan Dubois <jand@ActiveState.com>
69186              Date: Wed, 23 Aug 2000 18:31:51 -0700
69187              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
69188      Branch: perl
69189            ! lib/Win32.pod win32/win32.c
69190 ____________________________________________________________________________
69191 [  6790] By: jhi                                   on 2000/08/23  17:52:00
69192         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
69193              From: Mike Guy <mjtg@cam.ac.uk>
69194              Date: Wed, 23 Aug 2000 18:38:46 +0100
69195              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
69196      Branch: perl
69197            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
69198 ____________________________________________________________________________
69199 [  6789] By: jhi                                   on 2000/08/23  15:34:21
69200         Log: Update Changes.
69201      Branch: perl
69202            ! Changes patchlevel.h
69203 ____________________________________________________________________________
69204 [  6788] By: jhi                                   on 2000/08/23  15:33:40
69205         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
69206              From: Wilfredo Sánchez <wsanchez@apple.com>
69207              Date: Tue, 22 Aug 2000 19:31:27 -0700
69208              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
69209      Branch: perl
69210            ! perl.h
69211 ____________________________________________________________________________
69212 [  6787] By: jhi                                   on 2000/08/23  15:29:31
69213         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
69214              From: Spider Boardman <spider@leggy.zk3.dec.com>
69215              Date: Wed, 23 Aug 2000 10:33:23 -0400
69216              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
69217      Branch: perl
69218            ! lib/Pod/Html.pm
69219 ____________________________________________________________________________
69220 [  6786] By: jhi                                   on 2000/08/23  15:28:11
69221         Log: Bad makefile.
69222      Branch: perl
69223            ! ext/B/Makefile.PL
69224 ____________________________________________________________________________
69225 [  6785] By: jhi                                   on 2000/08/23  14:37:04
69226         Log: Update Changes.
69227      Branch: perl
69228            ! Changes patchlevel.h
69229 ____________________________________________________________________________
69230 [  6784] By: jhi                                   on 2000/08/23  13:58:41
69231         Log: Portability fix from Hugo van der Sanden.
69232      Branch: perl
69233            ! ext/re/Makefile.PL
69234 ____________________________________________________________________________
69235 [  6783] By: jhi                                   on 2000/08/23  13:53:53
69236         Log: Storable support, v-version fixes.
69237              
69238              Subject: CPAN.pm beta for testing available
69239              From: andreas.koenig@anima.de (Andreas J. Koenig)
69240              Date: 22 Aug 2000 23:31:33 +0200
69241              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
69242      Branch: perl
69243            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69244 ____________________________________________________________________________
69245 [  6782] By: jhi                                   on 2000/08/23  13:51:26
69246         Log: Mac and other portability updates from Chris Nandor.
69247      Branch: perl
69248            ! pod/perlmodinstall.pod
69249 ____________________________________________________________________________
69250 [  6781] By: jhi                                   on 2000/08/23  13:47:33
69251         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
69252              From: Peter Prymmer <pvhp@forte.com>
69253              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
69254              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
69255      Branch: perl
69256            ! ext/Storable/Storable.xs
69257 ____________________________________________________________________________
69258 [  6780] By: jhi                                   on 2000/08/23  13:33:34
69259         Log: VMS MMS (make) wants null action.
69260      Branch: perl
69261            ! ext/B/Makefile.PL
69262 ____________________________________________________________________________
69263 [  6779] By: jhi                                   on 2000/08/22  19:44:47
69264         Log: Forgot portability nit.
69265      Branch: perl
69266            ! t/lib/st-forgive.t
69267 ____________________________________________________________________________
69268 [  6778] By: jhi                                   on 2000/08/22  19:35:25
69269         Log: Be portable.
69270      Branch: perl
69271            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
69272            ! t/lib/st-store.t
69273 ____________________________________________________________________________
69274 [  6777] By: jhi                                   on 2000/08/22  18:50:53
69275         Log: Update Changes.
69276      Branch: perl
69277            ! Changes patchlevel.h
69278 ____________________________________________________________________________
69279 [  6776] By: jhi                                   on 2000/08/22  18:44:46
69280         Log: cSVOPo_*v things index into the current PL_curpad
69281              under ithreads, which is different from the curpad
69282              used by the XSUB.  (In other words, the code as-is
69283              before this patch wouldn't work under ithreads.)
69284              From Sarathy.
69285      Branch: perl
69286            ! ext/B/B.xs
69287 ____________________________________________________________________________
69288 [  6775] By: jhi                                   on 2000/08/22  18:18:37
69289         Log: Make the selection of NVff et al stricter.
69290      Branch: metaconfig/U/perl
69291            ! perlxvf.U
69292      Branch: perl
69293            ! Configure config_h.SH
69294 ____________________________________________________________________________
69295 [  6774] By: jhi                                   on 2000/08/22  17:19:42
69296         Log: perldelta nits.
69297      Branch: perl
69298            ! pod/perldelta.pod
69299 ____________________________________________________________________________
69300 [  6773] By: jhi                                   on 2000/08/22  17:06:26
69301         Log: Long double fixes from Spider Boardman.
69302              
69303              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
69304              From: system PRIVILEGED account <root@peano.zk3.dec.com>
69305              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
69306              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
69307      Branch: perl
69308            ! t/lib/bigfltpm.t t/lib/st-06compat.t
69309 ____________________________________________________________________________
69310 [  6772] By: jhi                                   on 2000/08/22  15:04:53
69311         Log: Update Changes.
69312      Branch: perl
69313            ! Changes patchlevel.h
69314 ____________________________________________________________________________
69315 [  6771] By: jhi                                   on 2000/08/22  15:01:44
69316         Log: perldelta fixes from Hugo van der Sanden.
69317      Branch: perl
69318            ! pod/perldelta.pod
69319 ____________________________________________________________________________
69320 [  6770] By: jhi                                   on 2000/08/22  14:34:49
69321         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
69322              From: Hugo <hv@crypt.compulink.co.uk>
69323              Date: Tue, 22 Aug 2000 11:21:53 +0100
69324              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
69325      Branch: perl
69326            ! regcomp.c
69327 ____________________________________________________________________________
69328 [  6769] By: jhi                                   on 2000/08/22  14:30:02
69329         Log: Add Yitzchak, reformat.
69330      Branch: perl
69331            ! Changes config_h.SH
69332 ____________________________________________________________________________
69333 [  6768] By: jhi                                   on 2000/08/22  14:21:35
69334         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
69335              and Spider Boardman.
69336      Branch: metaconfig
69337            ! U/compline/d_gconvert.U
69338      Branch: perl
69339            ! Configure
69340 ____________________________________________________________________________
69341 [  6767] By: jhi                                   on 2000/08/22  14:11:24
69342         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
69343              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69344              Date: Mon, 21 Aug 2000 19:08:31 -0700
69345              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
69346      Branch: perl
69347            - ext/Storable/patchlevel.h
69348            ! MANIFEST ext/Storable/MANIFEST
69349 ____________________________________________________________________________
69350 [  6766] By: jhi                                   on 2000/08/22  13:49:29
69351         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
69352              From: Peter Prymmer <pvhp@forte.com>
69353              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
69354              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
69355      Branch: perl
69356            ! configure.com ext/Storable/Makefile.PL
69357 ____________________________________________________________________________
69358 [  6765] By: jhi                                   on 2000/08/22  13:44:59
69359         Log: Subject: [PATCH blead] B:: missing dependency
69360              From: Hugo <hv@crypt.compulink.co.uk>
69361              Date: Tue, 22 Aug 2000 06:44:33 +0100
69362              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
69363      Branch: perl
69364            ! ext/B/Makefile.PL
69365 ____________________________________________________________________________
69366 [  6764] By: jhi                                   on 2000/08/22  13:38:12
69367         Log: More bytecompiler.
69368      Branch: perl
69369            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
69370 ____________________________________________________________________________
69371 [  6763] By: jhi                                   on 2000/08/22  13:36:44
69372         Log: Bytecompiler patches from Benjamin Stuhl.
69373      Branch: perl
69374            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
69375            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
69376            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
69377            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
69378            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
69379            ! perl.c perlapi.h pod/perldelta.pod
69380 ____________________________________________________________________________
69381 [  6762] By: jhi                                   on 2000/08/21  23:43:40
69382         Log: An obsoleted diagnostic.
69383      Branch: perl
69384            ! pod/perldelta.pod
69385 ____________________________________________________________________________
69386 [  6761] By: jhi                                   on 2000/08/21  23:01:45
69387         Log: The #6759 wasn't quite right.
69388      Branch: perl
69389            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
69390            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
69391            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
69392            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
69393            ! t/lib/st-tieditems.t
69394 ____________________________________________________________________________
69395 [  6760] By: jhi                                   on 2000/08/21  22:35:49
69396         Log: Be verydeepclean.
69397      Branch: perl
69398            ! Makefile.SH
69399 ____________________________________________________________________________
69400 [  6759] By: jhi                                   on 2000/08/21  22:25:40
69401         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
69402              From: Peter Prymmer <pvhp@forte.com>
69403              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
69404              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
69405      Branch: perl
69406            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
69407            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
69408            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
69409            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
69410            ! t/lib/st-tieditems.t
69411 ____________________________________________________________________________
69412 [  6758] By: jhi                                   on 2000/08/21  22:22:32
69413         Log: Few more casts, need reported in
69414              
69415              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
69416              From: Mike Stok <mike@stok.co.uk>
69417              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
69418              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
69419              
69420              and
69421              
69422              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
69423              From: abigail@foad.org
69424              Date: 21 Aug 2000 21:31:34 -0000
69425              Message-Id: <20000821213134.30170.qmail@foad.org>
69426      Branch: perl
69427            ! ext/Storable/Storable.xs
69428 ____________________________________________________________________________
69429 [  6757] By: jhi                                   on 2000/08/21  18:37:07
69430         Log: Update Changes.
69431      Branch: perl
69432            ! Changes patchlevel.h
69433 ____________________________________________________________________________
69434 [  6756] By: jhi                                   on 2000/08/21  18:34:02
69435         Log: A pod nit.
69436              
69437              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
69438              From: <abigail@foad.org>
69439              Date: Mon, 21 Aug 2000 14:00:16 -0400
69440              Message-ID: <20000821180016.28627.qmail@foad.org>
69441      Branch: perl
69442            ! pod/perlre.pod
69443 ____________________________________________________________________________
69444 [  6755] By: jhi                                   on 2000/08/21  18:30:56
69445         Log: Use PodParser 1.18 new test.
69446      Branch: perl
69447            ! t/pod/special_seqs.t t/pod/special_seqs.xr
69448 ____________________________________________________________________________
69449 [  6754] By: jhi                                   on 2000/08/21  18:28:35
69450         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
69451              patches cannot be applied since #6712 conflicts.
69452      Branch: perl
69453            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
69454 ____________________________________________________________________________
69455 [  6753] By: jhi                                   on 2000/08/21  18:15:11
69456         Log: Weed out some smaller changes.
69457      Branch: perl
69458            ! pod/perldelta.pod
69459 ____________________________________________________________________________
69460 [  6752] By: jhi                                   on 2000/08/21  18:02:30
69461         Log: Also under djgpp the timestamps are funky.
69462      Branch: perl
69463            ! t/op/stat.t
69464 ____________________________________________________________________________
69465 [  6751] By: jhi                                   on 2000/08/21  17:55:56
69466         Log: Tweak the floating point output routine preferences.
69467      Branch: metaconfig
69468            ! U/compline/d_gconvert.U
69469      Branch: perl
69470            ! Configure
69471 ____________________________________________________________________________
69472 [  6750] By: jhi                                   on 2000/08/21  17:51:29
69473         Log: Unicos/mk requires elaborate paranoia.
69474      Branch: perl
69475            ! lib/Math/Complex.pm
69476 ____________________________________________________________________________
69477 [  6749] By: gsar                                  on 2000/08/21  16:53:31
69478         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
69479      Branch: perl
69480            ! lib/Cwd.pm
69481 ____________________________________________________________________________
69482 [  6748] By: gsar                                  on 2000/08/21  16:22:19
69483         Log: free TLS slot properly on Windows
69484      Branch: perl
69485            ! thread.h win32/perllib.c win32/win32thread.h
69486 ____________________________________________________________________________
69487 [  6747] By: jhi                                   on 2000/08/21  16:20:58
69488         Log: Rename the macro argument because some preprocessors
69489              can't tell the difference and expand arguments also inside
69490              double quoted strings.
69491      Branch: perl
69492            ! regcomp.c
69493 ____________________________________________________________________________
69494 [  6746] By: jhi                                   on 2000/08/21  16:09:41
69495         Log: Support long doubles in Storable.
69496              
69497              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
69498              From: Radu Greab <radu@netsoft.ro>
69499              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
69500              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
69501      Branch: perl
69502            ! ext/Storable/Storable.xs
69503 ____________________________________________________________________________
69504 [  6745] By: jhi                                   on 2000/08/21  15:51:40
69505         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
69506              From: "Fifer, Eric" <EFifer@sanwaint.com>
69507              Date: Mon, 21 Aug 2000 15:34:49 +0100
69508              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
69509      Branch: perl
69510            ! t/pragma/warn/9enabled
69511 ____________________________________________________________________________
69512 [  6744] By: jhi                                   on 2000/08/21  15:39:35
69513         Log: Document the endianness of Alpha more precisely.
69514      Branch: perl
69515            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
69516            ! pod/perlport.pod
69517 ____________________________________________________________________________
69518 [  6743] By: jhi                                   on 2000/08/21  14:47:05
69519         Log: perldelta fixes from the p5p crowd.
69520      Branch: perl
69521            ! pod/perldelta.pod pod/perlop.pod
69522 ____________________________________________________________________________
69523 [  6742] By: jhi                                   on 2000/08/21  13:34:51
69524         Log: Update to Pod::LaTeX 0.53.
69525              
69526              Subject: [PATCH] lib/Pod/LaTeX.pm updates
69527              From: Tim Jenness <timj@jach.hawaii.edu>
69528              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
69529              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
69530      Branch: perl
69531            ! lib/Pod/LaTeX.pm
69532 ____________________________________________________________________________
69533 [  6741] By: jhi                                   on 2000/08/21  13:33:01
69534         Log: Subject: [PATCH] os2.c fix for use64bitint
69535              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69536              Date: Mon, 21 Aug 2000 01:32:25 -0700
69537              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
69538      Branch: perl
69539            ! os2/os2.c
69540 ____________________________________________________________________________
69541 [  6740] By: jhi                                   on 2000/08/21  13:28:52
69542         Log: Array context keeps slithering in.
69543              
69544              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
69545              From: Daniel Chetlin <daniel@chetlin.com>
69546              Date: Sun, 20 Aug 2000 21:40:25 -0700
69547              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
69548      Branch: perl
69549            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
69550            ! pod/perldebtut.pod
69551 ____________________________________________________________________________
69552 [  6739] By: jhi                                   on 2000/08/21  13:23:55
69553         Log: Big-endian quad fixes for Storable from Radu Greab,
69554              plus few explicit null casts for picky compilers.
69555      Branch: perl
69556            ! ext/Storable/Storable.xs
69557 ____________________________________________________________________________
69558 [  6738] By: gsar                                  on 2000/08/21  05:56:13
69559         Log: small tweaks for change#6705: avoid C++ style comments in C code;
69560              use Perl's malloc API rather than the low level system one
69561      Branch: perl
69562            ! win32/win32.c
69563 ____________________________________________________________________________
69564 [  6737] By: gsar                                  on 2000/08/21  05:35:41
69565         Log: add Storable to list of extensions on Windows
69566      Branch: perl
69567            ! win32/Makefile win32/makefile.mk
69568 ____________________________________________________________________________
69569 [  6736] By: jhi                                   on 2000/08/21  02:57:53
69570         Log: Update Changes.
69571      Branch: perl
69572            ! Changes patchlevel.h
69573 ____________________________________________________________________________
69574 [  6735] By: jhi                                   on 2000/08/21  02:57:20
69575         Log: Draft 0.
69576      Branch: perl
69577            ! pod/perldelta.pod
69578 ____________________________________________________________________________
69579 [  6734] By: jhi                                   on 2000/08/21  02:57:03
69580         Log: Add Storable 0.7.2 from Raphael Manfredi,
69581              plus the patch from
69582              
69583              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
69584              From: Radu Greab <radu@netsoft.ro>
69585              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
69586              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
69587              
69588              plus changes to get Storable to compile with
69589              picky ANSI compilers.
69590      Branch: perl
69591            + ext/Storable/ChangeLog ext/Storable/MANIFEST
69592            + ext/Storable/Makefile.PL ext/Storable/README
69593            + ext/Storable/Storable.pm ext/Storable/Storable.xs
69594            + ext/Storable/patchlevel.h t/lib/st-06compat.t
69595            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
69596            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
69597            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
69598            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
69599            + t/lib/st-tieditems.t
69600            ! MANIFEST
69601 ____________________________________________________________________________
69602 [  6733] By: jhi                                   on 2000/08/21  02:29:09
69603         Log: The correct cleaning order is an art.
69604      Branch: perl
69605            ! Makefile.SH
69606 ____________________________________________________________________________
69607 [  6732] By: jhi                                   on 2000/08/21  01:23:39
69608         Log: The #6724 is here.
69609      Branch: perl
69610            ! t/lib/ftmp-security.t
69611 ____________________________________________________________________________
69612 [  6731] By: jhi                                   on 2000/08/20  23:17:03
69613         Log: s/this one/the 5.6.0 release/
69614      Branch: perl
69615            ! pod/perl56delta.pod
69616 ____________________________________________________________________________
69617 [  6730] By: jhi                                   on 2000/08/20  23:07:34
69618         Log: Mention perlebcdic and perlposix-bc.
69619      Branch: perl
69620            ! pod/perlport.pod
69621 ____________________________________________________________________________
69622 [  6729] By: jhi                                   on 2000/08/20  21:32:59
69623         Log: Document the number of exponent digits.
69624      Branch: perl
69625            ! pod/perlfunc.pod
69626 ____________________________________________________________________________
69627 [  6728] By: jhi                                   on 2000/08/20  21:16:47
69628         Log: Use File::Spec->tmpdir().
69629              
69630              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
69631              From: Tim Jenness <timj@jach.hawaii.edu>
69632              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
69633              MIME-Version: 1.0
69634              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
69635      Branch: perl
69636            ! utils/perlbug.PL
69637 ____________________________________________________________________________
69638 [  6727] By: jhi                                   on 2000/08/20  20:43:32
69639         Log: Update Changes.
69640      Branch: perl
69641            ! Changes patchlevel.h
69642 ____________________________________________________________________________
69643 [  6726] By: jhi                                   on 2000/08/20  20:41:44
69644         Log: The veryclean target needs to clobber.
69645      Branch: perl
69646            ! Makefile.SH
69647 ____________________________________________________________________________
69648 [  6725] By: jhi                                   on 2000/08/20  20:37:38
69649         Log: Document odd vs even subreleases and -Dusedevel.
69650      Branch: perl
69651            ! INSTALL
69652 ____________________________________________________________________________
69653 [  6724] By: jhi                                   on 2000/08/20  19:58:05
69654         Log: Use temporary directory instead of current directory.
69655              
69656              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
69657              From: Tim Jenness <timj@jach.hawaii.edu>
69658              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
69659              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
69660      Branch: perl
69661            ! t/lib/ftmp-security.t
69662 ____________________________________________________________________________
69663 [  6723] By: jhi                                   on 2000/08/20  19:55:55
69664         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
69665              From: andreas.koenig@anima.de (Andreas J. Koenig)
69666              Date: 20 Aug 2000 15:52:03 +0200
69667              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
69668      Branch: perl
69669            ! lib/ExtUtils/MM_Unix.pm
69670 ____________________________________________________________________________
69671 [  6722] By: jhi                                   on 2000/08/20  19:46:01
69672         Log: Update to CGI 2.72, from Lincoln Stein.
69673      Branch: perl
69674            ! lib/CGI.pm
69675 ____________________________________________________________________________
69676 [  6721] By: jhi                                   on 2000/08/20  19:43:54
69677         Log: (Replaced by #8364.)
69678              
69679              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
69680              From: Radu Greab <radu@netsoft.ro>
69681              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
69682              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
69683      Branch: perl
69684            ! ext/GDBM_File/GDBM_File.xs
69685 ____________________________________________________________________________
69686 [  6720] By: jhi                                   on 2000/08/20  19:42:01
69687         Log: pp_open() could pass an uninitialized filename down to do_open9().
69688      Branch: perl
69689            ! pp_sys.c
69690 ____________________________________________________________________________
69691 [  6719] By: jhi                                   on 2000/08/20  14:06:41
69692         Log: UTF8 concat fixes.
69693              
69694              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
69695              From: Hugo <hv@crypt.compulink.co.uk>
69696              Date: Sun, 20 Aug 2000 07:30:46 +0100
69697              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
69698      Branch: perl
69699            ! pp_hot.c t/op/append.t
69700 ____________________________________________________________________________
69701 [  6718] By: jhi                                   on 2000/08/20  02:09:37
69702         Log: Let's try #6717 again.
69703      Branch: perl
69704            ! lib/File/Temp.pm
69705 ____________________________________________________________________________
69706 [  6717] By: jhi                                   on 2000/08/20  01:56:55
69707         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
69708              From: "Craig A. Berry" <craig.berry@metamorgs.com>
69709              Date: Sat, 19 Aug 2000 18:15:39 -0500
69710              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
69711      Branch: perl
69712            ! lib/File/Temp.pm
69713 ____________________________________________________________________________
69714 [  6716] By: jhi                                   on 2000/08/19  15:50:11
69715         Log: Update Changes.
69716      Branch: perl
69717            ! Changes patchlevel.h
69718 ____________________________________________________________________________
69719 [  6715] By: jhi                                   on 2000/08/19  15:39:09
69720         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
69721              From: Jonathan D Johnston <jdjohnston2@juno.com>
69722              Date: Thu, 17 Aug 2000 23:13:01 -0400       
69723              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
69724      Branch: perl
69725            ! pod/perlfunc.pod
69726 ____________________________________________________________________________
69727 [  6714] By: jhi                                   on 2000/08/19  15:34:04
69728         Log: Introduce a 'veryclean' target that is like 'distclean'
69729              but also removes *~ and *.orig.
69730      Branch: perl
69731            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
69732            ! utils/Makefile x2p/Makefile.SH
69733 ____________________________________________________________________________
69734 [  6713] By: jhi                                   on 2000/08/19  14:15:45
69735         Log: Put back the long double avoidance code to POSIX.xs
69736              because VMS seems to need it still.
69737      Branch: perl
69738            ! ext/POSIX/POSIX.xs
69739 ____________________________________________________________________________
69740 [  6712] By: jhi                                   on 2000/08/19  14:10:41
69741         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
69742              From: Peter Prymmer <pvhp@forte.com>
69743              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
69744              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
69745      Branch: perl
69746            ! lib/Pod/Find.pm t/pod/find.t
69747 ____________________________________________________________________________
69748 [  6711] By: jhi                                   on 2000/08/19  14:09:19
69749         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
69750              From: Peter Prymmer <pvhp@forte.com>
69751              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
69752              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
69753              cc: vmsperl@perl.org
69754      Branch: perl
69755            ! t/lib/peek.t
69756 ____________________________________________________________________________
69757 [  6710] By: jhi                                   on 2000/08/19  14:08:01
69758         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
69759              From: Jan Dubois <jand@ActiveState.com>
69760              Date: Fri, 18 Aug 2000 16:31:48 -0700
69761              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
69762      Branch: perl
69763            ! win32/win32.c
69764 ____________________________________________________________________________
69765 [  6709] By: jhi                                   on 2000/08/19  14:06:57
69766         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
69767              
69768              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
69769              From: Spider.Boardman@Orb.Nashua.NH.US
69770              Date: Fri, 18 Aug 2000 18:41:14 -0400
69771              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
69772      Branch: perl
69773            ! regcomp.c
69774 ____________________________________________________________________________
69775 [  6708] By: jhi                                   on 2000/08/18  22:04:49
69776         Log: Update Changes.
69777      Branch: perl
69778            ! Changes patchlevel.h
69779 ____________________________________________________________________________
69780 [  6707] By: jhi                                   on 2000/08/18  21:55:14
69781         Log: Add warnif(), check warnings further up the stack,
69782              all the warnings functions now can take an optional object reference.
69783              
69784              Subject: [PATCH bleedperl@6691] warnings pragma update
69785              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
69786              Date: Fri, 18 Aug 2000 22:42:06 +0100
69787              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
69788      Branch: perl
69789            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
69790            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
69791            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
69792 ____________________________________________________________________________
69793 [  6706] By: jhi                                   on 2000/08/18  21:41:45
69794         Log: Typo in pp_complement().
69795              
69796              Subject: [PATCH perl-current] Deparse
69797              From: Peter Scott <Peter@PSDT.com>
69798              Date: Fri, 18 Aug 2000 12:44:37 -0700
69799              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
69800      Branch: perl
69801            ! ext/B/B/Deparse.pm
69802 ____________________________________________________________________________
69803 [  6705] By: jhi                                   on 2000/08/18  21:25:59
69804         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
69805              From: Jan Dubois <jand@ActiveState.com>
69806              Date: Fri, 18 Aug 2000 14:22:51 -0700
69807              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
69808      Branch: perl
69809            ! lib/Win32.pod win32/win32.c
69810 ____________________________________________________________________________
69811 [  6704] By: jhi                                   on 2000/08/18  21:16:14
69812         Log: Don't eat leading os from index entries.
69813              
69814              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
69815              From: Russ Allbery <rra@stanford.edu>
69816              Date: 10 Aug 2000 20:49:25 -0700
69817              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
69818      Branch: perl
69819            ! lib/Pod/Man.pm
69820 ____________________________________________________________________________
69821 [  6703] By: jhi                                   on 2000/08/18  21:07:06
69822         Log: Add [[:blank:]] as suggested in
69823              
69824              Subject: [ID 20000716.024] [=cc=] / [:blank:]
69825              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
69826              Date: Sun, 16 Jul 2000 17:55:29 -0700
69827              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
69828              
69829              (the [=cc=] has already been taken care of by #6439
69830              so the whole bug report can be closed)
69831              
69832              and make [[:space:]] to be equivalent to isspace(3)
69833              (as opposed to \s, which is isSPACE()).  The difference
69834              is that now [[:space:]] matches the mythical vertical tab,
69835              while \s doesn't.
69836      Branch: perl
69837            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
69838            ! regexec.c t/op/pat.t
69839 ____________________________________________________________________________
69840 [  6702] By: jhi                                   on 2000/08/18  18:47:47
69841         Log: The new tests were missing from #6415.
69842      Branch: perl
69843            ! t/op/bop.t
69844 ____________________________________________________________________________
69845 [  6701] By: jhi                                   on 2000/08/18  18:20:40
69846         Log: Document the NDBM_File and ODBM_File as SDBM_File
69847              was documented in #6417.
69848      Branch: perl
69849            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
69850            ! ext/SDBM_File/SDBM_File.pm
69851 ____________________________________________________________________________
69852 [  6700] By: jhi                                   on 2000/08/18  18:10:39
69853         Log: Subject: [PATCH perl@6698] cygwin port
69854              From: "Fifer, Eric" <EFifer@sanwaint.com>
69855              Date: Fri, 18 Aug 2000 17:30:05 +0100
69856              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
69857      Branch: perl
69858            ! lib/File/Temp.pm
69859 ____________________________________________________________________________
69860 [  6699] By: jhi                                   on 2000/08/18  16:21:49
69861         Log: Document code point which makes if (defined %stash::) to work
69862              (noted by Spider Boardman).
69863      Branch: perl
69864            ! op.c
69865 ____________________________________________________________________________
69866 [  6698] By: jhi                                   on 2000/08/18  13:43:27
69867         Log: Update Changes.
69868      Branch: perl
69869            ! Changes patchlevel.h
69870 ____________________________________________________________________________
69871 [  6697] By: jhi                                   on 2000/08/18  13:35:57
69872         Log: Tiny Getopt::Long patch from Johan Vromans.
69873      Branch: perl
69874            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
69875 ____________________________________________________________________________
69876 [  6696] By: jhi                                   on 2000/08/18  13:26:14
69877         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
69878              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
69879              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
69880              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
69881      Branch: perl
69882            ! pod/perldiag.pod pod/perlsyn.pod
69883 ____________________________________________________________________________
69884 [  6695] By: jhi                                   on 2000/08/18  13:13:26
69885         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
69886              From: Daniel Chetlin <daniel@chetlin.com>
69887              Date: Fri, 18 Aug 2000 03:13:36 -0700
69888              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
69889      Branch: perl
69890            ! pod/perlfunc.pod
69891 ____________________________________________________________________________
69892 [  6694] By: jhi                                   on 2000/08/18  13:08:05
69893         Log: Subject: [PATCH] perltrap.pod spring cleaning
69894              From: Daniel Chetlin <daniel@chetlin.com>
69895              Date: Fri, 18 Aug 2000 03:06:54 -0700
69896              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
69897              
69898              plus Mike Guy's nitfix.
69899      Branch: perl
69900            ! pod/perltrap.pod
69901 ____________________________________________________________________________
69902 [  6693] By: jhi                                   on 2000/08/18  13:00:26
69903         Log: Unbuffer the output.
69904              
69905              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
69906              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69907              Date: Thu, 17 Aug 2000 18:39:29 -0700
69908              Message-ID: <RPJn5gzkgydf092yn@efn.org>
69909      Branch: perl
69910            ! t/op/fork.t
69911 ____________________________________________________________________________
69912 [  6692] By: jhi                                   on 2000/08/18  05:19:17
69913         Log: Delete the image, too, not just its MANIFEStation.
69914      Branch: perl
69915            - lib/CGI/eg/wilogo.gif
69916 ____________________________________________________________________________
69917 [  6691] By: jhi                                   on 2000/08/18  05:10:26
69918         Log: Propagate new Configure vars.
69919      Branch: perl
69920            ! configure.com epoc/config.sh uconfig.h uconfig.sh
69921            ! vos/config.def vos/config.h vos/config_h.SH_orig
69922            ! win32/config.bc win32/config.gc win32/config.vc
69923            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69924 ____________________________________________________________________________
69925 [  6690] By: jhi                                   on 2000/08/18  04:30:56
69926         Log: Update Changes.
69927      Branch: perl
69928            ! Changes patchlevel.h
69929 ____________________________________________________________________________
69930 [  6689] By: jhi                                   on 2000/08/18  04:12:30
69931         Log: Fix the lib/complex failure of
69932              
69933              From: abigail@foad.org
69934              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
69935              Date: 15 Aug 2000 04:06:38 -0000
69936              Message-Id: <20000815040638.8524.qmail@foad.org> 
69937              
69938              Linux long double accuracy issue: something that
69939              when printed with %g looks like "2" but int() of it is 1.
69940      Branch: perl
69941            ! lib/Math/Complex.pm
69942 ____________________________________________________________________________
69943 [  6688] By: jhi                                   on 2000/08/18  03:15:35
69944         Log: The byteorder code in #6671 was wrong.
69945      Branch: perl
69946            ! configpm
69947 ____________________________________________________________________________
69948 [  6687] By: jhi                                   on 2000/08/18  02:08:42
69949         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
69950              From: Jan Dubois <jand@ActiveState.com>
69951              Date: Thu, 17 Aug 2000 18:31:55 -0700
69952              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
69953      Branch: perl
69954            ! sv.c
69955 ____________________________________________________________________________
69956 [  6686] By: jhi                                   on 2000/08/18  02:04:15
69957         Log: Use NVs in POSIX math, not doubles.
69958              
69959              From: abigail@foad.org
69960              Subject: [ID 20000817.014] POSIX & modfl
69961              Date: 17 Aug 2000 20:49:18 -0000
69962              Message-Id: <20000817204918.23123.qmail@foad.org>
69963      Branch: perl
69964            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
69965 ____________________________________________________________________________
69966 [  6685] By: jhi                                   on 2000/08/18  02:02:12
69967         Log: Introduce NVef, NVff, and NVgf, use the middle one.
69968              (helps for lib/peek + Linux + long doubles)  Reported in
69969              
69970              From: abigail@foad.org
69971              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
69972              Date: 15 Aug 2000 04:06:38 -0000
69973              Message-Id: <20000815040638.8524.qmail@foad.org> 
69974              
69975              (note: the lib/complex failure has not yet been addressed)
69976      Branch: metaconfig/U/perl
69977            ! perlxvf.U
69978      Branch: perl
69979            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69980            ! config_h.SH dump.c perl.h pod/perlguts.pod
69981 ____________________________________________________________________________
69982 [  6684] By: jhi                                   on 2000/08/17  23:22:19
69983         Log: Add byteorder to the myconfig output.
69984      Branch: perl
69985            ! myconfig.SH
69986 ____________________________________________________________________________
69987 [  6683] By: jhi                                   on 2000/08/17  23:20:19
69988         Log: The image doth not exist, spotted by Johan Vromans.
69989      Branch: perl
69990            ! MANIFEST
69991 ____________________________________________________________________________
69992 [  6682] By: jhi                                   on 2000/08/17  22:38:16
69993         Log: Document what the backtick returns if the command fails.
69994      Branch: perl
69995            ! pod/perlop.pod
69996 ____________________________________________________________________________
69997 [  6681] By: jhi                                   on 2000/08/17  22:33:12
69998         Log: Do not use prototyping here.
69999              
70000              Subject: [ID 20000817.016] [PATCH] Peek.xs
70001              From: abigail@foad.org
70002              Date: 17 Aug 2000 20:55:56 -0000
70003              Message-Id: <20000817205556.24270.qmail@foad.org>
70004      Branch: perl
70005            ! ext/Devel/Peek/Makefile.PL
70006 ____________________________________________________________________________
70007 [  6680] By: jhi                                   on 2000/08/17  19:46:43
70008         Log: Don't propose using modules built for 5.005 if no binary
70009              compatibility with 5.005 is attempted.
70010              
70011              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
70012              Subject: Minor nit with 5.7.0 (6655)
70013              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
70014              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
70015      Branch: metaconfig
70016            ! U/installdirs/inc_version_list.U
70017      Branch: perl
70018            ! Configure config_h.SH
70019 ____________________________________________________________________________
70020 [  6679] By: jhi                                   on 2000/08/17  19:16:39
70021         Log: Microperl config update.
70022      Branch: perl
70023            ! uconfig.h uconfig.sh
70024 ____________________________________________________________________________
70025 [  6678] By: jhi                                   on 2000/08/17  19:16:13
70026         Log: The #6648 wasn't protective enough for limited platforms
70027              (like microperl).
70028      Branch: perl
70029            ! dump.c sv.c
70030 ____________________________________________________________________________
70031 [  6677] By: jhi                                   on 2000/08/17  14:46:35
70032         Log: Update Changes.
70033      Branch: perl
70034            ! Changes patchlevel.h
70035 ____________________________________________________________________________
70036 [  6676] By: jhi                                   on 2000/08/17  14:44:02
70037         Log: Add perlebcdic from Peter Prymmer, regen toc.
70038      Branch: perl
70039            + pod/perlebcdic.pod
70040            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
70041 ____________________________________________________________________________
70042 [  6675] By: jhi                                   on 2000/08/17  14:41:52
70043         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
70044      Branch: perl
70045            ! pod/perldebtut.pod
70046 ____________________________________________________________________________
70047 [  6674] By: jhi                                   on 2000/08/17  14:29:43
70048         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
70049              
70050              Subject: [ID 20000724.006] -DLEAKTEST problem
70051              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
70052              Date: Tue, 25 Jul 2000 00:36:32 -0500
70053              Message-Id: <20000725003632.A26186@www.llamacom.com>
70054              
70055              Reminder sent
70056              
70057              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
70058              From: Hugo <hv@crypt.compulink.co.uk>
70059              Date: Thu, 17 Aug 2000 15:23:42 +0100
70060              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
70061      Branch: perl
70062            ! util.c
70063 ____________________________________________________________________________
70064 [  6673] By: jhi                                   on 2000/08/17  04:07:10
70065         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
70066              From: John Peacock <JPeacock@UnivPress.com>
70067              Date: Tue, 01 Aug 2000 09:38:12 -0400
70068              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
70069      Branch: perl
70070            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
70071 ____________________________________________________________________________
70072 [  6672] By: jhi                                   on 2000/08/17  03:04:35
70073         Log: Subject: [PATCH] Cwd.pm now uses strict
70074              From: Tim Jenness <timj@jach.hawaii.edu>
70075              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
70076              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
70077      Branch: perl
70078            ! lib/Cwd.pm
70079 ____________________________________________________________________________
70080 [  6671] By: jhi                                   on 2000/08/17  02:16:35
70081         Log: Make $Config{byteorder} more magical so that it is
70082              dynamically computed: nice for 'fat binaries'.
70083              
70084              Subject: [PATCH]: default byteorder
70085              From: Wilfredo Sánchez <wsanchez@apple.com>
70086              Date: Mon, 31 Jul 2000 19:45:31 -0700
70087              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
70088      Branch: perl
70089            ! configpm
70090 ____________________________________________________________________________
70091 [  6670] By: gsar                                  on 2000/08/17  01:22:21
70092         Log: move WNOHANG definition to where other such things are
70093      Branch: perl
70094            ! win32/win32.h
70095 ____________________________________________________________________________
70096 [  6669] By: jhi                                   on 2000/08/17  01:19:17
70097         Log: Update Changes.
70098      Branch: perl
70099            ! Changes patchlevel.h
70100 ____________________________________________________________________________
70101 [  6668] By: jhi                                   on 2000/08/17  01:16:29
70102         Log: Doc nits spotted by Richard Soderberg.
70103      Branch: perl
70104            ! README.posix-bc README.vmesa
70105 ____________________________________________________________________________
70106 [  6667] By: jhi                                   on 2000/08/17  01:12:11
70107         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
70108              From: "Casey R. Tweten" <crt@kiski.net>
70109              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
70110              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
70111      Branch: perl
70112            ! pod/perldebtut.pod
70113 ____________________________________________________________________________
70114 [  6666] By: jhi                                   on 2000/08/17  01:09:31
70115         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
70116              From: "Casey R. Tweten" <crt@kiski.net>
70117              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
70118              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
70119      Branch: perl
70120            ! lib/Shell.pm
70121 ____________________________________________________________________________
70122 [  6665] By: gsar                                  on 2000/08/17  01:03:52
70123         Log: add "ok" targets from change#6632 in makefile.mk
70124      Branch: perl
70125            ! pod/perlport.pod win32/Makefile win32/makefile.mk
70126 ____________________________________________________________________________
70127 [  6664] By: gsar                                  on 2000/08/17  00:56:11
70128         Log: avoid warnings from dense compiler
70129      Branch: perl
70130            ! win32/win32.c
70131 ____________________________________________________________________________
70132 [  6663] By: jhi                                   on 2000/08/17  00:51:49
70133         Log: Tweak the regex compilation errors once more.
70134      Branch: perl
70135            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
70136            ! t/op/regmesg.t t/pragma/warn/regcomp
70137 ____________________________________________________________________________
70138 [  6662] By: gsar                                  on 2000/08/17  00:28:19
70139         Log: trailing new %ENV entries weren't being pushed into the real
70140              environment of subprocesses on Windows
70141      Branch: perl
70142            ! t/op/magic.t win32/perlhost.h
70143 ____________________________________________________________________________
70144 [  6661] By: gsar                                  on 2000/08/17  00:19:20
70145         Log: waitpid() now handles externally spawned pids correctly;
70146              fixes for backtick/wait/waitpid failures on Windows 9x
70147              
70148              these changes make the pid returned by process functions on
70149              Windows 9x always positive by clearing the high bit (which
70150              is always set on Win9x); pseudo-process PIDs are likewise
70151              always negative now on Win9x (just as on NT/2000)
70152      Branch: perl
70153            ! pp_sys.c win32/perlhost.h win32/win32.c
70154 ____________________________________________________________________________
70155 [  6660] By: jhi                                   on 2000/08/17  00:04:32
70156         Log: Retract #6645.
70157      Branch: perl
70158            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70159            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
70160            ! t/op/sprintf.t
70161 ____________________________________________________________________________
70162 [  6659] By: gsar                                  on 2000/08/16  23:59:28
70163         Log: on windows, the return values from wait() and waitpid() don't
70164              match those of pseudo-pids
70165      Branch: perl
70166            ! pp_sys.c t/op/fork.t util.c win32/win32.c
70167 ____________________________________________________________________________
70168 [  6658] By: gsar                                  on 2000/08/16  23:56:14
70169         Log: pod nit seen in passing
70170      Branch: perl
70171            ! pod/perlfunc.pod
70172 ____________________________________________________________________________
70173 [  6657] By: gsar                                  on 2000/08/16  23:53:42
70174         Log: change#6328 could make close(SOCKET) return false on windows
70175              when it shouldn't
70176      Branch: perl
70177            ! win32/win32sck.c
70178 ____________________________________________________________________________
70179 [  6656] By: gsar                                  on 2000/08/16  23:46:57
70180         Log: check that the number pseudo children doesn't exceed
70181              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
70182              the WaitForMultipleObjects() limit that would cause wait()
70183              to crash)
70184              
70185              wait() and waitpid() could potentially be rewritten to use
70186              more than one thread to do the waiting to eliminate this
70187              limitation
70188      Branch: perl
70189            ! win32/perlhost.h
70190 ____________________________________________________________________________
70191 [  6655] By: jhi                                   on 2000/08/16  14:11:05
70192         Log: Update Changes.
70193      Branch: perl
70194            ! Changes patchlevel.h
70195 ____________________________________________________________________________
70196 [  6654] By: jhi                                   on 2000/08/16  14:10:12
70197         Log: Update to perldebtut 1.9, from Richard Foley.
70198      Branch: perl
70199            ! pod/perldebtut.pod
70200 ____________________________________________________________________________
70201 [  6653] By: jhi                                   on 2000/08/16  14:08:17
70202         Log: Change the regx compilation error markers to use = instead of <
70203              since pod makes using the latter quite messy.  Reported in
70204              ID 20000814.006 by Abigail and in
70205              Subject: Unknown escape E<> ?
70206              From: Lupe Christoph <lupe@lupe-christoph.de>
70207              Date: Fri, 11 Aug 2000 00:30:27 +0200
70208              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
70209      Branch: perl
70210            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
70211            ! t/op/regmesg.t t/pragma/warn/regcomp
70212 ____________________________________________________________________________
70213 [  6652] By: jhi                                   on 2000/08/16  13:25:31
70214         Log: Change the perlbug address to perl.org since it's more forgiving.
70215              
70216              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
70217              From: abigail@foad.org
70218              Date: 15 Aug 2000 04:15:40 -0000
70219              Message-Id: <20000815041540.8633.qmail@foad.org>
70220      Branch: perl
70221            ! utils/perlbug.PL
70222 ____________________________________________________________________________
70223 [  6651] By: jhi                                   on 2000/08/16  13:22:35
70224         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
70225              From: Tim Jenness <timj@jach.hawaii.edu>
70226              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
70227              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
70228      Branch: perl
70229            ! lib/Cwd.pm
70230 ____________________________________________________________________________
70231 [  6650] By: jhi                                   on 2000/08/16  13:18:13
70232         Log: Update to CPAN 1.57.
70233              
70234              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
70235              From: andreas.koenig@anima.de (Andreas J. Koenig)
70236              Date: 16 Aug 2000 15:09:46 +0200
70237              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
70238      Branch: perl
70239            ! lib/CPAN.pm
70240 ____________________________________________________________________________
70241 [  6649] By: jhi                                   on 2000/08/16  13:12:31
70242         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
70243              From: "Larry W. Virden" <lvirden@cas.org>
70244              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
70245              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
70246      Branch: perl
70247            ! README.hpux
70248 ____________________________________________________________________________
70249 [  6648] By: jhi                                   on 2000/08/16  13:03:53
70250         Log: The numeric locale was reset to "C" by s?printf and never restored.
70251              
70252              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
70253              From: Christian Kirsch <ck@held.mind.de>
70254              Date: Wed, 9 Aug 2000 17:05:17 +0200
70255              Message-Id: <20000809170517.A25389@held>
70256              
70257              No test since adding the failing example to locale.t
70258              does not fail -- probably because the locale settings are so
70259              thoroughly tweaked by that time.  Running the example standalone
70260              does fail, though.  UPDATE: test case added at change #7540.
70261      Branch: perl
70262            ! dump.c perl.h pp.c pp_ctl.c sv.c
70263 ____________________________________________________________________________
70264 [  6647] By: jhi                                   on 2000/08/16  00:07:54
70265         Log: Update Changes and test semi-automatic patchlevel updating.
70266      Branch: perl
70267            ! Changes patchlevel.h
70268 ____________________________________________________________________________
70269 [  6646] By: jhi                                   on 2000/08/15  23:35:07
70270         Log: Fix a dependency problem.
70271              
70272              Subject: [PATCH: 6640] VMS Makefile.SH update
70273              From: Peter Prymmer <pvhp@forte.com>
70274              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
70275              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
70276      Branch: perl
70277            ! vms/descrip_mms.template
70278 ____________________________________________________________________________
70279 [  6645] By: jhi                                   on 2000/08/15  23:33:23
70280         Log: (Retracted by #6660)
70281              
70282              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
70283              From: Dominic Dunlop <domo@computer.org>
70284              Date: Tue, 15 Aug 2000 22:20:52 +0200
70285              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
70286      Branch: metaconfig/U/perl
70287            + d_printfed.U
70288      Branch: perl
70289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70290            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
70291            ! t/op/sprintf.t
70292 ____________________________________________________________________________
70293 [  6644] By: jhi                                   on 2000/08/15  21:17:20
70294         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
70295              From: abigail@foad.org
70296              Date: 15 Aug 2000 20:12:41 -0000
70297              Message-Id: <20000815201241.25556.qmail@foad.org>
70298      Branch: perl
70299            ! INSTALL
70300 ____________________________________________________________________________
70301 [  6643] By: jhi                                   on 2000/08/15  21:15:28
70302         Log: (an already applied patch)
70303      Branch: perl
70304            ! lib/CGI.pm
70305 ____________________________________________________________________________
70306 [  6642] By: gsar                                  on 2000/08/15  19:54:05
70307         Log: magic callbacks all need to have same type signature
70308      Branch: perl
70309            ! embed.pl mg.c proto.h
70310 ____________________________________________________________________________
70311 [  6641] By: jhi                                   on 2000/08/15  17:56:27
70312         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)
70313              From: Mike Guy <mjtg@cam.ac.uk>
70314              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
70315              Date: Tue, 15 Aug 2000 18:26:45 +0100
70316              
70317              Only the peek.t part applied, not the hash quality part.
70318      Branch: perl
70319            ! t/lib/peek.t
70320 ____________________________________________________________________________
70321 [  6640] By: jhi                                   on 2000/08/15  16:37:37
70322         Log: Update Changes.
70323      Branch: perl
70324            ! Changes
70325 ____________________________________________________________________________
70326 [  6639] By: jhi                                   on 2000/08/15  16:34:55
70327         Log: Missed a file from #6638.
70328      Branch: perl
70329            ! lib/File/Temp.pm
70330 ____________________________________________________________________________
70331 [  6638] By: jhi                                   on 2000/08/15  16:33:19
70332         Log: Subject: [PATCH perl@6620] cygwin port
70333              From: "Fifer, Eric" <EFifer@sanwaint.com>
70334              Date: Tue, 15 Aug 2000 17:00:49 +0100
70335              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
70336      Branch: perl
70337            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
70338 ____________________________________________________________________________
70339 [  6637] By: jhi                                   on 2000/08/15  16:29:22
70340         Log: Subject: [PATCH] debugger exit code should reflect user exit code
70341              From: Mike Guy <mjtg@cam.ac.uk>
70342              Date: Tue, 15 Aug 2000 16:55:59 +0100
70343              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
70344      Branch: perl
70345            ! lib/perl5db.pl
70346 ____________________________________________________________________________
70347 [  6636] By: jhi                                   on 2000/08/15  15:30:58
70348         Log: Update Changes.
70349      Branch: perl
70350            ! Changes
70351 ____________________________________________________________________________
70352 [  6635] By: jhi                                   on 2000/08/15  15:27:21
70353         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
70354      Branch: metaconfig
70355            ! U/mkglossary U/mksample
70356      Branch: metaconfig/U/perl
70357            ! Devel.U
70358      Branch: perl
70359            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70360 ____________________________________________________________________________
70361 [  6634] By: jhi                                   on 2000/08/15  14:11:55
70362         Log: Don't blow limited stacks, a lower number is enough to
70363              tickle the lookbehind limit.
70364              
70365              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
70366              From: Dominic Dunlop <domo@computer.org>
70367              Date: Tue, 15 Aug 2000 13:51:24 +0200
70368              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
70369      Branch: perl
70370            ! t/op/regmesg.t
70371 ____________________________________________________________________________
70372 [  6633] By: jhi                                   on 2000/08/15  14:01:46
70373         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
70374              From: Mike Guy <mjtg@cam.ac.uk>
70375              Date: Tue, 15 Aug 2000 12:10:50 +0100
70376              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
70377      Branch: perl
70378            ! utils/perldoc.PL
70379 ____________________________________________________________________________
70380 [  6632] By: jhi                                   on 2000/08/15  13:58:48
70381         Log: make ok etc also for win32.
70382              
70383              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
70384              From: Prymmer/Kahn <pvhp@best.com>
70385              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
70386              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
70387      Branch: perl
70388            ! win32/Makefile
70389 ____________________________________________________________________________
70390 [  6631] By: jhi                                   on 2000/08/15  13:45:03
70391         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
70392      Branch: perl
70393            ! lib/Test.pm
70394 ____________________________________________________________________________
70395 [  6630] By: jhi                                   on 2000/08/15  03:25:09
70396         Log: Update Changes.
70397      Branch: perl
70398            ! Changes
70399 ____________________________________________________________________________
70400 [  6629] By: jhi                                   on 2000/08/15  03:23:53
70401         Log: magic_regdatum_set() is void, not int.
70402      Branch: perl
70403            ! embed.pl mg.c proto.h
70404 ____________________________________________________________________________
70405 [  6628] By: jhi                                   on 2000/08/15  03:08:02
70406         Log: Make the user to give up his firstborn, err, to knowingly
70407              verify installing an unstable developer release.  Also bump
70408              the release to 5.7.0, but leave a patch tag in the local
70409              patches saying that this is not yet the real thing.
70410      Branch: metaconfig
70411            ! U/modified/Instruct.U
70412      Branch: metaconfig/U/perl
70413            + Devel.U
70414      Branch: perl
70415            ! Configure patchlevel.h
70416 ____________________________________________________________________________
70417 [  6627] By: jhi                                   on 2000/08/14  22:32:52
70418         Log: README.os2 update.
70419              
70420              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
70421              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70422              Date: Wed, 02 Aug 2000 21:55:09 -0700
70423              Message-ID: <tsPi5gzkgegX092yn@efn.org>
70424      Branch: perl
70425            ! README.os2
70426 ____________________________________________________________________________
70427 [  6626] By: jhi                                   on 2000/08/14  21:00:02
70428         Log: Subject: Re: File::Temp problems on VMS in bleedperl
70429              From: Tim Jenness <timj@jach.hawaii.edu>
70430              cc: vmsperl@perl.org
70431              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
70432              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
70433      Branch: perl
70434            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
70435 ____________________________________________________________________________
70436 [  6625] By: jhi                                   on 2000/08/14  20:52:16
70437         Log: Add SUIDMAIL as was done for the CERT alert.
70438      Branch: perl
70439            ! patchlevel.h
70440 ____________________________________________________________________________
70441 [  6624] By: jhi                                   on 2000/08/14  20:48:50
70442         Log: Subject: sfio2000
70443              From: Daniel Muino <dmuino@afip.gov.ar>
70444              Date: Mon, 14 Aug 2000 16:58:11 -0300
70445              Message-ID: <20000814165811.B16368@con2-dgi>
70446      Branch: perl
70447            ! perlsdio.h perlsfio.h
70448 ____________________________________________________________________________
70449 [  6623] By: jhi                                   on 2000/08/14  20:47:36
70450         Log: Subject: warning: storage class after type is obsolescent
70451              From: Daniel Muino <dmuino@afip.gov.ar>
70452              Date: Mon, 14 Aug 2000 16:42:47 -0300
70453              Message-ID: <20000814164247.A16368@con2-dgi>
70454      Branch: perl
70455            ! regcomp.pl regnodes.h
70456 ____________________________________________________________________________
70457 [  6622] By: jhi                                   on 2000/08/14  20:43:05
70458         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
70459              From: abigail@foad.org
70460              Date: 14 Aug 2000 20:00:10 -0000
70461              Message-Id: <20000814200010.27271.qmail@foad.org>
70462      Branch: perl
70463            ! Changes
70464 ____________________________________________________________________________
70465 [  6621] By: jhi                                   on 2000/08/14  15:23:05
70466         Log: Update Changes.
70467      Branch: perl
70468            ! Changes
70469 ____________________________________________________________________________
70470 [  6620] By: jhi                                   on 2000/08/14  15:22:14
70471         Log: Subject: Re: [PATCH] @+, @- readonly
70472              From: Mike Guy <mjtg@cam.ac.uk>
70473              Date: Mon, 14 Aug 2000 15:26:55 +0100
70474              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
70475      Branch: perl
70476            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
70477            ! sv.c t/op/pat.t
70478 ____________________________________________________________________________
70479 [  6619] By: jhi                                   on 2000/08/14  14:12:08
70480         Log: Update Changes.
70481      Branch: perl
70482            ! Changes
70483 ____________________________________________________________________________
70484 [  6618] By: jhi                                   on 2000/08/14  14:09:34
70485         Log: For now remove the mail code.
70486      Branch: perl
70487            ! perl.c
70488 ____________________________________________________________________________
70489 [  6617] By: jhi                                   on 2000/08/14  14:08:28
70490         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
70491      Branch: perl
70492            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
70493            ! pod/perlfaq8.pod pod/perlsec.pod
70494 ____________________________________________________________________________
70495 [  6616] By: jhi                                   on 2000/08/14  14:00:11
70496         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
70497              From: Mike Guy <mjtg@cam.ac.uk>
70498              Date: Mon, 14 Aug 2000 08:26:02 +0100
70499              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
70500      Branch: perl
70501            ! lib/perl5db.pl
70502 ____________________________________________________________________________
70503 [  6615] By: jhi                                   on 2000/08/14  13:58:45
70504         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
70505              From: Mike Guy <mjtg@cam.ac.uk>
70506              Date: Mon, 14 Aug 2000 08:04:22 +0100
70507              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
70508      Branch: perl
70509            ! gv.c mg.c t/op/pat.t
70510 ____________________________________________________________________________
70511 [  6614] By: jhi                                   on 2000/08/14  13:56:45
70512         Log: Subject: Test fails / warnings with perl-current #6612
70513              From: Mike Guy <mjtg@cam.ac.uk>
70514              Date: Mon, 14 Aug 2000 07:57:23 +0100
70515              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
70516      Branch: perl
70517            ! t/lib/b.t t/lib/peek.t
70518 ____________________________________________________________________________
70519 [  6613] By: jhi                                   on 2000/08/14  13:45:33
70520         Log: VMS configure.com update continues.
70521      Branch: perl
70522            - vms/configure.com
70523            ! MANIFEST configure.com
70524 ____________________________________________________________________________
70525 [  6612] By: jhi                                   on 2000/08/13  22:13:35
70526         Log: Update Changes.
70527      Branch: perl
70528            ! Changes
70529 ____________________________________________________________________________
70530 [  6611] By: jhi                                   on 2000/08/13  16:21:45
70531         Log: Upgrade to CGI 2.71, from Lincoln Stein.
70532      Branch: perl
70533            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
70534 ____________________________________________________________________________
70535 [  6610] By: jhi                                   on 2000/08/13  15:09:16
70536         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
70537              From: Mike Guy <mjtg@cam.ac.uk>
70538              Date: Sun, 13 Aug 2000 13:45:51 +0100
70539              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
70540      Branch: perl
70541            ! t/op/regmesg.t
70542 ____________________________________________________________________________
70543 [  6609] By: jhi                                   on 2000/08/13  14:31:26
70544         Log: Andreas says that 1.56 is fine, so reverting back to it.
70545      Branch: perl
70546            ! lib/CPAN.pm
70547 ____________________________________________________________________________
70548 [  6608] By: jhi                                   on 2000/08/13  05:34:20
70549         Log: Update Changes.
70550      Branch: perl
70551            ! Changes
70552 ____________________________________________________________________________
70553 [  6607] By: jhi                                   on 2000/08/13  05:32:01
70554         Log: Put back the \z changes of #5406 to CPAN.pm.
70555      Branch: perl
70556            ! lib/CPAN.pm
70557 ____________________________________________________________________________
70558 [  6606] By: jhi                                   on 2000/08/13  05:20:16
70559         Log: Fix-n-skip the tests under 5005threads.
70560      Branch: perl
70561            ! t/lib/b.t
70562 ____________________________________________________________________________
70563 [  6605] By: jhi                                   on 2000/08/13  05:07:48
70564         Log: Fix the test for 5005threads.
70565      Branch: perl
70566            ! t/lib/peek.t
70567 ____________________________________________________________________________
70568 [  6604] By: jhi                                   on 2000/08/13  03:35:37
70569         Log: Should have deleted this in #6603.
70570      Branch: perl
70571            - vms/subconfigure.com
70572 ____________________________________________________________________________
70573 [  6603] By: jhi                                   on 2000/08/12  18:29:32
70574         Log: Rewrite of vms/subconfigure.com as configure.com,
70575              from Peter Prymmer and the vmsperl crew.
70576      Branch: perl
70577            + vms/configure.com
70578            ! MANIFEST
70579 ____________________________________________________________________________
70580 [  6602] By: jhi                                   on 2000/08/11  13:00:01
70581         Log: PlainText.pm is dead.
70582      Branch: perl
70583            - lib/Pod/PlainText.pm
70584            ! MANIFEST
70585 ____________________________________________________________________________
70586 [  6601] By: jhi                                   on 2000/08/11  04:06:45
70587         Log: Update Changes.
70588      Branch: perl
70589            ! Changes
70590 ____________________________________________________________________________
70591 [  6600] By: jhi                                   on 2000/08/11  04:06:10
70592         Log: Add a few missing files, update MANIFEST.
70593      Branch: perl
70594            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
70595            + lib/Pod/PlainText.pm t/pod/find.t
70596            ! MANIFEST t/op/regmesg.t
70597 ____________________________________________________________________________
70598 [  6599] By: jhi                                   on 2000/08/11  03:31:10
70599         Log: Add Perl debugging tutorial, regen toc. 
70600              
70601              Subject: perldebtut.pod
70602              From: Richard Foley <Richard.Foley@m.dasa.de>
70603              Date: Wed, 09 Aug 2000 10:17:15 +0200
70604              Message-id: <3991138B.262247B8@m.dasa.de>
70605      Branch: perl
70606            + pod/perldebtut.pod
70607            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
70608 ____________________________________________________________________________
70609 [  6598] By: jhi                                   on 2000/08/11  02:48:56
70610         Log: tiny Changes edit
70611      Branch: perl
70612            ! Changes
70613 ____________________________________________________________________________
70614 [  6597] By: jhi                                   on 2000/08/11  02:39:04
70615         Log: Tests for #6589.
70616              
70617              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
70618              From: simon@brecon.co.uk (Simon Cozens)
70619              Date: 11 Aug 2000 02:24:52 GMT
70620              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
70621      Branch: perl
70622            ! t/lib/b.t
70623 ____________________________________________________________________________
70624 [  6596] By: jhi                                   on 2000/08/11  01:50:07
70625         Log: Update Changes.
70626      Branch: perl
70627            ! Changes
70628 ____________________________________________________________________________
70629 [  6595] By: jhi                                   on 2000/08/11  01:47:16
70630         Log: nitfix
70631      Branch: perl
70632            ! Changes
70633 ____________________________________________________________________________
70634 [  6594] By: jhi                                   on 2000/08/11  01:36:16
70635         Log: Subject: Getting perlio and threads to compile
70636              From: Lupe Christoph <lupe@lupe-christoph.de>
70637              Date: Wed, 9 Aug 2000 11:35:54 +0200
70638              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
70639              
70640              (the Solaris version changes in Configure skipped)
70641      Branch: perl
70642            ! hints/solaris_2.sh thread.h
70643 ____________________________________________________________________________
70644 [  6593] By: jhi                                   on 2000/08/11  01:30:16
70645         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
70646              From: simon@brecon.co.uk (Simon Cozens)
70647              Date: 1 Aug 2000 06:55:19 GMT
70648              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
70649      Branch: perl
70650            ! lib/utf8.pm
70651 ____________________________________________________________________________
70652 [  6592] By: jhi                                   on 2000/08/11  01:26:39
70653         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
70654              From: Peter Scott <Peter@PeterScott.com>
70655              Date: Thu, 10 Aug 2000 08:23:27 -0700
70656              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
70657      Branch: perl
70658            ! lib/perl5db.pl
70659 ____________________________________________________________________________
70660 [  6591] By: jhi                                   on 2000/08/11  01:22:02
70661         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
70662              From: Hugo <hv@crypt.compulink.co.uk>
70663              Date: Thu, 10 Aug 2000 19:23:04 +0100
70664              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
70665      Branch: perl
70666            ! regexec.c t/op/pat.t
70667 ____________________________________________________________________________
70668 [  6590] By: jhi                                   on 2000/08/11  01:19:19
70669         Log: Preprocessing and postprocessing for File::Find.
70670              
70671              Subject: Patch to Find::File.pm to allow alphabetical results
70672              From: Joe Smith <jsmith@inwap.com>
70673              Date: Wed, 9 Aug 2000 02:44:54 -0700
70674              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
70675      Branch: perl
70676            ! lib/File/Find.pm
70677 ____________________________________________________________________________
70678 [  6589] By: jhi                                   on 2000/08/11  01:12:39
70679         Log: B::Deparse didn't do sub attributes.
70680              
70681              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
70682              From: simon@brecon.co.uk (Simon Cozens)
70683              Date: 9 Aug 2000 04:49:20 GMT
70684              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
70685      Branch: perl
70686            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
70687 ____________________________________________________________________________
70688 [  6588] By: jhi                                   on 2000/08/11  01:06:40
70689         Log: Subject: debugger "d" command doesnt check line number
70690              From: Mike Guy <mjtg@cam.ac.uk>
70691              Date: Tue, 08 Aug 2000 21:54:29 +0100
70692              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
70693      Branch: perl
70694            ! lib/perl5db.pl mg.c pod/perldiag.pod
70695 ____________________________________________________________________________
70696 [  6587] By: jhi                                   on 2000/08/11  00:45:03
70697         Log: sleep(1) does not necessarily return 1.
70698              
70699              Subject: [PATCH bleadperl] op/lex_assign.t  
70700              From: Hugo <hv@crypt.compulink.co.uk>
70701              Date: Thu, 03 Aug 2000 14:34:22 +0100        
70702              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
70703      Branch: perl
70704            ! t/op/lex_assign.t
70705 ____________________________________________________________________________
70706 [  6586] By: jhi                                   on 2000/08/11  00:31:50
70707         Log: Document the IO::Select timeout.
70708      Branch: perl
70709            ! ext/IO/lib/IO/Select.pm
70710 ____________________________________________________________________________
70711 [  6585] By: jhi                                   on 2000/08/11  00:13:54
70712         Log: Forgot contributor.
70713      Branch: perl
70714            ! Changes
70715 ____________________________________________________________________________
70716 [  6584] By: jhi                                   on 2000/08/11  00:09:19
70717         Log: detypo
70718      Branch: perl
70719            ! Changes
70720 ____________________________________________________________________________
70721 [  6583] By: jhi                                   on 2000/08/11  00:07:53
70722         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
70723              
70724              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
70725              From: Mike Guy <mjtg@cam.ac.uk> 
70726              Date: Thu, 10 Aug 2000 15:50:54 +0100
70727              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
70728      Branch: perl
70729            ! sv.c t/op/int.t
70730 ____________________________________________________________________________
70731 [  6582] By: jhi                                   on 2000/08/10  23:29:32
70732         Log: Update Changes.
70733      Branch: perl
70734            ! Changes
70735 ____________________________________________________________________________
70736 [  6581] By: jhi                                   on 2000/08/10  23:26:16
70737         Log: Put back the std @INC thing.
70738      Branch: perl
70739            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
70740            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
70741            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
70742            ! t/lib/gol-oo.t
70743 ____________________________________________________________________________
70744 [  6580] By: jhi                                   on 2000/08/10  23:03:34
70745         Log: Update to CGI 2.70, from Lincoln Stein.
70746      Branch: perl
70747            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
70748            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
70749            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
70750            ! t/lib/cgi-request.t
70751 ____________________________________________________________________________
70752 [  6579] By: jhi                                   on 2000/08/10  22:41:50
70753         Log: Update to CPAN 1.56, from Andreas König.
70754      Branch: perl
70755            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
70756 ____________________________________________________________________________
70757 [  6578] By: jhi                                   on 2000/08/10  22:38:13
70758         Log: Update to Pod::Parser 1.17, from Brad Appleton.
70759      Branch: perl
70760            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
70761            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
70762            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
70763            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
70764            ! t/pod/include.t t/pod/included.t t/pod/lref.t
70765            ! t/pod/multiline_items.t t/pod/nested_items.t
70766            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
70767            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
70768            ! t/pod/special_seqs.t
70769 ____________________________________________________________________________
70770 [  6577] By: jhi                                   on 2000/08/10  22:35:41
70771         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
70772      Branch: perl
70773            ! AUTHORS MAINTAIN
70774 ____________________________________________________________________________
70775 [  6576] By: jhi                                   on 2000/08/10  22:24:54
70776         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
70777      Branch: perl
70778            + t/lib/gol-oo.t
70779            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
70780            ! t/lib/gol-compat.t t/lib/gol-linkage.t
70781 ____________________________________________________________________________
70782 [  6575] By: jhi                                   on 2000/08/10  22:02:07
70783         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
70784      Branch: perl
70785            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
70786 ____________________________________________________________________________
70787 [  6574] By: jhi                                   on 2000/08/10  21:55:03
70788         Log: Iterating perl6 description.
70789      Branch: perl
70790            ! pod/perlfaq1.pod
70791 ____________________________________________________________________________
70792 [  6573] By: jhi                                   on 2000/08/10  21:48:26
70793         Log: Revert the sv.c part of #6559, a better fix is needed.
70794      Branch: perl
70795            ! sv.c
70796 ____________________________________________________________________________
70797 [  6572] By: jhi                                   on 2000/08/10  20:33:43
70798         Log: It's the 2ndO'ROSSC.
70799      Branch: perl
70800            ! pod/perlfaq1.pod
70801 ____________________________________________________________________________
70802 [  6571] By: jhi                                   on 2000/08/10  15:55:48
70803         Log: detypo
70804      Branch: perl
70805            ! pod/perlfaq1.pod
70806 ____________________________________________________________________________
70807 [  6570] By: jhi                                   on 2000/08/10  14:11:17
70808         Log: An exceptionally sticky typo.
70809      Branch: perl
70810            ! Changes
70811 ____________________________________________________________________________
70812 [  6569] By: jhi                                   on 2000/08/10  14:09:33
70813         Log: detypo (and test Changes updating script)
70814      Branch: perl
70815            ! Changes
70816 ____________________________________________________________________________
70817 [  6568] By: jhi                                   on 2000/08/10  14:07:07
70818         Log: Update Changes.
70819      Branch: perl
70820            ! Changes
70821 ____________________________________________________________________________
70822 [  6567] By: jhi                                   on 2000/08/10  14:06:19
70823         Log: Amend the description of Perl6.
70824              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
70825              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
70826              Date: Wed, 9 Aug 2000 22:11:06 -0500
70827              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
70828      Branch: perl
70829            ! pod/perlfaq1.pod
70830 ____________________________________________________________________________
70831 [  6566] By: jhi                                   on 2000/08/10  13:58:57
70832         Log: Subject: Remove dead entry in perldiag
70833              From: Mike Guy <mjtg@cam.ac.uk>
70834              Date: Thu, 10 Aug 2000 14:19:19 +0100
70835              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
70836      Branch: perl
70837            ! pod/perldiag.pod
70838 ____________________________________________________________________________
70839 [  6565] By: jhi                                   on 2000/08/10  13:51:48
70840         Log: Zero entries were skipped, fix from Adrian Goalby
70841              <argoalby@yahoo.co.uk>
70842      Branch: perl
70843            ! lib/unicode/Number.pl lib/unicode/mktables.PL
70844 ____________________________________________________________________________
70845 [  6564] By: jhi                                   on 2000/08/10  13:00:12
70846         Log: Subject: [PATCH 5.6.0] cygwin port
70847              From: "Fifer, Eric" <EFifer@sanwaint.com>
70848              Date: Thu, 10 Aug 2000 13:15:36 +0100
70849              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
70850      Branch: perl
70851            ! README.cygwin hints/cygwin.sh
70852 ____________________________________________________________________________
70853 [  6563] By: jhi                                   on 2000/08/10  12:55:16
70854         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
70855      Branch: perl
70856            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
70857 ____________________________________________________________________________
70858 [  6562] By: gsar                                  on 2000/08/10  08:38:39
70859         Log: warn is a macro, avoid using at a variable to avoid warnings
70860              in some configurations; readdir.t is too conservative in
70861              estimating number of *.t's
70862      Branch: perl
70863            ! t/op/readdir.t util.c
70864 ____________________________________________________________________________
70865 [  6561] By: jhi                                   on 2000/08/09  23:35:42
70866         Log: Update Changes.
70867      Branch: perl
70868            ! Changes
70869 ____________________________________________________________________________
70870 [  6560] By: jhi                                   on 2000/08/09  23:05:47
70871         Log: Subject: Re: enhanced(?) regex error messages
70872              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
70873              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
70874              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
70875              
70876              (plus two small patches sent privately)
70877              (this still seems to leave few test failures)
70878      Branch: perl
70879            + t/op/regmesg.t
70880            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
70881            ! t/pragma/warn/regcomp
70882 ____________________________________________________________________________
70883 [  6559] By: jhi                                   on 2000/08/09  20:41:18
70884         Log: (The fix did work but was not right, retracted in #6573)
70885              
70886              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
70887              From: Christian Kirsch <ck@held.mind.de>
70888              Date: Wed, 9 Aug 2000 17:05:17 +0200
70889              Message-Id: <20000809170517.A25389@held>
70890      Branch: perl
70891            ! sv.c t/pragma/locale.t
70892 ____________________________________________________________________________
70893 [  6558] By: jhi                                   on 2000/08/08  22:34:08
70894         Log: Tiny updates on the contributors list.
70895      Branch: perl
70896            ! Changes
70897 ____________________________________________________________________________
70898 [  6557] By: jhi                                   on 2000/08/08  19:34:28
70899         Log: Double check that we have a dirhandle.
70900      Branch: perl
70901            ! util.c
70902 ____________________________________________________________________________
70903 [  6556] By: jhi                                   on 2000/08/08  19:01:51
70904         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
70905              May be repopulated with fresh maintained examples.
70906      Branch: perl
70907            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
70908            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
70909            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
70910            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
70911            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
70912            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
70913            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
70914            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
70915            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
70916            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
70917            + lib/CGI/eg/wilogo_gif.uu
70918            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
70919            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
70920            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
70921            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
70922            - eg/cgi/frameset.cgi eg/cgi/index.html
70923            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
70924            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
70925            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
70926            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
70927            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
70928            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
70929            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
70930            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
70931            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
70932            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
70933            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
70934            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
70935            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
70936            - eg/van/vanish eg/who eg/wrapsuid
70937            ! MANIFEST
70938 ____________________________________________________________________________
70939 [  6555] By: jhi                                   on 2000/08/08  18:51:08
70940         Log: Delete chat2 as requested by Randal.
70941              
70942              Subject: Re: perlfaq8 coyness
70943              From: merlyn@stonehenge.com (Randal L. Schwartz) 
70944              Date: 15 May 2000 18:52:42 -0700 
70945              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
70946      Branch: perl
70947            - lib/chat2.pl
70948            ! MANIFEST
70949 ____________________________________________________________________________
70950 [  6554] By: jhi                                   on 2000/08/08  18:31:35
70951         Log: Regen global.sym.
70952      Branch: perl
70953            ! global.sym
70954 ____________________________________________________________________________
70955 [  6553] By: jhi                                   on 2000/08/08  18:28:13
70956         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
70957              (either perlbug or p5p ate the original), plus regen
70958              perlapi and perltoc. 
70959      Branch: perl
70960            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
70961            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
70962            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
70963            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
70964            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
70965            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
70966            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
70967            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
70968            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
70969            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
70970 ____________________________________________________________________________
70971 [  6552] By: jhi                                   on 2000/08/08  18:06:29
70972         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
70973              From: Mike Guy <mjtg@cam.ac.uk>
70974              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
70975              Date: Tue, 08 Aug 2000 15:51:27 +0100
70976      Branch: perl
70977            ! doop.c sv.h t/op/join.t t/pragma/overload.t
70978 ____________________________________________________________________________
70979 [  6551] By: jhi                                   on 2000/08/08  18:01:11
70980         Log: Re-apply #6549.
70981      Branch: perl
70982            ! lib/perl5db.pl
70983 ____________________________________________________________________________
70984 [  6550] By: jhi                                   on 2000/08/08  17:43:08
70985         Log: Accidental retraction of #6549.
70986      Branch: perl
70987            ! lib/perl5db.pl
70988 ____________________________________________________________________________
70989 [  6549] By: jhi                                   on 2000/08/08  17:40:04
70990         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
70991              From: Mike Guy <mjtg@cam.ac.uk>
70992              Date: Mon, 07 Aug 2000 21:49:58 +0100
70993              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
70994      Branch: perl
70995            ! lib/perl5db.pl
70996 ____________________________________________________________________________
70997 [  6548] By: jhi                                   on 2000/08/08  17:37:57
70998         Log: Document here-doc better.
70999              
71000              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
71001              From: Mike Guy <mjtg@cam.ac.uk>
71002              Date: Mon, 07 Aug 2000 14:02:09 +0100
71003              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
71004      Branch: perl
71005            ! pod/perldata.pod
71006 ____________________________________________________________________________
71007 [  6547] By: jhi                                   on 2000/08/08  17:33:34
71008         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
71009              From: "Randy J. Ray" <rjray@redhat.com>
71010              Date: Mon, 07 Aug 2000 19:12:25 -0700
71011              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
71012      Branch: perl
71013            ! perl.c pod/perlrun.pod
71014 ____________________________________________________________________________
71015 [  6546] By: jhi                                   on 2000/08/08  17:29:26
71016         Log: Subject: Re: enhanced(?) regex error messages 
71017              From: Hugo <hv@crypt.compulink.co.uk>
71018              Date: Tue, 08 Aug 2000 03:25:51 +0100
71019              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
71020              
71021              plus Capitalize the error messages, plus perldiag them.
71022      Branch: perl
71023            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
71024 ____________________________________________________________________________
71025 [  6545] By: jhi                                   on 2000/08/08  13:59:28
71026         Log: Augment #6539 a bit: don't croak if there's magic in the air.
71027              
71028              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
71029              From: Hugo <hv@crypt.compulink.co.uk>
71030              Date: Tue, 08 Aug 2000 03:02:03 +0100
71031              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
71032      Branch: perl
71033            ! pp.c t/op/bless.t
71034 ____________________________________________________________________________
71035 [  6544] By: jhi                                   on 2000/08/07  21:11:52
71036         Log: Make the test -w clean.
71037      Branch: perl
71038            ! t/op/bless.t
71039 ____________________________________________________________________________
71040 [  6543] By: jhi                                   on 2000/08/07  19:49:53
71041         Log: use warnings instead of $^W.
71042      Branch: perl
71043            ! t/op/bless.t
71044 ____________________________________________________________________________
71045 [  6542] By: jhi                                   on 2000/08/07  17:41:41
71046         Log: Disable a portability warning Because We Know What We Are Doing.
71047      Branch: perl
71048            ! t/op/bless.t
71049 ____________________________________________________________________________
71050 [  6541] By: jhi                                   on 2000/08/07  17:29:51
71051         Log: Tiny tidying on report_evil_fh().
71052      Branch: perl
71053            ! util.c
71054 ____________________________________________________________________________
71055 [  6540] By: jhi                                   on 2000/08/07  16:37:38
71056         Log: Make regular expression parse error messages easier to understand.
71057              
71058              Subject: Re: enhanced(?) regex error messages
71059              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
71060              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
71061              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
71062      Branch: perl
71063            ! regcomp.c
71064 ____________________________________________________________________________
71065 [  6539] By: jhi                                   on 2000/08/07  16:12:27
71066         Log: Make bless(REF, REF) a fatal error, add bless tests.
71067              
71068              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
71069              From: Hugo <hv@crypt.compulink.co.uk>
71070              Date: Mon, 07 Aug 2000 16:59:38 +0100
71071              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
71072      Branch: perl
71073            + t/op/bless.t
71074            ! MANIFEST pod/perldiag.pod pp.c sv.c
71075 ____________________________________________________________________________
71076 [  6538] By: jhi                                   on 2000/08/07  15:59:43
71077         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
71078              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
71079              Date: Thu, 3 Aug 2000 14:29:21 -0700
71080              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
71081      Branch: perl
71082            ! lib/lib_pm.PL
71083 ____________________________________________________________________________
71084 [  6537] By: jhi                                   on 2000/08/07  15:47:18
71085         Log: Retract #6419 for now since it breaks in AFS and MachTen.
71086      Branch: perl
71087            ! lib/Cwd.pm
71088 ____________________________________________________________________________
71089 [  6536] By: jhi                                   on 2000/08/07  15:05:29
71090         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
71091              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
71092              The security hole exists only in suidperls, which isn't
71093              installed or even built by default.
71094      Branch: perl
71095            ! perl.c
71096 ____________________________________________________________________________
71097 [  6535] By: jhi                                   on 2000/08/07  14:45:14
71098         Log: tr memory corruption fix from Simon Cozens.
71099      Branch: perl
71100            ! doop.c
71101 ____________________________________________________________________________
71102 [  6534] By: jhi                                   on 2000/08/06  11:38:16
71103         Log: Document a bit that UDP is not what you might think.
71104              
71105              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
71106              From: Lupe Christoph <lupe@lupe-christoph.de>
71107              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
71108              Date: Mon, 24 Jul 2000 08:59:15 +0200
71109      Branch: perl
71110            ! pod/perlipc.pod
71111 ____________________________________________________________________________
71112 [  6533] By: jhi                                   on 2000/08/06  11:35:01
71113         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
71114              From: Jeff Pinyan <jeffp@hut.crusoe.net>
71115              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
71116              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
71117      Branch: perl
71118            ! pod/perlfunc.pod
71119 ____________________________________________________________________________
71120 [  6532] By: jhi                                   on 2000/08/06  03:45:41
71121         Log: Have symbols for the IoTYPEs.
71122      Branch: perl
71123            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
71124 ____________________________________________________________________________
71125 [  6531] By: jhi                                   on 2000/08/06  01:33:55
71126         Log: Continue fixing the io warnings.  This also
71127              sort of fixes bug ID 20000802.003: the core dump
71128              is no more.  Whether the current behaviour is correct
71129              (giving a warning: "Not a format reference"), is another matter.
71130      Branch: perl
71131            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
71132            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
71133 ____________________________________________________________________________
71134 [  6530] By: jhi                                   on 2000/08/05  21:33:12
71135         Log: Change the Policy policy: now -Dprefix= with an existing
71136              Policy.sh and prefix == siteprefix == vendorprefix, then all
71137              of them follow along the new prefix.
71138              
71139              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
71140              From: Andy Dougherty <doughera@lafayette.edu>
71141              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
71142              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
71143      Branch: perl
71144            ! Policy_sh.SH
71145 ____________________________________________________________________________
71146 [  6529] By: jhi                                   on 2000/08/05  18:57:28
71147         Log: Zap lib/Sys directory when cleaning up.
71148      Branch: perl
71149            ! Makefile.SH
71150 ____________________________________________________________________________
71151 [  6528] By: jhi                                   on 2000/08/05  18:40:44
71152         Log: Essential prototype changes were missing from #6527.
71153              Also make report_evil_fh() more bomb-proof.
71154      Branch: perl
71155            ! embed.h util.c
71156 ____________________________________________________________________________
71157 [  6527] By: jhi                                   on 2000/08/05  03:22:05
71158         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
71159              From: "Ronald F. Guilmette" <rfg@monkeys.com>
71160              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
71161              Message-Id: <200007242247.PAA52177@monkeys.com>
71162      Branch: perl
71163            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
71164 ____________________________________________________________________________
71165 [  6526] By: jhi                                   on 2000/08/04  21:23:27
71166         Log: gcc versions might have (parentheses) in them.
71167      Branch: metaconfig/U/perl
71168            ! gccvers.U
71169      Branch: perl
71170            ! Configure config_h.SH
71171 ____________________________________________________________________________
71172 [  6525] By: jhi                                   on 2000/08/04  20:23:12
71173         Log: Weed buglets pointed out by
71174              
71175              From: Lupe Christoph <lupe@lupe-christoph.de>
71176              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
71177              Date: Fri, 4 Aug 2000 17:34:39 +0200
71178              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
71179      Branch: metaconfig/U/perl
71180            ! gccvers.U uselfs.U
71181      Branch: perl
71182            ! Configure config_h.SH
71183 ____________________________________________________________________________
71184 [  6524] By: jhi                                   on 2000/08/04  19:02:08
71185         Log: Warn under -w if lstat(FH) is attempted.
71186              
71187              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
71188              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
71189              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
71190              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
71191      Branch: perl
71192            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
71193            ! t/pragma/warn/pp_sys
71194 ____________________________________________________________________________
71195 [  6523] By: jhi                                   on 2000/08/04  12:31:11
71196         Log: Subject: New perlcc, take 2
71197              From: simon@brecon.co.uk (Simon Cozens)
71198              Date: 4 Aug 2000 06:21:04 GMT
71199              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
71200      Branch: perl
71201            ! utils/perlcc.PL
71202 ____________________________________________________________________________
71203 [  6522] By: jhi                                   on 2000/08/04  12:26:33
71204         Log: Subject: Re: Array vs. List context
71205              From: Daniel Chetlin <daniel@chetlin.com>
71206              Date: Fri, 4 Aug 2000 00:22:44 -0700
71207              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
71208      Branch: perl
71209            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
71210            ! pod/perlfaq4.pod
71211 ____________________________________________________________________________
71212 [  6521] By: jhi                                   on 2000/08/04  12:22:38
71213         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
71214              From: Raymund Will <ray@caldera.de>
71215              Date: Fri, 4 Aug 2000 12:07:09 +0200
71216              Message-Id: <20000804120709.A14982@caldera.de>
71217      Branch: perl
71218            ! configure.gnu
71219 ____________________________________________________________________________
71220 [  6520] By: jhi                                   on 2000/08/04  04:09:06
71221         Log: After the #6519 a warning about stat() is just that,
71222              not about a filetest, which now have their own warning.
71223      Branch: perl
71224            ! pod/perldiag.pod
71225 ____________________________________________________________________________
71226 [  6519] By: jhi                                   on 2000/08/04  04:06:30
71227         Log: In the warnings call filehandles consistently so;
71228              add "unopened" warning for stat().
71229      Branch: perl
71230            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
71231            ! t/pragma/warn/pp_sys
71232 ____________________________________________________________________________
71233 [  6518] By: jhi                                   on 2000/08/04  02:55:35
71234         Log: Subject: Minor tweak to perlvar.pod
71235              From: "Stephen P. Potter" <spp@ds.net>
71236              Date: Tue, 18 Apr 2000 09:26:03 -0400
71237              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
71238      Branch: perl
71239            ! pod/perlvar.pod
71240 ____________________________________________________________________________
71241 [  6517] By: jhi                                   on 2000/08/04  02:50:08
71242         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
71243              From: "Clinton Pierce" <cpierce1@ford.com>
71244              Date: Wed, 21 Jul 1999 16:45:31 -0400
71245              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
71246              
71247              Fix by Stephen Potter (visible in the bug db but not in p5p?)
71248      Branch: perl
71249            ! pod/perlfunc.pod pod/perlop.pod
71250 ____________________________________________________________________________
71251 [  6516] By: jhi                                   on 2000/08/04  02:09:25
71252         Log: This is 6512.  Really.
71253      Branch: perl
71254            ! dump.c
71255 ____________________________________________________________________________
71256 [  6515] By: jhi                                   on 2000/08/04  01:25:50
71257         Log: mention the idea of @( and @)
71258      Branch: perl
71259            ! Todo-5.6
71260 ____________________________________________________________________________
71261 [  6514] By: bailey                                on 2000/08/04  01:18:46
71262         Log: YA resync with mainstem, including VMS patches from others
71263      Branch: vmsperl
71264           +> (branch 48 files)
71265            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
71266           !> (integrate 354 files)
71267 ____________________________________________________________________________
71268 [  6513] By: jhi                                   on 2000/08/04  01:18:18
71269         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
71270              From: Mark Dickinson <dickins3@fas.harvard.edu>
71271              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
71272              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
71273      Branch: perl
71274            ! t/op/grent.t t/op/pwent.t
71275 ____________________________________________________________________________
71276 [  6512] By: jhi                                   on 2000/08/04  01:14:06
71277         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
71278              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71279              Date: Wed, 02 Aug 2000 10:51:01 +0100
71280              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
71281      Branch: perl
71282            ! sv.c
71283 ____________________________________________________________________________
71284 [  6511] By: jhi                                   on 2000/08/04  00:57:00
71285         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
71286              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71287              Date: Thu, 03 Aug 2000 17:20:04 -0700
71288              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
71289      Branch: metaconfig
71290            ! U/modified/Cppsym.U
71291      Branch: perl
71292            ! Configure config_h.SH
71293 ____________________________________________________________________________
71294 [  6510] By: jhi                                   on 2000/08/04  00:25:28
71295         Log: detypo
71296      Branch: perl
71297            ! Makefile.SH
71298 ____________________________________________________________________________
71299 [  6509] By: jhi                                   on 2000/08/03  23:43:18
71300         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
71301              From: Dominic Dunlop <domo@computer.org>
71302              Date: Thu, 3 Aug 2000 22:16:46 +0200
71303              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
71304      Branch: perl
71305            ! t/op/sprintf.t
71306 ____________________________________________________________________________
71307 [  6508] By: jhi                                   on 2000/08/03  23:40:37
71308         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
71309              From: Hugo <hv@crypt.compulink.co.uk>
71310              Date: Thu, 03 Aug 2000 18:25:30 +0100
71311              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
71312      Branch: perl
71313            ! regcomp.c t/op/re_tests
71314 ____________________________________________________________________________
71315 [  6507] By: jhi                                   on 2000/08/03  23:38:28
71316         Log: Subject: [PATCH] sv.h documentation - SvLEN
71317              From: Mike Guy <mjtg@cam.ac.uk>
71318              Date: Thu, 03 Aug 2000 14:43:09 +0100
71319              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
71320      Branch: perl
71321            ! sv.h
71322 ____________________________________________________________________________
71323 [  6506] By: jhi                                   on 2000/08/03  15:49:14
71324         Log: Disable the fix_pl hack for now.
71325      Branch: perl
71326            ! Makefile.SH
71327 ____________________________________________________________________________
71328 [  6505] By: jhi                                   on 2000/08/03  13:49:04
71329         Log: Add a URL for FSF.
71330              
71331              Subject: Patch for README
71332              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
71333              Date: Wed, 2 Aug 2000 13:25:09 -0500
71334              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
71335      Branch: perl
71336            ! README
71337 ____________________________________________________________________________
71338 [  6504] By: jhi                                   on 2000/08/03  13:29:19
71339         Log: Be more informative on what is skipped and why,
71340              also repeat the list at the end.
71341      Branch: perl
71342            ! Porting/p4desc
71343 ____________________________________________________________________________
71344 [  6503] By: jhi                                   on 2000/08/03  13:07:05
71345         Log: Circumvent the removal of .patch by fix_pl.
71346              
71347              Subject: Re: [ID 20000802.011] unable to 'make test'          
71348              From: simon@brecon.co.uk (Simon Cozens) 
71349              Date: 3 Aug 2000 04:17:00 GMT
71350              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
71351      Branch: perl
71352            ! Makefile.SH
71353 ____________________________________________________________________________
71354 [  6502] By: jhi                                   on 2000/08/03  00:14:34
71355         Log: Add the missing setproctitle unit.
71356      Branch: metaconfig/U/perl
71357            + d_setproctitle.U
71358 ____________________________________________________________________________
71359 [  6501] By: jhi                                   on 2000/08/03  00:00:26
71360         Log: The subtest 4 may fail also on VOBS, as pointed out
71361              by Nick Ing-Simmons in November 1999, bug id 19991124.003
71362              (but the failure in that bug report isn't the subtest 4).
71363      Branch: perl
71364            ! t/op/stat.t
71365 ____________________________________________________________________________
71366 [  6500] By: jhi                                   on 2000/08/02  23:49:30
71367         Log: Better skip message for the test; one of the two problems in
71368              
71369              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
71370              From: Lupe Christoph <lupe@lupe-christoph.de>
71371              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
71372              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
71373      Branch: perl
71374            ! t/op/numconvert.t
71375 ____________________________________________________________________________
71376 [  6499] By: jhi                                   on 2000/08/02  22:49:16
71377         Log: Allow "no Module;" even if there is no 'unimport'.
71378              
71379              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
71380              From: mjd@plover.com
71381              Date: 24 Mar 2000 15:24:34 -0000
71382              Message-Id: <20000324152434.15160.qmail@plover.com>
71383      Branch: perl
71384            ! gv.c
71385 ____________________________________________________________________________
71386 [  6498] By: jhi                                   on 2000/08/02  22:42:58
71387         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
71388              that are hopefully soon put into use.
71389      Branch: perl
71390            ! opcode.h opcode.pl opnames.h
71391 ____________________________________________________________________________
71392 [  6497] By: gsar                                  on 2000/08/02  22:28:59
71393         Log: require.t needs binmode() to work on windows
71394      Branch: perl
71395            ! t/comp/require.t
71396 ____________________________________________________________________________
71397 [  6496] By: jhi                                   on 2000/08/02  22:08:51
71398         Log: Document the IVdf UVuf UVof UVxf.
71399      Branch: perl
71400            ! pod/perlguts.pod
71401 ____________________________________________________________________________
71402 [  6495] By: jhi                                   on 2000/08/02  21:54:26
71403         Log: detypo #6494
71404      Branch: perl
71405            ! ext/Data/Dumper/Dumper.xs
71406 ____________________________________________________________________________
71407 [  6494] By: jhi                                   on 2000/08/02  21:49:17
71408         Log: Dump UVs as UVs in Data::Dumper.
71409              
71410              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
71411              From: Gurusamy Sarathy <gsar@ActiveState.com>
71412              Date: Thu, 27 Apr 2000 12:26:25 -0700
71413              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
71414      Branch: perl
71415            ! ext/Data/Dumper/Dumper.xs
71416 ____________________________________________________________________________
71417 [  6493] By: jhi                                   on 2000/08/02  17:01:58
71418         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
71419              From: Hugo <hv@crypt.compulink.co.uk>
71420              Date: Wed, 02 Aug 2000 14:53:56 +0100
71421              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
71422      Branch: perl
71423            ! regexec.c t/op/re_tests
71424 ____________________________________________________________________________
71425 [  6492] By: jhi                                   on 2000/08/02  15:02:46
71426         Log: The new setproctitle() feature is available only in 
71427              bleeding edge FreeBSD.  From Paul Saab.
71428      Branch: perl
71429            ! mg.c
71430 ____________________________________________________________________________
71431 [  6491] By: jhi                                   on 2000/08/02  13:34:36
71432         Log: The tr utf8 patching continues.
71433              
71434              Subject: Re: #6469, too many tests claimed in require.t
71435              From: simon@brecon.co.uk (Simon Cozens)
71436              Date: 2 Aug 2000 02:37:17 GMT
71437              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
71438              
71439              (the logic of the test was the wrong way round in the patch)
71440      Branch: perl
71441            ! doop.c
71442 ____________________________________________________________________________
71443 [  6490] By: jhi                                   on 2000/08/02  13:27:38
71444         Log: The name of a filehandle does not have <these>.
71445      Branch: perl
71446            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
71447            ! t/pragma/warn/pp_sys util.c
71448 ____________________________________________________________________________
71449 [  6489] By: jhi                                   on 2000/08/02  04:26:46
71450         Log: Remove the extraneous "main::" prefix from all the
71451              "opened only for", "on closed", and "never opened" warnings.
71452              
71453              Subject: Re: inappropriate warning
71454              From: Gurusamy Sarathy <gsar@ActiveState.com>
71455              Date: Mon, 20 Mar 2000 11:28:02 -0800
71456              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
71457      Branch: perl
71458            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
71459            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
71460            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
71461 ____________________________________________________________________________
71462 [  6488] By: jhi                                   on 2000/08/02  03:02:57
71463         Log: memcpy has n o in it, as pinted ut by Sarathy.
71464      Branch: perl
71465            ! pod/perlguts.pod
71466 ____________________________________________________________________________
71467 [  6487] By: jhi                                   on 2000/08/02  02:44:51
71468         Log: Document in one place the memory abstractions used in Perl core.
71469              
71470              Subject: Re: Memory abstraction
71471              From: simon@brecon.co.uk (Simon Cozens)
71472              Date: 2 Aug 2000 02:20:23 GMT
71473              Organization: Earth.li Origins
71474      Branch: perl
71475            ! pod/perlguts.pod
71476 ____________________________________________________________________________
71477 [  6486] By: jhi                                   on 2000/08/02  02:41:57
71478         Log: regen_headers, regen perltoc.
71479      Branch: perl
71480            ! perlapi.c pod/perltoc.pod
71481 ____________________________________________________________________________
71482 [  6485] By: jhi                                   on 2000/08/02  01:43:33
71483         Log: "This little thing tests for a file .patch, and if it contains
71484              a number, pops into patchlevel.h" (making it easier to track
71485              which development version people are reporting bugs against)
71486              
71487              Subject: Patchlevel autogeneration for repository perls
71488              From: simon@brecon.co.uk (Simon Cozens)
71489              Date: 14 Jul 2000 07:12:15 GMT
71490              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
71491      Branch: perl
71492            + fix_pl
71493            ! MANIFEST Makefile.SH
71494 ____________________________________________________________________________
71495 [  6484] By: jhi                                   on 2000/08/02  01:32:54
71496         Log: FreeBSD 3.* updates from
71497              
71498              From: Paul Saab <ps@yahoo-inc.com>
71499              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
71500              Date: Tue, 1 Aug 2000 15:41:39 -0700
71501              Message-Id: <20000801154139.A53740@yahoo-inc.com>
71502      Branch: perl
71503            ! hints/freebsd.sh
71504 ____________________________________________________________________________
71505 [  6483] By: jhi                                   on 2000/08/02  01:27:44
71506         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
71507              instead one must use setproctitle().  This was already addressed
71508              by change #6457, but the below has a new variant for FreeBSD 4.0
71509              or later, and the matter is also documented more.
71510              
71511              From: Paul Saab <ps@yahoo-inc.com>
71512              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
71513              Date: Tue, 1 Aug 2000 15:41:39 -0700
71514              Message-Id: <20000801154139.A53740@yahoo-inc.com>
71515      Branch: metaconfig/U/perl
71516            + i_libutil.U
71517      Branch: perl
71518            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
71519 ____________________________________________________________________________
71520 [  6482] By: jhi                                   on 2000/08/01  22:17:32
71521         Log: The test from this
71522              
71523              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
71524              Date: Sat, 15 Apr 2000 17:03:44 +0100
71525              From: Tom Hughes <tom@compton.nu>
71526              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
71527              
71528              was missing, the code change went in as #5989
71529              (which had a different test?)
71530      Branch: perl
71531            ! t/op/misc.t
71532 ____________________________________________________________________________
71533 [  6481] By: jhi                                   on 2000/08/01  21:48:38
71534         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
71535              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
71536              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
71537              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
71538      Branch: perl
71539            ! perl.h
71540 ____________________________________________________________________________
71541 [  6480] By: jhi                                   on 2000/08/01  18:05:28
71542         Log: Make p4desc to skip non-mainperl branches by default.
71543      Branch: perl
71544            ! Porting/p4desc
71545 ____________________________________________________________________________
71546 [  6479] By: jhi                                   on 2000/08/01  17:29:19
71547         Log: If gccosandvers is equal to osname, clear gccosandvers.
71548      Branch: metaconfig/U/perl
71549            ! gccvers.U
71550      Branch: perl
71551            ! Configure config_h.SH
71552 ____________________________________________________________________________
71553 [  6478] By: jhi                                   on 2000/08/01  15:54:08
71554         Log: BOM patching from Simon Cozens.
71555      Branch: perl
71556            ! toke.c
71557 ____________________________________________________________________________
71558 [  6477] By: jhi                                   on 2000/08/01  04:50:33
71559         Log: Stash away the largefiles flags and libswanted.
71560      Branch: perl
71561            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
71562 ____________________________________________________________________________
71563 [  6476] By: gsar                                  on 2000/08/01  04:24:24
71564         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
71565              on Windows)
71566      Branch: perl
71567            ! t/pragma/utf8.t utf8.c win32/win32.c
71568 ____________________________________________________________________________
71569 [  6475] By: jhi                                   on 2000/08/01  03:35:24
71570         Log: Make chr() for values >127 to create utf8 when under utf8.
71571              
71572              Subject: Re: uft8/chr()
71573              From: simon@brecon.co.uk (Simon Cozens)
71574              Date: 1 Aug 2000 02:37:02 GMT
71575              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
71576      Branch: perl
71577            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
71578 ____________________________________________________________________________
71579 [  6474] By: jhi                                   on 2000/08/01  02:36:18
71580         Log: In Digital UNIX warn if gcc explicitly chosen because even
71581              2.95.2 is known to cause problems.
71582      Branch: perl
71583            ! hints/dec_osf.sh
71584 ____________________________________________________________________________
71585 [  6473] By: jhi                                   on 2000/08/01  02:00:56
71586         Log: Make the safety catch for buggy gccs work with triple version
71587              numbers like 2.95.2.  Reported in
71588              
71589              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
71590              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
71591              Date: Mon, 31 Jul 2000 14:55:06 +0200
71592              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
71593      Branch: perl
71594            ! hints/dec_osf.sh
71595 ____________________________________________________________________________
71596 [  6472] By: jhi                                   on 2000/08/01  01:13:33
71597         Log: Subject: fix and question re: waitpid() under win32
71598              From: Brian Clarke <clarke@appliedmeta.com>
71599              Date: Fri, 28 Jul 2000 15:18:29 -0400
71600              Message-ID: <3981DC85.290314EB@appliedmeta.com>
71601              
71602              Slightly reformatted and WNOHANG # define moved to win32.h
71603              so that also POSIX.xs sees it, as suggsted by Sarathy.
71604      Branch: perl
71605            ! win32/win32.c win32/win32.h
71606 ____________________________________________________________________________
71607 [  6471] By: jhi                                   on 2000/08/01  00:55:05
71608         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
71609              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71610              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
71611              Date: Mon, 31 Jul 2000 13:28:51 +0100
71612              
71613              (aka ID 20000730.002)
71614      Branch: perl
71615            ! op.c t/op/tr.t
71616 ____________________________________________________________________________
71617 [  6470] By: jhi                                   on 2000/07/31  23:34:42
71618         Log: Document the problem with -P in HP-UX and its workaround.
71619              
71620              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
71621              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
71622              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
71623              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
71624      Branch: perl
71625            ! README.hpux
71626 ____________________________________________________________________________
71627 [  6469] By: jhi                                   on 2000/07/31  04:15:02
71628         Log: The swallow_bom() saga continues.  The #23 of require.t
71629              (UTF16-LE) still fails (silently, no output) but the #22
71630              (UTF16-BE) seems to be working now.  The root of the
71631              failure may be in sv_gets(): is it UTF-16LE-aware,
71632              especially when it comes to line endings? 
71633      Branch: perl
71634            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
71635            ! t/comp/require.t toke.c utf8.c
71636 ____________________________________________________________________________
71637 [  6468] By: jhi                                   on 2000/07/30  19:05:48
71638         Log: Find green threads before native threads.
71639              
71640              Subject: Re: Patch to jpl/JNI/Makefile.PL
71641              From: Jens Thomsen <jens@fiend.cis.com>
71642              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
71643              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
71644      Branch: perl
71645            ! jpl/JNI/Makefile.PL
71646 ____________________________________________________________________________
71647 [  6467] By: jhi                                   on 2000/07/30  18:36:22
71648         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
71649      Branch: perl
71650            ! doop.c
71651 ____________________________________________________________________________
71652 [  6466] By: jhi                                   on 2000/07/30  04:37:29
71653         Log: A new version of the "remove UPPERACSE string comparison"
71654              operators.  The problem with the previous one (change #6454)
71655              was that it was for Perl 5.6.0.  From Paul Marquess.
71656      Branch: perl
71657            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
71658            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
71659            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
71660 ____________________________________________________________________________
71661 [  6465] By: jhi                                   on 2000/07/29  22:39:56
71662         Log: Do not upgrade SVs into utf8 just because they participate
71663              in eq or cmp.  Reported and fix suggested in
71664              
71665              Subject: [ID 20000720.009] sv_eq UTF8 bug
71666              From: "Simon Cozens" <simon@othersideofthe.earth.li>
71667              Date: 21 Jul 2000 04:37:29 -0000
71668              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
71669              
71670              Exercise for the kind reader: should we or should we not
71671              cache the utf8 conversion alongside the SV? (as magic,
71672              as the strxfrm()ed version is cached under use locale)
71673              Argue both for and against.
71674      Branch: perl
71675            ! sv.c
71676 ____________________________________________________________________________
71677 [  6464] By: jhi                                   on 2000/07/29  22:36:22
71678         Log: Subject: UTF8 concat
71679              From: simon@brecon.co.uk (Simon Cozens) 
71680              Date: 30 Jun 2000 06:13:25 GMT
71681              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
71682              
71683              (with a memory leak fixed, plus a few casts added)
71684              
71685              This also seems to help for
71686              
71687              Subject: [ID 20000716.015] join UTF8 weirdness
71688              From: root <root@ak-71.mind.de> 
71689              Date: Sat, 15 Jul 2000 15:29:54 +0200
71690              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
71691              
71692              (from Andreas König)
71693      Branch: perl
71694            ! pp_hot.c
71695 ____________________________________________________________________________
71696 [  6463] By: jhi                                   on 2000/07/29  00:55:39
71697         Log: Tune the comments and hopefully stop a memory leak.
71698      Branch: perl
71699            ! toke.c utf8.c
71700 ____________________________________________________________________________
71701 [  6462] By: jhi                                   on 2000/07/29  00:16:53
71702         Log: The problem described in this
71703              
71704              Subject: [ID 20000322.018] named chars aren't magical enough
71705              From: root <root@dixie.cscaper.com>     
71706              Date: Wed, 22 Mar 2000 18:37:42 -0700
71707              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
71708              
71709              has been fixed in perl 5.6.0 but just in case added a test
71710              to keep it away.  (The report from Joseph Hall.)
71711      Branch: perl
71712            ! t/lib/charnames.t
71713 ____________________________________________________________________________
71714 [  6461] By: jhi                                   on 2000/07/28  23:56:36
71715         Log: Tiny fixes for #6460.
71716      Branch: metaconfig/U/perl
71717            ! gccvers.U
71718      Branch: perl
71719            ! Configure config_h.SH
71720 ____________________________________________________________________________
71721 [  6460] By: jhi                                   on 2000/07/28  23:24:41
71722         Log: Warn if the version of the operating system used to compile gcc
71723              differs from the current version of the operating system.
71724              Also display the gcc compilation os and version in myconfig.
71725              Inspiration from
71726              
71727              Subject: Re: [ID 20000710.003] ERRORS!!         
71728              From: "Kurt D. Starsinic" <kstar@chapin.edu>
71729              Date: Mon, 10 Jul 2000 15:54:16 -0400
71730              Message-ID: <20000710155416.A1384@O2.chapin.edu>
71731      Branch: metaconfig/U/perl
71732            ! gccvers.U
71733      Branch: perl
71734            ! Configure config_h.SH myconfig.SH
71735 ____________________________________________________________________________
71736 [  6459] By: jhi                                   on 2000/07/28  22:00:32
71737         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
71738              letter to $Config{osvers}.
71739      Branch: metaconfig
71740            ! U/modified/Oldconfig.U
71741      Branch: perl
71742            ! Configure config_h.SH
71743 ____________________________________________________________________________
71744 [  6458] By: jhi                                   on 2000/07/28  04:15:39
71745         Log: Back out #6454, doesn't seem to work.
71746              (Reason: that patch was for perl 5.6.0, not perl-current)
71747              (A version of the patch for perl-current came in later as #6466)
71748      Branch: perl
71749            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
71750            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
71751            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
71752 ____________________________________________________________________________
71753 [  6457] By: jhi                                   on 2000/07/27  23:31:49
71754         Log: Use setproctitle() if available to modify $0.
71755              
71756              Subject: setting $* on BSD4 broken
71757              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
71758              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
71759              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
71760      Branch: metaconfig
71761            ! U/modified/Myinit.U
71762      Branch: perl
71763            ! Configure config_h.SH mg.c
71764 ____________________________________________________________________________
71765 [  6456] By: jhi                                   on 2000/07/27  14:50:47
71766         Log: Allow "no AutoLoader;", based on change #6444,
71767              suggested by Graham Barr.
71768      Branch: perl
71769            ! lib/AutoLoader.pm
71770 ____________________________________________________________________________
71771 [  6455] By: jhi                                   on 2000/07/27  14:19:10
71772         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
71773              From: rspier@pobox.com (Robert Spier)
71774              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
71775              Message-ID: <14720.15855.787664.424783@rls.cx>
71776      Branch: perl
71777            ! pod/perldiag.pod
71778 ____________________________________________________________________________
71779 [  6454] By: jhi                                   on 2000/07/27  14:03:02
71780         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
71781              for a long time).
71782              
71783              Reported in
71784              
71785              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
71786              From: Ryan Herbert <rherbert@sycamorehq.com>
71787              Date: Mon, 17 Jul 2000 11:40:42 -0400
71788              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
71789              
71790              Patched in
71791              
71792              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
71793              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
71794              Date: Wed, 26 Jul 2000 23:40:18 +0100
71795              Message-ID: <000001bff752$79511880$0a17073e@tiny>
71796              
71797              based on an earlier patch from Stephen P. Potter.
71798              
71799              (Removed later by change #6458 because this patch was for
71800              perl 5.6.0, not perl-current)
71801      Branch: perl
71802            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
71803            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
71804            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
71805 ____________________________________________________________________________
71806 [  6453] By: jhi                                   on 2000/07/27  13:48:02
71807         Log: Subject: [PATCH] fixes bug 20000508.004
71808              From: Michael Stevens <mstevens@globnix.org>
71809              Date: Thu, 27 Jul 2000 13:49:04 +0100
71810              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
71811      Branch: perl
71812            ! pod/perldata.pod
71813 ____________________________________________________________________________
71814 [  6452] By: jhi                                   on 2000/07/26  23:51:26
71815         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
71816              and Craig A. Berry.
71817      Branch: perl
71818            ! lib/File/Temp.pm pod/perlport.pod
71819 ____________________________________________________________________________
71820 [  6451] By: jhi                                   on 2000/07/26  19:43:30
71821         Log: Be wary of close()s, too.
71822              
71823              Subject: Re: [PATCH] perlbug cleanup
71824              From: Tim Jenness <t.jenness@jach.hawaii.edu>
71825              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
71826              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
71827      Branch: perl
71828            ! utils/perlbug.PL
71829 ____________________________________________________________________________
71830 [  6450] By: jhi                                   on 2000/07/26  18:41:40
71831         Log: Subject: Minor doc patch: handy.h
71832              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
71833              Date: Wed, 26 Jul 2000 15:34:25 -0300
71834              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
71835      Branch: perl
71836            ! handy.h pod/perlapi.pod
71837 ____________________________________________________________________________
71838 [  6449] By: jhi                                   on 2000/07/26  18:23:55
71839         Log: Subject: [PATCH] minor doc change - perlguts
71840              From: Michael Stevens <mstevens@globnix.org>
71841              Date: Thu, 13 Jul 2000 12:39:18 +0100
71842              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
71843      Branch: perl
71844            ! pod/perlguts.pod
71845 ____________________________________________________________________________
71846 [  6448] By: jhi                                   on 2000/07/26  18:20:30
71847         Log: open() wariness in perlbug.
71848              
71849              Subject: [PATCH] perlbug cleanup
71850              From: Michael Stevens <mstevens@globnix.org>
71851              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
71852              Date: Thu, 13 Jul 2000 15:52:23 +0100
71853      Branch: perl
71854            ! utils/perlbug.PL
71855 ____________________________________________________________________________
71856 [  6447] By: jhi                                   on 2000/07/26  18:13:04
71857         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
71858      Branch: perl
71859            ! lib/File/Temp.pm t/lib/ftmp-security.t
71860 ____________________________________________________________________________
71861 [  6446] By: jhi                                   on 2000/07/26  18:06:32
71862         Log: docfix from Peter Scott <Peter@PSDT.com>.
71863      Branch: perl
71864            ! pod/perlfunc.pod
71865 ____________________________________________________________________________
71866 [  6445] By: jhi                                   on 2000/07/26  17:53:31
71867         Log: Fix *foo{FORMAT}.
71868              
71869              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71870              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
71871              Date: Wed, 26 Jul 2000 19:51:02 +0200
71872              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
71873              
71874              From: Graham Barr <gbarr@pobox.com>
71875              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
71876              Date: Wed, 26 Jul 2000 17:38:36 +0100
71877              Message-ID: <20000726173836.L472@pobox.com>
71878      Branch: perl
71879            ! pp.c sv.c t/op/gv.t
71880 ____________________________________________________________________________
71881 [  6444] By: jhi                                   on 2000/07/26  17:49:14
71882         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
71883              from Graham Barr in the module list.
71884      Branch: perl
71885            ! gv.c pod/perlobj.pod
71886 ____________________________________________________________________________
71887 [  6443] By: jhi                                   on 2000/07/26  16:06:56
71888         Log: More split() doc and test patches from Mike Guy.
71889      Branch: perl
71890            ! pod/perlfunc.pod t/op/split.t
71891 ____________________________________________________________________________
71892 [  6442] By: jhi                                   on 2000/07/26  16:05:30
71893         Log: MacOS nits from Matthias Neeracher.
71894      Branch: perl
71895            ! perl.c pp_ctl.c
71896 ____________________________________________________________________________
71897 [  6441] By: jhi                                   on 2000/07/26  04:39:57
71898         Log: Subject: [PATCH] split /^/
71899              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71900              Date: Tue, 25 Jul 2000 14:18:57 +0100
71901              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
71902              
71903              (with notes from tchrist and gbarr)
71904      Branch: perl
71905            ! pod/perlfunc.pod t/op/split.t
71906 ____________________________________________________________________________
71907 [  6440] By: jhi                                   on 2000/07/26  04:32:32
71908         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
71909              From: Peter Prymmer <pvhp@forte.com>
71910              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
71911              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
71912      Branch: perl
71913            ! vms/munchconfig.c
71914 ____________________________________________________________________________
71915 [  6439] By: jhi                                   on 2000/07/26  04:31:01
71916         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
71917              to be fatal errors (instead of by default ignoring them, and
71918              ignoring with a bug: even though -w gave an error, the opening [
71919              was left in)  Reported in:
71920              
71921              Subject: [ID 20000716.024] [=cc=] / [:blank:]
71922              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
71923              Date: Sun, 16 Jul 2000 17:55:29 -0700
71924              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
71925      Branch: perl
71926            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
71927 ____________________________________________________________________________
71928 [  6438] By: jhi                                   on 2000/07/25  15:41:15
71929         Log: Subject: [PATCH] av.c apidoc
71930              From: simon@brecon.co.uk (Simon Cozens)
71931              Date: 24 Jul 2000 06:40:52 GMT
71932              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
71933      Branch: perl
71934            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
71935            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
71936 ____________________________________________________________________________
71937 [  6437] By: jhi                                   on 2000/07/25  14:05:36
71938         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
71939              From: "Stephen P. Potter" <spp@ds.net>
71940              Date: Mon, 24 Jul 2000 14:22:23 -0400
71941              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
71942      Branch: perl
71943            ! pod/perllocale.pod
71944 ____________________________________________________________________________
71945 [  6436] By: jhi                                   on 2000/07/25  14:02:03
71946         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
71947              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71948              Date: Mon, 24 Jul 2000 18:04:28 +0100
71949              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
71950      Branch: perl
71951            ! t/lib/syslfs.t t/op/lfs.t
71952 ____________________________________________________________________________
71953 [  6435] By: jhi                                   on 2000/07/25  13:59:28
71954         Log: Get UTF16 BOMs working.  Patch from
71955              
71956              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
71957              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71958              Date: Tue, 25 Jul 2000 12:52:45 +0100
71959              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
71960              
71961              and notes from
71962              
71963              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
71964              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71965              Date: Tue, 25 Jul 2000 11:43:25 +0100
71966              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
71967      Branch: perl
71968            ! t/comp/require.t toke.c utf8.c
71969 ____________________________________________________________________________
71970 [  6434] By: jhi                                   on 2000/07/25  02:39:54
71971         Log: Make the "uninit variable" warning to say "concat or string"
71972              or "join or string" when in concat or join .
71973              
71974              Subject: Re: [ID 20000403.009] uninitialised concatenation???
71975              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71976              Date: Tue, 04 Apr 2000 18:22:58 +0100
71977              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
71978              
71979              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
71980              From: William R Ward <hermit@BayView.COM>
71981              Date: Thu, 30 Mar 2000 19:50:03 -0800
71982              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
71983      Branch: perl
71984            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
71985            ! t/pragma/warn/op t/pragma/warn/sv
71986 ____________________________________________________________________________
71987 [  6433] By: jhi                                   on 2000/07/24  17:52:56
71988         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
71989      Branch: perl
71990            ! lib/File/Spec/VMS.pm
71991 ____________________________________________________________________________
71992 [  6432] By: jhi                                   on 2000/07/24  17:44:44
71993         Log: Test cases for #6431.
71994              
71995              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
71996              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71997              Date: Mon, 24 Jul 2000 15:32:29 +0100
71998              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
71999      Branch: perl
72000            ! t/op/pat.t t/op/split.t
72001 ____________________________________________________________________________
72002 [  6431] By: jhi                                   on 2000/07/24  17:43:17
72003         Log: Bind op fix.
72004              
72005              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
72006              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72007              Date: Mon, 17 Jul 2000 20:04:56 +0100
72008              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
72009      Branch: perl
72010            ! op.c
72011 ____________________________________________________________________________
72012 [  6430] By: jhi                                   on 2000/07/24  03:42:42
72013         Log: Subject: [ID 20000716.023] syslog test fails without sockets
72014              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72015              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
72016              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
72017      Branch: metaconfig/U/perl
72018            ! Extensions.U
72019      Branch: perl
72020            ! Configure config_h.SH
72021 ____________________________________________________________________________
72022 [  6429] By: jhi                                   on 2000/07/24  03:11:52
72023         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
72024              case, but add also notes explaining the relationship of this
72025              patch and the earlier notes by Sarathy.
72026              
72027              Subject: Map is still slow
72028              From: "Ben Tilly" <ben_tilly@hotmail.com>
72029              Date: Sat, 15 Jul 2000 17:23:27 EDT
72030              Message-ID: <20000715212327.21656.qmail@hotmail.com>
72031      Branch: perl
72032            ! pp_ctl.c
72033 ____________________________________________________________________________
72034 [  6428] By: jhi                                   on 2000/07/24  02:58:52
72035         Log: Documentation to explain the behaviour of map().
72036              
72037              Subject: Re: Map is still slow 
72038              From: Gurusamy Sarathy <gsar@ActiveState.com>
72039              Date: Sat, 15 Jul 2000 16:05:09 -0700
72040              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
72041      Branch: perl
72042            ! pp_ctl.c
72043 ____________________________________________________________________________
72044 [  6427] By: jhi                                   on 2000/07/24  02:50:03
72045         Log: Add tests for
72046              [ID 19991110.003] another matching finding by pcre author
72047              which has already been fixed by some patch, as verified in
72048              
72049              Subject: Re: two regex bugs from the mists of time (well, last November)
72050              From: Hugo <hv@crypt.compulink.co.uk>
72051              Date: Sat, 22 Jul 2000 18:12:58 +0100
72052              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
72053      Branch: perl
72054            ! t/op/re_tests
72055 ____________________________________________________________________________
72056 [  6426] By: jhi                                   on 2000/07/24  02:11:20
72057         Log: A missing 'break' after the [[:space:]] switch case.
72058              
72059              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
72060              From: "Stephen P. Potter" <spp@ds.net>
72061              Date: Tue, 18 Jul 2000 16:25:17 -0400
72062              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
72063      Branch: perl
72064            ! regcomp.c
72065 ____________________________________________________________________________
72066 [  6425] By: jhi                                   on 2000/07/24  02:06:12
72067         Log: The output might have been produced in the wrong order.
72068              
72069              Subject: [ID 20000720.003] [PATCH] t/op/write.t
72070              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72071              Date: Thu, 20 Jul 2000 18:49:18 +0100
72072              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
72073      Branch: perl
72074            ! t/op/write.t
72075 ____________________________________________________________________________
72076 [  6424] By: jhi                                   on 2000/07/24  02:00:07
72077         Log: Use STDOUT consistently.
72078              
72079              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
72080              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72081              Date: Thu, 20 Jul 2000 18:04:01 +0100
72082              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
72083      Branch: perl
72084            ! lib/Test/Harness.pm
72085 ____________________________________________________________________________
72086 [  6423] By: jhi                                   on 2000/07/24  01:54:54
72087         Log: Protect against "wild next"s, that is, callbacks doing "next"
72088              instead of "return".
72089              
72090              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
72091              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72092              Date: Tue, 18 Jul 2000 11:30:16 +0100
72093              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
72094      Branch: perl
72095            ! lib/File/Find.pm
72096 ____________________________________________________________________________
72097 [  6422] By: jhi                                   on 2000/07/24  01:35:47
72098         Log: Out-of-date note removed.
72099              
72100              Subject: [PATCH] documentation perlipc
72101              From: rspier@pobox.com (Robert Spier)
72102              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
72103              Message-ID: <14711.35178.572612.502654@rls.cx>
72104      Branch: perl
72105            ! pod/perlipc.pod
72106 ____________________________________________________________________________
72107 [  6421] By: jhi                                   on 2000/07/24  00:09:18
72108         Log: Send all installperl messages to STDERR and be -w clean.
72109              
72110              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
72111              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72112              Date: Sat, 22 Jul 2000 14:02:11 +0100
72113              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
72114      Branch: perl
72115            ! installperl
72116 ____________________________________________________________________________
72117 [  6420] By: jhi                                   on 2000/07/24  00:04:19
72118         Log: Decutandpasto.
72119              
72120              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
72121              From: "Richard Soderberg" <rs@crystalflame.net>
72122              Date: Sun, 23 Jul 2000 01:37:23 -0700
72123              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
72124      Branch: perl
72125            ! pod/perlipc.pod
72126 ____________________________________________________________________________
72127 [  6419] By: jhi                                   on 2000/07/24  00:01:12
72128         Log: A cleaner abs_path().
72129              Subject: Re: unix alternative to Cwd.pm
72130              From: Jeff Pinyan <jeffp@crusoe.net>
72131              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
72132              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
72133      Branch: perl
72134            ! lib/Cwd.pm
72135 ____________________________________________________________________________
72136 [  6418] By: jhi                                   on 2000/07/23  23:48:56
72137         Log: Detypo.
72138              
72139              Subject: [PATCH perl-current] Typo in hints/powerux.sh
72140              From: "Richard Soderberg" <rs@crystalflame.net>
72141              Date: Sun, 23 Jul 2000 01:27:33 -0700
72142              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
72143      Branch: perl
72144            ! hints/powerux.sh
72145 ____________________________________________________________________________
72146 [  6417] By: jhi                                   on 2000/07/17  22:13:31
72147         Log: Subject: SDBM_File documentation
72148              From: mjd@plover.com
72149              Date: 16 Jul 2000 17:41:17 -0000
72150              Message-ID: <20000716174117.18515.qmail@plover.com>
72151      Branch: perl
72152            ! ext/SDBM_File/SDBM_File.pm
72153 ____________________________________________________________________________
72154 [  6416] By: jhi                                   on 2000/07/17  19:13:26
72155         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
72156      Branch: perl
72157            ! hints/mpeix.sh mpeix/relink
72158 ____________________________________________________________________________
72159 [  6415] By: jhi                                   on 2000/07/15  14:11:02
72160         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
72161              the utf8 'characters' can be more than one octet).
72162              
72163              Date: Sat, 15 Jul 2000 00:21:56 +0100
72164              From: Tom Hughes <tom@compton.nu>
72165              Subject: Re: [ID 20000714.002]
72166              Message-ID: <db2334de49.tom@compton.compton.nu>
72167              
72168              Reported in
72169              
72170              Subject: [ID 20000714.002]
72171              From: "Simon Cozens" <simon@othersideofthe.earth.li>
72172              Date: 14 Jul 2000 15:13:09 -0000
72173              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
72174      Branch: perl
72175            ! doop.c
72176 ____________________________________________________________________________
72177 [  6414] By: jhi                                   on 2000/07/15  03:13:41
72178         Log: another VMS build tweak from Peter Prymmer
72179      Branch: perl
72180            ! vms/descrip_mms.template
72181 ____________________________________________________________________________
72182 [  6413] By: jhi                                   on 2000/07/15  03:10:40
72183         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
72184      Branch: perl
72185            ! vms/perlvms.pod
72186 ____________________________________________________________________________
72187 [  6412] By: jhi                                   on 2000/07/15  00:31:05
72188         Log: More docs for sv functions.
72189              
72190              Subject: [PATCH cfgperl] sv.c apidoc
72191              From: simon@brecon.co.uk (Simon Cozens)
72192              Date: 13 Jul 2000 09:00:20 GMT
72193              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
72194              
72195              Subject: Re: [PATCH cfgperl] sv.c apidoc
72196              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72197              Date: Thu, 13 Jul 2000 12:27:41 +0100
72198              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
72199              
72200              Subject: Re: [PATCH cfgperl] sv.c apidoc
72201              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72202              Date: Thu, 13 Jul 2000 13:23:09 +0100
72203              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
72204              
72205              Subject: Re: [PATCH cfgperl] sv.c apidoc
72206              From: simon@brecon.co.uk (Simon Cozens)
72207              Date: 14 Jul 2000 06:51:02 GMT
72208              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
72209      Branch: perl
72210            ! embed.pl pod/perlapi.pod sv.c
72211 ____________________________________________________________________________
72212 [  6411] By: jhi                                   on 2000/07/15  00:10:41
72213         Log: lib/b test fixes from Peter Prymmer.
72214      Branch: perl
72215            ! t/lib/b.t
72216 ____________________________________________________________________________
72217 [  6410] By: jhi                                   on 2000/07/15  00:02:09
72218         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
72219              From: Hugo <hv@crypt.compulink.co.uk>
72220              Date: Fri, 14 Jul 2000 23:05:20 +0100
72221              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
72222              
72223              Didn't anymore apply, but that point still could use another fix.
72224      Branch: perl
72225            ! pod/perlfunc.pod
72226 ____________________________________________________________________________
72227 [  6409] By: jhi                                   on 2000/07/14  23:15:15
72228         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
72229              not in pod, from Peter Prymmer
72230      Branch: perl
72231            ! vms/descrip_mms.template
72232 ____________________________________________________________________________
72233 [  6408] By: jhi                                   on 2000/07/14  20:35:05
72234         Log: The bug report
72235              [ID 19991110.002] minimal matching discrepancy found by pcre author
72236              seems to have been fixed (though differently from what was suggested
72237              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
72238      Branch: perl
72239            ! t/op/re_tests
72240 ____________________________________________________________________________
72241 [  6407] By: jhi                                   on 2000/07/14  17:38:08
72242         Log: Fix AutoSplit to use File::Spec the right way in VMS,
72243              from Peter Prymmer.
72244      Branch: perl
72245            ! lib/AutoSplit.pm
72246 ____________________________________________________________________________
72247 [  6406] By: jhi                                   on 2000/07/14  14:13:22
72248         Log: Merge perlhacktut into perlhack, update perlguts.
72249              
72250              Subject: Re: Perlhacktut
72251              From: simon@brecon.co.uk (Simon Cozens)
72252              Date: 14 Jul 2000 06:49:21 GMT
72253              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
72254              
72255              Subject: Re: Perlhacktut
72256              From: simon@brecon.co.uk (Simon Cozens)
72257              Date: 14 Jul 2000 07:09:45 GMT
72258              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
72259      Branch: perl
72260            ! pod/perlguts.pod pod/perlhack.pod
72261 ____________________________________________________________________________
72262 [  6405] By: jhi                                   on 2000/07/14  14:02:31
72263         Log: Integrate with Sarathy.
72264      Branch: cfgperl
72265           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
72266           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
72267           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
72268 ____________________________________________________________________________
72269 [  6404] By: gsar                                  on 2000/07/14  12:15:02
72270         Log: PERL_OBJECT build tweaks
72271      Branch: perl
72272            ! toke.c
72273 ____________________________________________________________________________
72274 [  6403] By: gsar                                  on 2000/07/14  11:23:41
72275         Log: inconsistent types needs casts
72276      Branch: perl
72277            ! toke.c
72278 ____________________________________________________________________________
72279 [  6402] By: gsar                                  on 2000/07/14  11:12:04
72280         Log: typos in change#6399, regen headers
72281      Branch: perl
72282            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
72283 ____________________________________________________________________________
72284 [  6401] By: gsar                                  on 2000/07/14  10:59:12
72285         Log: typecasts needed for change#6394
72286      Branch: perl
72287            ! toke.c
72288 ____________________________________________________________________________
72289 [  6400] By: gsar                                  on 2000/07/14  10:49:37
72290         Log: integrate cfgperl contents into mainline
72291      Branch: perl
72292           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
72293           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
72294 ____________________________________________________________________________
72295 [  6399] By: gsar                                  on 2000/07/14  10:38:35
72296         Log: enable UTF-16 filter by default if relevant BOM is seen; various
72297              cleanups (typos, misformatted code, and small bugs)
72298      Branch: perl
72299            ! doop.c embed.pl mg.c op.c pp.c toke.c
72300 ____________________________________________________________________________
72301 [  6398] By: gsar                                  on 2000/07/14  08:55:38
72302         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
72303              name suggests anyway)
72304      Branch: perl
72305            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
72306 ____________________________________________________________________________
72307 [  6397] By: gsar                                  on 2000/07/14  08:44:33
72308         Log: move new variables to the end of the interpreter structure (for
72309              bincompat in code that doesn't #include XSUB.h)
72310      Branch: perl
72311            ! intrpvar.h
72312 ____________________________________________________________________________
72313 [  6396] By: gsar                                  on 2000/07/14  08:13:58
72314         Log: MakeMaker should not remove editor backups (*~) on `make clean`
72315              by default (completes change#6383)
72316      Branch: perl
72317            ! lib/ExtUtils/MM_Unix.pm
72318 ____________________________________________________________________________
72319 [  6395] By: jhi                                   on 2000/07/14  05:20:33
72320         Log: Replace change #6337 with a better one.
72321              
72322              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
72323              From: Hugo <hv@crypt.compulink.co.uk>
72324              Date: Fri, 14 Jul 2000 04:16:20 +0100
72325              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
72326      Branch: cfgperl
72327            ! regexec.c t/op/re_tests
72328 ____________________________________________________________________________
72329 [  6394] By: jhi                                   on 2000/07/14  01:33:59
72330         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
72331      Branch: cfgperl
72332            ! embed.pl global.sym proto.h toke.c
72333 ____________________________________________________________________________
72334 [  6393] By: jhi                                   on 2000/07/13  23:41:23
72335         Log: remove discarded test
72336      Branch: cfgperl
72337            ! MANIFEST
72338 ____________________________________________________________________________
72339 [  6392] By: jhi                                   on 2000/07/13  23:32:25
72340         Log: The {multiplier} of a fixed substring was overlooked which
72341              caused a wrong initial search offset for that substring.
72342              
72343              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
72344              From: Hugo <hv@crypt.compulink.co.uk>
72345              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
72346              Date: Thu, 13 Jul 2000 19:27:13 +0100
72347      Branch: cfgperl
72348            ! regcomp.c t/op/re_tests
72349 ____________________________________________________________________________
72350 [  6391] By: jhi                                   on 2000/07/13  16:37:42
72351         Log: typo fix from Craig Berry
72352      Branch: cfgperl
72353            ! vms/subconfigure.com
72354 ____________________________________________________________________________
72355 [  6390] By: jhi                                   on 2000/07/13  13:20:12
72356         Log: Integrate with Sarathy.
72357      Branch: cfgperl
72358            - t/op/method2entersub.t
72359           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
72360           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
72361           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
72362           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
72363 ____________________________________________________________________________
72364 [  6389] By: jhi                                   on 2000/07/13  13:18:48
72365         Log: Detypo from Peter Prymmer, part of #6388.
72366      Branch: cfgperl
72367            ! Configure config_h.SH
72368      Branch: metaconfig
72369            ! U/modified/d_longlong.U
72370 ____________________________________________________________________________
72371 [  6388] By: gsar                                  on 2000/07/13  06:33:40
72372         Log: typos (spotted by Peter Prymmer)
72373      Branch: perl
72374            ! Configure t/lib/english.t
72375 ____________________________________________________________________________
72376 [  6387] By: gsar                                  on 2000/07/13  05:35:28
72377         Log: new selfloader.t in change#6183 doesn't close DATA handles,
72378              and thus fails to clean up tmp files on dosish platforms
72379      Branch: perl
72380            ! t/lib/selfloader.t
72381 ____________________________________________________________________________
72382 [  6386] By: gsar                                  on 2000/07/12  21:42:39
72383         Log: sprintf test tweaks (from Dominic Dunlop)
72384      Branch: perl
72385            ! t/op/sprintf.t
72386 ____________________________________________________________________________
72387 [  6385] By: gsar                                  on 2000/07/12  21:33:46
72388         Log: fix bugs in processing %v-*d and similar format specs (from
72389              Avi Finkel <avi@finkel.org>)
72390      Branch: perl
72391            ! sv.c t/op/sprintf.t
72392 ____________________________________________________________________________
72393 [  6384] By: gsar                                  on 2000/07/12  16:04:19
72394         Log: readd missing perldelta.pod changes from changes#6339,6376
72395      Branch: perl
72396            ! pod/perldelta.pod
72397 ____________________________________________________________________________
72398 [  6383] By: gsar                                  on 2000/07/12  16:00:51
72399         Log: don't clobber *.orig files on *clean targets
72400      Branch: perl
72401            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
72402 ____________________________________________________________________________
72403 [  6382] By: gsar                                  on 2000/07/12  07:59:12
72404         Log: fix broken integrations in cfgperl
72405      Branch: cfgperl
72406           !> Changes pod/perldelta.pod
72407 ____________________________________________________________________________
72408 [  6381] By: gsar                                  on 2000/07/12  07:42:17
72409         Log: integrate cfgperl changes into mainline
72410      Branch: perl
72411            ! Changes
72412           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
72413           !> pod/perlre.pod
72414 ____________________________________________________________________________
72415 [  6380] By: gsar                                  on 2000/07/12  07:31:00
72416         Log: get sprintf.t to adjust properly for 3-digit exponents
72417      Branch: perl
72418            ! t/op/sprintf.t
72419 ____________________________________________________________________________
72420 [  6379] By: gsar                                  on 2000/07/12  06:40:04
72421         Log: change#6174 needs corresponding change in win32/config_h.PL,
72422              which grovels through config_h.SH to find the config.h name
72423      Branch: perl
72424            ! win32/config_h.PL
72425 ____________________________________________________________________________
72426 [  6378] By: jhi                                   on 2000/07/12  05:03:59
72427         Log: Do the cc sanity check both before the hints and
72428              after the cc selction.
72429      Branch: cfgperl
72430            ! Configure config_h.SH
72431      Branch: metaconfig
72432            ! U/modified/Oldconfig.U U/modified/cc.U
72433      Branch: metaconfig/U/perl
72434            + Checkcc.U
72435 ____________________________________________________________________________
72436 [  6377] By: jhi                                   on 2000/07/12  02:49:22
72437         Log: Fix nits noticed by Boston.pm.
72438      Branch: cfgperl
72439            ! pod/perlre.pod
72440 ____________________________________________________________________________
72441 [  6376] By: jhi                                   on 2000/07/11  21:22:13
72442         Log: Configure cosmetics and perldelta.
72443      Branch: cfgperl
72444            ! Configure config_h.SH pod/perldelta.pod
72445      Branch: metaconfig
72446            ! U/modified/cc.U
72447 ____________________________________________________________________________
72448 [  6375] By: gsar                                  on 2000/07/11  21:17:35
72449         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
72450      Branch: perl
72451            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
72452            ! win32/win32sck.c
72453 ____________________________________________________________________________
72454 [  6374] By: gsar                                  on 2000/07/11  20:48:50
72455         Log: tweak for build failure under multiplicity
72456      Branch: perl
72457            ! toke.c
72458 ____________________________________________________________________________
72459 [  6373] By: gsar                                  on 2000/07/11  20:37:23
72460         Log: integrate cfgperl changes#6325..6373 into mainline
72461              (NOTE: today's batch of integrations still untested)
72462      Branch: perl
72463           +> ext/DynaLoader/hints/netbsd.pl
72464            ! Changes
72465           !> (integrate 26 files)
72466 ____________________________________________________________________________
72467 [  6372] By: jhi                                   on 2000/07/11  20:30:36
72468         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
72469              regen perltoc.
72470      Branch: cfgperl
72471            + pod/perlbook.pod
72472            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
72473            ! pod/perltoc.pod
72474 ____________________________________________________________________________
72475 [  6371] By: jhi                                   on 2000/07/11  20:08:56
72476         Log: Minor cleanups on the booklist.
72477      Branch: cfgperl
72478            ! pod/perlfaq2.pod
72479 ____________________________________________________________________________
72480 [  6370] By: jhi                                   on 2000/07/11  19:31:13
72481         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
72482      Branch: cfgperl
72483            ! t/pragma/overload.t
72484 ____________________________________________________________________________
72485 [  6369] By: gsar                                  on 2000/07/11  19:27:48
72486         Log: integrate cfgperl changes#6293..6324 into mainline
72487      Branch: perl
72488           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
72489            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
72490           !> (integrate 30 files)
72491 ____________________________________________________________________________
72492 [  6368] By: gsar                                  on 2000/07/11  19:18:57
72493         Log: skip integrate of problematic change#6292 from cfgperl into mainline
72494      Branch: perl
72495           !> pp_hot.c
72496 ____________________________________________________________________________
72497 [  6367] By: gsar                                  on 2000/07/11  19:17:21
72498         Log: integrate cfgperl changes#6288..6290 into mainline
72499      Branch: perl
72500           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
72501 ____________________________________________________________________________
72502 [  6366] By: gsar                                  on 2000/07/11  19:11:18
72503         Log: integrate cfgperl changes#6268..6282 into mainline
72504      Branch: perl
72505           !> (integrate 30 files)
72506 ____________________________________________________________________________
72507 [  6365] By: gsar                                  on 2000/07/11  18:57:00
72508         Log: delete new accidentally branched file
72509      Branch: perl
72510            - t/op/method2entersub.t
72511 ____________________________________________________________________________
72512 [  6364] By: gsar                                  on 2000/07/11  18:55:13
72513         Log: skip integrate of change#6267 from cfgperl into mainline (the
72514              method call optimization is flawed without additional hints
72515              from user about immutableness of @ISA and no runtime method
72516              definitions)
72517      Branch: perl
72518           +> t/op/method2entersub.t
72519           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
72520           !> perl.h t/op/sprintf.t xsutils.c
72521 ____________________________________________________________________________
72522 [  6363] By: gsar                                  on 2000/07/11  18:49:43
72523         Log: integrate cfgperl changes#6261..6266 into mainline
72524      Branch: perl
72525           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
72526           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
72527           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
72528           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
72529 ____________________________________________________________________________
72530 [  6362] By: gsar                                  on 2000/07/11  18:43:26
72531         Log: integrate cfgperl changes#6252..6260 into mainline
72532      Branch: perl
72533           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
72534           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
72535           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
72536           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
72537 ____________________________________________________________________________
72538 [  6361] By: gsar                                  on 2000/07/11  18:37:12
72539         Log: skip integrate of problematic change#6251 from cfgperl into mainline
72540      Branch: perl
72541           !> lib/Exporter.pm
72542 ____________________________________________________________________________
72543 [  6360] By: gsar                                  on 2000/07/11  18:34:56
72544         Log: integrate cfgperl change#6250 into mainline
72545      Branch: perl
72546           +> t/op/my_stash.t
72547           !> MANIFEST embed.pl proto.h toke.c
72548 ____________________________________________________________________________
72549 [  6359] By: gsar                                  on 2000/07/11  18:21:19
72550         Log: integrate cfgperl changes#6242..6249 into mainline
72551      Branch: perl
72552           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
72553           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
72554           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
72555           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
72556           !> t/lib/peek.t utf8.c
72557 ____________________________________________________________________________
72558 [  6358] By: gsar                                  on 2000/07/11  18:15:45
72559         Log: skip integrate of problematic change#6241 from cfgperl into mainline
72560      Branch: perl
72561           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
72562 ____________________________________________________________________________
72563 [  6357] By: jhi                                   on 2000/07/11  18:15:16
72564         Log: Fix for
72565              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
72566              From: Roderick Schertler <roderick@argon.org> 
72567              Date: Tue, 11 Jul 2000 13:55:05 -0400 
72568              Message-Id: <200007111755.NAA05077@jones.argon.org> 
72569      Branch: cfgperl
72570            ! doio.c
72571 ____________________________________________________________________________
72572 [  6356] By: jhi                                   on 2000/07/11  18:12:51
72573         Log: Typo in #6341.
72574      Branch: cfgperl
72575            ! pp_hot.c
72576 ____________________________________________________________________________
72577 [  6355] By: gsar                                  on 2000/07/11  18:12:10
72578         Log: integrate cfgperl changes#6231..6240 into mainline
72579      Branch: perl
72580           +> pod/perlutil.pod
72581           !> (integrate 35 files)
72582 ____________________________________________________________________________
72583 [  6354] By: jhi                                   on 2000/07/11  18:04:34
72584         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
72585              From: Dominic Dunlop <domo@computer.org> 
72586              Date: Tue, 11 Jul 2000 12:27:33 +0200 
72587              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
72588              
72589              Replaces change #6268.
72590      Branch: cfgperl
72591            ! t/op/sprintf.t
72592 ____________________________________________________________________________
72593 [  6353] By: gsar                                  on 2000/07/11  17:59:51
72594         Log: skip integrate of problematic change#6230 from cfgperl into mainline
72595              (a later version of File::Spec is already in mainline)
72596      Branch: perl
72597           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
72598           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
72599 ____________________________________________________________________________
72600 [  6352] By: gsar                                  on 2000/07/11  17:57:48
72601         Log: integrate cfgperl changes#6224..6229 into mainline
72602      Branch: perl
72603           +> lib/lib.pm.PL
72604            - lib/lib.pm
72605           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
72606           !> lib/English.pm op.c t/lib/english.t
72607 ____________________________________________________________________________
72608 [  6351] By: gsar                                  on 2000/07/11  17:50:10
72609         Log: skip integrate of problematic change#6223 from cfgperl into mainline
72610      Branch: perl
72611           !> doio.c
72612 ____________________________________________________________________________
72613 [  6350] By: gsar                                  on 2000/07/11  17:48:28
72614         Log: integrate cfgperl changes#6220..6222 into mainline
72615      Branch: perl
72616           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
72617           !> toke.c utf8.c win32/win32.h
72618 ____________________________________________________________________________
72619 [  6349] By: gsar                                  on 2000/07/11  17:46:13
72620         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
72621              mainline
72622      Branch: perl
72623           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
72624           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
72625           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
72626 ____________________________________________________________________________
72627 [  6348] By: jhi                                   on 2000/07/11  17:45:49
72628         Log: README.posix-bc podified from Thomas Dorner.
72629      Branch: cfgperl
72630            ! README.posix-bc
72631 ____________________________________________________________________________
72632 [  6347] By: gsar                                  on 2000/07/11  17:42:04
72633         Log: integrate cfgperl change#6217 into mainline
72634      Branch: perl
72635           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
72636           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
72637           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
72638 ____________________________________________________________________________
72639 [  6346] By: gsar                                  on 2000/07/11  17:39:37
72640         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
72641              mainline
72642      Branch: perl
72643           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
72644           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
72645           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
72646           !> perlapi.h pod/perlapi.pod
72647 ____________________________________________________________________________
72648 [  6345] By: gsar                                  on 2000/07/11  17:36:42
72649         Log: integrate cfgperl changes#6207..6210 into mainline
72650      Branch: perl
72651           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
72652           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
72653 ____________________________________________________________________________
72654 [  6344] By: gsar                                  on 2000/07/11  17:31:20
72655         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
72656              mainline
72657      Branch: perl
72658           !> (integrate 40 files)
72659 ____________________________________________________________________________
72660 [  6343] By: gsar                                  on 2000/07/11  17:19:08
72661         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
72662      Branch: perl
72663           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
72664            ! Changes
72665           !> (integrate 34 files)
72666 ____________________________________________________________________________
72667 [  6342] By: jhi                                   on 2000/07/11  16:05:48
72668         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
72669              To: perl5-porters@perl.org
72670              From: Karsten Sperling <spiff@phreax.net>
72671              Date: Mon, 10 Jul 2000 15:12:52 +0200
72672              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
72673      Branch: cfgperl
72674            ! lib/Symbol.pm
72675 ____________________________________________________________________________
72676 [  6341] By: jhi                                   on 2000/07/11  15:59:23
72677         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
72678              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72679              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
72680              Date: Fri, 07 Jul 2000 17:57:16 +0100
72681      Branch: cfgperl
72682            ! pp_hot.c
72683 ____________________________________________________________________________
72684 [  6340] By: jhi                                   on 2000/07/11  15:55:47
72685         Log: Subject: Re: format bug report  [Patch]
72686              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72687              Date: Wed, 05 Jul 2000 13:12:52 +0200
72688              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
72689              
72690              Subject: Re: format bug report  [Patch]
72691              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72692              Date: Wed, 05 Jul 2000 14:10:01 +0200
72693              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
72694      Branch: cfgperl
72695            ! t/op/write.t toke.c
72696 ____________________________________________________________________________
72697 [  6339] By: jhi                                   on 2000/07/11  13:54:09
72698         Log: Be less forgiving about ambiguous and illegal tr ranges.
72699              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
72700              From: Mark-Jason Dominus <mjd@plover.com>
72701              Date: Tue, 04 Jul 2000 10:00:12 -0400
72702              Message-ID: <20000704140012.17772.qmail@plover.com>
72703              
72704              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
72705              From: Mark-Jason Dominus <mjd@plover.com>
72706              Date: Wed, 05 Jul 2000 09:37:36 -0400
72707              Message-ID: <20000705133736.27293.qmail@plover.com>
72708      Branch: cfgperl
72709            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
72710 ____________________________________________________________________________
72711 [  6338] By: jhi                                   on 2000/07/11  13:31:24
72712         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
72713              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72714              Date: Tue, 11 Jul 2000 13:50:51 +0100
72715              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
72716      Branch: cfgperl
72717            ! sv.c
72718 ____________________________________________________________________________
72719 [  6337] By: jhi                                   on 2000/07/11  13:29:14
72720         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
72721              From: Hugo <hv@crypt.compulink.co.uk>
72722              Date: Tue, 11 Jul 2000 12:44:50 +0100
72723              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
72724      Branch: cfgperl
72725            ! regexec.c t/op/re_tests
72726 ____________________________________________________________________________
72727 [  6336] By: jhi                                   on 2000/07/11  13:26:47
72728         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
72729              From: simon@brecon.co.uk (Simon Cozens)
72730              Date: 7 Jul 2000 11:26:09 GMT
72731              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
72732      Branch: cfgperl
72733            ! mg.c
72734 ____________________________________________________________________________
72735 [  6335] By: jhi                                   on 2000/07/11  13:23:37
72736         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
72737              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
72738              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
72739              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
72740      Branch: cfgperl
72741            + ext/DynaLoader/hints/netbsd.pl
72742            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
72743 ____________________________________________________________________________
72744 [  6334] By: jhi                                   on 2000/07/11  13:20:38
72745         Log: Subject: PATCH perlguts.pod: Document D and d magic types
72746              From: mjd@plover.com
72747              Date: 5 Jul 2000 18:01:51 -0000
72748              Message-ID: <20000705180151.29413.qmail@plover.com>
72749      Branch: cfgperl
72750            ! pod/perlguts.pod
72751 ____________________________________________________________________________
72752 [  6333] By: jhi                                   on 2000/07/11  13:15:51
72753         Log: Precedence goof, fix based on
72754              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
72755              From: Hugo <hv@crypt.compulink.co.uk>
72756              Date: Tue, 11 Jul 2000 12:52:38 +0100
72757              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
72758      Branch: cfgperl
72759            ! t/op/taint.t
72760 ____________________________________________________________________________
72761 [  6332] By: jhi                                   on 2000/07/11  12:40:17
72762         Log: Integrate with Sarathy.
72763      Branch: cfgperl
72764           !> win32/win32sck.c
72765 ____________________________________________________________________________
72766 [  6331] By: jhi                                   on 2000/07/10  20:14:16
72767         Log: Sprinkle ldlibpath.
72768      Branch: cfgperl
72769            ! pod/Makefile.SH
72770 ____________________________________________________________________________
72771 [  6330] By: jhi                                   on 2000/07/10  17:54:49
72772         Log: More POSIX.pod tweaks.
72773      Branch: cfgperl
72774            ! ext/POSIX/POSIX.pod
72775 ____________________________________________________________________________
72776 [  6329] By: jhi                                   on 2000/07/10  14:02:12
72777         Log: Reorder perl.pod once more.
72778      Branch: cfgperl
72779            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
72780 ____________________________________________________________________________
72781 [  6328] By: gsar                                  on 2000/07/10  07:06:00
72782         Log: accept() leaks memory on windows due to incorrect ordering of
72783              closesocket() and fclose() calls
72784      Branch: perl
72785            ! win32/win32sck.c
72786 ____________________________________________________________________________
72787 [  6327] By: gsar                                  on 2000/07/10  06:49:17
72788         Log: winsock options weren't being set in all threads under ithreads
72789              (caused send()s from second and subsequent threads to fail)
72790      Branch: perl
72791            ! win32/win32sck.c
72792 ____________________________________________________________________________
72793 [  6326] By: jhi                                   on 2000/07/08  02:45:40
72794         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
72795              was cast to an unsigned (32-bit) integer with wild abandon.
72796      Branch: cfgperl
72797            ! ext/Devel/DProf/DProf.xs
72798 ____________________________________________________________________________
72799 [  6325] By: jhi                                   on 2000/07/07  18:50:33
72800         Log: Remove perlbook, update perlfaq book listing,
72801              rearrange perl.pod, regenerate perltoc.
72802      Branch: cfgperl
72803            - pod/perlbook.pod
72804            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
72805            ! pod/perlfaq2.pod pod/perltoc.pod
72806 ____________________________________________________________________________
72807 [  6324] By: jhi                                   on 2000/07/07  14:03:40
72808         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
72809      Branch: cfgperl
72810            ! sv.h toke.c
72811 ____________________________________________________________________________
72812 [  6323] By: jhi                                   on 2000/07/06  16:03:55
72813         Log: Fix complaints of buildtoc.
72814      Branch: cfgperl
72815            + lib/Win32.pod
72816            - pod/Win32.pod
72817            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
72818 ____________________________________________________________________________
72819 [  6322] By: jhi                                   on 2000/07/06  15:15:52
72820         Log: Add =head1 NAMEs so that buildtoc is happy.
72821              (The CGI::Util nit reported to Lincoln.)
72822      Branch: cfgperl
72823            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
72824            ! pod/perltoc.pod
72825 ____________________________________________________________________________
72826 [  6321] By: jhi                                   on 2000/07/06  03:16:04
72827         Log: Config is being used.
72828      Branch: cfgperl
72829            ! t/op/method.t
72830 ____________________________________________________________________________
72831 [  6320] By: jhi                                   on 2000/07/06  03:13:13
72832         Log: Integrate with Sarathy.
72833      Branch: cfgperl
72834           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
72835 ____________________________________________________________________________
72836 [  6319] By: jhi                                   on 2000/07/06  03:11:46
72837         Log: Autogenerate pod/Makefile and pod/buildtoc.
72838              buildtoc also checks whether the existing pods are
72839              mentioned in MANIFEST and perl.pod, and vice versa.
72840              (None of the thusly found discrepancies fixed yet.)
72841              roffitall also needs to be autogenerated similarly but it
72842              seems so badly out of date that I didn't touch it yet.
72843      Branch: cfgperl
72844            + pod/Makefile.SH pod/buildtoc.PL
72845            - pod/Makefile pod/buildtoc
72846            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
72847 ____________________________________________________________________________
72848 [  6318] By: gsar                                  on 2000/07/05  22:10:54
72849         Log: fix UNC path handling on Windows under ithreads, and chdir()
72850              return value when given a non-existent directory
72851      Branch: perl
72852            ! win32/vdir.h
72853 ____________________________________________________________________________
72854 [  6317] By: gsar                                  on 2000/07/05  22:08:19
72855         Log: winsock cleanup never done on Windows (leads to handle leaks)
72856      Branch: perl
72857            ! win32/perllib.c win32/win32sck.c
72858 ____________________________________________________________________________
72859 [  6316] By: gsar                                  on 2000/07/05  22:06:19
72860         Log: some debugger output does not go to the socket when RemotePort is set
72861      Branch: perl
72862            ! lib/perl5db.pl
72863 ____________________________________________________________________________
72864 [  6315] By: jhi                                   on 2000/07/05  00:25:21
72865         Log: Integrate with Sarathy, preliminary fix for unicos
72866              alignment problems in [ID 20000612.002] Perl problem on Cray system.
72867      Branch: cfgperl
72868            ! sv.h
72869           !> pp_hot.c
72870 ____________________________________________________________________________
72871 [  6314] By: gsar                                  on 2000/07/04  23:34:02
72872         Log: tyop in change#6306
72873      Branch: perl
72874            ! pp_hot.c
72875 ____________________________________________________________________________
72876 [  6313] By: jhi                                   on 2000/07/04  22:14:38
72877         Log: Multiline string literals ENONPORTABLE.
72878      Branch: cfgperl
72879            ! pp_hot.c
72880 ____________________________________________________________________________
72881 [  6312] By: jhi                                   on 2000/07/04  20:34:44
72882         Log: Integrate with Sarathy.
72883      Branch: cfgperl
72884           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
72885           !> t/op/method.t
72886 ____________________________________________________________________________
72887 [  6311] By: jhi                                   on 2000/07/04  20:30:56
72888         Log: More POSIX.pod embellishment.
72889      Branch: cfgperl
72890            ! ext/POSIX/POSIX.pod
72891 ____________________________________________________________________________
72892 [  6310] By: gsar                                  on 2000/07/04  17:28:48
72893         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
72894      Branch: perl
72895            ! t/lib/b.t
72896 ____________________________________________________________________________
72897 [  6309] By: jhi                                   on 2000/07/04  17:22:18
72898         Log: The #6308 required a little bit more.
72899      Branch: cfgperl
72900            ! Makefile.SH win32/Makefile
72901 ____________________________________________________________________________
72902 [  6308] By: jhi                                   on 2000/07/04  16:35:24
72903         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
72904      Branch: cfgperl
72905            + lib/lib_pm.PL
72906            - lib/lib.pm.PL
72907            ! MANIFEST Makefile.SH
72908 ____________________________________________________________________________
72909 [  6307] By: jhi                                   on 2000/07/04  16:28:58
72910         Log: Win32 patches for cfgperl from Sarathy.
72911      Branch: cfgperl
72912            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
72913            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
72914            ! thread.h toke.c util.c win32/Makefile win32/win32.c
72915 ____________________________________________________________________________
72916 [  6306] By: gsar                                  on 2000/07/04  16:28:40
72917         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
72918              (from Richard Soderberg <rs@oregonnet.com>)
72919      Branch: perl
72920            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
72921 ____________________________________________________________________________
72922 [  6305] By: jhi                                   on 2000/07/04  16:24:24
72923         Log: Integrate with Sarathy.
72924      Branch: cfgperl
72925           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
72926           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
72927           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
72928           !> proto.h win32/win32.c
72929 ____________________________________________________________________________
72930 [  6304] By: gsar                                  on 2000/07/04  16:17:24
72931         Log: missing perldiag entry for unpack("w",...) diagnostic (from
72932              Andreas Koenig)
72933      Branch: perl
72934            ! pod/perldiag.pod
72935 ____________________________________________________________________________
72936 [  6303] By: gsar                                  on 2000/07/04  16:14:44
72937         Log: remove rel2abs prototypes (from Barrie Slaymaker)
72938      Branch: perl
72939            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
72940            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
72941 ____________________________________________________________________________
72942 [  6302] By: gsar                                  on 2000/07/04  04:59:35
72943         Log: adjust change#6299
72944      Branch: perl
72945            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
72946            ! win32/win32.c
72947 ____________________________________________________________________________
72948 [  6301] By: jhi                                   on 2000/07/04  04:50:07
72949         Log: Integrate with Sarathy.
72950      Branch: cfgperl
72951           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
72952           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
72953           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
72954 ____________________________________________________________________________
72955 [  6300] By: gsar                                  on 2000/07/04  04:42:09
72956         Log: PERL_OBJECT build tweak
72957      Branch: perl
72958            ! perl.h
72959 ____________________________________________________________________________
72960 [  6299] By: gsar                                  on 2000/07/04  04:37:00
72961         Log: fix memory leak on Windows (PL_sys_intern contents were never
72962              freed)
72963      Branch: perl
72964            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
72965            ! perlapi.c proto.h win32/win32.c
72966 ____________________________________________________________________________
72967 [  6298] By: gsar                                  on 2000/07/04  04:15:59
72968         Log: fix large memory leak that has been around for ever, masked by
72969              -DPURIFY (most of the arenas were never freed!)
72970      Branch: perl
72971            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
72972 ____________________________________________________________________________
72973 [  6297] By: gsar                                  on 2000/07/04  04:07:46
72974         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
72975      Branch: perl
72976            ! perl.c
72977 ____________________________________________________________________________
72978 [  6296] By: jhi                                   on 2000/06/30  18:28:37
72979         Log: Elaborate POSIX.pod.  Still needs work.
72980      Branch: cfgperl
72981            ! ext/POSIX/POSIX.pod
72982 ____________________________________________________________________________
72983 [  6295] By: jhi                                   on 2000/06/30  14:58:18
72984         Log: Point to perlipc for more SysV IPC examples.
72985      Branch: cfgperl
72986            ! pod/perlfunc.pod
72987 ____________________________________________________________________________
72988 [  6294] By: gsar                                  on 2000/06/30  14:47:45
72989         Log: slurp mode fix in change#4736 still not quite right
72990      Branch: perl
72991            ! pp_hot.c t/io/argv.t
72992 ____________________________________________________________________________
72993 [  6293] By: jhi                                   on 2000/06/30  12:02:55
72994         Log: Integrate with Sarathy.
72995      Branch: cfgperl
72996           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
72997 ____________________________________________________________________________
72998 [  6292] By: jhi                                   on 2000/06/30  12:01:11
72999         Log: From: simon@brecon.co.uk (Simon Cozens)
73000              Subject: UTF8 concat
73001              Date: 30 Jun 2000 06:13:25 GMT
73002              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
73003      Branch: cfgperl
73004            ! pp_hot.c
73005 ____________________________________________________________________________
73006 [  6291] By: gsar                                  on 2000/06/30  04:37:33
73007         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
73008              when @_ is modified, causing coredumps
73009      Branch: perl
73010            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
73011 ____________________________________________________________________________
73012 [  6290] By: jhi                                   on 2000/06/30  02:21:44
73013         Log: Integrate with Sarathy.
73014      Branch: cfgperl
73015           !> vms/vms.c vms/vmsish.h
73016 ____________________________________________________________________________
73017 [  6289] By: jhi                                   on 2000/06/30  02:21:02
73018         Log: Check VERSIONs.
73019      Branch: cfgperl
73020            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
73021            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
73022            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
73023 ____________________________________________________________________________
73024 [  6288] By: jhi                                   on 2000/06/30  02:18:52
73025         Log: Integrate with Sarathy.
73026      Branch: cfgperl
73027           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
73028           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
73029           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
73030           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
73031 ____________________________________________________________________________
73032 [  6287] By: gsar                                  on 2000/06/30  02:17:08
73033         Log: integrate vmsperl changes into mainline
73034      Branch: perl
73035           !> vms/vms.c vms/vmsish.h
73036 ____________________________________________________________________________
73037 [  6285] By: gsar                                  on 2000/06/30  02:05:28
73038         Log: localize %INC in a Safe compartment so that use/require work
73039              (many other magic globals probably need similar treatment)
73040      Branch: perl
73041            ! ext/Opcode/Opcode.xs
73042 ____________________________________________________________________________
73043 [  6284] By: gsar                                  on 2000/06/30  01:54:54
73044         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
73045              about Windows
73046      Branch: perl
73047            ! pod/perlembed.pod
73048 ____________________________________________________________________________
73049 [  6283] By: jhi                                   on 2000/06/30  01:50:10
73050         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
73051              From: Barrie Slaymaker <barries@jester.slaysys.com>
73052              Date: Wed, 28 Jun 2000 11:35:29 -0400
73053              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
73054      Branch: perl
73055            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
73056            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
73057            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
73058            ! lib/File/Spec/Win32.pm
73059 ____________________________________________________________________________
73060 [  6282] By: jhi                                   on 2000/06/29  22:57:22
73061         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
73062              From: Dan Sugalski <dan@sidhe.org>
73063              Date: Tue, 06 Jun 2000 11:59:50 -0400
73064              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
73065      Branch: cfgperl
73066            ! vms/vms.c
73067 ____________________________________________________________________________
73068 [  6281] By: jhi                                   on 2000/06/29  22:52:50
73069         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
73070              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
73071              Date: Wed, 7 Jun 2000 04:02:04 -0500
73072              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
73073      Branch: cfgperl
73074            ! utils/h2xs.PL
73075 ____________________________________________________________________________
73076 [  6280] By: jhi                                   on 2000/06/29  22:45:47
73077         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
73078              From: rspier@pobox.com (Robert Spier)
73079              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
73080              Message-ID: <14654.31913.845602.610277@rls.cx>
73081      Branch: cfgperl
73082            ! utils/h2xs.PL
73083 ____________________________________________________________________________
73084 [  6279] By: jhi                                   on 2000/06/29  22:38:16
73085         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
73086              From: Tim Ayers <tayers@bridge.com>
73087              Date: Thu, 08 Jun 2000 08:11:06 +0200
73088              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
73089              [resent by Richard Foley, Message-Id probably wrong]
73090      Branch: cfgperl
73091            ! pod/perlsub.pod
73092 ____________________________________________________________________________
73093 [  6278] By: jhi                                   on 2000/06/29  22:21:45
73094         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
73095              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
73096              Date: Fri, 09 Jun 2000 12:39:27 -0400
73097              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
73098              (plus update the version "number" of Text::Wrap)
73099      Branch: cfgperl
73100            ! lib/Text/Wrap.pm
73101 ____________________________________________________________________________
73102 [  6277] By: jhi                                   on 2000/06/29  22:13:10
73103         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
73104              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73105              Date: Mon, 12 Jun 2000 14:55:59 +0100
73106              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
73107      Branch: cfgperl
73108            ! pod/perlfunc.pod
73109 ____________________________________________________________________________
73110 [  6276] By: jhi                                   on 2000/06/29  22:11:06
73111         Log: Subject: [PATCH] Re: eval documentation: context
73112              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73113              Date: Mon, 12 Jun 2000 15:07:29 +0100
73114              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
73115      Branch: cfgperl
73116            ! pod/perlfunc.pod
73117 ____________________________________________________________________________
73118 [  6275] By: jhi                                   on 2000/06/29  21:59:46
73119         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
73120              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
73121              Date: Tue, 13 Jun 2000 02:43:48 -0500
73122              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
73123      Branch: cfgperl
73124            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
73125 ____________________________________________________________________________
73126 [  6274] By: jhi                                   on 2000/06/29  21:56:14
73127         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
73128              From: Andy Dougherty <doughera@lafayette.edu>
73129              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
73130              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
73131      Branch: cfgperl
73132            ! ext/File/Glob/Glob.pm
73133 ____________________________________________________________________________
73134 [  6273] By: jhi                                   on 2000/06/29  21:49:09
73135         Log: Subject: [PATCH] xsub attributes
73136              From: Doug MacEachern <dougm@covalent.net>
73137              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
73138              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
73139      Branch: cfgperl
73140            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
73141            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
73142 ____________________________________________________________________________
73143 [  6272] By: jhi                                   on 2000/06/29  21:41:28
73144         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
73145              From: Tom Phoenix <rootbeer@redcat.com>
73146              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
73147              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
73148      Branch: cfgperl
73149            ! lib/Net/Ping.pm
73150 ____________________________________________________________________________
73151 [  6271] By: jhi                                   on 2000/06/29  21:36:55
73152         Log: Subject: PATCH pod/perltie.pod
73153              From: Ian Phillipps <Ian.Phillipps@iname.com>
73154              Date: Fri, 16 Jun 2000 00:17:19 +0100
73155              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
73156              (only the first hunk, the second hunk had already been done
73157              by some other patch)
73158      Branch: cfgperl
73159            ! pod/perltie.pod
73160 ____________________________________________________________________________
73161 [  6270] By: jhi                                   on 2000/06/29  21:24:51
73162         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
73163              From: Nicholas Clark <nick@talking.bollo.cx>
73164              Date: Fri, 23 Jun 2000 16:21:15 +0100
73165              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
73166      Branch: cfgperl
73167            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
73168            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
73169 ____________________________________________________________________________
73170 [  6269] By: jhi                                   on 2000/06/29  19:38:15
73171         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
73172              silence few compiler warnings.
73173      Branch: cfgperl
73174            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
73175 ____________________________________________________________________________
73176 [  6268] By: jhi                                   on 2000/06/29  18:21:50
73177         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
73178              From: Dominic Dunlop <domo@computer.org> 
73179              Date: Thu, 29 Jun 2000 12:32:39 +0200 
73180              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
73181      Branch: cfgperl
73182            ! t/op/sprintf.t
73183 ____________________________________________________________________________
73184 [  6267] By: jhi                                   on 2000/06/29  18:16:07
73185         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
73186              From: Doug MacEachern <dougm@covalent.net>
73187              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
73188              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
73189      Branch: cfgperl
73190            + t/op/method2entersub.t
73191            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
73192            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
73193            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
73194            ! xsutils.c
73195 ____________________________________________________________________________
73196 [  6266] By: jhi                                   on 2000/06/29  15:11:15
73197         Log: Subject: [PATCH 5.6.0] cygwin port
73198              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
73199              From: "Fifer, Eric" <EFifer@sanwaint.com>
73200              Date: Thu, 29 Jun 2000 12:58:29 +0100
73201      Branch: cfgperl
73202            ! cygwin/Makefile.SHs
73203 ____________________________________________________________________________
73204 [  6265] By: jhi                                   on 2000/06/29  15:04:05
73205         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
73206              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73207              Date: Wed, 28 Jun 2000 17:50:12 -0700
73208              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
73209      Branch: cfgperl
73210            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
73211 ____________________________________________________________________________
73212 [  6264] By: jhi                                   on 2000/06/29  15:00:57
73213         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
73214              From: Marty Lucich <marty@netcom.com>
73215              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
73216              Message-Id: <200006282116.OAA11148@netcom.com>
73217              ccdlflags update (the BSD/OS 4.1 part had already been taken
73218              care of by #6141).
73219      Branch: cfgperl
73220            ! hints/bsdos.sh
73221 ____________________________________________________________________________
73222 [  6263] By: jhi                                   on 2000/06/29  13:47:44
73223         Log: tr fixes from Simon Cozens
73224      Branch: cfgperl
73225            ! doop.c
73226 ____________________________________________________________________________
73227 [  6262] By: jhi                                   on 2000/06/28  18:46:01
73228         Log: Subject: 5.6.0 Patch for EPOC
73229              From: Olaf Flebbe <o.flebbe@gmx.de>
73230              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
73231              Message-ID: <23449.960929969@www11.gmx.net>
73232      Branch: cfgperl
73233            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
73234            ! epoc/epocish.h
73235 ____________________________________________________________________________
73236 [  6261] By: jhi                                   on 2000/06/28  18:29:07
73237         Log: Subject: Re: [PATCH cfgperl] BOMs away!
73238              From: simon@brecon.co.uk (Simon Cozens)
73239              Date: 17 Jun 2000 11:49:57 GMT
73240              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
73241      Branch: cfgperl
73242            ! pod/perldiag.pod t/comp/require.t toke.c
73243 ____________________________________________________________________________
73244 [  6260] By: jhi                                   on 2000/06/28  17:47:16
73245         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
73246              From: simon@brecon.co.uk (Simon Cozens) 
73247              Date: 17 Jun 2000 11:56:44 GMT 
73248              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
73249              pack U0, pack C0
73250      Branch: cfgperl
73251            ! pod/perlfunc.pod pp.c t/op/pack.t
73252 ____________________________________________________________________________
73253 [  6259] By: jhi                                   on 2000/06/28  16:43:17
73254         Log: perlnewmod was missing from MANIFEST.
73255      Branch: cfgperl
73256            ! MANIFEST
73257 ____________________________________________________________________________
73258 [  6258] By: jhi                                   on 2000/06/28  15:54:30
73259         Log: linenumber tweak
73260      Branch: cfgperl
73261            ! t/pragma/warn/regcomp
73262 ____________________________________________________________________________
73263 [  6257] By: jhi                                   on 2000/06/28  15:50:44
73264         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
73265              From: Doug MacEachern <dougm@covalent.net>
73266              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
73267              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
73268              (one part of the patch had been applied earlier)
73269      Branch: cfgperl
73270            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
73271 ____________________________________________________________________________
73272 [  6256] By: jhi                                   on 2000/06/28  15:40:22
73273         Log: tweaks from Simon Cozens to further fix tr/// under utf8
73274      Branch: cfgperl
73275            ! doop.c
73276 ____________________________________________________________________________
73277 [  6255] By: jhi                                   on 2000/06/28  15:33:45
73278         Log: small thinko tweaks
73279      Branch: cfgperl
73280            ! lib/IPC/Open3.pm t/op/my_stash.t
73281 ____________________________________________________________________________
73282 [  6254] By: jhi                                   on 2000/06/28  15:33:25
73283         Log: Subject: tr///, help wanted.
73284              From: simon@brecon.co.uk (Simon Cozens)
73285              Date: 28 Jun 2000 11:29:04 GMT
73286              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
73287      Branch: cfgperl
73288            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
73289            ! pp_proto.h proto.h t/op/tr.t
73290 ____________________________________________________________________________
73291 [  6253] By: jhi                                   on 2000/06/28  15:09:17
73292         Log: Paranoia tweak on #6249.
73293              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
73294              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
73295              Date: Sun, 25 Jun 2000 23:43:12 -0400
73296              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
73297      Branch: cfgperl
73298            ! lib/IPC/Open3.pm
73299 ____________________________________________________________________________
73300 [  6252] By: jhi                                   on 2000/06/28  15:01:38
73301         Log: Document #6249 and #6251.
73302      Branch: cfgperl
73303            ! lib/Exporter.pm lib/IPC/Open3.pm
73304 ____________________________________________________________________________
73305 [  6251] By: jhi                                   on 2000/06/28  14:50:43
73306         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
73307              From: Doug MacEachern <dougm@covalent.net>
73308              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
73309              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
73310      Branch: cfgperl
73311            ! lib/Exporter.pm
73312 ____________________________________________________________________________
73313 [  6250] By: jhi                                   on 2000/06/28  14:45:23
73314         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
73315              From: Doug MacEachern <dougm@covalent.net>
73316              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
73317              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
73318      Branch: cfgperl
73319            + t/op/my_stash.t
73320            ! MANIFEST embed.pl global.sym proto.h toke.c
73321 ____________________________________________________________________________
73322 [  6249] By: jhi                                   on 2000/06/28  14:36:34
73323         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
73324              From: Frank Tobin <ftobin@uiuc.edu>
73325              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
73326              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
73327      Branch: cfgperl
73328            ! lib/IPC/Open3.pm
73329 ____________________________________________________________________________
73330 [  6248] By: jhi                                   on 2000/06/28  14:11:25
73331         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
73332              From: Mark-Jason Dominus <mjd@plover.com>
73333              Date: Tue, 27 Jun 2000 22:36:42 -0400
73334              Message-ID: <20000628023642.12166.qmail@plover.com>
73335      Branch: cfgperl
73336            ! pod/perlfunc.pod
73337 ____________________________________________________________________________
73338 [  6247] By: jhi                                   on 2000/06/27  12:46:37
73339         Log: Tweak $VERSION, patch from Doug MacEachern.
73340      Branch: cfgperl
73341            ! lib/File/Spec.pm
73342 ____________________________________________________________________________
73343 [  6246] By: jhi                                   on 2000/06/27  03:34:46
73344         Log: Allow for standalone testing.
73345      Branch: cfgperl
73346            ! t/lib/filefunc.t t/lib/filespec.t
73347 ____________________________________________________________________________
73348 [  6245] By: jhi                                   on 2000/06/27  02:50:02
73349         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
73350              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
73351              Date: Sat, 24 Jun 2000 13:06:20 +0100
73352              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
73353      Branch: cfgperl
73354            ! ext/DynaLoader/DynaLoader_pm.PL
73355 ____________________________________________________________________________
73356 [  6244] By: jhi                                   on 2000/06/27  02:46:10
73357         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
73358              From: Doug MacEachern <dougm@covalent.net>
73359              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
73360              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
73361      Branch: cfgperl
73362            ! gv.c sv.c t/lib/peek.t
73363 ____________________________________________________________________________
73364 [  6243] By: jhi                                   on 2000/06/27  02:38:07
73365         Log: Subject: [PATCH] is_utf8_string
73366              From: simon@brecon.co.uk (Simon Cozens)
73367              Date: 26 Jun 2000 02:25:59 GMT
73368              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
73369      Branch: cfgperl
73370            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
73371            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
73372            ! proto.h utf8.c
73373 ____________________________________________________________________________
73374 [  6242] By: jhi                                   on 2000/06/27  02:24:00
73375         Log: Subject: [PATCH] bytes<->utf8 fixes
73376              From: simon@brecon.co.uk (Simon Cozens)
73377              Date: 26 Jun 2000 04:55:45 GMT
73378              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
73379      Branch: cfgperl
73380            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
73381 ____________________________________________________________________________
73382 [  6241] By: jhi                                   on 2000/06/27  02:12:42
73383         Log: Do no -warn on \_, only on \alpha.
73384              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
73385              From: David Dyck <dcd@tc.fluke.com>
73386              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
73387              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
73388      Branch: cfgperl
73389            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
73390 ____________________________________________________________________________
73391 [  6240] By: jhi                                   on 2000/06/27  02:00:01
73392         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
73393              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
73394              Date: Mon, 26 Jun 2000 18:40:14 +0100
73395              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
73396      Branch: cfgperl
73397            ! utils/h2xs.PL
73398 ____________________________________________________________________________
73399 [  6239] By: jhi                                   on 2000/06/27  01:53:40
73400         Log: Configure maintenance.  Sever some dependency cycles,
73401              separate gccversion from the cc unit,
73402              address [ID 20000623.006] Configure script patch for using gcc on AIX
73403              (but solve it a little bit differently),
73404              unduplex some accidentally duplicated units,
73405              suggest using gcc if no cc available
73406              (p5p thread: "Solaris configure: counterproposal", 1999-09)
73407      Branch: cfgperl
73408            ! Configure Todo-5.6 config_h.SH
73409      Branch: metaconfig
73410            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
73411            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
73412      Branch: metaconfig/U/perl
73413            + gccvers.U
73414            ! d_getespwnam.U d_getprpwnam.U i_prot.U
73415 ____________________________________________________________________________
73416 [  6238] By: jhi                                   on 2000/06/25  18:04:56
73417         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
73418              From: Dan Sugalski <dan@sidhe.org>
73419              Date: Fri, 23 Jun 2000 17:00:00 -0400
73420              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
73421      Branch: cfgperl
73422            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
73423 ____________________________________________________________________________
73424 [  6237] By: jhi                                   on 2000/06/25  16:36:45
73425         Log: Tweak embed.pl, regen headers.
73426      Branch: cfgperl
73427            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
73428            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
73429            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
73430            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
73431            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
73432 ____________________________________________________________________________
73433 [  6236] By: jhi                                   on 2000/06/25  15:26:42
73434         Log: Regen headers.
73435      Branch: cfgperl
73436            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
73437            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
73438            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
73439            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
73440            ! regnodes.h warnings.h
73441 ____________________________________________________________________________
73442 [  6235] By: jhi                                   on 2000/06/23  19:39:35
73443         Log: The thread begun by
73444              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
73445              From: Kevin.Ruscoe@ubsw.com
73446              Date: Fri, 16 Jun 2000 16:38:51 +0100
73447              Message-Id: <H000019b03c300d6@MHS>
73448      Branch: cfgperl
73449            ! hints/solaris_2.sh
73450 ____________________________________________________________________________
73451 [  6234] By: jhi                                   on 2000/06/23  19:23:36
73452         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
73453              because when run as services (Win32ese for daemons)
73454              no environment variables are set and tmpdir ends up as /tmp,
73455              which is ambiguous.
73456              
73457              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
73458              From: matt@sergeant.org
73459              Date: 16 Jun 2000 16:30:43 -0000
73460              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
73461      Branch: cfgperl
73462            ! lib/File/Spec/Win32.pm
73463 ____________________________________________________________________________
73464 [  6233] By: jhi                                   on 2000/06/23  19:18:58
73465         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
73466              From: Mark-Jason Dominus <mjd@plover.com>
73467              Date: Fri, 16 Jun 2000 20:53:04 -0400
73468              Message-ID: <20000617005304.8008.qmail@plover.com>
73469      Branch: cfgperl
73470            ! op.h
73471 ____________________________________________________________________________
73472 [  6232] By: jhi                                   on 2000/06/23  16:10:02
73473         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
73474              From: simon@brecon.co.uk (Simon Cozens)
73475              Date: 19 Jun 2000 15:18:27 GMT
73476              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
73477              
73478              plus update pod/Makefile and regenerate perltoc
73479      Branch: cfgperl
73480            + pod/perlutil.pod
73481            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
73482 ____________________________________________________________________________
73483 [  6231] By: jhi                                   on 2000/06/23  15:19:18
73484         Log: Subject: [PATCH 5.6.0] cygwin port
73485              From: "Fifer, Eric" <EFifer@sanwaint.com>
73486              Date: Tue, 20 Jun 2000 14:30:58 +0100
73487              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
73488      Branch: cfgperl
73489            ! README.cygwin lib/File/Find.pm
73490 ____________________________________________________________________________
73491 [  6230] By: jhi                                   on 2000/06/23  14:25:21
73492         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
73493      Branch: cfgperl
73494            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
73495            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
73496            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
73497            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
73498 ____________________________________________________________________________
73499 [  6229] By: jhi                                   on 2000/06/23  14:13:34
73500         Log: Subject: README.hpux version 0.6.1
73501              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
73502              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
73503              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
73504      Branch: cfgperl
73505            ! README.hpux
73506 ____________________________________________________________________________
73507 [  6228] By: jhi                                   on 2000/06/23  14:07:20
73508         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
73509              From: Doug MacEachern <dougm@covalent.net>
73510              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
73511              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
73512      Branch: cfgperl
73513            ! op.c
73514 ____________________________________________________________________________
73515 [  6227] By: jhi                                   on 2000/06/23  14:01:06
73516         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
73517              From: Doug MacEachern <dougm@covalent.net>
73518              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
73519              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
73520      Branch: cfgperl
73521            + lib/lib.pm.PL
73522            - lib/lib.pm
73523            ! MANIFEST Makefile.SH
73524 ____________________________________________________________________________
73525 [  6226] By: jhi                                   on 2000/06/23  13:53:07
73526         Log: Subject: [PATCH] remove forward declarations in Socket.pm
73527              From: Doug MacEachern <dougm@covalent.net>
73528              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
73529              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
73530              
73531              From: Doug MacEachern <dougm@covalent.net>
73532              Subject: Re: [PATCH] remove forward declarations in Socket.pm
73533              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
73534              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
73535      Branch: cfgperl
73536            ! ext/Socket/Socket.pm op.c
73537 ____________________________________________________________________________
73538 [  6225] By: jhi                                   on 2000/06/23  13:41:52
73539         Log: Add source code filenames to apidoc.
73540              From: simon@brecon.co.uk (Simon Cozens)
73541              Subject: [PATCH embed.pl] Source X-ref
73542              Date: 22 Jun 2000 02:18:49 GMT
73543              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
73544      Branch: cfgperl
73545            ! embed.pl
73546 ____________________________________________________________________________
73547 [  6224] By: jhi                                   on 2000/06/23  13:32:33
73548         Log: A way to avoid English.pm performance hit.
73549              From: root <root@jester.slaysys.com>
73550              Subject: [YAPATCH English.pm] My turn to putt again
73551              Date: Thu, 22 Jun 2000 20:33:58 -0400
73552              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
73553      Branch: cfgperl
73554            ! lib/English.pm t/lib/english.t
73555 ____________________________________________________________________________
73556 [  6223] By: jhi                                   on 2000/06/23  13:27:06
73557         Log: Avoid double close().
73558              Subject: [PATCH] avoid double close()
73559              From: Doug MacEachern <dougm@covalent.net>
73560              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
73561              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
73562      Branch: cfgperl
73563            ! doio.c
73564 ____________________________________________________________________________
73565 [  6222] By: jhi                                   on 2000/06/23  13:25:54
73566         Log: doc typo fix
73567              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
73568              From: Ian Phillipps <Ian.Phillipps@iname.com>
73569              Date: Fri, 23 Jun 2000 10:40:58 +0100
73570              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
73571      Branch: cfgperl
73572            ! lib/Pod/Usage.pm
73573 ____________________________________________________________________________
73574 [  6221] By: jhi                                   on 2000/06/23  13:24:15
73575         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
73576              From: simon@brecon.co.uk (Simon Cozens)
73577              Subject: [PATCH] Eliminate tr///[CU][CU]
73578              Date: 23 Jun 2000 11:05:40 GMT
73579              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
73580      Branch: cfgperl
73581            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
73582 ____________________________________________________________________________
73583 [  6220] By: jhi                                   on 2000/06/22  16:07:51
73584         Log: Win32 patches from Benjamin Stuhl.
73585      Branch: cfgperl
73586            ! makedef.pl win32/win32.h
73587 ____________________________________________________________________________
73588 [  6219] By: jhi                                   on 2000/06/22  16:06:34
73589         Log: Bytecode patches from Benjamin Stuhl.
73590      Branch: cfgperl
73591            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
73592            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
73593            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
73594 ____________________________________________________________________________
73595 [  6218] By: jhi                                   on 2000/06/15  23:54:16
73596         Log: Bytecode patches from Benjamin Stuhl.
73597      Branch: cfgperl
73598            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
73599 ____________________________________________________________________________
73600 [  6217] By: jhi                                   on 2000/06/09  13:38:29
73601         Log: Rename the fdpid locking and integrate with Sarathy.
73602      Branch: cfgperl
73603            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
73604            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
73605            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
73606            ! win32/win32.c
73607           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
73608 ____________________________________________________________________________
73609 [  6216] By: gsar                                  on 2000/06/08  14:54:21
73610         Log: be more optimal about clearing @_
73611      Branch: perl
73612            ! cop.h
73613 ____________________________________________________________________________
73614 [  6215] By: gsar                                  on 2000/06/08  14:33:04
73615         Log: tweak comment about @DB::args
73616      Branch: perl
73617            ! av.h pp_ctl.c
73618 ____________________________________________________________________________
73619 [  6214] By: gsar                                  on 2000/06/08  13:57:54
73620         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
73621              caller() wants to populate @DB::args with it (causes a coredump
73622              in Carp::confess())
73623      Branch: perl
73624            ! cop.h t/op/runlevel.t
73625 ____________________________________________________________________________
73626 [  6213] By: gsar                                  on 2000/06/08  07:06:35
73627         Log: back out change#6106 (seems problematic)
73628      Branch: perl
73629            ! hints/solaris_2.sh
73630 ____________________________________________________________________________
73631 [  6212] By: jhi                                   on 2000/06/07  03:10:36
73632         Log: Continuing mopup for #6204.
73633      Branch: cfgperl
73634            ! ext/B/defsubs_h.PL
73635 ____________________________________________________________________________
73636 [  6211] By: jhi                                   on 2000/06/07  02:41:50
73637         Log: Mopup for #6204.
73638              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
73639              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
73640              This is comes from const() where POK isn't on when expected.
73641      Branch: cfgperl
73642            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
73643            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
73644            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
73645            ! perlapi.h pod/perlapi.pod
73646 ____________________________________________________________________________
73647 [  6210] By: jhi                                   on 2000/06/07  01:56:29
73648         Log: Mopup for #6207 and #6209.
73649      Branch: cfgperl
73650            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
73651 ____________________________________________________________________________
73652 [  6209] By: jhi                                   on 2000/06/07  01:33:12
73653         Log: Lock PL_fdpid against race conditions, based on:
73654              Subject: [PATCH 5.6.0]subprocess fixup for threads
73655              From: Dan Sugalski <dan@sidhe.org>
73656              To: perl5-porters@perl.org
73657              Date: Tue, 11 Apr 2000 17:02:32 -0400
73658              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
73659      Branch: cfgperl
73660            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
73661            ! win32/win32.c
73662 ____________________________________________________________________________
73663 [  6208] By: jhi                                   on 2000/06/07  01:05:23
73664         Log: Regen headers for #6207.
73665      Branch: cfgperl
73666            ! embed.h global.sym objXSUB.h proto.h
73667 ____________________________________________________________________________
73668 [  6207] By: jhi                                   on 2000/06/06  23:43:13
73669         Log: Subject: [PATCH 5.6.0] Threadsafe patches
73670              From: Dan Sugalski <dan@sidhe.org>
73671              To: perl5-porters@perl.org
73672              Date: Mon, 08 May 2000 18:08:13 -0400
73673              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
73674      Branch: cfgperl
73675            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
73676            ! proto.h sv.h util.c
73677 ____________________________________________________________________________
73678 [  6206] By: jhi                                   on 2000/06/06  23:21:23
73679         Log: Subject: [PATCH] Eliminate $a/$b in pod
73680              From: David Glasser <me@davidglasser.net>
73681              To: perl5-porters@perl.org
73682              Date: Mon, 29 May 2000 21:15:59 -0400
73683              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
73684      Branch: cfgperl
73685            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
73686            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
73687            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
73688            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
73689            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
73690            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
73691            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
73692            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
73693            ! pod/perlvar.pod pod/perlxs.pod
73694 ____________________________________________________________________________
73695 [  6205] By: jhi                                   on 2000/06/06  23:12:14
73696         Log: Subject: [PATCH] Win32 improvements
73697              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
73698              To: gsar@activestate.com, perl5-porters@perl.org
73699              Date: Mon, 29 May 2000 17:22:24 PDT
73700              Message-ID: <20000530002224.91142.qmail@hotmail.com>
73701              (MUA had mangled many lines by wordwrapping)
73702      Branch: cfgperl
73703            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
73704 ____________________________________________________________________________
73705 [  6204] By: jhi                                   on 2000/06/06  23:01:50
73706         Log: Subject: [PATCH] B::Bytecode patches
73707              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
73708              To: gsar@activestate.com, jhi@iki.fi
73709              Cc: perl5-porters@perl.org
73710              Message-ID: <20000602202526.48694.qmail@hotmail.com>
73711              (MUA had mangled many lines by wordwrapping)
73712      Branch: cfgperl
73713            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
73714            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
73715            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
73716            ! intrpvar.h perl.c
73717 ____________________________________________________________________________
73718 [  6203] By: jhi                                   on 2000/06/06  22:32:43
73719         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
73720              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73721              Date: Tue, 06 Jun 2000 13:07:45 -0700
73722              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
73723      Branch: cfgperl
73724            ! pod/perldiag.pod
73725 ____________________________________________________________________________
73726 [  6202] By: jhi                                   on 2000/06/06  19:38:35
73727         Log: Integrate with Sarathy.
73728      Branch: cfgperl
73729           !> perl.c
73730 ____________________________________________________________________________
73731 [  6201] By: gsar                                  on 2000/06/06  00:42:59
73732         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
73733              does a PUSHMARK that's never ever POPMARKed; in general, only
73734              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
73735              Perl_eval_[sp]v() don't because they don't take any incoming
73736              arguments (this leak has been around since the original version
73737              of perl_eval_pv() in 5.003_97e)
73738      Branch: perl
73739            ! perl.c
73740 ____________________________________________________________________________
73741 [  6200] By: jhi                                   on 2000/06/04  03:44:52
73742         Log: Update to cperl-mode.el 4.31 from
73743              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
73744              Subject: A couple of notes
73745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73746              To: Mailing list Perl5 <perl5-porters@perl.org>
73747              Date: Sat, 3 Jun 2000 23:33:32 -0400
73748              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
73749      Branch: cfgperl
73750            ! emacs/cperl-mode.el
73751 ____________________________________________________________________________
73752 [  6199] By: jhi                                   on 2000/06/03  15:11:05
73753         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
73754              From: Dan Sugalski <dan@sidhe.org>
73755              To: perl5-porters@perl.org, vmsperl@perl.org
73756              Date: Fri, 02 Jun 2000 17:30:51 -0400
73757              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
73758      Branch: cfgperl
73759            ! vms/descrip_mms.template vms/gen_shrfls.pl
73760 ____________________________________________________________________________
73761 [  6198] By: jhi                                   on 2000/06/03  14:59:15
73762         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
73763              From: Dan Sugalski <dan@sidhe.org>
73764              To: vmsperl@perl.org, perl5-porters@perl.org
73765              Date: Fri, 02 Jun 2000 16:00:41 -0400
73766              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
73767              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
73768      Branch: cfgperl
73769            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
73770            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
73771            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
73772 ____________________________________________________________________________
73773 [  6197] By: jhi                                   on 2000/06/03  14:41:30
73774         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
73775              From: John Borwick <jhborwic@unity.ncsu.edu>
73776              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
73777              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
73778      Branch: cfgperl
73779            ! pod/perlsyn.pod
73780 ____________________________________________________________________________
73781 [  6196] By: jhi                                   on 2000/06/03  14:38:09
73782         Log: Integrate with Sarathy.
73783      Branch: cfgperl
73784           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
73785           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
73786           !> vms/perly_c.vms
73787 ____________________________________________________________________________
73788 [  6195] By: gsar                                  on 2000/06/02  22:43:13
73789         Log: fix yet another eval"" leak under USE_ITHREADS
73790      Branch: perl
73791            ! op.c
73792 ____________________________________________________________________________
73793 [  6194] By: gsar                                  on 2000/06/02  18:22:06
73794         Log: fix small eval"" memory leaks under USE_ITHREADS
73795      Branch: perl
73796            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
73797            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
73798            ! vms/perly_c.vms
73799 ____________________________________________________________________________
73800 [  6193] By: jhi                                   on 2000/06/01  13:03:56
73801         Log: Signals-be-gone for microperl.
73802      Branch: cfgperl
73803            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
73804 ____________________________________________________________________________
73805 [  6192] By: jhi                                   on 2000/06/01  12:52:02
73806         Log: Integrate with Sarathy.
73807      Branch: cfgperl
73808           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
73809           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
73810           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
73811           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
73812           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
73813           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
73814           !> t/op/vec.t utils/h2xs.PL
73815 ____________________________________________________________________________
73816 [  6191] By: gsar                                  on 2000/06/01  09:38:21
73817         Log: vec() loses numericalness (modified version of patch suggested
73818              by Robin Barker)
73819      Branch: perl
73820            ! doop.c t/op/vec.t
73821 ____________________________________________________________________________
73822 [  6190] By: gsar                                  on 2000/06/01  09:26:15
73823         Log: submit missing embed.pl change
73824      Branch: perl
73825            ! embed.pl
73826 ____________________________________________________________________________
73827 [  6189] By: gsar                                  on 2000/06/01  09:05:34
73828         Log: counting tr/// corrupts later operation (from M.J.T Guy)
73829      Branch: perl
73830            ! doop.c t/op/tr.t
73831 ____________________________________________________________________________
73832 [  6188] By: gsar                                  on 2000/06/01  08:58:39
73833         Log: h2xs tweaks
73834      Branch: perl
73835            ! utils/h2xs.PL
73836 ____________________________________________________________________________
73837 [  6187] By: gsar                                  on 2000/06/01  08:50:07
73838         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
73839              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
73840      Branch: perl
73841            + lib/Pod/LaTeX.pm
73842            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
73843            ! pod/pod2latex.PL
73844 ____________________________________________________________________________
73845 [  6186] By: gsar                                  on 2000/06/01  08:24:40
73846         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
73847              <wolfgang.laun@alcatel.at>)
73848      Branch: perl
73849            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
73850            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
73851 ____________________________________________________________________________
73852 [  6185] By: gsar                                  on 2000/06/01  08:12:00
73853         Log: remove incorrect documentation about implicit split to @_ in
73854              list context, which never really worked in perl 5 (from
73855              M.J.T. Guy)
73856      Branch: perl
73857            ! pod/perlfunc.pod pod/perltrap.pod
73858 ____________________________________________________________________________
73859 [  6184] By: gsar                                  on 2000/06/01  07:52:27
73860         Log: tweak for change#6127
73861      Branch: perl
73862            ! perl.c
73863 ____________________________________________________________________________
73864 [  6183] By: gsar                                  on 2000/06/01  07:41:02
73865         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
73866              <nick@ccl4.org>)
73867      Branch: perl
73868            + t/lib/selfloader.t
73869            ! MANIFEST lib/SelfLoader.pm
73870 ____________________________________________________________________________
73871 [  6182] By: jhi                                   on 2000/06/01  00:34:42
73872         Log: Be Cleaner Part Deux.
73873      Branch: cfgperl
73874            ! Makefile.SH
73875 ____________________________________________________________________________
73876 [  6181] By: jhi                                   on 2000/06/01  00:32:09
73877         Log: Integrate with Sarathy.
73878      Branch: cfgperl
73879           !> pp.c t/op/arith.t
73880 ____________________________________________________________________________
73881 [  6180] By: jhi                                   on 2000/06/01  00:31:13
73882         Log: microperl nits from Simon Cozens.
73883      Branch: cfgperl
73884            + uconfig.h
73885            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
73886            ! unixish.h
73887 ____________________________________________________________________________
73888 [  6179] By: gsar                                  on 2000/05/31  22:37:51
73889         Log: buggy modulus on UVs introduced by change#3378 (resulted in
73890              4063328477 % 65535 amounting to 27406, instead of 27407)
73891      Branch: perl
73892            ! pp.c t/op/arith.t
73893 ____________________________________________________________________________
73894 [  6178] By: jhi                                   on 2000/05/31  21:52:41
73895         Log: Be cleaner.
73896      Branch: cfgperl
73897            ! Makefile.SH
73898 ____________________________________________________________________________
73899 [  6177] By: jhi                                   on 2000/05/31  21:47:33
73900         Log: Substitution utf8 patch from Simon Cozens.
73901      Branch: cfgperl
73902            ! pp_hot.c
73903 ____________________________________________________________________________
73904 [  6176] By: jhi                                   on 2000/05/31  21:45:34
73905         Log: Single-quoted utf8 patch from Simon Cozens.
73906      Branch: cfgperl
73907            ! toke.c
73908 ____________________________________________________________________________
73909 [  6175] By: jhi                                   on 2000/05/31  21:40:18
73910         Log: Integrate with Sarathy.
73911      Branch: cfgperl
73912           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
73913 ____________________________________________________________________________
73914 [  6174] By: jhi                                   on 2000/05/31  21:37:31
73915         Log: microperl changes from Simon Cozens; Makefile for microperl
73916              written from scratch; few casts added as microperl compilation
73917              doesn't have all prototypes available.
73918      Branch: cfgperl
73919            + Makefile.micro README.micro Todo.micro uconfig.sh
73920            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
73921            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
73922      Branch: metaconfig
73923            + U/modified/Config_h.U
73924 ____________________________________________________________________________
73925 [  6173] By: jhi                                   on 2000/05/31  20:00:24
73926         Log: metaconfig maintenance.
73927      Branch: metaconfig
73928            + U/modified/Inhdr.U U/typedefs/inotype.U
73929      Branch: metaconfig/U/perl
73930            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
73931            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
73932 ____________________________________________________________________________
73933 [  6172] By: gsar                                  on 2000/05/31  05:05:42
73934         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
73935              (from Ilya Zakharevich)
73936      Branch: perl
73937            ! regexec.c t/op/re_tests
73938 ____________________________________________________________________________
73939 [  6171] By: gsar                                  on 2000/05/31  05:01:47
73940         Log: scalar() doesn't force scalar context when used in void context
73941              (from Simon Cozens)
73942      Branch: perl
73943            ! op.c t/op/wantarray.t
73944 ____________________________________________________________________________
73945 [  6170] By: gsar                                  on 2000/05/31  04:41:33
73946         Log: change#6142 needs tweaks to tests to work where there's no symlink()
73947              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
73948      Branch: perl
73949            ! t/lib/filefind.t
73950 ____________________________________________________________________________
73951 [  6169] By: gsar                                  on 2000/05/31  04:29:49
73952         Log: integrate cfgperl contents into mainline
73953      Branch: perl
73954           +> pod/perlmodlib.PL pod/perlnewmod.pod
73955           !> (integrate 42 files)
73956 ____________________________________________________________________________
73957 [  6168] By: jhi                                   on 2000/05/30  22:53:37
73958         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
73959      Branch: cfgperl
73960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73961            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
73962            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
73963            ! win32/config.bc win32/config.gc win32/config.vc
73964            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
73965            ! win32/config_h.PL win32/config_sh.PL
73966      Branch: metaconfig/U/perl
73967            ! perlxv.U
73968 ____________________________________________________________________________
73969 [  6167] By: jhi                                   on 2000/05/30  22:20:21
73970         Log: tweak todo 
73971      Branch: cfgperl
73972            ! Todo-5.6
73973 ____________________________________________________________________________
73974 [  6166] By: jhi                                   on 2000/05/30  22:11:51
73975         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
73976              in case somebody wants to write an extension for more
73977              shadow database interfaces.
73978      Branch: cfgperl
73979            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73980            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
73981            ! vos/config.def vos/config.h vos/config_h.SH_orig
73982            ! win32/config.bc win32/config.gc win32/config.vc
73983            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
73984      Branch: metaconfig
73985            ! U/modified/Myinit.U
73986      Branch: metaconfig/U/perl
73987            + d_getespwnam.U d_getprpwnam.U i_prot.U
73988 ____________________________________________________________________________
73989 [  6165] By: jhi                                   on 2000/05/30  18:35:34
73990         Log: Integrate with Sarathy.
73991      Branch: cfgperl
73992           !> op.c
73993 ____________________________________________________________________________
73994 [  6164] By: jhi                                   on 2000/05/30  18:30:16
73995         Log: detypo
73996      Branch: cfgperl
73997            ! Configure config_h.SH
73998      Branch: metaconfig/U/perl
73999            ! perlxv.U
74000 ____________________________________________________________________________
74001 [  6163] By: gsar                                  on 2000/05/30  03:24:03
74002         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
74003      Branch: perl
74004            ! op.c
74005 ____________________________________________________________________________
74006 [  6162] By: gsar                                  on 2000/05/30  03:09:38
74007         Log: fix memory leak in method call optimization (change#3768);
74008              made C<eval "$x->foo()"> leak
74009      Branch: perl
74010            ! op.c
74011 ____________________________________________________________________________
74012 [  6161] By: jhi                                   on 2000/05/29  17:56:26
74013         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
74014              both from Simon Cozens.
74015      Branch: cfgperl
74016            + pod/perlmodlib.PL pod/perlnewmod.pod
74017            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
74018            ! pod/perlmodlib.pod pod/perltoc.pod
74019 ____________________________________________________________________________
74020 [  6160] By: jhi                                   on 2000/05/29  17:23:55
74021         Log: Changes for the File::Temp 0.08 (change #6159) test suite
74022              to fit better into the Perl distribution test framework.
74023      Branch: cfgperl
74024            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
74025            ! t/lib/ftmp-tempfile.t
74026 ____________________________________________________________________________
74027 [  6159] By: jhi                                   on 2000/05/29  16:55:36
74028         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
74029      Branch: cfgperl
74030            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
74031            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
74032 ____________________________________________________________________________
74033 [  6158] By: bailey                                on 2000/05/29  16:22:08
74034         Log: Add fallback to tmpfile for use in cases where user's relying on
74035              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
74036              Lane's patch)
74037      Branch: vmsperl
74038            ! vms/vms.c vms/vmsish.h
74039 ____________________________________________________________________________
74040 [  6157] By: jhi                                   on 2000/05/29  03:10:36
74041         Log: Regen Configure to jive with #6149.
74042      Branch: cfgperl
74043            ! Configure
74044      Branch: metaconfig
74045            ! U/modified/Getfile.U
74046 ____________________________________________________________________________
74047 [  6156] By: jhi                                   on 2000/05/29  03:01:38
74048         Log: Integrate with Sarathy.
74049      Branch: cfgperl
74050           +> ext/DynaLoader/dl_mac.xs
74051           !> (integrate 38 files)
74052 ____________________________________________________________________________
74053 [  6155] By: gsar                                  on 2000/05/28  21:15:58
74054         Log: small bug in change#6144; remove random \xA0 character that snuck
74055              in via change#6145
74056      Branch: perl
74057            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
74058 ____________________________________________________________________________
74059 [  6154] By: gsar                                  on 2000/05/28  21:04:19
74060         Log: avoid type mismatch warning
74061      Branch: perl
74062            ! perl.c
74063 ____________________________________________________________________________
74064 [  6153] By: gsar                                  on 2000/05/28  20:58:31
74065         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
74066              <nick@Bagpuss.uk.boo.com>)
74067      Branch: perl
74068            ! lib/Test/Harness.pm
74069 ____________________________________________________________________________
74070 [  6152] By: gsar                                  on 2000/05/28  20:53:42
74071         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
74072      Branch: perl
74073            ! regexec.c
74074 ____________________________________________________________________________
74075 [  6151] By: gsar                                  on 2000/05/28  20:50:28
74076         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
74077      Branch: perl
74078            ! regexec.c
74079 ____________________________________________________________________________
74080 [  6150] By: gsar                                  on 2000/05/28  20:39:58
74081         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
74082      Branch: perl
74083            ! pod/perlrequick.pod
74084 ____________________________________________________________________________
74085 [  6149] By: gsar                                  on 2000/05/28  20:35:16
74086         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
74087              <troc@netrus.net>)
74088      Branch: perl
74089            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
74090            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
74091            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
74092            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
74093 ____________________________________________________________________________
74094 [  6148] By: gsar                                  on 2000/05/28  20:21:07
74095         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
74096      Branch: perl
74097            ! lib/ExtUtils/MM_Unix.pm
74098 ____________________________________________________________________________
74099 [  6147] By: gsar                                  on 2000/05/28  20:12:41
74100         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
74101              (from Peter Prymmer)
74102      Branch: perl
74103            ! vms/subconfigure.com
74104 ____________________________________________________________________________
74105 [  6146] By: gsar                                  on 2000/05/28  20:06:15
74106         Log: doc typo
74107      Branch: perl
74108            ! lib/warnings.pm warnings.h warnings.pl
74109 ____________________________________________________________________________
74110 [  6145] By: gsar                                  on 2000/05/28  18:44:33
74111         Log: make xsubpp skip embedded pod (from Matthias Neeracher
74112              <neeri@iis.ee.ethz.ch>)
74113      Branch: perl
74114            ! lib/ExtUtils/xsubpp
74115 ____________________________________________________________________________
74116 [  6144] By: gsar                                  on 2000/05/28  18:42:49
74117         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
74118              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
74119              <neeri@iis.ee.ethz.ch>)
74120      Branch: perl
74121            ! lib/AutoSplit.pm
74122 ____________________________________________________________________________
74123 [  6143] By: gsar                                  on 2000/05/28  18:41:12
74124         Log: MacOS support, part 1 (from Matthias Neeracher
74125              <neeri@iis.ee.ethz.ch>)
74126      Branch: perl
74127            + ext/DynaLoader/dl_mac.xs
74128            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
74129            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
74130            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
74131            ! util.h
74132 ____________________________________________________________________________
74133 [  6142] By: gsar                                  on 2000/05/28  18:21:51
74134         Log: File::Find fails to chdir when chasing symlinks (from
74135              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
74136      Branch: perl
74137            ! lib/File/Find.pm t/lib/filefind.t
74138 ____________________________________________________________________________
74139 [  6141] By: jhi                                   on 2000/05/28  14:25:15
74140         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
74141              forwarded by Peter Seebach from the bsdi-users mailing list.
74142              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
74143      Branch: perl
74144            ! hints/bsdos.sh
74145 ____________________________________________________________________________
74146 [  6140] By: jhi                                   on 2000/05/28  14:11:57
74147         Log: Integrate with Sarathy.
74148      Branch: cfgperl
74149           +> (branch 30 files)
74150           !> (integrate 93 files)
74151 ____________________________________________________________________________
74152 [  6139] By: gsar                                  on 2000/05/28  10:01:48
74153         Log: revise mktables.PL for bugs and newness in Unicode 3.0
74154              (from James Bence <jbence@amgen.com>)
74155      Branch: perl
74156            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
74157            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
74158            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
74159            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
74160            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
74161            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
74162            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
74163            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
74164            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
74165            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
74166            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
74167            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
74168            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
74169            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
74170            + lib/unicode/Is/SylWU.pl
74171            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
74172            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
74173            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
74174            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
74175            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
74176            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
74177            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
74178            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
74179            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
74180            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
74181            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
74182            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
74183            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
74184            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
74185            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
74186            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
74187            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
74188            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
74189            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
74190            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
74191            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
74192            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
74193            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
74194            ! lib/unicode/Makefile lib/unicode/mktables.PL
74195 ____________________________________________________________________________
74196 [  6138] By: gsar                                  on 2000/05/28  08:50:32
74197         Log: add note about the handling of negative indices to tied arrays
74198              (from Michael G Schwern <schwern@pobox.com>)
74199      Branch: perl
74200            ! pod/perltie.pod
74201 ____________________________________________________________________________
74202 [  6137] By: gsar                                  on 2000/05/28  08:46:10
74203         Log: fix bogus redeclaration warning for "our" variables in different
74204              scopes
74205      Branch: perl
74206            ! op.c t/pragma/strict-vars
74207 ____________________________________________________________________________
74208 [  6136] By: gsar                                  on 2000/05/28  08:31:20
74209         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
74210      Branch: perl
74211            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
74212 ____________________________________________________________________________
74213 [  6135] By: gsar                                  on 2000/05/28  08:17:50
74214         Log: enable Test::Harness to dynamically determine column width etc.
74215              (from Rob Napier <rnapier@employees.org>)
74216      Branch: perl
74217            ! lib/Test/Harness.pm
74218 ____________________________________________________________________________
74219 [  6134] By: gsar                                  on 2000/05/28  08:13:39
74220         Log: make Test::Harness use wait.h/WCOREDUMP if available
74221              (from Ben Tilly <ben_tilly@hotmail.com>)
74222      Branch: perl
74223            ! lib/Test/Harness.pm
74224 ____________________________________________________________________________
74225 [  6133] By: gsar                                  on 2000/05/28  08:08:05
74226         Log: elide bogus test in change#6132
74227      Branch: perl
74228            ! t/pragma/warn/9enabled
74229 ____________________________________________________________________________
74230 [  6132] By: gsar                                  on 2000/05/28  08:03:14
74231         Log: warnings::enabled() doesn't fall back to looking at $^W if
74232              caller isn't using lexical warnings (from Paul Marquess)
74233      Branch: perl
74234            ! pp_ctl.c t/pragma/warn/9enabled
74235 ____________________________________________________________________________
74236 [  6131] By: gsar                                  on 2000/05/28  07:57:47
74237         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
74238      Branch: perl
74239            ! ext/POSIX/POSIX.pm
74240 ____________________________________________________________________________
74241 [  6130] By: gsar                                  on 2000/05/28  07:29:12
74242         Log: fix places that mean C<"word" character> but say C<alphanumeric
74243              character>
74244      Branch: perl
74245            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
74246 ____________________________________________________________________________
74247 [  6129] By: gsar                                  on 2000/05/28  07:18:41
74248         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
74249      Branch: perl
74250            ! vms/test.com
74251 ____________________________________________________________________________
74252 [  6128] By: gsar                                  on 2000/05/28  07:12:55
74253         Log: new perlxstut example for passing/returning refs to arrays
74254              (from David Lowe <dlowe@pootpoot.com>)
74255      Branch: perl
74256            ! pod/perlxstut.pod
74257 ____________________________________________________________________________
74258 [  6127] By: gsar                                  on 2000/05/28  07:02:50
74259         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
74260              failed (from Gisle Aas)
74261      Branch: perl
74262            ! cop.h perl.c
74263 ____________________________________________________________________________
74264 [  6126] By: gsar                                  on 2000/05/28  06:39:53
74265         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
74266              (reworked variant of patch suggested by Simon Cozens)
74267      Branch: perl
74268            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
74269            ! pp_hot.c proto.h t/op/gv.t
74270 ____________________________________________________________________________
74271 [  6125] By: gsar                                  on 2000/05/28  05:14:55
74272         Log: enable propagating exception objects via Perl_croak() in XS code
74273              (from Gisle Aas)
74274      Branch: perl
74275            ! util.c
74276 ____________________________________________________________________________
74277 [  6124] By: gsar                                  on 2000/05/28  05:07:28
74278         Log: integrate vmsperl contents into mainline
74279      Branch: perl
74280           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
74281           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
74282           !> vms/vmsish.h
74283 ____________________________________________________________________________
74284 [  6123] By: gsar                                  on 2000/05/28  05:03:53
74285         Log: clarify gotcha with #line directives (from Rocco Caputo
74286              <troc@netrus.net>)
74287      Branch: perl
74288            ! pod/perldebug.pod pod/perlsyn.pod
74289 ____________________________________________________________________________
74290 [  6122] By: gsar                                  on 2000/05/28  04:58:29
74291         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
74292              (from Mark-Jason Dominus)
74293      Branch: perl
74294            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
74295            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
74296            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
74297            ! toke.c
74298 ____________________________________________________________________________
74299 [  6121] By: bailey                                on 2000/05/25  04:46:54
74300         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
74301              lists (based on fixes by Craig Berry)
74302      Branch: vmsperl
74303            ! lib/File/Spec/VMS.pm
74304 ____________________________________________________________________________
74305 [  6120] By: bailey                                on 2000/05/25  04:25:38
74306         Log: Add missing escape (Charles Lane)
74307      Branch: vmsperl
74308            ! t/op/lex_assign.t
74309 ____________________________________________________________________________
74310 [  6119] By: bailey                                on 2000/05/25  04:21:25
74311         Log: Quiet error messages in vmsish.t (Charles Lane)
74312      Branch: vmsperl
74313            ! vms/ext/vmsish.t
74314 ____________________________________________________________________________
74315 [  6118] By: bailey                                on 2000/05/25  04:17:57
74316         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
74317              Flatten case labels in switch statements uniformly (Charles Bailey)
74318      Branch: vmsperl
74319            ! vms/vms.c
74320 ____________________________________________________________________________
74321 [  6117] By: bailey                                on 2000/05/25  03:58:09
74322         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
74323      Branch: vmsperl
74324            ! vms/vmsish.h
74325 ____________________________________________________________________________
74326 [  6116] By: bailey                                on 2000/05/25  03:11:15
74327         Log: Miscellaneous cosmetic fixes (Charles Lane)
74328      Branch: vmsperl
74329            ! lib/ExtUtils/MM_VMS.pm
74330 ____________________________________________________________________________
74331 [  6115] By: bailey                                on 2000/05/25  03:10:36
74332         Log: Add bounds checking for several strings (Charles Lane)
74333      Branch: vmsperl
74334            ! vms/vms.c
74335 ____________________________________________________________________________
74336 [  6114] By: bailey                                on 2000/05/25  02:25:34
74337         Log: Urk -- undo previous removal of vmsish 'exit' change
74338      Branch: vmsperl
74339            ! vms/ext/vmsish.pm vms/vmsish.h
74340 ____________________________________________________________________________
74341 [  6113] By: bailey                                on 2000/05/24  02:24:40
74342         Log: Ugly workaround for version-specific RTL error
74343      Branch: vmsperl
74344            ! vms/vms.c
74345 ____________________________________________________________________________
74346 [  6112] By: bailey                                on 2000/05/24  02:19:55
74347         Log: Check for existence of file before trying to delete
74348      Branch: vmsperl
74349            ! vms/test.com
74350 ____________________________________________________________________________
74351 [  6111] By: bailey                                on 2000/05/23  23:35:13
74352         Log: Resync with mainline prior to post-5.6.0 updates
74353      Branch: vmsperl
74354           +> (branch 49 files)
74355            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
74356            ! vms/ext/vmsish.pm
74357           !> (integrate 334 files)
74358 ____________________________________________________________________________
74359 [  6110] By: jhi                                   on 2000/05/23  19:28:32
74360         Log: todo tweak
74361      Branch: cfgperl
74362            ! Todo-5.6
74363 ____________________________________________________________________________
74364 [  6109] By: jhi                                   on 2000/05/18  17:38:54
74365         Log: Integrate with Sarathy.
74366      Branch: cfgperl
74367           !> mg.c perl.h win32/perlhost.h
74368 ____________________________________________________________________________
74369 [  6108] By: gsar                                  on 2000/05/17  02:24:56
74370         Log: reenable fake signal handling on Windows, bugs and all
74371      Branch: perl
74372            ! mg.c perl.h win32/perlhost.h
74373 ____________________________________________________________________________
74374 [  6107] By: jhi                                   on 2000/05/15  18:01:41
74375         Log: Tweak the todo list.
74376      Branch: cfgperl
74377            ! Todo-5.6
74378 ____________________________________________________________________________
74379 [  6106] By: jhi                                   on 2000/05/15  13:41:48
74380         Log: The (Configure) script refuses to go on, after asking for
74381              'You may also choose to try maximal 64-bitness....'.
74382              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
74383              -- Patrick Zima
74384              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
74385      Branch: cfgperl
74386            ! hints/solaris_2.sh
74387 ____________________________________________________________________________
74388 [  6105] By: jhi                                   on 2000/05/11  14:37:43
74389         Log: Integrate with Sarathy.
74390      Branch: cfgperl
74391           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
74392           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
74393 ____________________________________________________________________________
74394 [  6104] By: gsar                                  on 2000/05/11  03:39:07
74395         Log: PL_sys_intern was being initialized too late on windows
74396      Branch: perl
74397            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
74398            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
74399 ____________________________________________________________________________
74400 [  6103] By: jhi                                   on 2000/05/09  19:42:20
74401         Log: Test tweaking for Unicos continues.
74402      Branch: cfgperl
74403            ! t/op/64bitint.t
74404 ____________________________________________________________________________
74405 [  6102] By: jhi                                   on 2000/05/09  16:47:27
74406         Log: The test suite tweak in #6101 wasn't quite right.
74407      Branch: cfgperl
74408            ! t/lib/complex.t
74409 ____________________________________________________________________________
74410 [  6101] By: jhi                                   on 2000/05/09  15:35:34
74411         Log: Hints and test tweaks for Unicos.
74412      Branch: cfgperl
74413            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
74414 ____________________________________________________________________________
74415 [  6100] By: jhi                                   on 2000/05/08  21:15:06
74416         Log: More compilation tweakery from Allen Smith.
74417      Branch: cfgperl
74418            ! hints/irix_6.sh
74419 ____________________________________________________________________________
74420 [  6099] By: jhi                                   on 2000/05/08  19:21:18
74421         Log: Tweaks for the cc bugs from Allen Smith.
74422      Branch: cfgperl
74423            ! hints/irix_6.sh
74424 ____________________________________________________________________________
74425 [  6098] By: jhi                                   on 2000/05/08  19:13:37
74426         Log: Add a note about other, yet unsupported, shadow password APIs.
74427      Branch: cfgperl
74428            ! pp_sys.c
74429 ____________________________________________________________________________
74430 [  6097] By: jhi                                   on 2000/05/08  18:46:34
74431         Log: Add a note about possible compilation problems from Allen Smith.
74432      Branch: cfgperl
74433            ! hints/irix_6.sh
74434 ____________________________________________________________________________
74435 [  6096] By: jhi                                   on 2000/05/08  17:33:10
74436         Log: Integrate with Sarathy.
74437      Branch: cfgperl
74438           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
74439           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
74440 ____________________________________________________________________________
74441 [  6095] By: jhi                                   on 2000/05/08  16:21:33
74442         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
74443              might be useful in future.
74444      Branch: cfgperl
74445            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74446            ! config_h.SH
74447      Branch: metaconfig
74448            ! U/installdirs/inc_version_list.U
74449      Branch: metaconfig/U/perl
74450            ! perlxv.U
74451 ____________________________________________________________________________
74452 [  6094] By: gsar                                  on 2000/05/08  14:22:22
74453         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
74454      Branch: perl
74455            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
74456            ! hints/cygwin.sh pp_sys.c
74457 ____________________________________________________________________________
74458 [  6093] By: gsar                                  on 2000/05/08  12:52:28
74459         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
74460              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
74461      Branch: perl
74462            ! pp_sys.c sv.c win32/perlhost.h
74463 ____________________________________________________________________________
74464 [  6092] By: jhi                                   on 2000/05/07  22:40:34
74465         Log: Regen perltoc with the fixed buildtoc.
74466      Branch: cfgperl
74467            ! pod/perltoc.pod
74468 ____________________________________________________________________________
74469 [  6091] By: jhi                                   on 2000/05/07  22:24:16
74470         Log: Integrate with Sarathy.
74471      Branch: cfgperl
74472           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
74473           !> t/op/substr.t toke.c
74474 ____________________________________________________________________________
74475 [  6090] By: gsar                                  on 2000/05/07  19:47:07
74476         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
74477              [NI]OK; added tests for both
74478      Branch: perl
74479            ! perl.c pp_hot.c sv.c t/op/substr.t
74480 ____________________________________________________________________________
74481 [  6089] By: gsar                                  on 2000/05/07  18:18:38
74482         Log: buildtoc tweak to fix newline lossage
74483      Branch: perl
74484            ! pod/buildtoc
74485 ____________________________________________________________________________
74486 [  6088] By: jhi                                   on 2000/05/07  16:35:36
74487         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
74488              because we do not use those.  The HAS_GETSPNAM remains,
74489              though, because we still do use that.
74490      Branch: cfgperl
74491            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74492            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
74493            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
74494            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
74495            ! win32/config.vc win32/config_H.bc win32/config_H.gc
74496            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
74497 ____________________________________________________________________________
74498 [  6087] By: gsar                                  on 2000/05/07  16:05:16
74499         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
74500      Branch: perl
74501            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
74502 ____________________________________________________________________________
74503 [  6086] By: jhi                                   on 2000/05/07  15:27:07
74504         Log: Integrate with Sarathy.
74505      Branch: cfgperl
74506           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
74507           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
74508           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
74509           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
74510           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
74511           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
74512 ____________________________________________________________________________
74513 [  6085] By: gsar                                  on 2000/05/07  05:52:02
74514         Log: repeat operator (x) doesn't preserve utf8-ness
74515      Branch: perl
74516            ! pp.c t/op/substr.t
74517 ____________________________________________________________________________
74518 [  6084] By: gsar                                  on 2000/05/07  05:39:55
74519         Log: substr() does not preserve utf8-ness (from Stefan Eissing
74520              <Eissing@medicaldataservice.de>); added tests
74521      Branch: perl
74522            ! pp.c t/op/substr.t
74523 ____________________________________________________________________________
74524 [  6083] By: gsar                                  on 2000/05/07  05:24:46
74525         Log: note about undocumented caller() return value (from M.J.T. Guy);
74526              yet another peek.t tweak
74527      Branch: perl
74528            ! pod/perlfunc.pod t/lib/peek.t
74529 ____________________________________________________________________________
74530 [  6082] By: gsar                                  on 2000/05/07  05:08:40
74531         Log: peek.t non-portable to ithreads
74532      Branch: perl
74533            ! t/lib/peek.t
74534 ____________________________________________________________________________
74535 [  6081] By: gsar                                  on 2000/05/07  04:17:04
74536         Log: better default perlbug categories for ok reports (from Richard Foley)
74537      Branch: perl
74538            ! utils/perlbug.PL
74539 ____________________________________________________________________________
74540 [  6080] By: gsar                                  on 2000/05/07  04:08:07
74541         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
74542              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
74543      Branch: perl
74544            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
74545            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
74546            ! AUTHORS MAINTAIN MANIFEST
74547 ____________________________________________________________________________
74548 [  6079] By: gsar                                  on 2000/05/07  04:01:38
74549         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
74550      Branch: perl
74551            ! lib/Carp/Heavy.pm
74552 ____________________________________________________________________________
74553 [  6078] By: gsar                                  on 2000/05/07  01:24:19
74554         Log: workaround for CRT bug in chdir() (from Charles Lane, via
74555              Peter Prymmer)
74556      Branch: perl
74557            ! iperlsys.h vms/vms.c vms/vmsish.h
74558 ____________________________________________________________________________
74559 [  6077] By: gsar                                  on 2000/05/07  01:22:23
74560         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
74561              and Tom Phoenix)
74562      Branch: perl
74563            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
74564 ____________________________________________________________________________
74565 [  6076] By: gsar                                  on 2000/05/06  17:36:29
74566         Log: integrate cfgperl contents into mainline
74567      Branch: perl
74568           +> t/lib/peek.t
74569           !> Configure MANIFEST Porting/Glossary Porting/config.sh
74570           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
74571           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
74572           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
74573 ____________________________________________________________________________
74574 [  6075] By: jhi                                   on 2000/05/05  18:56:10
74575         Log: Make the test more portable.
74576      Branch: cfgperl
74577            ! t/lib/peek.t
74578 ____________________________________________________________________________
74579 [  6074] By: jhi                                   on 2000/05/05  18:49:20
74580         Log: Introduce t/lib/peek.t.
74581      Branch: cfgperl
74582            + t/lib/peek.t
74583            ! MANIFEST
74584 ____________________________________________________________________________
74585 [  6073] By: jhi                                   on 2000/05/05  14:30:45
74586         Log: Complex tweaks.
74587      Branch: cfgperl
74588            ! lib/Math/Complex.pm t/lib/complex.t
74589 ____________________________________________________________________________
74590 [  6072] By: jhi                                   on 2000/05/05  12:27:13
74591         Log: Integrate with Sarathy.
74592      Branch: cfgperl
74593           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
74594           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
74595           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
74596           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
74597 ____________________________________________________________________________
74598 [  6071] By: gsar                                  on 2000/05/05  02:24:46
74599         Log: misformatted perllocal.pod (from Tim Jenness
74600              <t.jenness@jach.hawaii.edu>)
74601      Branch: perl
74602            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
74603 ____________________________________________________________________________
74604 [  6070] By: gsar                                  on 2000/05/05  02:16:52
74605         Log: remove misleading comment (from M.J.T. Guy)
74606      Branch: perl
74607            ! t/lib/anydbm.t
74608 ____________________________________________________________________________
74609 [  6069] By: gsar                                  on 2000/05/05  02:15:13
74610         Log: File::Spec compatibility update (from Barrie Slaymaker
74611              <barries@slaysys.com>)
74612      Branch: perl
74613            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
74614            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
74615 ____________________________________________________________________________
74616 [  6068] By: gsar                                  on 2000/05/05  02:01:50
74617         Log: note about values()
74618      Branch: perl
74619            ! pod/perlfunc.pod
74620 ____________________________________________________________________________
74621 [  6067] By: gsar                                  on 2000/05/05  01:33:09
74622         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
74623      Branch: perl
74624            ! win32/win32.c
74625 ____________________________________________________________________________
74626 [  6066] By: gsar                                  on 2000/05/05  01:23:43
74627         Log: s/END/CHECK/
74628      Branch: perl
74629            ! perl.c
74630 ____________________________________________________________________________
74631 [  6065] By: jhi                                   on 2000/05/04  17:30:22
74632         Log: Integrate with Sarathy.
74633      Branch: cfgperl
74634           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
74635 ____________________________________________________________________________
74636 [  6064] By: gsar                                  on 2000/05/04  17:26:14
74637         Log: change#5905 wasn't quite right--it's intent only applies when arguments
74638              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
74639      Branch: perl
74640            ! pp_sys.c sv.c
74641 ____________________________________________________________________________
74642 [  6063] By: gsar                                  on 2000/05/04  16:52:29
74643         Log: tokeq() could read unallocated field in argument
74644      Branch: perl
74645            ! toke.c
74646 ____________________________________________________________________________
74647 [  6062] By: gsar                                  on 2000/05/04  16:34:51
74648         Log: additional tests for utf8.t
74649      Branch: perl
74650            ! t/pragma/utf8.t
74651 ____________________________________________________________________________
74652 [  6061] By: gsar                                  on 2000/05/04  16:09:28
74653         Log: change#5921 neglected to make eq honor "use bytes"
74654      Branch: perl
74655            ! sv.c
74656 ____________________________________________________________________________
74657 [  6060] By: jhi                                   on 2000/05/04  15:30:16
74658         Log: Integrate with Sarathy.
74659      Branch: cfgperl
74660           !> perl.c regcomp.c t/pragma/utf8.t
74661 ____________________________________________________________________________
74662 [  6059] By: jhi                                   on 2000/05/04  15:26:37
74663         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
74664              in natively 64-bit platforms where a long is a quad (no need
74665              for long longs).  Also added bias for IVs.
74666      Branch: cfgperl
74667            ! toke.c
74668 ____________________________________________________________________________
74669 [  6058] By: gsar                                  on 2000/05/04  00:19:14
74670         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
74671              (spotted by Donald Kinzer <dkinzer@premia.com>)
74672      Branch: perl
74673            ! perl.c
74674 ____________________________________________________________________________
74675 [  6057] By: gsar                                  on 2000/05/03  18:34:01
74676         Log: fix broken parsing of /\x{ab}/
74677      Branch: perl
74678            ! regcomp.c t/pragma/utf8.t
74679 ____________________________________________________________________________
74680 [  6056] By: jhi                                   on 2000/05/03  17:57:16
74681         Log: The search of infinity continues, this time simplified.
74682      Branch: cfgperl
74683            ! lib/Math/Complex.pm
74684 ____________________________________________________________________________
74685 [  6055] By: jhi                                   on 2000/05/03  17:45:30
74686         Log: Detypo.
74687      Branch: cfgperl
74688            ! hints/unicos.sh
74689 ____________________________________________________________________________
74690 [  6054] By: jhi                                   on 2000/05/02  22:28:27
74691         Log: Be more forgiving in POSIX about HUGE_VALL.
74692      Branch: cfgperl
74693            ! ext/POSIX/POSIX.xs
74694 ____________________________________________________________________________
74695 [  6053] By: jhi                                   on 2000/05/02  22:25:05
74696         Log: Integrate with Sarathy.
74697      Branch: cfgperl
74698           !> hints/irix_6.sh pod/perlop.pod
74699 ____________________________________________________________________________
74700 [  6052] By: jhi                                   on 2000/05/02  22:24:31
74701         Log: Unicos hint tweak.
74702      Branch: cfgperl
74703            ! hints/unicos.sh
74704 ____________________________________________________________________________
74705 [  6051] By: jhi                                   on 2000/05/02  22:21:26
74706         Log: Complex tweakery.
74707      Branch: cfgperl
74708            ! lib/Math/Complex.pm t/lib/complex.t
74709 ____________________________________________________________________________
74710 [  6050] By: jhi                                   on 2000/05/02  19:26:22
74711         Log: Use setxxent()/endxxent().
74712      Branch: cfgperl
74713            ! t/op/grent.t t/op/pwent.t
74714 ____________________________________________________________________________
74715 [  6049] By: jhi                                   on 2000/05/02  19:06:02
74716         Log: Test both the scalar and list contexts.
74717      Branch: cfgperl
74718            ! t/op/grent.t t/op/pwent.t
74719 ____________________________________________________________________________
74720 [  6048] By: gsar                                  on 2000/05/02  18:29:10
74721         Log: add note about how $( doesn't interpolate in REs (from
74722              Philip Newton <newton@ficus.frogspace.net>)
74723      Branch: perl
74724            ! pod/perlop.pod
74725 ____________________________________________________________________________
74726 [  6047] By: jhi                                   on 2000/05/02  17:41:24
74727         Log: Call getspnam() only iff needed.
74728      Branch: cfgperl
74729            ! pp_sys.c
74730 ____________________________________________________________________________
74731 [  6046] By: gsar                                  on 2000/05/02  17:07:25
74732         Log: libscheck has insufficient checks for n32 libs (from
74733              Albert Chin-A-Young <china@thewrittenword.com>)
74734      Branch: perl
74735            ! hints/irix_6.sh
74736 ____________________________________________________________________________
74737 [  6045] By: jhi                                   on 2000/05/02  13:57:17
74738         Log: Integrate with Sarathy.
74739      Branch: cfgperl
74740           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
74741           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
74742 ____________________________________________________________________________
74743 [  6044] By: gsar                                  on 2000/05/02  06:48:19
74744         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
74745              such that underscores are only ignored in literal numbers,
74746              "\x{...}", and hex/oct argument
74747      Branch: perl
74748            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
74749 ____________________________________________________________________________
74750 [  6043] By: gsar                                  on 2000/05/02  02:22:29
74751         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
74752      Branch: perl
74753            ! pod/perlretut.pod
74754 ____________________________________________________________________________
74755 [  6042] By: gsar                                  on 2000/05/02  02:17:51
74756         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
74757      Branch: perl
74758            ! pod/perltrap.pod
74759 ____________________________________________________________________________
74760 [  6041] By: gsar                                  on 2000/05/02  01:53:51
74761         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
74762              to compensate
74763      Branch: perl
74764            ! Porting/makerel
74765 ____________________________________________________________________________
74766 [  6040] By: gsar                                  on 2000/05/02  01:51:57
74767         Log: missing files in MANIFEST
74768      Branch: perl
74769            ! MANIFEST
74770 ____________________________________________________________________________
74771 [  6039] By: jhi                                   on 2000/05/02  00:36:46
74772         Log: Infinite problems.
74773      Branch: cfgperl
74774            ! lib/Math/Complex.pm
74775 ____________________________________________________________________________
74776 [  6038] By: jhi                                   on 2000/05/02  00:06:38
74777         Log: pwent/spent #ifdef imbalance.
74778      Branch: cfgperl
74779            ! pp_sys.c
74780 ____________________________________________________________________________
74781 [  6037] By: jhi                                   on 2000/05/01  22:50:11
74782         Log: Use HUGE_VALL if applicable.
74783      Branch: cfgperl
74784            ! ext/POSIX/POSIX.xs util.c
74785 ____________________________________________________________________________
74786 [  6036] By: jhi                                   on 2000/05/01  22:20:53
74787         Log: Correct Freudian slip.
74788      Branch: cfgperl
74789            ! pp_sys.c
74790 ____________________________________________________________________________
74791 [  6035] By: jhi                                   on 2000/05/01  21:07:38
74792         Log: Continue on the pwent/spent case.
74793      Branch: cfgperl
74794            ! pp_sys.c
74795 ____________________________________________________________________________
74796 [  6034] By: jhi                                   on 2000/05/01  17:45:14
74797         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
74798              adjustments in 6032 conflicted badly with this, will have
74799              to revisit them later.
74800      Branch: cfgperl
74801           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
74802           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
74803           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
74804           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
74805           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
74806           !> t/lib/cgi-html.t t/lib/cgi-request.t
74807 ____________________________________________________________________________
74808 [  6033] By: jhi                                   on 2000/05/01  17:40:49
74809         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
74810      Branch: cfgperl
74811            ! pp_sys.c
74812 ____________________________________________________________________________
74813 [  6032] By: gsar                                  on 2000/05/01  15:56:32
74814         Log: whitespace adjustments
74815      Branch: perl
74816            ! pp_sys.c
74817 ____________________________________________________________________________
74818 [  6031] By: gsar                                  on 2000/05/01  15:19:41
74819         Log: small nits in diagnostics.pm (from Robin Barker)
74820      Branch: perl
74821            ! lib/diagnostics.pm pod/perldiag.pod
74822 ____________________________________________________________________________
74823 [  6030] By: gsar                                  on 2000/05/01  08:39:18
74824         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
74825              for @- and @+ (from Johan Vromans)
74826      Branch: perl
74827            ! lib/English.pm pod/perlvar.pod
74828 ____________________________________________________________________________
74829 [  6029] By: gsar                                  on 2000/05/01  08:16:10
74830         Log: add CGI.pm v2.66 (from Lincoln Stein)
74831      Branch: perl
74832            + lib/CGI/Util.pm t/lib/cgi-pretty.t
74833            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
74834            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
74835            ! t/lib/cgi-html.t t/lib/cgi-request.t
74836 ____________________________________________________________________________
74837 [  6028] By: gsar                                  on 2000/05/01  06:34:41
74838         Log: Pod::Man generates groff-incompatible macro definition (from
74839              Tom Christiansen)
74840      Branch: perl
74841            ! lib/Pod/Man.pm
74842 ____________________________________________________________________________
74843 [  6027] By: gsar                                  on 2000/05/01  06:31:36
74844         Log: podlators-1.02 update (from Russ Allbery)
74845      Branch: perl
74846            ! lib/Pod/Man.pm lib/Pod/Text.pm
74847 ____________________________________________________________________________
74848 [  6026] By: jhi                                   on 2000/04/30  23:24:23
74849         Log: Integrate with Sarathy.
74850      Branch: cfgperl
74851           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
74852           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
74853           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
74854           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
74855           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
74856           !> t/lib/syslog.t toke.c win32/win32.h
74857 ____________________________________________________________________________
74858 [  6025] By: gsar                                  on 2000/04/30  18:17:47
74859         Log: Is{Alnum,Alpha,Word} don't match titlecase
74860              
74861              TODO: IsSpace is defined recursively!
74862              
74863              (both spotted by Larry)
74864      Branch: perl
74865            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
74866            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
74867 ____________________________________________________________________________
74868 [  6024] By: gsar                                  on 2000/04/30  17:50:19
74869         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
74870              (from Hugo van der Sanden)
74871      Branch: perl
74872            ! toke.c
74873 ____________________________________________________________________________
74874 [  6023] By: gsar                                  on 2000/04/30  17:14:43
74875         Log: debugger stomps on $. (from M.J.T. Guy)
74876      Branch: perl
74877            ! lib/perl5db.pl
74878 ____________________________________________________________________________
74879 [  6022] By: gsar                                  on 2000/04/30  16:59:22
74880         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
74881      Branch: perl
74882            ! sv.c
74883 ____________________________________________________________________________
74884 [  6021] By: gsar                                  on 2000/04/29  21:00:08
74885         Log: remove Win2K issue in pod (fixed by change#6020)
74886      Branch: perl
74887            ! README.win32 pod/perl56delta.pod
74888 ____________________________________________________________________________
74889 [  6020] By: gsar                                  on 2000/04/29  20:51:49
74890         Log: test tweak
74891      Branch: perl
74892            ! t/lib/open3.t
74893 ____________________________________________________________________________
74894 [  6019] By: gsar                                  on 2000/04/29  20:34:27
74895         Log: windows portability tweaks
74896      Branch: perl
74897            ! t/lib/b.t win32/win32.h
74898 ____________________________________________________________________________
74899 [  6018] By: gsar                                  on 2000/04/29  19:55:24
74900         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
74901              make _PATH_LOG() return "" if unavailable
74902      Branch: perl
74903            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
74904            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
74905 ____________________________________________________________________________
74906 [  6017] By: jhi                                   on 2000/04/28  22:49:46
74907         Log: Integrate with Sarathy.
74908      Branch: cfgperl
74909           !> op.c perl.c pod/perldiag.pod t/lib/b.t
74910 ____________________________________________________________________________
74911 [  6016] By: jhi                                   on 2000/04/28  22:46:14
74912         Log: Do not warn that an infinity does not look like a number.
74913      Branch: cfgperl
74914            ! sv.c
74915 ____________________________________________________________________________
74916 [  6015] By: gsar                                  on 2000/04/28  22:35:49
74917         Log: tweak test for portability
74918      Branch: perl
74919            ! t/lib/b.t
74920 ____________________________________________________________________________
74921 [  6014] By: gsar                                  on 2000/04/28  22:05:31
74922         Log: glob() loading File::Glob behind the scenes may cause syntax errors
74923      Branch: perl
74924            ! op.c
74925 ____________________________________________________________________________
74926 [  6013] By: gsar                                  on 2000/04/28  21:25:22
74927         Log: tweak change#5945 to display correct switch name in diagnostic
74928      Branch: perl
74929            ! perl.c pod/perldiag.pod
74930 ____________________________________________________________________________
74931 [  6012] By: jhi                                   on 2000/04/28  21:08:12
74932         Log: Integrate with Sarathy.
74933      Branch: cfgperl
74934           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
74935           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
74936           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
74937 ____________________________________________________________________________
74938 [  6011] By: jhi                                   on 2000/04/28  21:04:46
74939         Log: &HUGE_VAL is not defined, it exists.
74940      Branch: cfgperl
74941            ! lib/Math/Complex.pm
74942 ____________________________________________________________________________
74943 [  6010] By: gsar                                  on 2000/04/28  21:02:58
74944         Log: clarify note about shadow password support (from
74945              gellyfish@gellyfish.com)
74946      Branch: perl
74947            ! pod/perlfunc.pod
74948 ____________________________________________________________________________
74949 [  6009] By: gsar                                  on 2000/04/28  21:00:00
74950         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
74951      Branch: perl
74952            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
74953 ____________________________________________________________________________
74954 [  6008] By: gsar                                  on 2000/04/28  20:56:33
74955         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
74956      Branch: perl
74957            ! installperl vms/subconfigure.com
74958 ____________________________________________________________________________
74959 [  6007] By: gsar                                  on 2000/04/28  20:51:21
74960         Log: note about compile failures and END blocks (from M.J.T. Guy)
74961      Branch: perl
74962            ! pod/perl56delta.pod pod/perlmod.pod
74963 ____________________________________________________________________________
74964 [  6006] By: jhi                                   on 2000/04/28  20:42:14
74965         Log: Regen Configure.
74966      Branch: cfgperl
74967            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74968            ! config_h.SH
74969 ____________________________________________________________________________
74970 [  6005] By: gsar                                  on 2000/04/28  20:41:16
74971         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
74972      Branch: perl
74973            ! utils/perldoc.PL
74974 ____________________________________________________________________________
74975 [  6004] By: jhi                                   on 2000/04/28  20:28:21
74976         Log: Integrate with Sarathy.
74977      Branch: cfgperl
74978           !> Configure INSTALL Porting/Glossary Porting/config.sh
74979           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
74980           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
74981           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
74982           !> win32/config.vc win32/win32.c
74983 ____________________________________________________________________________
74984 [  6003] By: gsar                                  on 2000/04/28  20:11:20
74985         Log: allow REG_EXPAND_SZ keys in Windows registry (from
74986              John Clayton <John.Clayton@barclayscapital.com>)
74987      Branch: perl
74988            ! win32/win32.c
74989 ____________________________________________________________________________
74990 [  6002] By: gsar                                  on 2000/04/28  19:34:16
74991         Log: destructive sv_setsv() can lose UV-ness from source, causing
74992              numeric promotions/comparisons to fail to do the right thing
74993      Branch: perl
74994            ! sv.c
74995 ____________________________________________________________________________
74996 [  6001] By: gsar                                  on 2000/04/28  18:44:15
74997         Log: support additional library locations via $Config{otherlibdirs}
74998              (from Andy Dougherty)
74999      Branch: perl
75000            ! Configure INSTALL Porting/Glossary Porting/config.sh
75001            ! Porting/config_H config_h.SH epoc/config.sh perl.c
75002            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
75003            ! win32/config.bc win32/config.gc win32/config.vc
75004 ____________________________________________________________________________
75005 [  6000] By: gsar                                  on 2000/04/28  18:26:58
75006         Log: reworked otherlibdirs.U (from Andy Dougherty)
75007      Branch: metaconfig
75008            ! U/installdirs/otherlibdirs.U
75009 ____________________________________________________________________________
75010 [  5999] By: gsar                                  on 2000/04/28  18:17:07
75011         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
75012      Branch: perl
75013            ! t/pragma/warn/toke toke.c
75014 ____________________________________________________________________________
75015 [  5998] By: jhi                                   on 2000/04/28  13:32:17
75016         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
75017      Branch: cfgperl
75018            ! lib/Math/Complex.pm
75019 ____________________________________________________________________________
75020 [  5997] By: jhi                                   on 2000/04/28  13:14:04
75021         Log: Preserve $!.
75022      Branch: cfgperl
75023            ! lib/Math/Complex.pm
75024 ____________________________________________________________________________
75025 [  5996] By: jhi                                   on 2000/04/28  12:59:23
75026         Log: Integrate with Sarathy.
75027      Branch: cfgperl
75028           +> pod/perlrequick.pod pod/perlretut.pod
75029           !> (integrate 51 files)
75030 ____________________________________________________________________________
75031 [  5995] By: gsar                                  on 2000/04/28  09:37:36
75032         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
75033      Branch: perl
75034            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
75035 ____________________________________________________________________________
75036 [  5994] By: gsar                                  on 2000/04/28  09:33:26
75037         Log: fix for missed accounting for null byte in pack("Z",...) (from
75038              M.J.T. Guy)
75039      Branch: perl
75040            ! pp.c t/op/pack.t
75041 ____________________________________________________________________________
75042 [  5993] By: gsar                                  on 2000/04/28  09:30:05
75043         Log: various minor tweaks seen on p5p
75044      Branch: perl
75045            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
75046 ____________________________________________________________________________
75047 [  5992] By: gsar                                  on 2000/04/28  09:08:19
75048         Log: pod nit (from Simon Cozens)
75049      Branch: perl
75050            ! pod/perlop.pod
75051 ____________________________________________________________________________
75052 [  5991] By: gsar                                  on 2000/04/28  09:06:36
75053         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
75054      Branch: perl
75055            ! README.posix-bc hints/posix-bc.sh
75056 ____________________________________________________________________________
75057 [  5990] By: gsar                                  on 2000/04/28  08:54:52
75058         Log: use $ENV{LIB} to search for libs under Visual C compiler
75059              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
75060      Branch: perl
75061            ! lib/ExtUtils/Liblist.pm
75062 ____________________________________________________________________________
75063 [  5989] By: gsar                                  on 2000/04/28  08:27:12
75064         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
75065              itself and no other (from Tom Hughes)
75066      Branch: perl
75067            ! t/op/array.t toke.c
75068 ____________________________________________________________________________
75069 [  5988] By: gsar                                  on 2000/04/28  08:01:38
75070         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
75071              <paul@miraclefish.com>)
75072      Branch: perl
75073            ! lib/ExtUtils/MakeMaker.pm
75074 ____________________________________________________________________________
75075 [  5987] By: gsar                                  on 2000/04/28  07:53:09
75076         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
75077      Branch: perl
75078            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
75079 ____________________________________________________________________________
75080 [  5986] By: gsar                                  on 2000/04/28  07:44:17
75081         Log: add regular expressions tutorial and quick-start guide (from
75082              Mark Kvale <kvale@phy.ucsf.edu>)
75083      Branch: perl
75084            + pod/perlrequick.pod pod/perlretut.pod
75085            ! AUTHORS MAINTAIN MANIFEST
75086 ____________________________________________________________________________
75087 [  5985] By: gsar                                  on 2000/04/28  07:30:28
75088         Log: forked child may not exit correctly if it failed to open
75089              /dev/console (from Graham Barr)
75090      Branch: perl
75091            ! ext/Sys/Syslog/Syslog.pm
75092 ____________________________________________________________________________
75093 [  5984] By: gsar                                  on 2000/04/28  07:27:20
75094         Log: attributes::reftype() doesn't work on tied argument
75095      Branch: perl
75096            ! xsutils.c
75097 ____________________________________________________________________________
75098 [  5983] By: gsar                                  on 2000/04/28  07:15:04
75099         Log: numeric conversion of non-number in change#3378 tramples on
75100              OOK offset, causing segfaults
75101      Branch: perl
75102            ! sv.c
75103 ____________________________________________________________________________
75104 [  5982] By: gsar                                  on 2000/04/28  04:48:25
75105         Log: avoid error in IO::Socket::INET when given an unknown service name
75106              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
75107      Branch: perl
75108            ! ext/IO/lib/IO/Socket/INET.pm
75109 ____________________________________________________________________________
75110 [  5981] By: gsar                                  on 2000/04/28  04:31:31
75111         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
75112              prototype mismatch with CORE::glob(); update pod and tests to
75113              suit (File::Glob::glob() is still available for backward
75114              compatibility, but should be considered deprecated)
75115      Branch: perl
75116            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
75117            ! t/lib/glob-taint.t
75118 ____________________________________________________________________________
75119 [  5980] By: gsar                                  on 2000/04/28  03:47:29
75120         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
75121              <ghudson@mit.edu>)
75122      Branch: metaconfig
75123            ! U/modified/Options.U
75124      Branch: perl
75125            ! Configure
75126 ____________________________________________________________________________
75127 [  5979] By: gsar                                  on 2000/04/28  03:07:54
75128         Log: under useithreads, constant pad entries could inadvertently be
75129              shared across threads (from Eric Blood <eblood@xmission.com>);
75130              added Eric's test case to testsuite
75131      Branch: perl
75132            ! op.c t/op/misc.t
75133 ____________________________________________________________________________
75134 [  5978] By: gsar                                  on 2000/04/27  21:13:00
75135         Log: sync version numbers in File::Spec with the ones on CPAN
75136              (from Barrie Slaymaker)
75137      Branch: perl
75138            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
75139            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
75140            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
75141 ____________________________________________________________________________
75142 [  5977] By: gsar                                  on 2000/04/27  21:07:29
75143         Log: autoquote barewords followed by newline and arrow properly
75144              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
75145      Branch: perl
75146            ! t/pragma/warn/toke toke.c
75147 ____________________________________________________________________________
75148 [  5976] By: gsar                                  on 2000/04/27  20:41:20
75149         Log: DB_File v1.73 update (from Paul Marquess)
75150      Branch: perl
75151            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
75152            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
75153 ____________________________________________________________________________
75154 [  5975] By: gsar                                  on 2000/04/27  20:34:24
75155         Log: allow sort() reentrancy (variant of patch suggested by
75156              Hugo van der Sanden)
75157      Branch: perl
75158            ! pp_ctl.c t/op/sort.t
75159 ____________________________________________________________________________
75160 [  5974] By: gsar                                  on 2000/04/27  19:46:57
75161         Log: change#4197 somehow missed initializing PL_errors, meaning
75162              sytax error queueing wasn't working outside eval"" at all;
75163              also fixed eval"" to localize PL_error_count, so that compile-time
75164              eval's don't clobber the error state of the outer context
75165      Branch: perl
75166            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
75167            ! t/pragma/warn/toke
75168 ____________________________________________________________________________
75169 [  5973] By: gsar                                  on 2000/04/27  18:29:05
75170         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
75171      Branch: perl
75172            ! regcomp.c regexec.c t/op/re_tests
75173 ____________________________________________________________________________
75174 [  5972] By: jhi                                   on 2000/04/27  18:22:41
75175         Log: Integrate with Sarathy.
75176      Branch: cfgperl
75177           +> t/lib/b.t t/lib/syslog.t
75178           !> (integrate 31 files)
75179 ____________________________________________________________________________
75180 [  5971] By: jhi                                   on 2000/04/27  18:18:46
75181         Log: Unicos tweaks from Mark P. Lutz.
75182      Branch: cfgperl
75183            ! hints/unicos.sh lib/Math/Complex.pm
75184 ____________________________________________________________________________
75185 [  5970] By: gsar                                  on 2000/04/27  18:05:11
75186         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
75187              IV is >32bits
75188      Branch: perl
75189            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
75190 ____________________________________________________________________________
75191 [  5969] By: gsar                                  on 2000/04/27  17:50:56
75192         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
75193      Branch: perl
75194            + t/lib/syslog.t
75195            ! MANIFEST ext/Sys/Syslog/Syslog.pm
75196 ____________________________________________________________________________
75197 [  5968] By: gsar                                  on 2000/04/27  17:44:49
75198         Log: tolerate spaces in group names in test on solaris (from David Boyce
75199              <dsb@boyski.com>)
75200      Branch: perl
75201            ! t/op/groups.t
75202 ____________________________________________________________________________
75203 [  5967] By: gsar                                  on 2000/04/27  17:41:22
75204         Log: improved docs on the warn_uninit diagnostic (from David Glasser
75205              and Simon Cozens)
75206      Branch: perl
75207            ! pod/perldiag.pod
75208 ____________________________________________________________________________
75209 [  5966] By: gsar                                  on 2000/04/27  16:54:58
75210         Log: add testsuite for B backends, fix bug in B::Deparse (from
75211              Simon Cozens <simon@brecon.co.uk>)
75212      Branch: perl
75213            + t/lib/b.t
75214            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
75215 ____________________________________________________________________________
75216 [  5965] By: gsar                                  on 2000/04/27  16:10:37
75217         Log: avoid "will not stay shared" warnings for our variables (from
75218              Robin Barker)
75219      Branch: perl
75220            ! op.c t/pragma/warn/op
75221 ____________________________________________________________________________
75222 [  5964] By: gsar                                  on 2000/04/27  07:05:05
75223         Log: reformat to 72 columns (again)
75224      Branch: perl
75225            ! pod/perldiag.pod
75226 ____________________________________________________________________________
75227 [  5963] By: gsar                                  on 2000/04/27  06:28:31
75228         Log: patch from Larry to make (\&) prototype work; added tests for
75229              the same
75230      Branch: perl
75231            ! op.c t/comp/proto.t
75232 ____________________________________________________________________________
75233 [  5962] By: gsar                                  on 2000/04/27  06:15:47
75234         Log: updated README.hpux (from Jeff Okamoto)
75235      Branch: perl
75236            ! README.hpux
75237 ____________________________________________________________________________
75238 [  5961] By: gsar                                  on 2000/04/27  05:55:03
75239         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
75240      Branch: perl
75241            ! emacs/cperl-mode.el
75242 ____________________________________________________________________________
75243 [  5960] By: gsar                                  on 2000/04/27  05:49:26
75244         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
75245      Branch: perl
75246            ! INSTALL
75247 ____________________________________________________________________________
75248 [  5959] By: gsar                                  on 2000/04/27  05:33:41
75249         Log: doubled words in pods (from Simon Cozens
75250              <simon.p.cozens@jp.pwcglobal.com>)
75251      Branch: perl
75252            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
75253            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
75254            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
75255            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
75256            ! pod/perltootc.pod
75257 ____________________________________________________________________________
75258 [  5958] By: gsar                                  on 2000/04/27  05:11:39
75259         Log: change#3569 deleted some essential code, revert; avoid use of
75260              atexit() to make DynaLoader work properly on AIX under mod_perl
75261              (from Jens-Uwe Mager <jum@helios.de>)
75262      Branch: perl
75263            ! ext/DynaLoader/dl_aix.xs
75264 ____________________________________________________________________________
75265 [  5957] By: gsar                                  on 2000/04/27  04:54:51
75266         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
75267      Branch: perl
75268            ! pod/perlmod.pod
75269 ____________________________________________________________________________
75270 [  5956] By: gsar                                  on 2000/04/27  04:51:47
75271         Log: better diagnostics on failed tests (from Ilya Zakharevich)
75272      Branch: perl
75273            ! t/op/lex_assign.t
75274 ____________________________________________________________________________
75275 [  5955] By: gsar                                  on 2000/04/27  04:26:44
75276         Log: longstanding bug exposed by change#3307: sort arguments weren't
75277              compiled with the right wantarray context (ensuing runtime lookup
75278              via block_gimme() was getting the incidental context of the
75279              sort() itself)
75280      Branch: perl
75281            ! op.c t/op/sort.t
75282 ____________________________________________________________________________
75283 [  5954] By: gsar                                  on 2000/04/26  23:42:12
75284         Log: integrate cfgperl contents into mainline
75285      Branch: perl
75286           !> (integrate 30 files)
75287 ____________________________________________________________________________
75288 [  5953] By: jhi                                   on 2000/04/26  23:06:42
75289         Log: Integrate with Sarathy.
75290      Branch: cfgperl
75291           !> README.win32 ext/B/B/Deparse.pm
75292           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
75293           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
75294           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
75295           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
75296           !> utils/perldoc.PL vms/perlvms.pod
75297 ____________________________________________________________________________
75298 [  5952] By: jhi                                   on 2000/04/26  23:03:46
75299         Log: Undo "use integer" addition from 64bitint as it seems
75300              to break most of the subtests in Digital UNIX;
75301              Unicos needs to find another way.
75302      Branch: cfgperl
75303            ! t/op/64bitint.t
75304 ____________________________________________________________________________
75305 [  5951] By: jhi                                   on 2000/04/26  22:57:53
75306         Log: Be more robust on "extreme" (large absolute value)
75307              arguments.  Originally reported by Daniel Connelly
75308              as a problem with asinh() on large negative arguments,
75309              asinh() used to bail out because an argument to log()
75310              ended up being zero.  Ilya Zakharevich proposed using
75311              Taylor's series in such cases, which for such large
75312              arguments is a very good approximation.
75313      Branch: cfgperl
75314            ! lib/Math/Complex.pm t/lib/complex.t
75315 ____________________________________________________________________________
75316 [  5950] By: gsar                                  on 2000/04/25  19:13:12
75317         Log: reformat perldiag to avoid long lines
75318      Branch: perl
75319            ! pod/perldiag.pod
75320 ____________________________________________________________________________
75321 [  5949] By: gsar                                  on 2000/04/25  18:41:11
75322         Log: make perldoc use the pod2man from the same version (from
75323              M.J.T. Guy)
75324      Branch: perl
75325            ! utils/perldoc.PL
75326 ____________________________________________________________________________
75327 [  5948] By: gsar                                  on 2000/04/25  18:21:57
75328         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
75329              <kompas@kompas.usr.onet.pl>)
75330      Branch: perl
75331            ! lib/vars.pm
75332 ____________________________________________________________________________
75333 [  5947] By: gsar                                  on 2000/04/25  18:11:53
75334         Log: use &dl_error rather than &dl_load_file as the guard for calling
75335              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
75336              statically built perl)
75337      Branch: perl
75338            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
75339 ____________________________________________________________________________
75340 [  5946] By: jhi                                   on 2000/04/25  17:37:54
75341         Log: Document that tr() is not tr(1).
75342      Branch: cfgperl
75343            ! pod/perlop.pod
75344 ____________________________________________________________________________
75345 [  5945] By: gsar                                  on 2000/04/25  16:34:33
75346         Log: make module name mandatory after -M switch; reorder perldiag
75347              alphabetically (from Mark-Jason Dominus)
75348      Branch: perl
75349            ! perl.c pod/perldiag.pod
75350 ____________________________________________________________________________
75351 [  5944] By: jhi                                   on 2000/04/25  01:15:18
75352         Log: On second thoughts frexp() does have two arguments.
75353      Branch: cfgperl
75354            ! perl.h
75355 ____________________________________________________________________________
75356 [  5943] By: jhi                                   on 2000/04/24  22:56:32
75357         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
75358              Now pp_ncmp() returns undef is either operand is a NaN.
75359      Branch: cfgperl
75360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75361            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
75362            ! vms/subconfigure.com vos/config.def vos/config.h
75363            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
75364            ! win32/config.vc win32/config_H.bc win32/config_H.gc
75365            ! win32/config_H.vc
75366      Branch: metaconfig/U/perl
75367            + d_modfl.U
75368 ____________________________________________________________________________
75369 [  5942] By: jhi                                   on 2000/04/24  19:45:17
75370         Log: Regen Configure to match #5937.
75371      Branch: cfgperl
75372            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75373            ! config_h.SH
75374      Branch: metaconfig
75375            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
75376 ____________________________________________________________________________
75377 [  5941] By: jhi                                   on 2000/04/24  19:24:11
75378         Log: Further Unicos fixes for Mark Lutz.
75379      Branch: cfgperl
75380            ! hints/unicos.sh pp_ctl.c
75381 ____________________________________________________________________________
75382 [  5940] By: jhi                                   on 2000/04/24  19:09:06
75383         Log: Various Unicos 10.0.0.6 fixes.
75384              
75385              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
75386              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
75387              Reply-To: tecmpl1@triton.ca.boeing.com 
75388              To: perl5-porters@perl.org 
75389              Date: Fri, 14 Apr 2000 20:21:00 GMT 
75390              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
75391      Branch: cfgperl
75392            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
75393 ____________________________________________________________________________
75394 [  5939] By: gsar                                  on 2000/04/24  19:01:24
75395         Log: more pod nits (from Larry Virden)
75396      Branch: perl
75397            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
75398            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
75399            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
75400 ____________________________________________________________________________
75401 [  5938] By: gsar                                  on 2000/04/24  18:54:01
75402         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
75403      Branch: perl
75404            ! ext/B/B/Deparse.pm
75405 ____________________________________________________________________________
75406 [  5937] By: jhi                                   on 2000/04/24  17:39:00
75407         Log: Integrate with Sarathy.
75408      Branch: cfgperl
75409           +> (branch 31 files)
75410           !> (integrate 73 files)
75411 ____________________________________________________________________________
75412 [  5936] By: gsar                                  on 2000/04/24  17:30:06
75413         Log: additional tests for change#5934 (from Paul Marquess, who also
75414              sent in the same fix)
75415      Branch: perl
75416            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
75417            ! t/pragma/warn/5nolint t/pragma/warn/6default
75418 ____________________________________________________________________________
75419 [  5935] By: jhi                                   on 2000/04/24  17:26:05
75420         Log: Do not assume sign propagation.
75421              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
75422              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
75423              To: payner@ncifcrf.gov, perl5-porters@perl.org 
75424              Date: Tue, 18 Apr 2000 18:24:49 +0100 
75425              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
75426      Branch: cfgperl
75427            ! t/op/bop.t t/op/misc.t
75428 ____________________________________________________________________________
75429 [  5934] By: gsar                                  on 2000/04/24  17:16:54
75430         Log: propagate lexical warnings from surrounding scope correctly
75431              within string eval()
75432      Branch: perl
75433            ! pp_ctl.c t/pragma/warn/pp_ctl
75434 ____________________________________________________________________________
75435 [  5933] By: jhi                                   on 2000/04/24  17:01:07
75436         Log: Flatten the cpp jungle doing the nosuid checking.
75437      Branch: cfgperl
75438            ! perl.c
75439 ____________________________________________________________________________
75440 [  5932] By: gsar                                  on 2000/04/24  09:08:14
75441         Log: add rsignal(), whichsig() and do_join() to public API list
75442              (mod_perl uses them to good advantage)
75443      Branch: perl
75444            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
75445 ____________________________________________________________________________
75446 [  5931] By: gsar                                  on 2000/04/24  09:01:40
75447         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
75448      Branch: perl
75449            ! pp_hot.c regexec.c t/op/pat.t
75450 ____________________________________________________________________________
75451 [  5930] By: gsar                                  on 2000/04/24  08:58:33
75452         Log: small os390 tweaks (from Peter Prymmer)
75453      Branch: perl
75454            ! config_h.SH makedepend.SH
75455 ____________________________________________________________________________
75456 [  5929] By: gsar                                  on 2000/04/24  08:55:25
75457         Log: pod nits
75458      Branch: perl
75459            ! pod/perlguts.pod
75460 ____________________________________________________________________________
75461 [  5928] By: gsar                                  on 2000/04/24  08:50:13
75462         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
75463      Branch: perl
75464            ! ext/IO/lib/IO/Poll.pm
75465 ____________________________________________________________________________
75466 [  5927] By: gsar                                  on 2000/04/24  08:43:24
75467         Log: arrange for next() to resume at the unstack op rather than the
75468              loop conditional, so that scope cleanup happens correctly
75469              (from Stephen McCamant)
75470      Branch: perl
75471            ! op.c pp_ctl.c t/op/misc.t
75472 ____________________________________________________________________________
75473 [  5926] By: gsar                                  on 2000/04/24  08:18:40
75474         Log: on windows, reserve 16M of stack rather than 128M (allows more
75475              threads to run concurrently)
75476      Branch: perl
75477            ! win32/Makefile win32/makefile.mk
75478 ____________________________________________________________________________
75479 [  5925] By: gsar                                  on 2000/04/24  08:13:52
75480         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
75481      Branch: perl
75482            ! toke.c
75483 ____________________________________________________________________________
75484 [  5924] By: gsar                                  on 2000/04/24  08:08:59
75485         Log: avoid using uninitialized memory in require version check
75486      Branch: perl
75487            ! pp_ctl.c universal.c
75488 ____________________________________________________________________________
75489 [  5923] By: gsar                                  on 2000/04/24  07:20:14
75490         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
75491      Branch: perl
75492            ! ext/IO/lib/IO/Poll.pm
75493 ____________________________________________________________________________
75494 [  5922] By: gsar                                  on 2000/04/24  07:08:42
75495         Log: commentary about IoTYPE() (from Nathan Torkington)
75496      Branch: perl
75497            ! sv.h
75498 ____________________________________________________________________________
75499 [  5921] By: gsar                                  on 2000/04/24  06:58:26
75500         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
75501              by fix
75502      Branch: perl
75503            ! sv.c t/lib/charnames.t t/pragma/utf8.t
75504 ____________________________________________________________________________
75505 [  5920] By: gsar                                  on 2000/04/24  06:37:59
75506         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
75507      Branch: perl
75508            ! doop.c t/op/ver.t
75509 ____________________________________________________________________________
75510 [  5919] By: gsar                                  on 2000/04/24  06:21:58
75511         Log: Configure might miss old directories when prefix must be
75512              expanded (from Robin Barker)
75513      Branch: metaconfig
75514            ! U/installdirs/inc_version_list.U
75515      Branch: perl
75516            ! Configure
75517 ____________________________________________________________________________
75518 [  5918] By: gsar                                  on 2000/04/24  06:16:11
75519         Log: VMS nits in glob() test (from Charles Lane)
75520      Branch: perl
75521            ! t/lib/glob-basic.t
75522 ____________________________________________________________________________
75523 [  5917] By: gsar                                  on 2000/04/24  06:11:56
75524         Log: various pod nits (from Larry Virden and others)
75525      Branch: perl
75526            ! README.amiga README.hpux README.machten README.os2
75527            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
75528            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
75529            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
75530            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
75531            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
75532            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
75533            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
75534            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
75535 ____________________________________________________________________________
75536 [  5916] By: gsar                                  on 2000/04/24  05:52:43
75537         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
75538              <wjones@tc.fluke.com>)
75539      Branch: perl
75540            ! t/lib/glob-basic.t
75541 ____________________________________________________________________________
75542 [  5915] By: gsar                                  on 2000/04/24  05:07:01
75543         Log: supported platforms mixed up
75544      Branch: perl
75545            ! pod/perl56delta.pod pod/perlport.pod
75546 ____________________________________________________________________________
75547 [  5914] By: gsar                                  on 2000/04/24  04:56:08
75548         Log: caller() wasn't returning the right number of elements for
75549              eval {...}
75550      Branch: perl
75551            ! pp_ctl.c t/pragma/warn/9enabled
75552 ____________________________________________________________________________
75553 [  5913] By: gsar                                  on 2000/04/24  04:35:41
75554         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
75555              Mark-Jason Dominus)
75556      Branch: perl
75557            ! pod/perlfunc.pod
75558 ____________________________________________________________________________
75559 [  5912] By: gsar                                  on 2000/04/24  04:17:15
75560         Log: fix totally broken caching in UNIVERSAL::isa() (from
75561              Nick Ing-Simmons)
75562      Branch: perl
75563            ! t/op/universal.t universal.c
75564 ____________________________________________________________________________
75565 [  5911] By: gsar                                  on 2000/04/24  03:39:47
75566         Log: add linebreak properties from unicode/LineBrk.txt (from
75567              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
75568      Branch: perl
75569            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
75570            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
75571            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
75572            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
75573            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
75574            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
75575            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
75576            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
75577            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
75578            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
75579            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
75580            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
75581            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
75582            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
75583            + lib/unicode/Is/LbrkZW.pl
75584            ! lib/unicode/mktables.PL
75585 ____________________________________________________________________________
75586 [  5910] By: gsar                                  on 2000/04/24  03:23:10
75587         Log: typo in pod
75588      Branch: perl
75589            ! ext/Thread/Thread.pm
75590 ____________________________________________________________________________
75591 [  5909] By: gsar                                  on 2000/04/24  03:22:03
75592         Log: mode argument to do_binmode() should be file mode, not boolean
75593      Branch: perl
75594            ! pp_sys.c
75595 ____________________________________________________________________________
75596 [  5908] By: gsar                                  on 2000/04/16  16:51:08
75597         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
75598              always returns a valid GV even when the symbol is trapped by strictures
75599              (avoids coredumps)
75600              
75601              TODO: the C<package;> hack needs similar treatment
75602      Branch: perl
75603            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
75604            ! t/pragma/strict-vars
75605 ____________________________________________________________________________
75606 [  5907] By: jhi                                   on 2000/03/31  23:42:56
75607         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
75608              an assumption which #5905 demolished.
75609      Branch: cfgperl
75610            ! pp_sys.c
75611 ____________________________________________________________________________
75612 [  5906] By: jhi                                   on 2000/03/31  18:54:37
75613         Log: Typo in #5905.
75614      Branch: cfgperl
75615            ! t/op/64bitint.t
75616 ____________________________________________________________________________
75617 [  5905] By: jhi                                   on 2000/03/31  18:50:54
75618         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
75619              reported by Joseph N. Hall.  The bug was that even with use64bitint
75620              one had to use the prefixes q, L, or ll with printf/sprintf,
75621              contrary to the documentation and common sense.
75622      Branch: cfgperl
75623            ! sv.c t/op/64bitint.t
75624 ____________________________________________________________________________
75625 [  5904] By: gsar                                  on 2000/03/28  02:31:32
75626         Log: add Changes, perldelta.pod
75627      Branch: perl
75628            + Changes pod/perldelta.pod
75629 ____________________________________________________________________________
75630 [  5903] By: gsar                                  on 2000/03/28  02:03:55
75631         Log: rename Changes and perldelta.pod
75632      Branch: perl
75633           +> Changes5.6 pod/perl56delta.pod
75634            - Changes pod/perldelta.pod
75635            ! MANIFEST
75636 ____________________________________________________________________________
75637 [  5902] By: gsar                                  on 2000/03/28  01:59:14
75638         Log: create maint-5.6 branch
75639      Branch: maint-5.6/perl
75640           +> (branch 1611 files)
75641 ____________________________________________________________________________
75642 [  5901] By: jhi                                   on 2000/03/23  05:48:43
75643         Log: Integrate with Sarathy.
75644      Branch: cfgperl
75645           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
75646 ____________________________________________________________________________
75647 [  5900] By: gsar                                  on 2000/03/23  05:42:43
75648         Log: three guesses on what this is :-)
75649      Branch: perl
75650            ! Changes